psdi.webclient.beans.relation

Class RelationRulesExtTableDataBean

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class RelationRulesExtTableDataBean
    extends DataBean
    Table Bean for managing the complexities of creating the complex asset relationship rules.
    • Constructor Detail

      • RelationRulesExtTableDataBean

        public RelationRulesExtTableDataBean()
    • Method Detail

      • toggledeleterowcomplex

        public int toggledeleterowcomplex()
                                   throws MXException
        client event that toggled the delete for a group. ie, if you select the main group record and hit delete it will toggle the delete for all children as well. BUT, if you simply hit delete on a child record, then it will only toggle the delete for that child.
        Returns:
        Throws:
        MXException
      • addrow

        public int addrow()
                   throws MXException
        Adds a new row to the end of the table. This will add new line to the group.
        Overrides:
        addrow in class DataBean
        Throws:
        MXException
      • addgrouprow

        public int addgrouprow()
                        throws MXException
        event to insert a new group row to the table.
        Returns:
        Throws:
        MXException
      • addgroupitem

        public int addgroupitem()
                         throws MXException
        event to insert a new line row into a group on the table.
        Returns:
        Throws:
        MXException