Class ControlTool
java.lang.Object
ch.nolix.system.webgui.controltool.ControlTool
- All Implemented Interfaces:
IControlTool
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtendedIterable<Control<?, ?>> getListWithControlAndChildControlsRecursively(Control<?, ?> control) ExtendedIterable<Control<?, ?>> getListWithControlAndStructureControlsRecursively(Control<?, ?> control)
-
Constructor Details
-
ControlTool
public ControlTool()
-
-
Method Details
-
getListWithControlAndChildControlsRecursively
public ExtendedIterable<Control<?,?>> getListWithControlAndChildControlsRecursively(Control<?, ?> control) - Specified by:
getListWithControlAndChildControlsRecursivelyin interfaceIControlTool
-
getListWithControlAndStructureControlsRecursively
public ExtendedIterable<Control<?,?>> getListWithControlAndStructureControlsRecursively(Control<?, ?> control) - Specified by:
getListWithControlAndStructureControlsRecursivelyin interfaceIControlTool
-