|
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 | ||||||||
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 |
|---|
static final java.lang.String EXPANDED
static final java.lang.String COLLAPSED
| Method Detail |
|---|
boolean isExpanded()
void setExpanded(boolean expanded)
boolean isSelected()
void setSelected(boolean selected)
java.lang.String getLabel()
java.util.List getFields()
UIError[] getErrors()
void setErrors(UIError[] errors)
|
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 | ||||||||