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 rowboolean
returns whether the row is expandedboolean
returns whether the row is selected (checked)void
set the validation errors for the fields in this rowvoid
setErrors
(oracle.tip.tools.presentation.uiobjects.sdk.UIError[] errors) void
setExpanded
(boolean expanded) sets the row to expanded(true) or collapsed(false)void
setSelected
(boolean selected) sets the selected row
-
Constructor Details
-
Method Details
-
isExpanded
public boolean isExpanded()returns whether the row is expanded- Specified by:
isExpanded
in interfaceoracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
-
setExpanded
public void setExpanded(boolean expanded) sets the row to expanded(true) or collapsed(false)- Specified by:
setExpanded
in interfaceoracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
-
isSelected
public boolean isSelected()returns whether the row is selected (checked)- Specified by:
isSelected
in interfaceoracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
-
setSelected
public void setSelected(boolean selected) sets the selected row- Specified by:
setSelected
in interfaceoracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
-
getLabel
returns the label for each row- Specified by:
getLabel
in interfaceoracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
-
getFields
returns the list of fields for the expanded row- Specified by:
getFields
in interfaceoracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
- Returns:
-
getErrors
returns the validation errors for the fields in this row- Specified by:
getErrors
in interfaceoracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
-
setErrors
public void setErrors(oracle.tip.tools.presentation.uiobjects.sdk.UIError[] errors) - Specified by:
setErrors
in interfaceoracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
-
setErrors
set the validation errors for the fields in this row- Specified by:
setErrors
in interfaceIExpandableRowObject
-