de.mid.innovator.srv2api.icw2dg
Class ARG_DocuTableCell

java.lang.Object
  extended by de.mid.innovator.srv2api.icw2dg.ARG_DocuTableCell
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_DocuTableCell
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble


Field Summary
 K_DOCU_ALIGNMENT alignment
          Cell alignment
 K_DOCU_CELL_MEASURE measure
          Cell measure
 boolean omitIfEmpty
          omit column if all cells are empty
 boolean rotate
          rotate the content.
 List<ARG_DocuContent> seqContent
          List of table cell content
 String uuid
          unique id
 K_DOCU_VERTICAL_ALIGNMENT verticalAlignment
          Vertical cell alignment
 int width
          Width of this cell
 
Constructor Summary
ARG_DocuTableCell()
           
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 Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alignment

public K_DOCU_ALIGNMENT alignment
Cell alignment


measure

public K_DOCU_CELL_MEASURE measure
Cell measure


omitIfEmpty

public boolean omitIfEmpty
omit column if all cells are empty


rotate

public boolean rotate
rotate the content. Only valid in caption.


seqContent

public List<ARG_DocuContent> seqContent
List of table cell content


uuid

public String uuid
unique id


verticalAlignment

public K_DOCU_VERTICAL_ALIGNMENT verticalAlignment
Vertical cell alignment


width

public int width
Width of this cell

Constructor Detail

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 Detail

marshal

public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
marshal in interface de.mid.innovator.srv2api.impl.MarshallAble

resolveReferences

public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble

unmarshal

public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
                      SrvContext srvctx)
Specified by:
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble