psdi.webclient.controls

Class WfCanvas

    • Constructor Detail

      • WfCanvas

        public WfCanvas()
    • 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
      • getAppletVisible

        public boolean getAppletVisible()
      • setAppletVisible

        public void setAppletVisible(boolean vis)
      • getRefreshVisibility

        public boolean getRefreshVisibility()
      • setRefreshVisibility

        public void setRefreshVisibility(boolean vis)
      • newscale

        public int newscale()
      • showerror

        public int showerror()
      • checkVisibility

        public int checkVisibility()
      • acceptselect

        public int acceptselect()
      • getError

        public java.lang.String getError()
      • setError

        public void setError(java.lang.String error)
      • getProcessId

        public java.lang.String getProcessId()
      • setProcessId

        public void setProcessId(java.lang.String processId)
      • updateapplet

        public int updateapplet()
        General use event handler to handle whenever we need to refresh the applet data; kind of replaces the 'refresh' event from MXES.
        Returns:
      • isSetCursor

        public boolean isSetCursor()
      • setSetCursor

        public void setSetCursor(boolean setCursor)
      • 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