Class GOVisualComponent

    • Constructor Detail

      • GOVisualComponent

        public GOVisualComponent​(int eventId,
                                 int hobj,
                                 int locVarId,
                                 int row,
                                 int col)
    • Method Detail

      • setPos

        public void setPos​(int left,
                           int top,
                           boolean bObjManager)
        Description copied from interface: IVisibleComponent
        Set object position using functions setPosX and setPosY
        Specified by:
        setPos in interface IVisibleComponent
        Parameters:
        left - position x
        top - position y
        bObjManager - recalc with ObjManager
      • setPos

        public void setPos​(int left,
                           int top)
        Description copied from interface: IVisibleComponent
        Set object position using functions setPosX and setPosY
        Specified by:
        setPos in interface IVisibleComponent
        Parameters:
        left - position x
        top - position y
      • setWidth

        public void setWidth​(int value,
                             boolean bObjManager)
        Description copied from interface: IVisibleComponent
        Corresponds to ESL function %HI_SetSizeX
        Specified by:
        setWidth in interface IVisibleComponent
      • setHeight

        public void setHeight​(int value,
                              boolean bObjManager)
        Description copied from interface: IVisibleComponent
        Corresponds to ESL function %HI_SetSizeY
        Specified by:
        setHeight in interface IVisibleComponent
      • setSize

        public void setSize​(int width,
                            int height,
                            boolean bObjManager)
        Description copied from interface: IVisibleComponent
        Set object position using functions setSizeX and setSizeY
        Specified by:
        setSize in interface IVisibleComponent
        Parameters:
        width - size x
        height - size y
        bObjManager - recalc with ObjManager
      • setSize

        public void setSize​(int width,
                            int height)
        Description copied from interface: IVisibleComponent
        Set object position using functions setSizeX and setSizeY
        Specified by:
        setSize in interface IVisibleComponent
        Parameters:
        width - size x
        height - size y
      • lockUpdate

        public void lockUpdate​(boolean bLock)
        Description copied from interface: IVisibleComponent
        Corresponds to ESL function %HI_LockUpdate. Not supported in Thin client.
        Specified by:
        lockUpdate in interface IVisibleComponent
      • setTooltip

        public void setTooltip​(java.lang.String value)
        Description copied from interface: IVisibleComponent
        Corresponds to ESL function %HI_SetToolTipText
        Specified by:
        setTooltip in interface IVisibleComponent
      • setDragRangeX

        public void setDragRangeX​(int min,
                                  int max)
        Description copied from interface: IVisibleComponent
        Corresponds to ESL function %HI_SetDragRangeX. Not supported in Thin client.
        Specified by:
        setDragRangeX in interface IVisibleComponent
      • setDragRangeY

        public void setDragRangeY​(int min,
                                  int max)
        Description copied from interface: IVisibleComponent
        Corresponds to ESL function %HI_SetDragRangeY. Not supported in Thin client.
        Specified by:
        setDragRangeY in interface IVisibleComponent
      • setDraggable

        public void setDraggable​(boolean bHorizontal,
                                 boolean bVertical)
        Description copied from interface: IVisibleComponent
        Corresponds to ESL function %HI_SetDraggable. Not supported in Thin client.
        Specified by:
        setDraggable in interface IVisibleComponent