Uses of Interface
ch.nolix.systemapi.webapplication.component.IComponent
Packages that use IComponent
Package
Description
-
Uses of IComponent in ch.nolix.system.webapplication.component
Classes in ch.nolix.system.webapplication.component that implement IComponentModifier and TypeClassDescriptionclassComponent<C extends Controller<S>, S>classComponentWithAdapterFactory<C extends Controller<F>, F extends IAdapterFactory<A>, A>Subclasses with type arguments of type IComponent in ch.nolix.system.webapplication.componentModifier and TypeClassDescriptionclassComponent<C extends Controller<S>, S>final classclassComponentWithAdapterFactory<C extends Controller<F>, F extends IAdapterFactory<A>, A>Classes in ch.nolix.system.webapplication.component that implement interfaces with type arguments of type IComponentMethods in ch.nolix.system.webapplication.component that return IComponentModifier and TypeMethodDescriptionfinal IComponentComponent.setUserInput(String userInput) final IComponentComponentWithAdapterFactory.setUserInput(String userInput) Methods in ch.nolix.system.webapplication.component with parameters of type IComponentModifier and TypeMethodDescriptionComponentHtmlBuilder.createHtmlElementForControl(IComponent control) -
Uses of IComponent in ch.nolix.system.webapplication.main
Methods in ch.nolix.system.webapplication.main that return types with arguments of type IComponentModifier and TypeMethodDescriptionstatic Optional<IComponent> ControlHelper.getOptionalStoredParentComponentOfControl(IControl<?, ?> control) -
Uses of IComponent in ch.nolix.systemapi.webapplication.component
Subinterfaces with type arguments of type IComponent in ch.nolix.systemapi.webapplication.component