Skip navigation links

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

E15033-09


com.bea.alsb.presentation
Class HintTextBoxObject

java.lang.Object
  extended by com.bea.alsb.presentation.TextBoxObject
      extended by com.bea.alsb.presentation.HintTextBoxObject

All Implemented Interfaces:
Constants, IHintTextBoxObject, ITextBoxObject, UIObject, java.io.Serializable

public class HintTextBoxObject
extends TextBoxObject
implements IHintTextBoxObject

Hint Text Box Object

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

HintTextBoxObject

public 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.7)

E15033-09


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