Package sk.ipesoft.d2000.go
Interface IVisibleComponent
-
- All Superinterfaces:
IBaseComponent,IVisibleComponentProxy
- All Known Subinterfaces:
IBrowserComponent,IMenuBarComponent,IMenuSource
- All Known Implementing Classes:
GOArc,GOBandDisplay,GOBarInstrument,GOBitmap,GOBox,GOBrowser,GOButton,GOCheck,GOCircle,GOCircleButton,GOEField,GOEllipse,GOFrame3D,GOGButton,GOGraph,GOGroup,GOHTMLiframe,GOInArc,GOLine,GOList,GOLogicalGroup,GOLongText,GOMDIClient,GOMenuBar,GONone,GOPiArc,GOPicture,GOPointerInstrument,GOPolygon,GOProgressBar,GORadio,GORatioDisplay,GOReport,GOSpin,GOStatic,GOTab,GOTable,GOText,GOTree,GOVisualComponent,GOWebFrame
public interface IVisibleComponent extends IVisibleComponentProxy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBackColor()Corresponds to ESL function %HI_GetBackColorbooleangetEnable()Corresponds to ESL function %HI_GetEnableintgetForeColor()Corresponds to ESL function %HI_GetForeColorintgetHeight()Corresponds to ESL function %HI_GetSizeYintgetHeight(boolean bObjManager)Corresponds to ESL function %HI_GetSizeYbooleangetMasterEnable()Corresponds to ESL function %HI_GetMasterEnablebooleangetMasterVisible()Corresponds to ESL function %HI_GetMasterVisibleintgetPosX()Corresponds to ESL function %HI_GetPosXintgetPosX(boolean bObjManager)Corresponds to ESL function %HI_GetPosXintgetPosY()Corresponds to ESL function %HI_GetPosYintgetPosY(boolean bObjManager)Corresponds to ESL function %HI_GetPosYbooleangetVisible()Corresponds to ESL function %HI_GetVisibleintgetWidth()Corresponds to ESL function %HI_GetSizeXintgetWidth(boolean bObjManager)Corresponds to ESL function %HI_GetSizeXvoidlockUpdate(boolean bLock)Corresponds to ESL function %HI_LockUpdate.voidsetBackColor(int value)Corresponds to ESL function %HI_SetBackColorvoidsetDraggable(boolean bHorizontal, boolean bVertical)Corresponds to ESL function %HI_SetDraggable.voidsetDragRangeX(int min, int max)Corresponds to ESL function %HI_SetDragRangeX.voidsetDragRangeY(int min, int max)Corresponds to ESL function %HI_SetDragRangeY.voidsetFocus()Corresponds to ESL function %HI_SetFocusvoidsetForeColor(int value)Corresponds to ESL function %HI_SetForeColorvoidsetHeight(int value)Corresponds to ESL function %HI_SetSizeYvoidsetHeight(int value, boolean bObjManager)Corresponds to ESL function %HI_SetSizeYvoidsetPos(int left, int top)Set object position using functions setPosX and setPosYvoidsetPos(int left, int top, boolean bObjManager)Set object position using functions setPosX and setPosYvoidsetPosX(int value)Corresponds to ESL function %HI_SetPosXvoidsetPosX(int value, boolean bObjManager)Corresponds to ESL function %HI_SetPosXvoidsetPosY(int value)Corresponds to ESL function %HI_SetPosYvoidsetPosY(int value, boolean bObjManager)Corresponds to ESL function %HI_SetPosYvoidsetSize(int width, int height)Set object position using functions setSizeX and setSizeYvoidsetSize(int width, int height, boolean bObjManager)Set object position using functions setSizeX and setSizeYvoidsetTooltip(java.lang.String value)Corresponds to ESL function %HI_SetToolTipTextvoidsetWidth(int value)Corresponds to ESL function %HI_SetSizeXvoidsetWidth(int value, boolean bObjManager)Corresponds to ESL function %HI_SetSizeX-
Methods inherited from interface sk.ipesoft.d2000.go.IBaseComponent
getUserData, setUserData
-
Methods inherited from interface sk.ipesoft.d2000.go.IVisibleComponentProxy
setEnable, setLayoutManagement, setMasterEnable, setMasterVisible, setVisible
-
-
-
-
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 xtop- position ybObjManager- recalc with ObjManager
-
setPos
void setPos(int left, int top)Set object position using functions setPosX and setPosY- Parameters:
left- position xtop- 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 xheight- size ybObjManager- recalc with ObjManager
-
setSize
void setSize(int width, int height)Set object position using functions setSizeX and setSizeY- Parameters:
width- size xheight- 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)
Corresponds to ESL function %HI_SetPosX- Specified by:
setPosXin interfaceIVisibleComponentProxy
-
setPosX
void setPosX(int value, boolean bObjManager)Corresponds to ESL function %HI_SetPosX- Specified by:
setPosXin interfaceIVisibleComponentProxy
-
setPosY
void setPosY(int value)
Corresponds to ESL function %HI_SetPosY- Specified by:
setPosYin interfaceIVisibleComponentProxy
-
setPosY
void setPosY(int value, boolean bObjManager)Corresponds to ESL function %HI_SetPosY- Specified by:
setPosYin interfaceIVisibleComponentProxy
-
-