Class SimpleTableObject

java.lang.Object
com.bea.alsb.presentation.SimpleTableObject
All Implemented Interfaces:
Constants, ISimpleTableObject, UIObject, oracle.tip.tools.presentation.uiobjects.sdk.Constants, oracle.tip.tools.presentation.uiobjects.sdk.ISimpleTableObject, oracle.tip.tools.presentation.uiobjects.sdk.UIObject

public class SimpleTableObject extends Object implements UIObject, Constants, ISimpleTableObject
Simple Table Object
  • Field Summary

    Fields inherited from interface oracle.tip.tools.presentation.uiobjects.sdk.Constants

    TYPE_BOOLEAN_RADIO, TYPE_BROWSER_TEXTBOX, TYPE_BUTTON, TYPE_CHECKBOX, TYPE_CONDITION_BUILDER, TYPE_CONFIRM, TYPE_DYN_COMP_TABLE, TYPE_DYN_TABLE, TYPE_DYN_TABLE_EXT, TYPE_EXPAND_TABLE, TYPE_EXPRESSION_BUILDER, TYPE_FILE_BROWSER, TYPE_GROUP, TYPE_HEADER_COMP_TABLE, TYPE_HINT_TEXTAREA, TYPE_HINT_TEXTBOX, TYPE_IMAGE_ICON, TYPE_INSTRUCTIONS, TYPE_LABEL, TYPE_LINK, TYPE_MESSAGE_POPUP, TYPE_PASSWORD, TYPE_POPUP_DIALOG, TYPE_QUERY_BUILDER, TYPE_SECTION_HEADER, TYPE_SELECT, TYPE_SEPARATOR, TYPE_SHUTTLE, TYPE_SIMPLE_TABLE, TYPE_SPACER, TYPE_TAB, TYPE_TAB_CONTAINER, TYPE_TEXTAREA, TYPE_TEXTBOX, TYPE_TREE

    Fields inherited from interface oracle.tip.tools.presentation.uiobjects.sdk.ISimpleTableObject

    DEFAULT_WIDTH
  • Constructor Summary

    Constructors
    Constructor
    Description
    SimpleTableObject(String[] headers, List<SimpleRowObject> rows, String width)
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    returns the headers
    returns the rows
    int
    returns the type
    returns the width

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getType

      public int getType()
      returns the type
      Specified by:
      getType in interface oracle.tip.tools.presentation.uiobjects.sdk.UIObject
    • getHeaders

      public String[] getHeaders()
      returns the headers
      Specified by:
      getHeaders in interface oracle.tip.tools.presentation.uiobjects.sdk.ISimpleTableObject
    • getRows

      public List<SimpleRowObject> getRows()
      returns the rows
      Specified by:
      getRows in interface oracle.tip.tools.presentation.uiobjects.sdk.ISimpleTableObject
    • getWidth

      public String getWidth()
      returns the width
      Specified by:
      getWidth in interface oracle.tip.tools.presentation.uiobjects.sdk.ISimpleTableObject