psdi.webclient.controls

Class Action

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class Action
    extends Dialog
    • Constructor Detail

      • Action

        public Action()
    • Method Detail

      • instantiatedatasrc

        public void instantiatedatasrc()
        Description copied from class: DatasrcInstance
        this method will set up the datasource on the control. any controls that need to create a datasource should be an instance of this class. if the datasource is not already created, one will be created and stored in the appropriate place (app or page).
        Overrides:
        instantiatedatasrc in class Dialog
      • action

        public int action()
                   throws java.lang.NoSuchMethodException,
                          java.rmi.RemoteException
        Throws:
        java.lang.NoSuchMethodException
        java.rmi.RemoteException
      • 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