Uses of Interface
ch.nolix.systemapi.webgui.main.IControl
Packages that use IControl
Package
Description
-
Uses of IControl in ch.nolix.system.atomiccontrol.button
Classes in ch.nolix.system.atomiccontrol.button that implement IControlMethods in ch.nolix.system.atomiccontrol.button that return types with arguments of type IControlModifier and TypeMethodDescriptionIContainer<IControl<?, ?>> Button.getStoredChildControls()IContainer<IControl<?, ?>> Button.getStoredStructureControls() -
Uses of IControl in ch.nolix.system.atomiccontrol.imagecontrol
Classes in ch.nolix.system.atomiccontrol.imagecontrol that implement IControlMethods in ch.nolix.system.atomiccontrol.imagecontrol that return types with arguments of type IControlModifier and TypeMethodDescriptionIContainer<IControl<?, ?>> ImageControl.getStoredChildControls()IContainer<IControl<?, ?>> ImageControl.getStoredStructureControls() -
Uses of IControl in ch.nolix.system.atomiccontrol.label
Classes in ch.nolix.system.atomiccontrol.label that implement IControlMethods in ch.nolix.system.atomiccontrol.label that return types with arguments of type IControlModifier and TypeMethodDescriptionIContainer<IControl<?, ?>> Label.getStoredChildControls()IContainer<IControl<?, ?>> Label.getStoredStructureControls() -
Uses of IControl in ch.nolix.system.atomiccontrol.link
Classes in ch.nolix.system.atomiccontrol.link that implement IControlMethods in ch.nolix.system.atomiccontrol.link that return types with arguments of type IControlModifier and TypeMethodDescriptionIContainer<IControl<?, ?>> Link.getStoredChildControls()IContainer<IControl<?, ?>> Link.getStoredStructureControls() -
Uses of IControl in ch.nolix.system.atomiccontrol.textbox
Classes in ch.nolix.system.atomiccontrol.textbox that implement IControlMethods in ch.nolix.system.atomiccontrol.textbox that return types with arguments of type IControlModifier and TypeMethodDescriptionIContainer<IControl<?, ?>> Textbox.getStoredChildControls()IContainer<IControl<?, ?>> Textbox.getStoredStructureControls() -
Uses of IControl in ch.nolix.system.atomiccontrol.uploader
Classes in ch.nolix.system.atomiccontrol.uploader that implement IControlMethods in ch.nolix.system.atomiccontrol.uploader that return types with arguments of type IControlModifier and TypeMethodDescriptionIContainer<IControl<?, ?>> Uploader.getStoredChildControls()IContainer<IControl<?, ?>> Uploader.getStoredStructureControls() -
Uses of IControl in ch.nolix.system.atomiccontrol.validationlabel
Classes in ch.nolix.system.atomiccontrol.validationlabel that implement IControlMethods in ch.nolix.system.atomiccontrol.validationlabel with type parameters of type IControlModifier and TypeMethodDescription<C extends IControl<C,?>>
voidValidationLabelTool.executeActionOfControlAndShowProbableErrorInNearestValidationLabel(C control, Consumer<? super C> action) Methods in ch.nolix.system.atomiccontrol.validationlabel that return types with arguments of type IControlModifier and TypeMethodDescriptionIContainer<IControl<?, ?>> ValidationLabel.getStoredChildControls()IContainer<IControl<?, ?>> ValidationLabel.getStoredStructureControls()Methods in ch.nolix.system.atomiccontrol.validationlabel with parameters of type IControlModifier and TypeMethodDescriptionvoidValidationLabelTool.clearNearestValidationLabelOfControl(IControl<?, ?> control) voidValidationLabelTool.executeActionOfControlAndShowProbableErrorInNearestValidationLabel(IControl<?, ?> control, Runnable action) ValidationLabelTool.getOptionalStoredNearestValidationLabelOfControl(IControl<?, ?> control) voidValidationLabelTool.showErrorInNearestValidationLabelOfControlOrSwallowError(IControl<?, ?> control, Throwable error) -
Uses of IControl in ch.nolix.system.containercontrol.container
Classes in ch.nolix.system.containercontrol.container that implement IControlModifier and TypeClassDescriptionclassAbstractContainer<C extends IContainer<C,S>, S extends IControlStyle<S>> -
Uses of IControl in ch.nolix.system.containercontrol.floatcontainer
Classes in ch.nolix.system.containercontrol.floatcontainer that implement IControl -
Uses of IControl in ch.nolix.system.containercontrol.grid
Classes in ch.nolix.system.containercontrol.grid that implement IControlMethods in ch.nolix.system.containercontrol.grid that return IControlModifier and TypeMethodDescriptionIControl<?, ?> Grid.getStoredChildControlAtOneBasedRowAndColumnIndex(int oneBasedRowIndex, int oneBasedColumnIndex) IControl<?, ?> GridCell.getStoredControl()Methods in ch.nolix.system.containercontrol.grid that return types with arguments of type IControlModifier and TypeMethodDescriptionIContainer<IControl<?, ?>> Grid.getStoredChildControls()IContainer<IControl<?, ?>> Grid.getStoredStructureControls()Methods in ch.nolix.system.containercontrol.grid with parameters of type IControlModifier and TypeMethodDescriptionGrid.insertControlAtRowAndColumn(int oneBasedRowIndex, int oneBasedColumnIndex, IControl<?, ?> control) voidGridCell.setControl(IControl<?, ?> control) -
Uses of IControl in ch.nolix.system.containercontrol.horizontalstack
Classes in ch.nolix.system.containercontrol.horizontalstack that implement IControl -
Uses of IControl in ch.nolix.system.containercontrol.linearcontainer
Classes in ch.nolix.system.containercontrol.linearcontainer that implement IControlModifier and TypeClassDescriptionclassAbstractLinearContainer<C extends ILinearContainer<C,S>, S extends ILinearContainerStyle<S>> Methods in ch.nolix.system.containercontrol.linearcontainer that return types with arguments of type IControlModifier and TypeMethodDescriptionfinal IContainer<IControl<?, ?>> AbstractLinearContainer.getStoredChildControls()final IContainer<IControl<?, ?>> AbstractLinearContainer.getStoredStructureControls()Methods in ch.nolix.system.containercontrol.linearcontainer with parameters of type IControlModifier and TypeMethodDescriptionfinal CAbstractLinearContainer.addControl(IControl<?, ?> control) final CAbstractLinearContainer.addControls(IControl<?, ?>... controls) final voidAbstractLinearContainer.removeControl(IControl<?, ?> control) Method parameters in ch.nolix.system.containercontrol.linearcontainer with type arguments of type IControlModifier and TypeMethodDescriptionfinal CAbstractLinearContainer.addControls(IContainer<? extends IControl<?, ?>> controls) -
Uses of IControl in ch.nolix.system.containercontrol.singlecontainer
Classes in ch.nolix.system.containercontrol.singlecontainer that implement IControlMethods in ch.nolix.system.containercontrol.singlecontainer that return IControlMethods in ch.nolix.system.containercontrol.singlecontainer that return types with arguments of type IControlModifier and TypeMethodDescriptionIContainer<IControl<?, ?>> SingleContainer.getStoredChildControls()IContainer<IControl<?, ?>> SingleContainer.getStoredStructureControls()Methods in ch.nolix.system.containercontrol.singlecontainer with parameters of type IControl -
Uses of IControl in ch.nolix.system.containercontrol.tabcontainer
Classes in ch.nolix.system.containercontrol.tabcontainer that implement IControlMethods in ch.nolix.system.containercontrol.tabcontainer that return IControlMethods in ch.nolix.system.containercontrol.tabcontainer that return types with arguments of type IControlModifier and TypeMethodDescriptionTabContainerTab.getOptionalStoredControlByInternalId(String internalId) IContainer<IControl<?, ?>> TabContainer.getStoredChildControls()IContainer<IControl<?, ?>> TabContainerTab.getStoredControls()IContainer<IControl<?, ?>> TabContainer.getStoredStructureControls()Methods in ch.nolix.system.containercontrol.tabcontainer with parameters of type IControl -
Uses of IControl in ch.nolix.system.containercontrol.verticalstack
Classes in ch.nolix.system.containercontrol.verticalstack that implement IControl -
Uses of IControl in ch.nolix.system.webapplication.component
Classes in ch.nolix.system.webapplication.component that implement IControlModifier and TypeClassDescriptionclassComponent<C extends Controller<S>, S>classComponentWithAdapterFactory<C extends Controller<F>, F extends IAdapterFactory<A>, A>Methods in ch.nolix.system.webapplication.component that return types with arguments of type IControlModifier and TypeMethodDescriptionfinal IContainer<IControl<?, ?>> Component.getStoredChildControls()final IContainer<IControl<?, ?>> ComponentWithAdapterFactory.getStoredChildControls() -
Uses of IControl in ch.nolix.system.webapplication.counterpartupdater
Methods in ch.nolix.system.webapplication.counterpartupdater with parameters of type IControlModifier and TypeMethodDescriptionUpdateCommandCreator.createSetRootHtmlElementCommandForControl(IControl<?, ?> control) static ChainedNodeUpdateCommandCreatorHelper.createUserInputFunctionFromControlAndString(IControl<?, ?> control, String string) voidWebClientPartialCounterpartUpdater.updateControlOnCounterpart(IControl<?, ?> control, boolean updateConstellationOrStyle) Method parameters in ch.nolix.system.webapplication.counterpartupdater with type arguments of type IControlModifier and TypeMethodDescriptionstatic ChainedNodeUpdateCommandCreatorHelper.createSetUserInputFunctionsCommandForControls(IContainer<IControl<?, ?>> controls) UpdateCommandCreator.createUpdateCommandsForControls(IContainer<IControl<?, ?>> controls, boolean updateConstellationOrStyle) voidWebClientPartialCounterpartUpdater.updateControlsOnCounterpart(IContainer<IControl<?, ?>> controls, boolean updateConstellationOrStyle) -
Uses of IControl in ch.nolix.system.webapplication.main
Methods in ch.nolix.system.webapplication.main with parameters of type IControlModifier and TypeMethodDescriptionstatic Optional<IComponent> ControlHelper.getOptionalStoredParentComponentOfControl(IControl<?, ?> control) static voidWebClientHtmlEventExecutor.runHtmlEventOfTriggeredControlAndUpdateAccordingly(IControl<?, ?> triggeredControl, String htmlEvent, BooleanSupplier openStateRequester, Runnable guiUpdater, Consumer<IControl<?, ?>> controlUpdater) final voidWebClientSession.updateControlOnCounterpart(IControl<?, ?> control, boolean updateConstellationOrStyle) Method parameters in ch.nolix.system.webapplication.main with type arguments of type IControlModifier and TypeMethodDescriptionstatic voidWebClientHtmlEventExecutor.runHtmlEventOfTriggeredControlAndUpdateAccordingly(IControl<?, ?> triggeredControl, String htmlEvent, BooleanSupplier openStateRequester, Runnable guiUpdater, Consumer<IControl<?, ?>> controlUpdater) final voidWebClientSession.updateControlsOnCounterpart(IContainer<IControl<?, ?>> controls, boolean updateConstellationOrStyle) -
Uses of IControl in ch.nolix.system.webapplication.refreshqueue
Methods in ch.nolix.system.webapplication.refreshqueue that return types with arguments of type IControlMethods in ch.nolix.system.webapplication.refreshqueue with parameters of type IControlModifier and TypeMethodDescriptionvoidWebClientRefreshQueue.updateControlOnCounterpart(IControl<?, ?> control, boolean updateConstellationOrStyle) Method parameters in ch.nolix.system.webapplication.refreshqueue with type arguments of type IControlModifier and TypeMethodDescriptionstatic UpdateTicketUpdateTicket.forControls(IContainer<IControl<?, ?>> controls, boolean updateConstellationOrStyle) voidWebClientRefreshQueue.updateControlsOnCounterpart(IContainer<IControl<?, ?>> controls, boolean updateConstellationOrStyle) -
Uses of IControl in ch.nolix.system.webgui.controltool
Classes in ch.nolix.system.webgui.controltool with type parameters of type IControlModifier and TypeClassDescriptionclassAbstractControlCssBuilder<C extends IControl<C,S>, S extends IControlStyle<S>> Methods in ch.nolix.system.webgui.controltool that return types with arguments of type IControlModifier and TypeMethodDescriptionIContainer<IControl<?, ?>> ControlTool.getListWithControlAndChildControlsRecursively(IControl<?, ?> control) IContainer<IControl<?, ?>> ControlTool.getListWithControlAndStructureControlsRecursively(IControl<?, ?> control) Methods in ch.nolix.system.webgui.controltool with parameters of type IControlModifier and TypeMethodDescriptionstatic voidControlToolHelper.fillUpChildControlsOfControlIntoListRecursively(IControl<?, ?> control, IArrayList<IControl<?, ?>> list) static voidControlToolHelper.fillUpStructureControlsOfControlIntoListRecursively(IControl<?, ?> control, IArrayList<IControl<?, ?>> list) booleanControlAnalyser.firstControlContainsSecondControl(IControl<?, ?> firstControl, IControl<?, ?> secondControl) IContainer<IControl<?, ?>> ControlTool.getListWithControlAndChildControlsRecursively(IControl<?, ?> control) IContainer<IControl<?, ?>> ControlTool.getListWithControlAndStructureControlsRecursively(IControl<?, ?> control) Method parameters in ch.nolix.system.webgui.controltool with type arguments of type IControlModifier and TypeMethodDescriptionstatic voidControlToolHelper.fillUpChildControlsOfControlIntoListRecursively(IControl<?, ?> control, IArrayList<IControl<?, ?>> list) static voidControlToolHelper.fillUpStructureControlsOfControlIntoListRecursively(IControl<?, ?> control, IArrayList<IControl<?, ?>> list) -
Uses of IControl in ch.nolix.system.webgui.main
Classes in ch.nolix.system.webgui.main with type parameters of type IControlModifier and TypeClassDescriptionclassAbstractControl<C extends IControl<C,S>, S extends IControlStyle<S>> Classes in ch.nolix.system.webgui.main that implement IControlModifier and TypeClassDescriptionclassAbstractControl<C extends IControl<C,S>, S extends IControlStyle<S>> Methods in ch.nolix.system.webgui.main that return IControlModifier and TypeMethodDescriptionstatic IControl<?, ?> ControlFactory.createControlFromSpecification(INode<?> specification) IControl<?, ?> ControlFactoryUnit.createControlFromSpecification(INode<?> specification) static IControl<?, ?> ControlFactory.createControlOfType(String type) IControl<?, ?> ControlFactoryUnit.createControlOfType(String type) IControl<?, ?> ControlParent.getStoredControl()final IControl<?, ?> AbstractControl.getStoredParentControl()IControl<?, ?> ControlParent.getStoredParentControl()IControl<?, ?> Layer.getStoredRootControl()Methods in ch.nolix.system.webgui.main that return types with arguments of type IControlModifier and TypeMethodDescriptionAbstractControl.getOptionalStoredChildControlByInternalId(String internalId) Layer.getOptionalStoredControlByInternalId(String internalId) LayerStack.getOptionalStoredControlByInternalId(String internalId) WebGui.getOptionalStoredControlByInternalId(String internalId) IContainer<IControl<?, ?>> Layer.getStoredControls()IContainer<IControl<?, ?>> LayerStack.getStoredControls()IContainer<IControl<?, ?>> WebGui.getStoredControls()IContainer<IControl<?, ?>> Layer.getStoredStructureControls()IContainer<IControl<?, ?>> LayerStack.getStoredStructureControls()IContainer<IControl<?, ?>> WebGui.getStoredStructureControls()Methods in ch.nolix.system.webgui.main with parameters of type IControlModifier and TypeMethodDescriptionbooleanLayer.containsControl(IControl<?, ?> control) booleanLayerStack.containsControl(IControl<?, ?> control) booleanWebGui.containsControl(IControl<?, ?> control) static IHtmlAttributeControlHelper.createIdHtmlAttributeForControl(IControl<?, ?> control) static ControlParentControlParent.forControl(IControl<?, ?> control) LayerStack.pushLayerWithRootControl(IControl<?, ?> rootControl) WebGui.pushLayerWithRootControl(IControl<?, ?> rootControl) Layer.setRootControl(IControl<?, ?> rootControl) Method parameters in ch.nolix.system.webgui.main with type arguments of type IControlModifier and TypeMethodDescriptionstatic voidControlFactory.registerControlClass(Class<? extends IControl<?, ?>> controlClass) voidControlFactoryUnit.registerControlClass(Class<? extends IControl<?, ?>> controlClass) -
Uses of IControl in ch.nolix.systemapi.atomiccontrol.button
Subinterfaces of IControl in ch.nolix.systemapi.atomiccontrol.button -
Uses of IControl in ch.nolix.systemapi.atomiccontrol.checkbox
Subinterfaces of IControl in ch.nolix.systemapi.atomiccontrol.checkbox -
Uses of IControl in ch.nolix.systemapi.atomiccontrol.imagecontrol
Subinterfaces of IControl in ch.nolix.systemapi.atomiccontrol.imagecontrol -
Uses of IControl in ch.nolix.systemapi.atomiccontrol.label
Subinterfaces of IControl in ch.nolix.systemapi.atomiccontrol.label -
Uses of IControl in ch.nolix.systemapi.atomiccontrol.link
Subinterfaces of IControl in ch.nolix.systemapi.atomiccontrol.link -
Uses of IControl in ch.nolix.systemapi.atomiccontrol.textbox
Subinterfaces of IControl in ch.nolix.systemapi.atomiccontrol.textbox -
Uses of IControl in ch.nolix.systemapi.atomiccontrol.uploader
Subinterfaces of IControl in ch.nolix.systemapi.atomiccontrol.uploader -
Uses of IControl in ch.nolix.systemapi.atomiccontrol.validationlabel
Subinterfaces of IControl in ch.nolix.systemapi.atomiccontrol.validationlabelMethods in ch.nolix.systemapi.atomiccontrol.validationlabel with type parameters of type IControlModifier and TypeMethodDescription<C extends IControl<C,?>>
voidIValidationLabelTool.executeActionOfControlAndShowProbableErrorInNearestValidationLabel(C control, Consumer<? super C> action) Methods in ch.nolix.systemapi.atomiccontrol.validationlabel with parameters of type IControlModifier and TypeMethodDescriptionvoidIValidationLabelTool.clearNearestValidationLabelOfControl(IControl<?, ?> control) voidIValidationLabelTool.executeActionOfControlAndShowProbableErrorInNearestValidationLabel(IControl<?, ?> control, Runnable action) IValidationLabelTool.getOptionalStoredNearestValidationLabelOfControl(IControl<?, ?> control) voidIValidationLabelTool.showErrorInNearestValidationLabelOfControlOrSwallowError(IControl<?, ?> control, Throwable error) -
Uses of IControl in ch.nolix.systemapi.containercontrol.accordion
Subinterfaces of IControl in ch.nolix.systemapi.containercontrol.accordion -
Uses of IControl in ch.nolix.systemapi.containercontrol.container
Subinterfaces of IControl in ch.nolix.systemapi.containercontrol.containerModifier and TypeInterfaceDescriptioninterfaceIContainer<C extends IContainer<C,S>, S extends IControlStyle<S>> -
Uses of IControl in ch.nolix.systemapi.containercontrol.grid
Subinterfaces of IControl in ch.nolix.systemapi.containercontrol.gridMethods in ch.nolix.systemapi.containercontrol.grid that return IControlModifier and TypeMethodDescriptionIControl<?, ?> IGrid.getStoredChildControlAtOneBasedRowAndColumnIndex(int rowIndex, int columnIndex) Methods in ch.nolix.systemapi.containercontrol.grid with parameters of type IControlModifier and TypeMethodDescriptionIGrid.insertControlAtRowAndColumn(int oneBasedRowIndex, int oneBasedColumnIndex, IControl<?, ?> control) -
Uses of IControl in ch.nolix.systemapi.containercontrol.horizontalstack
Subinterfaces of IControl in ch.nolix.systemapi.containercontrol.horizontalstack -
Uses of IControl in ch.nolix.systemapi.containercontrol.linearcontainer
Subinterfaces of IControl in ch.nolix.systemapi.containercontrol.linearcontainerModifier and TypeInterfaceDescriptioninterfaceILinearContainer<C extends ILinearContainer<C,S>, S extends ILinearContainerStyle<S>> Methods in ch.nolix.systemapi.containercontrol.linearcontainer with parameters of type IControlModifier and TypeMethodDescriptionILinearContainer.addControl(IControl<?, ?> control) ILinearContainer.addControls(IControl<?, ?>... controls) voidILinearContainer.removeControl(IControl<?, ?> control) Method parameters in ch.nolix.systemapi.containercontrol.linearcontainer with type arguments of type IControlModifier and TypeMethodDescriptionILinearContainer.addControls(IContainer<? extends IControl<?, ?>> controls) -
Uses of IControl in ch.nolix.systemapi.containercontrol.singlecontainer
Subinterfaces of IControl in ch.nolix.systemapi.containercontrol.singlecontainerMethods in ch.nolix.systemapi.containercontrol.singlecontainer that return IControlMethods in ch.nolix.systemapi.containercontrol.singlecontainer with parameters of type IControl -
Uses of IControl in ch.nolix.systemapi.containercontrol.tabcontainer
Subinterfaces of IControl in ch.nolix.systemapi.containercontrol.tabcontainer -
Uses of IControl in ch.nolix.systemapi.containercontrol.verticalstack
Subinterfaces of IControl in ch.nolix.systemapi.containercontrol.verticalstack -
Uses of IControl in ch.nolix.systemapi.webapplication.component
Subinterfaces of IControl in ch.nolix.systemapi.webapplication.component -
Uses of IControl in ch.nolix.systemapi.webapplication.counterpart
Methods in ch.nolix.systemapi.webapplication.counterpart with parameters of type IControlModifier and TypeMethodDescriptionIUpdateCommandCreator.createSetRootHtmlElementCommandForControl(IControl<?, ?> control) Method parameters in ch.nolix.systemapi.webapplication.counterpart with type arguments of type IControlModifier and TypeMethodDescriptionIUpdateCommandCreator.createUpdateCommandsForControls(IContainer<IControl<?, ?>> controls, boolean updateConstellationOrStyle) -
Uses of IControl in ch.nolix.systemapi.webgui.controlstructure
Subinterfaces with type arguments of type IControl in ch.nolix.systemapi.webgui.controlstructureMethods in ch.nolix.systemapi.webgui.controlstructure that return IControl -
Uses of IControl in ch.nolix.systemapi.webgui.controltool
Classes in ch.nolix.systemapi.webgui.controltool with type parameters of type IControlModifier and TypeInterfaceDescriptioninterfaceIControlCssBuilder<C extends IControl<C,S>, S extends IControlStyle<S>> interfaceIControlHtmlBuilder<C extends IControl<C,?>> Methods in ch.nolix.systemapi.webgui.controltool that return types with arguments of type IControlModifier and TypeMethodDescriptionIContainer<IControl<?, ?>> IControlTool.getListWithControlAndChildControlsRecursively(IControl<?, ?> control) IContainer<IControl<?, ?>> IControlTool.getListWithControlAndStructureControlsRecursively(IControl<?, ?> control) Methods in ch.nolix.systemapi.webgui.controltool with parameters of type IControlModifier and TypeMethodDescriptionbooleanIControlAnalyser.firstControlContainsSecondControl(IControl<?, ?> firstControl, IControl<?, ?> secondControl) IContainer<IControl<?, ?>> IControlTool.getListWithControlAndChildControlsRecursively(IControl<?, ?> control) IContainer<IControl<?, ?>> IControlTool.getListWithControlAndStructureControlsRecursively(IControl<?, ?> control) -
Uses of IControl in ch.nolix.systemapi.webgui.main
Classes in ch.nolix.systemapi.webgui.main with type parameters of type IControlModifier and TypeInterfaceDescriptioninterfaceIControl<C extends IControl<C,S>, S extends IControlStyle<S>> Methods in ch.nolix.systemapi.webgui.main that return IControlModifier and TypeMethodDescriptionIControl<?, ?> IControl.getStoredParentControl()IControl<?, ?> IRootControlOwner.getStoredRootControl()Methods in ch.nolix.systemapi.webgui.main that return types with arguments of type IControlModifier and TypeMethodDescriptionIControl.getOptionalStoredChildControlByInternalId(String internalId) ILayerStack.getOptionalStoredControlByInternalId(String internalId) IRootControlOwner.getOptionalStoredControlByInternalId(String internalId) IWebGui.getOptionalStoredControlByInternalId(String internalId) IContainer<IControl<?, ?>> IControl.getStoredChildControls()IContainer<IControl<?, ?>> ILayerStack.getStoredControls()IContainer<IControl<?, ?>> IRootControlOwner.getStoredControls()IContainer<IControl<?, ?>> IWebGui.getStoredControls()IContainer<IControl<?, ?>> IControl.getStoredStructureControls()IContainer<IControl<?, ?>> ILayer.getStoredStructureControls()IContainer<IControl<?, ?>> ILayerStack.getStoredStructureControls()IContainer<IControl<?, ?>> IWebGui.getStoredStructureControls()Methods in ch.nolix.systemapi.webgui.main with parameters of type IControlModifier and TypeMethodDescriptionbooleanILayer.containsControl(IControl<?, ?> control) booleanILayerStack.containsControl(IControl<?, ?> control) booleanIWebGui.containsControl(IControl<?, ?> control) ILayerStack.pushLayerWithRootControl(IControl<?, ?> rootControl) IWebGui.pushLayerWithRootControl(IControl<?, ?> rootControl) IRootControlOwner.setRootControl(IControl<?, ?> rootControl)