public class FileBrowserObject extends java.lang.Object implements Constants, IFileBrowserObject, java.io.Serializable
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_TEXTBOXDEFAULT_COLUMN_SIZE, DEFAULT_ROWS_SIZE, DEFAULT_SIZE| Constructor and Description |
|---|
FileBrowserObject(byte[] value, int size, boolean hideTextArea, int rowSize, int columnSize, boolean hasEvent)
constructor
|
FileBrowserObject(byte[] value, java.lang.String stringValue, int size, boolean hideTextArea, int rowSize, int columnSize, boolean hasEvent)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnSize()
returns the textarea column size
|
boolean |
getHideTextArea()
returns whether 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 value field with encoding
|
int |
getType()
returns the type
|
byte[] |
getValue()
returns the value
|
boolean |
hasEvent()
returns whether to fire an event
|
void |
setStringValue(java.lang.String stringValue)
Sets String value of value field with encoding
|
void |
setValue(byte[] value)
sets the value
|
public FileBrowserObject(byte[] value,
int size,
boolean hideTextArea,
int rowSize,
int columnSize,
boolean hasEvent)
public FileBrowserObject(byte[] value,
java.lang.String stringValue,
int size,
boolean hideTextArea,
int rowSize,
int columnSize,
boolean hasEvent)
public byte[] getValue()
getValue in interface IFileBrowserObjectpublic void setValue(byte[] value)
setValue in interface IFileBrowserObjectpublic java.lang.String getStringValue()
getStringValue in interface IFileBrowserObjectpublic void setStringValue(java.lang.String stringValue)
setStringValue in interface IFileBrowserObjectpublic int getSize()
getSize in interface IFileBrowserObjectpublic boolean getHideTextArea()
getHideTextArea in interface IFileBrowserObjectpublic int getRowSize()
getRowSize in interface IFileBrowserObjectpublic int getColumnSize()
getColumnSize in interface IFileBrowserObjectpublic boolean hasEvent()
hasEvent in interface IFileBrowserObject