psdi.webclient.beans.dm

Class DMMapRulesDetailsBean

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


    public class DMMapRulesDetailsBean
    extends DataBean
    • Constructor Detail

      • DMMapRulesDetailsBean

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

      • handlecancel

        public int handlecancel()
                         throws MXException,
                                java.rmi.RemoteException
        Handle the Cancel button, discard changes...
        Returns:
        EVENT_HANDLED;
        Throws:
        MXException
        java.rmi.RemoteException
      • execute

        public int execute()
                    throws MXException,
                           java.rmi.RemoteException
        Save the changes to the table window.
        Overrides:
        execute in class DataBean
        Returns:
        return value from save
        Throws:
        MXException
        java.rmi.RemoteException