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

    Constructors
    Constructor
    Description
    SimpleCell(UIObject uiObject)
     
     
    SimpleCell(String value, boolean isWrap)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    returns the UIOBJECT value

    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

      public SimpleCell(String value)
    • SimpleCell

      public SimpleCell(String value, boolean isWrap)
    • SimpleCell

      public SimpleCell(UIObject uiObject)
  • Method Details

    • getUIObject

      public UIObject getUIObject()
      Description copied from interface: ISimpleCell
      returns the UIOBJECT value
      Specified by:
      getUIObject in interface ISimpleCell
      Specified by:
      getUIObject in interface oracle.tip.tools.presentation.uiobjects.sdk.ISimpleCell
      Overrides:
      getUIObject in class oracle.tip.tools.presentation.uiobjects.sdk.SimpleCell