public static class TransportUIFactory.SelectObject extends Object implements TransportUIFactory.TransportUIObject, ISelectObject, Serializable
| Constructor and Description |
|---|
SelectObject(TransportUIFactory.Option[] options, String selected, int displayMode, boolean hasEvent)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public SelectObject(TransportUIFactory.Option[] options, String selected, int displayMode, boolean hasEvent)
public int getType()
public TransportUIFactory.Option[] getOptions()
getOptions in interface ISelectObjectpublic String getSelectedValue()
public void setSelectedValue(String value)
public int getDisplayMode()
public boolean hasEvent()