psdi.webclient.beans.dm

Class DMMapRulesTreeBean

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


    public class DMMapRulesTreeBean
    extends TreeControlBean
    • Constructor Detail

      • DMMapRulesTreeBean

        public DMMapRulesTreeBean()
        Create the tree bean, just call super()
    • Method Detail

      • selectnode

        public int selectnode()
                       throws MXException,
                              java.rmi.RemoteException
        Description copied from class: TreeControlBean
        Handles the selectnode event fired from the frontend or through TreeNode It gets MBo for the uniqueid passed whena a node is selected
        Overrides:
        selectnode in class TreeControlBean
        Returns:
        EVENT_HANDLED;
        Throws:
        MXException
        java.rmi.RemoteException
      • structureChangedEvent

        public void structureChangedEvent(DataBean speaker)
        Description copied from class: DataBean
        event called by the "parent" DataBean which tells this DataBean that it references a new mbo or MboSetRemote. The fireStructureChangedEvent is called thus setting the resetRemote flag for all the "children" DataBeans
        Specified by:
        structureChangedEvent in interface DataBeanListener
        Overrides:
        structureChangedEvent in class DataBean
      • getMboSetRemote

        protected MboSetRemote getMboSetRemote()
                                        throws MXException,
                                               java.rmi.RemoteException
        Description copied from class: DataBean
        Obtains and returns a MboSetRemote using the mboname of parent/relationship setup for the bean. Override this method if the DataBean needs to get a MboSetRemote in a non-standard way. (Not via a the MXSession, or a relationship from another DataBean).
        Overrides:
        getMboSetRemote in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException