com.bea.wli.sb.transports.ui
Class TransportUIFactory.SelectObject

java.lang.Object
  extended by com.bea.wli.sb.transports.ui.TransportUIFactory.SelectObject
All Implemented Interfaces:
TransportUIFactory.TransportUIObject
Enclosing class:
TransportUIFactory

public static class TransportUIFactory.SelectObject
extends Object
implements TransportUIFactory.TransportUIObject

select object


Field Summary
static int DISPLAY_LIST
           
static int DISPLAY_RADIO
           
 
Constructor Summary
TransportUIFactory.SelectObject(TransportUIFactory.Option[] options, String selected, int displayMode, boolean hasEvent)
          constructor
 
Method Summary
 int getDisplayMode()
          returns the display mode
 TransportUIFactory.Option[] getOptions()
          returns the list of options
 String getSelectedValue()
          returns the selected value
 int getType()
          returns the type
 boolean hasEvent()
          returns whether to fire an event
 void setSelectedValue(String value)
          sets the selected value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISPLAY_LIST

public static final int DISPLAY_LIST
See Also:
Constant Field Values

DISPLAY_RADIO

public static final int DISPLAY_RADIO
See Also:
Constant Field Values
Constructor Detail

TransportUIFactory.SelectObject

public TransportUIFactory.SelectObject(TransportUIFactory.Option[] options,
                                       String selected,
                                       int displayMode,
                                       boolean hasEvent)
constructor

Method Detail

getType

public int getType()
returns the type

Specified by:
getType in interface TransportUIFactory.TransportUIObject

getOptions

public TransportUIFactory.Option[] getOptions()
returns the list of options


getSelectedValue

public String getSelectedValue()
returns the selected value


setSelectedValue

public void setSelectedValue(String value)
sets the selected value


getDisplayMode

public int getDisplayMode()
returns the display mode


hasEvent

public boolean hasEvent()
returns whether to fire an event