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