|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.alsb.presentation.BrowserTextBoxObject
public class BrowserTextBoxObject
Browser 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_HINT_TEXTAREA, TYPE_HINT_TEXTBOX, TYPE_PASSWORD, TYPE_SELECT, TYPE_SIMPLE_TABLE, TYPE_TEXTAREA, TYPE_TEXTBOX |
| Fields inherited from interface com.bea.alsb.presentation.IBrowserTextBoxObject |
|---|
DEFAULT_SIZE |
| Constructor Summary | |
|---|---|
BrowserTextBoxObject(String value,
int size,
String typeId,
boolean hasEvent,
ResourceQuery resourceQuery)
constructor |
|
| Method Summary | |
|---|---|
ResourceQuery |
getResourceQuery()
return the resource query |
int |
getSize()
returns the textbox size |
int |
getType()
returns the type |
String |
getTypeId()
returns the type ID for the browser |
String |
getValue()
returns the value |
boolean |
hasEvent()
returns whether to fire an event |
void |
setValue(String value)
sets the value |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BrowserTextBoxObject(String value,
int size,
String typeId,
boolean hasEvent,
ResourceQuery resourceQuery)
| Method Detail |
|---|
public int getType()
getType in interface UIObjectpublic String getValue()
getValue in interface IBrowserTextBoxObjectpublic void setValue(String value)
setValue in interface IBrowserTextBoxObjectpublic int getSize()
getSize in interface IBrowserTextBoxObjectpublic String getTypeId()
getTypeId in interface IBrowserTextBoxObjectpublic boolean hasEvent()
hasEvent in interface IBrowserTextBoxObjectpublic ResourceQuery getResourceQuery()
getResourceQuery in interface IBrowserTextBoxObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||