|
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.TextBoxObject
public class TextBoxObject
Text Box Object
| Field Summary |
|---|
| 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 |
| Fields inherited from interface com.bea.alsb.presentation.ITextBoxObject |
|---|
DEFAULT_SIZE |
| Constructor Summary | |
|---|---|
TextBoxObject(java.lang.String value, int size, boolean readOnly)constructor |
|
| Method Summary | |
|---|---|
int |
getSize()returns the textbox size |
int |
getType()returns the type |
java.lang.String |
getValue()returns the value |
boolean |
isReadOnly()returns read-only state |
void |
setValue(java.lang.String value)sets the value |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextBoxObject(java.lang.String value,
int size,
boolean readOnly)
| Method Detail |
|---|
public int getType()
getType in interface UIObjectpublic java.lang.String getValue()
getValue in interface ITextBoxObjectpublic void setValue(java.lang.String value)
setValue in interface ITextBoxObjectpublic int getSize()
getSize in interface ITextBoxObjectpublic boolean isReadOnly()
isReadOnly in interface ITextBoxObject
|
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 | ||||||||