com.bea.alsb.presentation
Interface IFileBrowserObject

All Superinterfaces:
UIObject
All Known Implementing Classes:
FileBrowserObject, TransportUIFactory.FileBrowserObject

public interface IFileBrowserObject
extends UIObject

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

DEFAULT_SIZE

static final int DEFAULT_SIZE
See Also:
Constant Field Values

DEFAULT_ROWS_SIZE

static final int DEFAULT_ROWS_SIZE
See Also:
Constant Field Values

DEFAULT_COLUMN_SIZE

static final int DEFAULT_COLUMN_SIZE
See Also:
Constant Field Values
Method Detail

getValue

byte[] getValue()
returns the value


setValue

void setValue(byte[] value)
sets the value,


getStringValue

java.lang.String getStringValue()
Retruns String value of byte[] with encoding

Returns:
String

setStringValue

void setStringValue(java.lang.String stringValue)
Sets String value of byte[]


getSize

int getSize()
returns the textbox size


getHideTextArea

boolean getHideTextArea()
returns the boolean value to show/hide text area


getRowSize

int getRowSize()
returns the textarea row size


getColumnSize

int getColumnSize()
returns the textarea column size


hasEvent

boolean hasEvent()
returns whether to fire an event