public interface IFileBrowserObject extends UIObject
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_COLUMN_SIZE |
static int |
DEFAULT_ROWS_SIZE |
static int |
DEFAULT_SIZE |
Modifier and Type | Method and Description |
---|---|
int |
getColumnSize()
returns the textarea column size
|
boolean |
getHideTextArea()
returns the boolean value to show/hide text area
|
int |
getRowSize()
returns the textarea row size
|
int |
getSize()
returns the textbox size
|
java.lang.String |
getStringValue()
Retruns String value of byte[] with encoding
|
byte[] |
getValue()
returns the value
|
boolean |
hasEvent()
returns whether to fire an event
|
void |
setStringValue(java.lang.String stringValue)
Sets String value of byte[]
|
void |
setValue(byte[] value)
sets the value,
|
static final int DEFAULT_SIZE
static final int DEFAULT_ROWS_SIZE
static final int DEFAULT_COLUMN_SIZE
byte[] getValue()
void setValue(byte[] value)
java.lang.String getStringValue()
void setStringValue(java.lang.String stringValue)
int getSize()
boolean getHideTextArea()
int getRowSize()
int getColumnSize()
boolean hasEvent()