Class ARG_TabRow
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_TabRow
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanisTrue, if model user has access for the row entrykind of lock status of the row entryrow entrylist of cell entrieslist of color entriesdisplay bitmap of the row entryelement type of the row entrysub list of row entries -
Constructor Summary
ConstructorsConstructorDescriptionARG_TabRow(ADClientAble ohRow, String strElemType, String strElemBitmap, boolean hasAccess, K_LOCKSTATUS kLockStatus, List<ARG_TabCell> seqCell, List<ARG_TabColor> seqColor, ARG_TabRowList valSub) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
ohRow
row entry -
strElemType
element type of the row entry -
strElemBitmap
display bitmap of the row entry -
hasAccess
public boolean hasAccessisTrue, if model user has access for the row entry -
kLockStatus
kind of lock status of the row entry -
seqCell
list of cell entries -
seqColor
list of color entries -
valSub
sub list of row entries
-
-
Constructor Details
-
ARG_TabRow
public ARG_TabRow() -
ARG_TabRow
public ARG_TabRow(ADClientAble ohRow, String strElemType, String strElemBitmap, boolean hasAccess, K_LOCKSTATUS kLockStatus, List<ARG_TabCell> seqCell, List<ARG_TabColor> seqColor, ARG_TabRowList valSub)
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-