Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.6.3)

E15033-08


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
 java.lang.String getSelectedValue()
          returns the selected value
 boolean hasEvent()
          returns whether to fire an event
 void setSelectedValue(java.lang.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

java.lang.String getSelectedValue()
returns the selected value

setSelectedValue

void setSelectedValue(java.lang.String value)
sets the selected value

getDisplayMode

int getDisplayMode()
returns the display mode

hasEvent

boolean hasEvent()
returns whether to fire an event

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.6.3)

E15033-08


Copyright © 2008, 2012, Oracle. All rights reserved.