|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExpandableRowObject
Field Summary | |
---|---|
static String |
COLLAPSED
|
static String |
EXPANDED
|
Method Summary | |
---|---|
UIError[] |
getErrors()
returns the validation errors for the fields in this row |
List |
getFields()
Note: We need to make it a general list instead of generic list here in order to avoid type conflict. |
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 String EXPANDED
static final String COLLAPSED
Method Detail |
---|
boolean isExpanded()
void setExpanded(boolean expanded)
boolean isSelected()
void setSelected(boolean selected)
String getLabel()
List getFields()
UIError[] getErrors()
void setErrors(UIError[] errors)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |