|
Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.7) E15033-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.alsb.presentation.TextAreaObject
com.bea.alsb.presentation.HintTextAreaObject
public class HintTextAreaObject
Hint Text Area Object
| Field Summary |
|---|
| Fields inherited from interface com.bea.alsb.presentation.ITextAreaObject |
|---|
DEFAULT_NUMBER_OF_ROWS, 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 | |
|---|---|
HintTextAreaObject(java.lang.String value, java.lang.String hint, int cols, int numRows, boolean readOnly)constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getHint()returns the hint |
int |
getType()returns the type |
void |
setHint(java.lang.String hint)sets the hint |
| Methods inherited from class com.bea.alsb.presentation.TextAreaObject |
|---|
getNumCols, getNumRows, getReadOnly, getValue, 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.ITextAreaObject |
|---|
getNumCols, getNumRows, getReadOnly, getValue, setValue |
| Constructor Detail |
|---|
public HintTextAreaObject(java.lang.String value,
java.lang.String hint,
int cols,
int numRows,
boolean readOnly)
| Method Detail |
|---|
public int getType()
getType in interface UIObjectgetType in class TextAreaObjectpublic java.lang.String getHint()
getHint in interface IHintTextAreaObjectpublic void setHint(java.lang.String hint)
setHint in interface IHintTextAreaObject
|
Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.7) E15033-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||