Package de.mid.innovator.srv2api.icw2dg
Class ARG_DocuTableCell
java.lang.Object
de.mid.innovator.srv2api.icw2dg.ARG_DocuTableCell
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionCell alignmentCell measurebooleanomit column if all cells are emptybooleanrotate the content.List of table cell contentunique idVertical cell alignmentintWidth of this cell -
Constructor Summary
ConstructorsConstructorDescriptionARG_DocuTableCell(List<ARG_DocuContent> seqContent, String uuid, boolean rotate, boolean omitIfEmpty, int width, K_DOCU_ALIGNMENT alignment, K_DOCU_CELL_MEASURE measure, K_DOCU_VERTICAL_ALIGNMENT verticalAlignment) -
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
-
seqContent
List of table cell content -
uuid
unique id -
rotate
public boolean rotaterotate the content. Only valid in caption. -
omitIfEmpty
public boolean omitIfEmptyomit column if all cells are empty -
width
public int widthWidth of this cell -
alignment
Cell alignment -
measure
Cell measure -
verticalAlignment
Vertical cell alignment
-
-
Constructor Details
-
ARG_DocuTableCell
public ARG_DocuTableCell() -
ARG_DocuTableCell
public ARG_DocuTableCell(List<ARG_DocuContent> seqContent, String uuid, boolean rotate, boolean omitIfEmpty, int width, K_DOCU_ALIGNMENT alignment, K_DOCU_CELL_MEASURE measure, K_DOCU_VERTICAL_ALIGNMENT verticalAlignment)
-
-
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
-