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 TypeMethodDescriptionIContainer<IControl<?, ?>> getListWithControlAndChildControlsRecursively(IControl<?, ?> control)
-
Constructor Details
-
ControlTool
public ControlTool()
-
-
Method Details
-
getListWithControlAndChildControlsRecursively
public IContainer<IControl<?,?>> getListWithControlAndChildControlsRecursively(IControl<?, ?> control) - Specified by:
getListWithControlAndChildControlsRecursivelyin interfaceIControlTool
-