Class TextBoxObject

java.lang.Object
oracle.tip.tools.presentation.uiobjects.sdk.TextBoxObject
com.bea.alsb.presentation.TextBoxObject
All Implemented Interfaces:
Constants, ITextBoxObject, UIObject, Serializable, oracle.tip.tools.presentation.uiobjects.sdk.Constants, oracle.tip.tools.presentation.uiobjects.sdk.IFileFilterType, oracle.tip.tools.presentation.uiobjects.sdk.IPlaceHolderTextBox, oracle.tip.tools.presentation.uiobjects.sdk.ITextBoxObject, oracle.tip.tools.presentation.uiobjects.sdk.UIObject
Direct Known Subclasses:
TransportUIFactory.TextBoxObject

public class TextBoxObject extends oracle.tip.tools.presentation.uiobjects.sdk.TextBoxObject implements UIObject, Constants, ITextBoxObject, Serializable
Text Box Object
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface oracle.tip.tools.presentation.uiobjects.sdk.IFileFilterType

    oracle.tip.tools.presentation.uiobjects.sdk.IFileFilterType.FileType
  • 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.ITextBoxObject

    DEFAULT_SIZE
  • Constructor Summary

    Constructors
    Constructor
    Description
    TextBoxObject(String value, int size, boolean readOnly)
     
  • Method Summary

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

    getFileType, getPlaceHolderText, getSize, getType, getValue, hasEvent, isReadOnly, setValue

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

    getSize, getValue, hasEvent, isReadOnly, setValue

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

    getType
  • Constructor Details

    • TextBoxObject

      public TextBoxObject(String value, int size, boolean readOnly)