|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.alsb.presentation.SimpleCell
public class SimpleCell
Simple Cell
| Nested Class Summary | |
|---|---|
static class |
SimpleCell.SimpleCellType
The types of content in a cell |
| Constructor Summary | |
|---|---|
SimpleCell(String value)
Constructor (for STRING) |
|
SimpleCell(UIObject uiObject)
Constructor (for UIOBBECT) |
|
| Method Summary | |
|---|---|
String |
getString()
returns the STRING value |
SimpleCell.SimpleCellType |
getType()
returns the type of value |
UIObject |
getUIObject()
returns the UIOBJECT value |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleCell(String value)
public SimpleCell(UIObject uiObject)
| Method Detail |
|---|
public SimpleCell.SimpleCellType getType()
getType in interface ISimpleCellpublic String getString()
getString in interface ISimpleCellpublic UIObject getUIObject()
getUIObject in interface ISimpleCell
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||