psdi.webclient.controls

Class HyperLink

    • Constructor Detail

      • HyperLink

        public HyperLink()
    • Method Detail

      • initialize

        public void initialize()
        allows either url or link property to work on the hyperlink control.
        Overrides:
        initialize in class ControlInstance
      • 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 DatasrcInstance
        Throws:
        java.lang.NoSuchMethodException
        java.lang.IllegalAccessException
        java.lang.reflect.InvocationTargetException
      • getDataBean

        public DataBean getDataBean()
        Description copied from class: ControlInstance
        Return the databean that is defined by the control's datasrc property. Will return null is datasrc property is null or the datasrc/databean isn't instantiated within the control's AppInstance.
        Overrides:
        getDataBean in class DatasrcInstance
        Returns: