VisibleService
Canonical path: NemAll_Python_IFW_Input.VisibleService
Methods:
-
IsElementCurrentlyHidden–Get the hidden state of the element
-
ShowAllElements–Show all elements
-
ShowElement–Show/hide the element
-
ShowElements–Show/hide the elements
IsElementCurrentlyHidden
staticmethod
IsElementCurrentlyHidden(element: BaseElementAdapter) -> bool
Get the hidden state of the element
ShowElement
staticmethod
ShowElement(eleList: BaseElementAdapter, bShow: bool, bForceDraw: bool)
Show/hide the element
Parameters:
-
eleList(BaseElementAdapter) –Element list as BaseElementAdapterList
-
bShow(bool) –Show / Hide = true/false
-
bForceDraw(bool) –Force the draw state
ShowElements
staticmethod
ShowElements(
eleList: BaseElementAdapterList, bShow: bool, bForceDraw: bool = True
)
Show/hide the elements
Parameters:
-
eleList(BaseElementAdapterList) –Element list as BaseElementAdapterList
-
bShow(bool) –Show / Hide = true/false
-
bForceDraw(bool, default:True) –Force the draw state
Placeholder