public static class TransportUIFactory.SimpleCell extends java.lang.Object implements ISimpleCell, java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TransportUIFactory.SimpleCell.SimpleCellType
The types of content in a cell
|
Constructor and Description |
---|
TransportUIFactory.SimpleCell(java.lang.String value)
Constructor (for STRING)
|
TransportUIFactory.SimpleCell(java.lang.String value, boolean isWrap)
Constructor (for STRING with wrap attribute)
|
TransportUIFactory.SimpleCell(TransportUIFactory.TransportUIObject uiObject)
Constructor (for UIOBBECT)
|
Modifier and Type | Method and Description |
---|---|
int |
getRowspan()
Row span for this cell object
|
java.lang.String |
getString()
returns the STRING value
|
TransportUIFactory.SimpleCell.SimpleCellType |
getType()
returns the type of value
|
TransportUIFactory.TransportUIObject |
getUIObject()
returns the UIOBJECT value
|
boolean |
isRender()
Flag to render this object
|
boolean |
isWrap()
returns true, if the wrap attribute needs to set
|
void |
setIsRender(boolean isRender)
Setter for isrender
|
void |
setRowspan(int rowSpan)
Setter for rowspan
|
public TransportUIFactory.SimpleCell(java.lang.String value)
public TransportUIFactory.SimpleCell(java.lang.String value, boolean isWrap)
public TransportUIFactory.SimpleCell(TransportUIFactory.TransportUIObject uiObject)
public TransportUIFactory.SimpleCell.SimpleCellType getType()
public java.lang.String getString()
public TransportUIFactory.TransportUIObject getUIObject()
getUIObject
in interface ISimpleCell
public boolean isWrap()
public void setRowspan(int rowSpan)
rowSpan
- intpublic int getRowspan()
public void setIsRender(boolean isRender)
isRender
- booleanpublic boolean isRender()