Class SelectObject

java.lang.Object
oracle.tip.tools.presentation.uiobjects.sdk.SelectObject
com.bea.alsb.presentation.SelectObject
All Implemented Interfaces:
Constants, ISelectObject, UIObject, oracle.tip.tools.presentation.uiobjects.sdk.Constants, oracle.tip.tools.presentation.uiobjects.sdk.IFilterableObject, oracle.tip.tools.presentation.uiobjects.sdk.IFixedWidthObject, oracle.tip.tools.presentation.uiobjects.sdk.ISelectObject, oracle.tip.tools.presentation.uiobjects.sdk.UIObject

public class SelectObject extends oracle.tip.tools.presentation.uiobjects.sdk.SelectObject implements UIObject, Constants, ISelectObject
Select 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.ISelectObject

    DISPLAY_LIST, DISPLAY_LIST_AS_LISTBOX, DISPLAY_RADIO, DISPLAY_RADIO_HORIZONTAL
  • Constructor Summary

    Constructors
    Constructor
    Description
    SelectObject(Option[] options, String selected, int displayMode, boolean hasEvent)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    returns the list of options

    Methods inherited from class oracle.tip.tools.presentation.uiobjects.sdk.SelectObject

    getDisplayMode, getFilterHelpText, getFilterPlaceHolderText, getFilterText, getGroupFilterObject, getItemDescriptionLabel, getPreviousSelection, getSelectedValue, getType, getWidth, hasEvent, isDisplayItemDescription, isFilterRequired, isGroupFilterRequired, setFilterText, setPreviousSelection, setSelectedValue

    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.ISelectObject

    getDisplayMode, getSelectedValue, hasEvent, setSelectedValue

    Methods inherited from interface oracle.tip.tools.presentation.uiobjects.sdk.UIObject

    getType
  • Constructor Details

    • SelectObject

      public SelectObject(Option[] options, String selected, int displayMode, boolean hasEvent)
  • Method Details

    • getOptions

      public Option[] getOptions()
      returns the list of options
      Specified by:
      getOptions in interface ISelectObject
      Specified by:
      getOptions in interface oracle.tip.tools.presentation.uiobjects.sdk.ISelectObject
      Overrides:
      getOptions in class oracle.tip.tools.presentation.uiobjects.sdk.SelectObject