Skip navigation links

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

E15033-03


com.bea.alsb.presentation
Interface IExpandableRowObject

All Known Implementing Classes:
ExpandableRowObject, TransportUIFactory.ExpandableRowObject

public interface IExpandableRowObject

Expandable Row Interface


Field Summary
static java.lang.String COLLAPSED
           
static java.lang.String EXPANDED
           

 

Method Summary
 UIError[] getErrors()
          returns the validation errors for the fields in this row
 java.util.List getFields()
          Note: We need to make it a general list instead of generic list here in order to avoid type conflict.
 java.lang.String getLabel()
          returns the label for each row
 boolean isExpanded()
          returns whether the row is expanded
 boolean isSelected()
          returns whether the row is selected (checked)
 void setErrors(UIError[] errors)
          set the validation errors for the fields in this row
 void setExpanded(boolean expanded)
          sets the row to expanded(true) or collapsed(false)
 void setSelected(boolean selected)
          sets the selected row

 

Field Detail

EXPANDED

static final java.lang.String EXPANDED
See Also:
Constant Field Values

COLLAPSED

static final java.lang.String COLLAPSED
See Also:
Constant Field Values

Method Detail

isExpanded

boolean isExpanded()
returns whether the row is expanded

setExpanded

void setExpanded(boolean expanded)
sets the row to expanded(true) or collapsed(false)

isSelected

boolean isSelected()
returns whether the row is selected (checked)

setSelected

void setSelected(boolean selected)
sets the selected row

getLabel

java.lang.String getLabel()
returns the label for each row

getFields

java.util.List getFields()
Note: We need to make it a general list instead of generic list here in order to avoid type conflict. returns the list of fields for the expanded row
Returns:

getErrors

UIError[] getErrors()
returns the validation errors for the fields in this row

setErrors

void setErrors(UIError[] errors)
set the validation errors for the fields in this row

Skip navigation links

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

E15033-03


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