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()
getType
in interface ISimpleCell
public java.lang.String getString()
getString
in interface ISimpleCell
public TransportUIFactory.TransportUIObject getUIObject()
getUIObject
in interface ISimpleCell
public boolean isWrap()
isWrap
in interface ISimpleCell
public void setRowspan(int rowSpan)
rowSpan
- intpublic int getRowspan()
getRowspan
in interface ISimpleCell
public void setIsRender(boolean isRender)
isRender
- booleanpublic boolean isRender()
isRender
in interface ISimpleCell