public interface ISimpleCell
Modifier and Type | Method and Description |
---|---|
int |
getRowspan()
Row span for this cell object
|
java.lang.String |
getString()
returns the STRING value
|
java.lang.Object |
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
|
java.lang.Object getType()
java.lang.String getString()
UIObject getUIObject()
boolean isWrap()
int getRowspan()
boolean isRender()