psdi.plusc.webclient.beans.datasheet

Class PlusCDSChangeStatusDataBean

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


    public class PlusCDSChangeStatusDataBean
    extends ChangeStatusBean
    Databeann for Datasheet application to handle change status action. It is used to change the status on a selected list of data sheets or a single data sheet
    • Constructor Detail

      • PlusCDSChangeStatusDataBean

        public PlusCDSChangeStatusDataBean()
    • Method Detail

      • cancelDialog

        public int cancelDialog()
                         throws MXException,
                                java.rmi.RemoteException
        Description copied from class: DataBean
        Called by the dialog control when the dialog is cancled. Override this method if any special processing needs to be done when the user closes a dialog.
        Overrides:
        cancelDialog in class ChangeStatusBean
        Throws:
        MXException
        java.rmi.RemoteException