Class ExpandableRowObject

java.lang.Object
com.bea.alsb.presentation.ExpandableRowObject
All Implemented Interfaces:
IExpandableRowObject, oracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject

public class ExpandableRowObject extends Object implements IExpandableRowObject
Expandable Row Object
  • Constructor Details

    • ExpandableRowObject

      public ExpandableRowObject(boolean expanded, boolean selected, String label, List<EditField> fields)
      Constructor
    • ExpandableRowObject

      public ExpandableRowObject(boolean selected, String label, List<EditField> fields)
  • Method Details

    • isExpanded

      public boolean isExpanded()
      returns whether the row is expanded
      Specified by:
      isExpanded in interface oracle.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 interface oracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
    • isSelected

      public boolean isSelected()
      returns whether the row is selected (checked)
      Specified by:
      isSelected in interface oracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
    • setSelected

      public void setSelected(boolean selected)
      sets the selected row
      Specified by:
      setSelected in interface oracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
    • getLabel

      public String getLabel()
      returns the label for each row
      Specified by:
      getLabel in interface oracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
    • getFields

      public List<EditField> getFields()
      returns the list of fields for the expanded row
      Specified by:
      getFields in interface oracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
      Returns:
    • getErrors

      public UIError[] getErrors()
      returns the validation errors for the fields in this row
      Specified by:
      getErrors in interface oracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
    • setErrors

      public void setErrors(oracle.tip.tools.presentation.uiobjects.sdk.UIError[] errors)
      Specified by:
      setErrors in interface oracle.tip.tools.presentation.uiobjects.sdk.IExpandableRowObject
    • setErrors

      public void setErrors(UIError[] errors)
      set the validation errors for the fields in this row
      Specified by:
      setErrors in interface IExpandableRowObject