public interface IBrowserTextBoxObject extends UIObject
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_SIZE |
Modifier and Type | Method and Description |
---|---|
ResourceQuery |
getResourceQuery()
return the resource query
|
int |
getSize()
returns the textbox size
|
java.lang.String |
getTypeId()
returns the type ID for the browser
|
java.lang.String |
getValue()
returns the value
|
boolean |
hasEvent()
returns whether to fire an event
|
void |
setValue(java.lang.String value)
sets the value
|
static final int DEFAULT_SIZE
java.lang.String getValue()
void setValue(java.lang.String value)
int getSize()
java.lang.String getTypeId()
boolean hasEvent()
ResourceQuery getResourceQuery()