psdi.webclient.components

Class TableToggleDetails

  • All Implemented Interfaces:
    java.lang.Cloneable, DataBeanListener


    public class TableToggleDetails
    extends ToggleImage
    Designed to allow the table detail image to toggle based on a check method Extended to add some additional logic for state toggling
    • Constructor Detail

      • TableToggleDetails

        public TableToggleDetails()
    • Method Detail

      • getTableRow

        public TableRow getTableRow()
      • areRowDetailsExpanded

        public java.lang.String areRowDetailsExpanded()
        Returns whether or not table details are expanded.
        Returns:
        String - "true"/"false"
      • toggledetailstate

        public void toggledetailstate()
                               throws MXException
        Decide whether or not we toggle detail state based on combination current detail state and this row
        Throws:
        MXException