|
Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.7) E15033-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.alsb.presentation.SimpleCell
public class SimpleCell
Simple Cell
| Nested Class Summary | |
|---|---|
static class |
SimpleCell.SimpleCellTypeThe types of content in a cell |
| Constructor Summary | |
|---|---|
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) |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleCell(java.lang.String value)
public SimpleCell(java.lang.String value,
boolean isWrap)
public SimpleCell(UIObject uiObject)
| Method Detail |
|---|
public SimpleCell.SimpleCellType getType()
getType in interface ISimpleCellpublic java.lang.String getString()
getString in interface ISimpleCellpublic UIObject getUIObject()
getUIObject in interface ISimpleCellpublic boolean isWrap()
isWrap in interface ISimpleCellpublic void setRowspan(int rowSpan)
rowSpan - intpublic int getRowspan()
getRowspan in interface ISimpleCellpublic void setIsRender(boolean isRender)
isRender - booleanpublic boolean isRender()
isRender in interface ISimpleCell
|
Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.7) E15033-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||