Interface IVisibleComponent

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getBackColor()
      Corresponds to ESL function %HI_GetBackColor
      boolean getEnable()
      Corresponds to ESL function %HI_GetEnable
      int getForeColor()
      Corresponds to ESL function %HI_GetForeColor
      int getHeight()
      Corresponds to ESL function %HI_GetSizeY
      int getHeight​(boolean bObjManager)
      Corresponds to ESL function %HI_GetSizeY
      boolean getMasterEnable()
      Corresponds to ESL function %HI_GetMasterEnable
      boolean getMasterVisible()
      Corresponds to ESL function %HI_GetMasterVisible
      int getPosX()
      Corresponds to ESL function %HI_GetPosX
      int getPosX​(boolean bObjManager)
      Corresponds to ESL function %HI_GetPosX
      int getPosY()
      Corresponds to ESL function %HI_GetPosY
      int getPosY​(boolean bObjManager)
      Corresponds to ESL function %HI_GetPosY
      boolean getVisible()
      Corresponds to ESL function %HI_GetVisible
      int getWidth()
      Corresponds to ESL function %HI_GetSizeX
      int getWidth​(boolean bObjManager)
      Corresponds to ESL function %HI_GetSizeX
      void lockUpdate​(boolean bLock)
      Corresponds to ESL function %HI_LockUpdate.
      void setBackColor​(int value)
      Corresponds to ESL function %HI_SetBackColor
      void setDraggable​(boolean bHorizontal, boolean bVertical)
      Corresponds to ESL function %HI_SetDraggable.
      void setDragRangeX​(int min, int max)
      Corresponds to ESL function %HI_SetDragRangeX.
      void setDragRangeY​(int min, int max)
      Corresponds to ESL function %HI_SetDragRangeY.
      void setFocus()
      Corresponds to ESL function %HI_SetFocus
      void setForeColor​(int value)
      Corresponds to ESL function %HI_SetForeColor
      void setHeight​(int value)
      Corresponds to ESL function %HI_SetSizeY
      void setHeight​(int value, boolean bObjManager)
      Corresponds to ESL function %HI_SetSizeY
      void setPos​(int left, int top)
      Set object position using functions setPosX and setPosY
      void setPos​(int left, int top, boolean bObjManager)
      Set object position using functions setPosX and setPosY
      void setPosX​(int value)
      Corresponds to ESL function %HI_SetPosX
      void setPosX​(int value, boolean bObjManager)
      Corresponds to ESL function %HI_SetPosX
      void setPosY​(int value)
      Corresponds to ESL function %HI_SetPosY
      void setPosY​(int value, boolean bObjManager)
      Corresponds to ESL function %HI_SetPosY
      void setSize​(int width, int height)
      Set object position using functions setSizeX and setSizeY
      void setSize​(int width, int height, boolean bObjManager)
      Set object position using functions setSizeX and setSizeY
      void setTooltip​(java.lang.String value)
      Corresponds to ESL function %HI_SetToolTipText
      void setWidth​(int value)
      Corresponds to ESL function %HI_SetSizeX
      void setWidth​(int value, boolean bObjManager)
      Corresponds to ESL function %HI_SetSizeX
    • Method Detail

      • getVisible

        boolean getVisible()
        Corresponds to ESL function %HI_GetVisible
      • getMasterVisible

        boolean getMasterVisible()
        Corresponds to ESL function %HI_GetMasterVisible
      • getEnable

        boolean getEnable()
        Corresponds to ESL function %HI_GetEnable
      • getMasterEnable

        boolean getMasterEnable()
        Corresponds to ESL function %HI_GetMasterEnable
      • getPosX

        int getPosX()
        Corresponds to ESL function %HI_GetPosX
      • getPosX

        int getPosX​(boolean bObjManager)
        Corresponds to ESL function %HI_GetPosX
      • getPosY

        int getPosY()
        Corresponds to ESL function %HI_GetPosY
      • getPosY

        int getPosY​(boolean bObjManager)
        Corresponds to ESL function %HI_GetPosY
      • getWidth

        int getWidth()
        Corresponds to ESL function %HI_GetSizeX
      • getWidth

        int getWidth​(boolean bObjManager)
        Corresponds to ESL function %HI_GetSizeX
      • getHeight

        int getHeight()
        Corresponds to ESL function %HI_GetSizeY
      • getHeight

        int getHeight​(boolean bObjManager)
        Corresponds to ESL function %HI_GetSizeY
      • setFocus

        void setFocus()
        Corresponds to ESL function %HI_SetFocus
      • getForeColor

        int getForeColor()
        Corresponds to ESL function %HI_GetForeColor
      • getBackColor

        int getBackColor()
        Corresponds to ESL function %HI_GetBackColor
      • lockUpdate

        void lockUpdate​(boolean bLock)
        Corresponds to ESL function %HI_LockUpdate. Not supported in Thin client.
      • setPos

        void setPos​(int left,
                    int top,
                    boolean bObjManager)
        Set object position using functions setPosX and setPosY
        Parameters:
        left - position x
        top - position y
        bObjManager - recalc with ObjManager
      • setPos

        void setPos​(int left,
                    int top)
        Set object position using functions setPosX and setPosY
        Parameters:
        left - position x
        top - position y
      • setWidth

        void setWidth​(int value)
        Corresponds to ESL function %HI_SetSizeX
      • setWidth

        void setWidth​(int value,
                      boolean bObjManager)
        Corresponds to ESL function %HI_SetSizeX
      • setHeight

        void setHeight​(int value)
        Corresponds to ESL function %HI_SetSizeY
      • setHeight

        void setHeight​(int value,
                       boolean bObjManager)
        Corresponds to ESL function %HI_SetSizeY
      • setSize

        void setSize​(int width,
                     int height,
                     boolean bObjManager)
        Set object position using functions setSizeX and setSizeY
        Parameters:
        width - size x
        height - size y
        bObjManager - recalc with ObjManager
      • setSize

        void setSize​(int width,
                     int height)
        Set object position using functions setSizeX and setSizeY
        Parameters:
        width - size x
        height - size y
      • setForeColor

        void setForeColor​(int value)
        Corresponds to ESL function %HI_SetForeColor
      • setBackColor

        void setBackColor​(int value)
        Corresponds to ESL function %HI_SetBackColor
      • setTooltip

        void setTooltip​(java.lang.String value)
        Corresponds to ESL function %HI_SetToolTipText
      • setDraggable

        void setDraggable​(boolean bHorizontal,
                          boolean bVertical)
        Corresponds to ESL function %HI_SetDraggable. Not supported in Thin client.
      • setDragRangeX

        void setDragRangeX​(int min,
                           int max)
        Corresponds to ESL function %HI_SetDragRangeX. Not supported in Thin client.
      • setDragRangeY

        void setDragRangeY​(int min,
                           int max)
        Corresponds to ESL function %HI_SetDragRangeY. Not supported in Thin client.
      • setPosX

        void setPosX​(int value,
                     boolean bObjManager)
        Corresponds to ESL function %HI_SetPosX
        Specified by:
        setPosX in interface IVisibleComponentProxy
      • setPosY

        void setPosY​(int value,
                     boolean bObjManager)
        Corresponds to ESL function %HI_SetPosY
        Specified by:
        setPosY in interface IVisibleComponentProxy