|
Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.6.3) E15033-08 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.bea.alsb.presentation.TextBoxObject
com.bea.alsb.presentation.HintTextBoxObject
public class HintTextBoxObject
Hint Text Box Object
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 |
---|
public HintTextBoxObject(java.lang.String value, java.lang.String hintValue, int size)
Method Detail |
---|
public int getType()
getType
in interface UIObject
getType
in class TextBoxObject
public void setHint(java.lang.String hint)
setHint
in interface IHintTextBoxObject
public java.lang.String getHint()
getHint
in interface IHintTextBoxObject
|
Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.6.3) E15033-08 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |