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_ALIGNMENT
alignment
Cell alignmentK_DOCU_CELL_MEASURE
measure
Cell measureboolean
omitIfEmpty
omit column if all cells are emptyboolean
rotate
rotate the content.java.util.List<ARG_DocuContent>
seqContent
List of table cell contentjava.lang.String
uuid
unique idK_DOCU_VERTICAL_ALIGNMENT
verticalAlignment
Vertical cell alignmentint
width
Width 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 void
marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
unmarshal(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:
marshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-