|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFileBrowserObject
File Browser Object Interface
| Field Summary | |
|---|---|
static int |
DEFAULT_COLUMN_SIZE
|
static int |
DEFAULT_ROWS_SIZE
|
static int |
DEFAULT_SIZE
|
| Method Summary | |
|---|---|
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, |
| Methods inherited from interface com.bea.alsb.presentation.UIObject |
|---|
getType |
| Field Detail |
|---|
static final int DEFAULT_SIZE
static final int DEFAULT_ROWS_SIZE
static final int DEFAULT_COLUMN_SIZE
| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||