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
public class ARG_DocuTableCell extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description K_DOCU_ALIGNMENTalignmentCell alignmentK_DOCU_CELL_MEASUREmeasureCell measurebooleanomitIfEmptyomit column if all cells are emptybooleanrotaterotate the content.java.util.List<ARG_DocuContent>seqContentList of table cell contentjava.lang.Stringuuidunique idK_DOCU_VERTICAL_ALIGNMENTverticalAlignmentVertical cell alignmentintwidthWidth of this cell
-
Constructor Summary
Constructors Constructor Description ARG_DocuTableCell()ARG_DocuTableCell(java.util.List<ARG_DocuContent> seqContent, java.lang.String uuid, boolean rotate, boolean omitIfEmpty, int width, K_DOCU_ALIGNMENT alignment, K_DOCU_CELL_MEASURE measure, K_DOCU_VERTICAL_ALIGNMENT verticalAlignment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshal(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 Detail
-
seqContent
public java.util.List<ARG_DocuContent> seqContent
List of table cell content
-
uuid
public java.lang.String uuid
unique id
-
rotate
public boolean rotate
rotate the content. Only valid in caption.
-
omitIfEmpty
public boolean omitIfEmpty
omit column if all cells are empty
-
width
public int width
Width of this cell
-
alignment
public K_DOCU_ALIGNMENT alignment
Cell alignment
-
measure
public K_DOCU_CELL_MEASURE measure
Cell measure
-
verticalAlignment
public K_DOCU_VERTICAL_ALIGNMENT verticalAlignment
Vertical cell alignment
-
-
Constructor Detail
-
ARG_DocuTableCell
public ARG_DocuTableCell()
-
ARG_DocuTableCell
public ARG_DocuTableCell(java.util.List<ARG_DocuContent> seqContent, java.lang.String uuid, boolean rotate, boolean omitIfEmpty, int width, K_DOCU_ALIGNMENT alignment, K_DOCU_CELL_MEASURE measure, K_DOCU_VERTICAL_ALIGNMENT verticalAlignment)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- 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
-
-