psdi.webclient.controls

Class ButtonAutoClick

    • Constructor Detail

      • ButtonAutoClick

        public ButtonAutoClick()
    • 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 DatasrcInstance
      • 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 ControlInstance
      • getClickInterval

        public int getClickInterval()
      • isAutoClickEnabled

        public boolean isAutoClickEnabled()
      • getAutoClickButtonRenderId

        public java.lang.String getAutoClickButtonRenderId()
      • getValues

        public java.lang.String getValues()