Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.4.0)

E15033-02


com.bea.wli.sb.transports.ui
Class TransportUIFactory.HintTextBoxObject

java.lang.Object
  extended by com.bea.alsb.presentation.TextBoxObject
      extended by com.bea.wli.sb.transports.ui.TransportUIFactory.TextBoxObject
          extended by com.bea.wli.sb.transports.ui.TransportUIFactory.HintTextBoxObject

All Implemented Interfaces:
Constants, IHintTextBoxObject, ITextBoxObject, UIObject, TransportUIFactory.TransportUIObject, java.io.Serializable
Enclosing class:
TransportUIFactory

public static class TransportUIFactory.HintTextBoxObject
extends TransportUIFactory.TextBoxObject
implements IHintTextBoxObject

A TextBox object with a little hint above it.

See Also:
Serialized Form

Field Summary

 

Fields inherited from interface com.bea.alsb.presentation.ITextBoxObject
DEFAULT_SIZE

 

Fields inherited from interface com.bea.alsb.presentation.Constants
TYPE_BROWSER_TEXTBOX, TYPE_CHECKBOX, TYPE_CONFIRM, TYPE_DYN_TABLE, TYPE_EXPAND_TABLE, TYPE_FILE_BROWSER, TYPE_HINT_TEXTAREA, TYPE_HINT_TEXTBOX, TYPE_PASSWORD, TYPE_SELECT, TYPE_SIMPLE_TABLE, TYPE_TEXTAREA, TYPE_TEXTBOX

 

Constructor Summary
TransportUIFactory.HintTextBoxObject(java.lang.String value, java.lang.String hintValue, int size)
          constructor

 

Method Summary
 java.lang.String getHint()
          returns the hint
 int getType()
          returns the type
 void setHint(java.lang.String hint)
          returns the hint

 

Methods inherited from class com.bea.alsb.presentation.TextBoxObject
getSize, getValue, isReadOnly, setValue

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface com.bea.alsb.presentation.ITextBoxObject
getSize, getValue, isReadOnly, setValue

 

Constructor Detail

TransportUIFactory.HintTextBoxObject

public TransportUIFactory.HintTextBoxObject(java.lang.String value,
                                            java.lang.String hintValue,
                                            int size)
constructor

Method Detail

getType

public int getType()
returns the type
Specified by:
getType in interface UIObject
Overrides:
getType in class TextBoxObject

setHint

public void setHint(java.lang.String hint)
returns the hint
Specified by:
setHint in interface IHintTextBoxObject

getHint

public java.lang.String getHint()
returns the hint
Specified by:
getHint in interface IHintTextBoxObject

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.4.0)

E15033-02


Copyright © 2008, 2010, Oracle. All rights reserved.