Package com.bea.alsb.presentation
Class SimpleCell
java.lang.Object
oracle.tip.tools.presentation.uiobjects.sdk.SimpleCell
com.bea.alsb.presentation.SimpleCell
- All Implemented Interfaces:
ISimpleCell
,oracle.tip.tools.presentation.uiobjects.sdk.IFixedWidthObject
,oracle.tip.tools.presentation.uiobjects.sdk.ISimpleCell
public class SimpleCell
extends oracle.tip.tools.presentation.uiobjects.sdk.SimpleCell
implements ISimpleCell
Simple Cell
-
Nested Class Summary
Nested classes/interfaces inherited from class oracle.tip.tools.presentation.uiobjects.sdk.SimpleCell
oracle.tip.tools.presentation.uiobjects.sdk.SimpleCell.SimpleCellType
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleCell
(UIObject uiObject) SimpleCell
(String value) SimpleCell
(String value, boolean isWrap) -
Method Summary
Methods inherited from class oracle.tip.tools.presentation.uiobjects.sdk.SimpleCell
getRowspan, getString, getType, getWidth, isRender, isWrap, setIsRender, setRowspan
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface oracle.tip.tools.presentation.uiobjects.sdk.ISimpleCell
getRowspan, getString, getType, isRender, isWrap
-
Constructor Details
-
SimpleCell
-
SimpleCell
-
SimpleCell
-
-
Method Details
-
getUIObject
Description copied from interface:ISimpleCell
returns the UIOBJECT value- Specified by:
getUIObject
in interfaceISimpleCell
- Specified by:
getUIObject
in interfaceoracle.tip.tools.presentation.uiobjects.sdk.ISimpleCell
- Overrides:
getUIObject
in classoracle.tip.tools.presentation.uiobjects.sdk.SimpleCell
-