| 
 | Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.7) E15033-09 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
   com.bea.alsb.presentation.ExpandableRowObject
com.bea.alsb.presentation.ExpandableRowObject
public class ExpandableRowObject
Expandable Row Object
| Field Summary | 
|---|
| Fields inherited from interface com.bea.alsb.presentation.IExpandableRowObject | 
|---|
| COLLAPSED, EXPANDED | 
| Constructor Summary | |
|---|---|
| ExpandableRowObject(boolean expanded, boolean selected, java.lang.String label, java.util.List<EditField> fields)Constructor | |
| ExpandableRowObject(boolean selected, java.lang.String label, java.util.List<EditField> fields) | |
| Method Summary | |
|---|---|
|  UIError[] | getErrors()returns the validation errors for the fields in this row | 
|  java.util.List<EditField> | getFields()returns the list of fields for the expanded row | 
|  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 | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ExpandableRowObject(boolean expanded,
                           boolean selected,
                           java.lang.String label,
                           java.util.List<EditField> fields)
public ExpandableRowObject(boolean selected,
                           java.lang.String label,
                           java.util.List<EditField> fields)
| Method Detail | 
|---|
public boolean isExpanded()
isExpanded in interface IExpandableRowObjectpublic void setExpanded(boolean expanded)
setExpanded in interface IExpandableRowObjectpublic boolean isSelected()
isSelected in interface IExpandableRowObjectpublic void setSelected(boolean selected)
setSelected in interface IExpandableRowObjectpublic java.lang.String getLabel()
getLabel in interface IExpandableRowObjectpublic java.util.List<EditField> getFields()
getFields in interface IExpandableRowObjectpublic UIError[] getErrors()
getErrors in interface IExpandableRowObjectpublic void setErrors(UIError[] errors)
setErrors in interface IExpandableRowObject| 
 | Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.7) E15033-09 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||