psdi.webclient.components

Class ButtonAutoClick

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class ButtonAutoClick
    extends ComponentInstance
    • Constructor Detail

      • ButtonAutoClick

        public ButtonAutoClick()
    • Method Detail

      • initialize

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