psdi.webclient.system.controller

Class ControlHandler

  • java.lang.Object
    • psdi.webclient.system.controller.ControlHandler

  • Deprecated. 
    FIREFOX

    public class ControlHandler
    extends java.lang.Object
    • Field Detail

      • CANCEL_EVENT

        public static final int CANCEL_EVENT
        Deprecated. FIREFOX
        See Also:
        Constant Field Values
    • Constructor Detail

      • ControlHandler

        public ControlHandler(ControlInstance masterInstance)
        Deprecated. 
    • Method Detail

      • getMasterInstance

        public ControlInstance getMasterInstance()
        Deprecated. 
        package visibility to allow interoperability with the other adaptor classes
        Returns:
        reference to the master object
      • getProperty

        public java.lang.String getProperty(java.lang.Object key)
        Deprecated. FIREFOX
        Parameters:
        key -
        Returns:
        the String value of the specified property
      • getProperties

        public ControlProperties getProperties()
        Deprecated. FIREFOX
        See Also:
        BaseInstance.getProperties()
      • setProperty

        public void setProperty(java.lang.String key,
                                java.lang.String value)
        Deprecated. FIREFOX use BaseInstance.setProperty(String, String)
        Parameters:
        key -
        value -
      • handleEvent

        public int handleEvent(WebClientEvent event)
        Deprecated. FIREFOX
        See Also:
        SystemEventHandler.handleEvent(WebClientEvent)
      • getChildren

        public java.util.ArrayList getChildren()
        Deprecated. FIREFOX
        See Also:
        BaseInstance.getChildren()
      • getId

        public java.lang.String getId()
        Deprecated. FIREFOX
        See Also:
        ControlInstance.getId()
      • getParent

        public ControlHandler getParent()
        Deprecated. FIREFOX
        See Also:
        ControlInstance.getParentInstance()
      • getRegisteredHandler

        public ControlHandler getRegisteredHandler(java.lang.String id)
        Deprecated. FIREFOX
        TO REPLACE: call getControlInstance(String) on the page instance directly. You should know on which page the control you are looking for is placed.
        See Also:
        PageInstance.getControlInstance(String)