com.ibm.tivoli.maximo.appt.beans

Class ApptWindowLookupBean

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


    public class ApptWindowLookupBean
    extends LookupBean
    Class lookup for the Appointment Windows.
    • Constructor Detail

      • ApptWindowLookupBean

        public ApptWindowLookupBean()
    • Method Detail

      • cancelDialog

        public int cancelDialog()
                         throws MXException
        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 LookupBean
        Throws:
        MXException
        See Also:
        psdi.webclient.system.beans.WebClientBean#cancelDialog()