psdi.webclient.controls

Class Messagebox

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class Messagebox
    extends Dialog
    Implements specific functionality for the message boxes
    • Constructor Detail

      • Messagebox

        public Messagebox()
    • Method Detail

      • initialize

        public void initialize()
        Description copied from class: BaseInstance
        should be extended to do any setup required by the instance. for example, the DatasrcInstance will call initialize to create data sources found in the bind list.
        Overrides:
        initialize in class Dialog
      • dialogok

        public int dialogok()
        Overrides:
        dialogok in class Dialog
      • dialogcancel

        public int dialogcancel()
        Description copied from class: Dialog
        Call the cancelDialog() handler on the dialog bean then close the dialog
        Overrides:
        dialogcancel in class Dialog
        See Also:
        Dialog.dialogclose()
      • dialogyes

        public int dialogyes()
        Description copied from class: Dialog
        The default dialogyes event only closes the dialog. It is used to obtain an interactive response from the interactive user
        Overrides:
        dialogyes in class Dialog
        See Also:
        Dialog.dialogok()
      • dialogno

        public int dialogno()
        Description copied from class: Dialog
        The default dialogno event only closes the dialog. It is used to obtain an interactive response from the interactive user
        Overrides:
        dialogno in class Dialog
        See Also:
        Dialog.dialogok()
      • dialogclose

        public int dialogclose()
        Description copied from class: Dialog
        Close the dialog without taking any action
        Overrides:
        dialogclose in class Dialog
        See Also:
        Dialog.dialogcancel()
      • dialogcloseOnly

        public boolean dialogcloseOnly()
      • render

        public int render()
                   throws java.lang.NoSuchMethodException,
                          java.lang.IllegalAccessException,
                          java.lang.reflect.InvocationTargetException
        Description copied from class: ControlInstance
        Render this control's components
        Overrides:
        render in class Dialog
        Throws:
        java.lang.NoSuchMethodException
        java.lang.IllegalAccessException
        java.lang.reflect.InvocationTargetException