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_TEXTBOX
DEFAULT_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 IFileBrowserObject
public void setValue(byte[] value)
setValue
in interface IFileBrowserObject
public java.lang.String getStringValue()
getStringValue
in interface IFileBrowserObject
public void setStringValue(java.lang.String stringValue)
setStringValue
in interface IFileBrowserObject
public int getSize()
getSize
in interface IFileBrowserObject
public boolean getHideTextArea()
getHideTextArea
in interface IFileBrowserObject
public int getRowSize()
getRowSize
in interface IFileBrowserObject
public int getColumnSize()
getColumnSize
in interface IFileBrowserObject
public boolean hasEvent()
hasEvent
in interface IFileBrowserObject