Uses of Interface
ch.nolix.systemapi.webgui.main.IControl
Packages that use IControl
Package
Description
-
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.webatomiccontrol.button
Classes in ch.nolix.system.webatomiccontrol.button that implement IControlMethods in ch.nolix.system.webatomiccontrol.button that return types with arguments of type IControl -
Uses of IControl in ch.nolix.system.webatomiccontrol.imagecontrol
Classes in ch.nolix.system.webatomiccontrol.imagecontrol that implement IControlMethods in ch.nolix.system.webatomiccontrol.imagecontrol that return types with arguments of type IControlModifier and TypeMethodDescriptionIContainer<IControl<?, ?>> ImageControl.getStoredChildControls() -
Uses of IControl in ch.nolix.system.webatomiccontrol.label
Classes in ch.nolix.system.webatomiccontrol.label that implement IControlMethods in ch.nolix.system.webatomiccontrol.label that return types with arguments of type IControl -
Uses of IControl in ch.nolix.system.webatomiccontrol.link
Classes in ch.nolix.system.webatomiccontrol.link that implement IControlMethods in ch.nolix.system.webatomiccontrol.link that return types with arguments of type IControl -
Uses of IControl in ch.nolix.system.webatomiccontrol.textbox
Classes in ch.nolix.system.webatomiccontrol.textbox that implement IControlMethods in ch.nolix.system.webatomiccontrol.textbox that return types with arguments of type IControl -
Uses of IControl in ch.nolix.system.webatomiccontrol.uploader
Classes in ch.nolix.system.webatomiccontrol.uploader that implement IControlMethods in ch.nolix.system.webatomiccontrol.uploader that return types with arguments of type IControl -
Uses of IControl in ch.nolix.system.webatomiccontrol.validationlabel
Classes in ch.nolix.system.webatomiccontrol.validationlabel that implement IControlMethods in ch.nolix.system.webatomiccontrol.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.webatomiccontrol.validationlabel that return types with arguments of type IControlModifier and TypeMethodDescriptionIContainer<IControl<?, ?>> ValidationLabel.getStoredChildControls()Methods in ch.nolix.system.webatomiccontrol.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.webcontainercontrol.container
Classes in ch.nolix.system.webcontainercontrol.container that implement IControlModifier and TypeClassDescriptionclassAbstractContainer<C extends IContainer<C,S>, S extends IControlStyle<S>> -
Uses of IControl in ch.nolix.system.webcontainercontrol.floatcontainer
Classes in ch.nolix.system.webcontainercontrol.floatcontainer that implement IControl -
Uses of IControl in ch.nolix.system.webcontainercontrol.grid
Classes in ch.nolix.system.webcontainercontrol.grid that implement IControlMethods in ch.nolix.system.webcontainercontrol.grid that return IControlModifier and TypeMethodDescriptionIControl<?, ?> Grid.getStoredChildControlAtOneBasedRowAndColumnIndex(int oneBasedRowIndex, int oneBasedColumnIndex) IControl<?, ?> GridCell.getStoredControl()Methods in ch.nolix.system.webcontainercontrol.grid that return types with arguments of type IControlMethods in ch.nolix.system.webcontainercontrol.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.webcontainercontrol.horizontalstack
Classes in ch.nolix.system.webcontainercontrol.horizontalstack that implement IControl -
Uses of IControl in ch.nolix.system.webcontainercontrol.linearcontainer
Classes in ch.nolix.system.webcontainercontrol.linearcontainer that implement IControlModifier and TypeClassDescriptionclassAbstractLinearContainer<C extends ILinearContainer<C,S>, S extends ILinearContainerStyle<S>> Methods in ch.nolix.system.webcontainercontrol.linearcontainer that return types with arguments of type IControlModifier and TypeMethodDescriptionfinal IContainer<IControl<?, ?>> AbstractLinearContainer.getStoredChildControls()Methods in ch.nolix.system.webcontainercontrol.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.webcontainercontrol.linearcontainer with type arguments of type IControlModifier and TypeMethodDescriptionfinal CAbstractLinearContainer.addControls(IContainer<? extends IControl<?, ?>> controls) -
Uses of IControl in ch.nolix.system.webcontainercontrol.singlecontainer
Classes in ch.nolix.system.webcontainercontrol.singlecontainer that implement IControlMethods in ch.nolix.system.webcontainercontrol.singlecontainer that return IControlMethods in ch.nolix.system.webcontainercontrol.singlecontainer that return types with arguments of type IControlModifier and TypeMethodDescriptionIContainer<IControl<?, ?>> SingleContainer.getStoredChildControls()Methods in ch.nolix.system.webcontainercontrol.singlecontainer with parameters of type IControl -
Uses of IControl in ch.nolix.system.webcontainercontrol.verticalstack
Classes in ch.nolix.system.webcontainercontrol.verticalstack that implement IControl -
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) Methods in ch.nolix.system.webgui.controltool with parameters of type IControlModifier and TypeMethodDescriptionstatic voidControlToolHelper.fillUpChildControlsOfControlIntoListRecursively(IControl<?, ?> control, IArrayList<IControl<?, ?>> list) booleanControlAnalyser.firstControlContainsSecondControl(IControl<?, ?> firstControl, IControl<?, ?> secondControl) IContainer<IControl<?, ?>> ControlTool.getListWithControlAndChildControlsRecursively(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) -
Uses of IControl in ch.nolix.system.webgui.main
Classes in ch.nolix.system.webgui.main with type parameters of type IControlModifier and TypeClassDescriptionclassControl<C extends IControl<C,S>, S extends IControlStyle<S>> Classes in ch.nolix.system.webgui.main that implement IControlModifier and TypeClassDescriptionclassControl<C extends IControl<C,S>, S extends IControlStyle<S>> Methods in ch.nolix.system.webgui.main that return IControlModifier and TypeMethodDescriptionIControl<?, ?> ControlParent.getStoredControl()final IControl<?, ?> Control.getStoredParentControl()IControl<?, ?> ControlParent.getStoredParentControl()IControl<?, ?> Layer.getStoredRootControl()Methods in ch.nolix.system.webgui.main that return types with arguments of type IControlModifier and TypeMethodDescriptionControl.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()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) final voidControl.internalSetParentControl(IControl<?, ?> parentControl) LayerStack.pushLayerWithRootControl(IControl<?, ?> rootControl) WebGui.pushLayerWithRootControl(IControl<?, ?> rootControl) Layer.setRootControl(IControl<?, ?> rootControl) -
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.webatomiccontrol.button
Subinterfaces of IControl in ch.nolix.systemapi.webatomiccontrol.button -
Uses of IControl in ch.nolix.systemapi.webatomiccontrol.checkbox
Subinterfaces of IControl in ch.nolix.systemapi.webatomiccontrol.checkbox -
Uses of IControl in ch.nolix.systemapi.webatomiccontrol.imagecontrol
Subinterfaces of IControl in ch.nolix.systemapi.webatomiccontrol.imagecontrol -
Uses of IControl in ch.nolix.systemapi.webatomiccontrol.label
Subinterfaces of IControl in ch.nolix.systemapi.webatomiccontrol.label -
Uses of IControl in ch.nolix.systemapi.webatomiccontrol.link
Subinterfaces of IControl in ch.nolix.systemapi.webatomiccontrol.link -
Uses of IControl in ch.nolix.systemapi.webatomiccontrol.textbox
Subinterfaces of IControl in ch.nolix.systemapi.webatomiccontrol.textbox -
Uses of IControl in ch.nolix.systemapi.webatomiccontrol.uploader
Subinterfaces of IControl in ch.nolix.systemapi.webatomiccontrol.uploader -
Uses of IControl in ch.nolix.systemapi.webatomiccontrol.validationlabel
Subinterfaces of IControl in ch.nolix.systemapi.webatomiccontrol.validationlabelMethods in ch.nolix.systemapi.webatomiccontrol.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.webatomiccontrol.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.webcontainercontrol.accordion
Subinterfaces of IControl in ch.nolix.systemapi.webcontainercontrol.accordion -
Uses of IControl in ch.nolix.systemapi.webcontainercontrol.container
Subinterfaces of IControl in ch.nolix.systemapi.webcontainercontrol.containerModifier and TypeInterfaceDescriptioninterfaceIContainer<C extends IContainer<C,S>, S extends IControlStyle<S>> -
Uses of IControl in ch.nolix.systemapi.webcontainercontrol.grid
Subinterfaces of IControl in ch.nolix.systemapi.webcontainercontrol.gridMethods in ch.nolix.systemapi.webcontainercontrol.grid that return IControlModifier and TypeMethodDescriptionIControl<?, ?> IGrid.getStoredChildControlAtOneBasedRowAndColumnIndex(int rowIndex, int columnIndex) Methods in ch.nolix.systemapi.webcontainercontrol.grid with parameters of type IControlModifier and TypeMethodDescriptionIGrid.insertControlAtRowAndColumn(int oneBasedRowIndex, int oneBasedColumnIndex, IControl<?, ?> control) -
Uses of IControl in ch.nolix.systemapi.webcontainercontrol.horizontalstack
Subinterfaces of IControl in ch.nolix.systemapi.webcontainercontrol.horizontalstack -
Uses of IControl in ch.nolix.systemapi.webcontainercontrol.linearcontainer
Subinterfaces of IControl in ch.nolix.systemapi.webcontainercontrol.linearcontainerModifier and TypeInterfaceDescriptioninterfaceILinearContainer<C extends ILinearContainer<C,S>, S extends ILinearContainerStyle<S>> Methods in ch.nolix.systemapi.webcontainercontrol.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.webcontainercontrol.linearcontainer with type arguments of type IControlModifier and TypeMethodDescriptionILinearContainer.addControls(IContainer<? extends IControl<?, ?>> controls) -
Uses of IControl in ch.nolix.systemapi.webcontainercontrol.singlecontainer
Subinterfaces of IControl in ch.nolix.systemapi.webcontainercontrol.singlecontainerMethods in ch.nolix.systemapi.webcontainercontrol.singlecontainer that return IControlMethods in ch.nolix.systemapi.webcontainercontrol.singlecontainer with parameters of type IControl -
Uses of IControl in ch.nolix.systemapi.webcontainercontrol.tabcontainer
Subinterfaces of IControl in ch.nolix.systemapi.webcontainercontrol.tabcontainer -
Uses of IControl in ch.nolix.systemapi.webcontainercontrol.verticalstack
Subinterfaces of IControl in ch.nolix.systemapi.webcontainercontrol.verticalstack -
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) 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) -
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()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) voidIControl.internalSetParentControl(IControl<?, ?> parentControl) ILayerStack.pushLayerWithRootControl(IControl<?, ?> rootControl) IWebGui.pushLayerWithRootControl(IControl<?, ?> rootControl) IRootControlOwner.setRootControl(IControl<?, ?> rootControl)