psdi.webclient.beans.dm

Class DMMapTreeBean

    • Constructor Detail

      • DMMapTreeBean

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

      • handleok

        public int handleok()
                     throws MXException,
                            java.rmi.RemoteException
        Handle the OK button, save changes...
        Returns:
        EVENT_HANDLED;
        Throws:
        MXException
        java.rmi.RemoteException
      • handlecancel

        public int handlecancel()
                         throws MXException,
                                java.rmi.RemoteException
        Handle the Cancel button, discard changes...
        Returns:
        EVENT_HANDLED;
        Throws:
        MXException
        java.rmi.RemoteException
      • 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