com.bea.alsb.presentation
Interface ISelectObject

All Known Implementing Classes:
SelectObject, TransportUIFactory.SelectObject

public interface ISelectObject

Select Interface


Field Summary
static int DISPLAY_LIST
           
static int DISPLAY_RADIO
           
 
Method Summary
 int getDisplayMode()
          returns the display mode
 Option[] getOptions()
          returns the list of options
 String getSelectedValue()
          returns the selected value
 boolean hasEvent()
          returns whether to fire an event
 void setSelectedValue(String value)
          sets the selected value
 

Field Detail

DISPLAY_LIST

static final int DISPLAY_LIST
See Also:
Constant Field Values

DISPLAY_RADIO

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

getOptions

Option[] getOptions()
returns the list of options


getSelectedValue

String getSelectedValue()
returns the selected value


setSelectedValue

void setSelectedValue(String value)
sets the selected value


getDisplayMode

int getDisplayMode()
returns the display mode


hasEvent

boolean hasEvent()
returns whether to fire an event