psdi.webclient.controls

Class LinearViewer

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class LinearViewer
    extends ControlInstance
    • Constructor Detail

      • LinearViewer

        public LinearViewer()
    • Method Detail

      • 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
      • isVisibleOnCurrentTab

        public boolean isVisibleOnCurrentTab()
      • hasVisibilityChanged

        public boolean hasVisibilityChanged()
      • setVisibilityChanged

        public void setVisibilityChanged(boolean vis)
      • buildUrl

        public java.lang.String buildUrl(WebClientSession wcs,
                                         java.lang.String servletBase,
                                         java.lang.String servletPath,
                                         java.lang.String flashObjectPath)
      • 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 ControlInstance
        Throws:
        java.lang.NoSuchMethodException
        java.lang.IllegalAccessException
        java.lang.reflect.InvocationTargetException