Package com.bea.alsb.presentation
Class ExpandableRowObject
java.lang.Object
com.bea.alsb.presentation.ExpandableRowObject
- All Implemented Interfaces:
IExpandableRowObject,oracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
Expandable Row Object
-
Field Summary
Fields inherited from interface oracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
COLLAPSED, EXPANDED -
Constructor Summary
ConstructorsConstructorDescriptionExpandableRowObject(boolean expanded, boolean selected, String label, List<EditField> fields) ConstructorExpandableRowObject(boolean selected, String label, List<EditField> fields) -
Method Summary
Modifier and TypeMethodDescriptionUIError[]returns the validation errors for the fields in this rowreturns the list of fields for the expanded rowgetLabel()returns the label for each rowbooleanreturns whether the row is expandedbooleanreturns whether the row is selected (checked)voidset the validation errors for the fields in this rowvoidsetErrors(oracle.tip.tools.presentation.uiobjects.sdk.UIError[] errors) voidsetExpanded(boolean expanded) sets the row to expanded(true) or collapsed(false)voidsetSelected(boolean selected) sets the selected row
-
Constructor Details
-
Method Details
-
isExpanded
public boolean isExpanded()returns whether the row is expanded- Specified by:
isExpandedin interfaceoracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
-
setExpanded
public void setExpanded(boolean expanded) sets the row to expanded(true) or collapsed(false)- Specified by:
setExpandedin interfaceoracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
-
isSelected
public boolean isSelected()returns whether the row is selected (checked)- Specified by:
isSelectedin interfaceoracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
-
setSelected
public void setSelected(boolean selected) sets the selected row- Specified by:
setSelectedin interfaceoracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
-
getLabel
returns the label for each row- Specified by:
getLabelin interfaceoracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
-
getFields
returns the list of fields for the expanded row- Specified by:
getFieldsin interfaceoracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject- Returns:
-
getErrors
returns the validation errors for the fields in this row- Specified by:
getErrorsin interfaceoracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
-
setErrors
public void setErrors(oracle.tip.tools.presentation.uiobjects.sdk.UIError[] errors) - Specified by:
setErrorsin interfaceoracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
-
setErrors
set the validation errors for the fields in this row- Specified by:
setErrorsin interfaceIExpandableRowObject
-