public class SimpleCell extends java.lang.Object implements ISimpleCell
Modifier and Type | Class and Description |
---|---|
static class |
SimpleCell.SimpleCellType
The types of content in a cell
|
Constructor and Description |
---|
SimpleCell(java.lang.String value)
Constructor (for STRING)
|
SimpleCell(java.lang.String value, boolean isWrap)
Constructor (for STRING with wrap attribute)
|
SimpleCell(UIObject 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
|
SimpleCell.SimpleCellType |
getType()
returns the type of value
|
UIObject |
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 SimpleCell(java.lang.String value)
public SimpleCell(java.lang.String value, boolean isWrap)
public SimpleCell(UIObject uiObject)
public SimpleCell.SimpleCellType getType()
getType
in interface ISimpleCell
public java.lang.String getString()
getString
in interface ISimpleCell
public UIObject 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