Uses of Interface
ch.nolix.systemapi.element.base.IElement
Packages that use IElement
Package
Description
-
Uses of IElement in ch.nolix.system.element.base
Classes in ch.nolix.system.element.base that implement IElementMethods in ch.nolix.system.element.base with parameters of type IElementModifier and TypeMethodDescriptionstatic INode<?> SpecificationCreator.getSpecificationOfElement(IElement element) -
Uses of IElement in ch.nolix.system.element.multistateconfiguration
Classes in ch.nolix.system.element.multistateconfiguration that implement IElementModifier and TypeClassDescriptionclassAbstractMultiStateConfiguration<C extends IMultiStateConfiguration<C,S>, S extends Enum<S>> -
Uses of IElement in ch.nolix.system.element.mutableelement
Classes in ch.nolix.system.element.mutableelement that implement IElement -
Uses of IElement in ch.nolix.system.element.relativevalue
Classes in ch.nolix.system.element.relativevalue that implement IElementModifier and TypeClassDescriptionfinal classAAbsoluteOrRelativeIntstores either an integer or a percentage. -
Uses of IElement in ch.nolix.system.graphic.color
Classes in ch.nolix.system.graphic.color that implement IElement -
Uses of IElement in ch.nolix.system.graphic.image
Classes in ch.nolix.system.graphic.image that implement IElement -
Uses of IElement in ch.nolix.system.gui.background
Classes in ch.nolix.system.gui.background that implement IElement -
Uses of IElement in ch.nolix.system.gui.box
Classes in ch.nolix.system.gui.box that implement IElement -
Uses of IElement in ch.nolix.system.gui.colorgradient
Classes in ch.nolix.system.gui.colorgradient that implement IElement -
Uses of IElement in ch.nolix.system.property.value
Methods in ch.nolix.system.property.value with type parameters of type IElementModifier and TypeMethodDescriptionstatic <E extends IElement>
MultiValue<E> MultiValue.forElementsWithNameAndSetterAndValueMapper(String name, Consumer<E> adder, Function<INode<?>, E> valueMapper) static <E extends IElement>
OptionalValue<E> OptionalValue.forElementWithNameAndSetterAndValueMapper(String name, Consumer<E> setter, Function<INode<?>, E> valueMapper) -
Uses of IElement in ch.nolix.system.style.model
Classes in ch.nolix.system.style.model that implement IElementModifier and TypeClassDescriptionclassfinal classfinal classfinal class -
Uses of IElement in ch.nolix.system.style.stylable
Classes in ch.nolix.system.style.stylable that implement IElementModifier and TypeClassDescriptionclassAbstractStylableElement<E extends IStylableElement<E>>classAbstractStyleElement<E extends AbstractStyleElement<E>> -
Uses of IElement in ch.nolix.system.time.moment
Classes in ch.nolix.system.time.moment that implement IElement -
Uses of IElement in ch.nolix.system.webapplication.component
Classes in ch.nolix.system.webapplication.component that implement IElementModifier and TypeClassDescriptionclassComponent<C extends Controller<S>, S>final classclassComponentWithAdapterFactory<C extends Controller<F>, F extends IAdapterFactory<A>, A> -
Uses of IElement in ch.nolix.system.webatomiccontrol.button
Classes in ch.nolix.system.webatomiccontrol.button that implement IElement -
Uses of IElement in ch.nolix.system.webatomiccontrol.imagecontrol
Classes in ch.nolix.system.webatomiccontrol.imagecontrol that implement IElement -
Uses of IElement in ch.nolix.system.webatomiccontrol.label
Classes in ch.nolix.system.webatomiccontrol.label that implement IElement -
Uses of IElement in ch.nolix.system.webatomiccontrol.link
Classes in ch.nolix.system.webatomiccontrol.link that implement IElement -
Uses of IElement in ch.nolix.system.webatomiccontrol.textbox
Classes in ch.nolix.system.webatomiccontrol.textbox that implement IElement -
Uses of IElement in ch.nolix.system.webatomiccontrol.uploader
Classes in ch.nolix.system.webatomiccontrol.uploader that implement IElement -
Uses of IElement in ch.nolix.system.webatomiccontrol.validationlabel
Classes in ch.nolix.system.webatomiccontrol.validationlabel that implement IElement -
Uses of IElement in ch.nolix.system.webcontainercontrol.container
Classes in ch.nolix.system.webcontainercontrol.container that implement IElementModifier and TypeClassDescriptionclassAbstractContainer<C extends IContainer<C,S>, S extends IControlStyle<S>> -
Uses of IElement in ch.nolix.system.webcontainercontrol.floatcontainer
Classes in ch.nolix.system.webcontainercontrol.floatcontainer that implement IElement -
Uses of IElement in ch.nolix.system.webcontainercontrol.grid
Classes in ch.nolix.system.webcontainercontrol.grid that implement IElement -
Uses of IElement in ch.nolix.system.webcontainercontrol.horizontalstack
Classes in ch.nolix.system.webcontainercontrol.horizontalstack that implement IElement -
Uses of IElement in ch.nolix.system.webcontainercontrol.linearcontainer
Classes in ch.nolix.system.webcontainercontrol.linearcontainer that implement IElementModifier and TypeClassDescriptionclassAbstractLinearContainer<C extends ILinearContainer<C,S>, S extends ILinearContainerStyle<S>> classAbstractLinearContainerStyle<S extends ILinearContainerStyle<S> & IMultiStateConfiguration<S, ControlState>> -
Uses of IElement in ch.nolix.system.webcontainercontrol.singlecontainer
Classes in ch.nolix.system.webcontainercontrol.singlecontainer that implement IElement -
Uses of IElement in ch.nolix.system.webcontainercontrol.verticalstack
Classes in ch.nolix.system.webcontainercontrol.verticalstack that implement IElement -
Uses of IElement in ch.nolix.system.webgui.controlstyle
Classes in ch.nolix.system.webgui.controlstyle that implement IElementModifier and TypeClassDescriptionclassAbstractControlStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>> -
Uses of IElement in ch.nolix.system.webgui.main
Classes in ch.nolix.system.webgui.main that implement IElementModifier and TypeClassDescriptionclassControl<C extends IControl<C,S>, S extends IControlStyle<S>> final classfinal class -
Uses of IElement in ch.nolix.systemapi.element.base
Subinterfaces of IElement in ch.nolix.systemapi.element.base -
Uses of IElement in ch.nolix.systemapi.element.multistateconfiguration
Subinterfaces of IElement in ch.nolix.systemapi.element.multistateconfigurationModifier and TypeInterfaceDescriptioninterfaceIMultiStateConfiguration<C extends IMultiStateConfiguration<C,S>, S extends Enum<S>> -
Uses of IElement in ch.nolix.systemapi.element.mutableelement
Subinterfaces of IElement in ch.nolix.systemapi.element.mutableelementModifier and TypeInterfaceDescriptioninterfaceAIMutableElementis aIElement.interfaceIRespondingMutableElement<E extends IRespondingMutableElement<E>> -
Uses of IElement in ch.nolix.systemapi.element.relativevalue
Subinterfaces of IElement in ch.nolix.systemapi.element.relativevalueModifier and TypeInterfaceDescriptioninterfaceAIAbsoluteOrRelativeIntstores either an integer or a percentage. -
Uses of IElement in ch.nolix.systemapi.graphic.color
Subinterfaces of IElement in ch.nolix.systemapi.graphic.color -
Uses of IElement in ch.nolix.systemapi.graphic.image
Subinterfaces of IElement in ch.nolix.systemapi.graphic.imageModifier and TypeInterfaceDescriptioninterfaceinterfaceIMutableImage<I extends IMutableImage<I>> -
Uses of IElement in ch.nolix.systemapi.gui.background
Subinterfaces of IElement in ch.nolix.systemapi.gui.background -
Uses of IElement in ch.nolix.systemapi.gui.colorgradient
Subinterfaces of IElement in ch.nolix.systemapi.gui.colorgradient -
Uses of IElement in ch.nolix.systemapi.style.model
Subinterfaces of IElement in ch.nolix.systemapi.style.modelModifier and TypeInterfaceDescriptioninterfaceIBaseStyle<S extends IBaseStyle<S>>AIBaseStylecan styleIStylableElements.interfaceISelectingStyle<S extends ISelectingStyle<S>>AISelectingStyleis aIBaseStylethat can select or skip aIStylableElementthat is given to be styled.interfaceAISelectingStyleWithSelectorsis aISelectingStylethat can have specific selectors.interface -
Uses of IElement in ch.nolix.systemapi.style.stylable
Subinterfaces of IElement in ch.nolix.systemapi.style.stylableModifier and TypeInterfaceDescriptioninterfaceIStylableElement<E extends IStylableElement<E>>AIStylableElementis configurable and can contain otherIStylableElements.interfaceIStyleElement<E extends IStyleElement<E>>AIStyleElementcan have aIStyleto apply to itself and to its child elements. -
Uses of IElement in ch.nolix.systemapi.time.moment
Subinterfaces of IElement in ch.nolix.systemapi.time.moment -
Uses of IElement in ch.nolix.systemapi.webapplication.component
Subinterfaces of IElement in ch.nolix.systemapi.webapplication.component -
Uses of IElement in ch.nolix.systemapi.webatomiccontrol.button
Subinterfaces of IElement in ch.nolix.systemapi.webatomiccontrol.button -
Uses of IElement in ch.nolix.systemapi.webatomiccontrol.checkbox
Subinterfaces of IElement in ch.nolix.systemapi.webatomiccontrol.checkbox -
Uses of IElement in ch.nolix.systemapi.webatomiccontrol.imagecontrol
Subinterfaces of IElement in ch.nolix.systemapi.webatomiccontrol.imagecontrol -
Uses of IElement in ch.nolix.systemapi.webatomiccontrol.label
Subinterfaces of IElement in ch.nolix.systemapi.webatomiccontrol.label -
Uses of IElement in ch.nolix.systemapi.webatomiccontrol.link
Subinterfaces of IElement in ch.nolix.systemapi.webatomiccontrol.link -
Uses of IElement in ch.nolix.systemapi.webatomiccontrol.textbox
Subinterfaces of IElement in ch.nolix.systemapi.webatomiccontrol.textbox -
Uses of IElement in ch.nolix.systemapi.webatomiccontrol.uploader
Subinterfaces of IElement in ch.nolix.systemapi.webatomiccontrol.uploader -
Uses of IElement in ch.nolix.systemapi.webatomiccontrol.validationlabel
Subinterfaces of IElement in ch.nolix.systemapi.webatomiccontrol.validationlabel -
Uses of IElement in ch.nolix.systemapi.webcontainercontrol.accordion
Subinterfaces of IElement in ch.nolix.systemapi.webcontainercontrol.accordion -
Uses of IElement in ch.nolix.systemapi.webcontainercontrol.container
Subinterfaces of IElement in ch.nolix.systemapi.webcontainercontrol.containerModifier and TypeInterfaceDescriptioninterfaceIContainer<C extends IContainer<C,S>, S extends IControlStyle<S>> -
Uses of IElement in ch.nolix.systemapi.webcontainercontrol.grid
Subinterfaces of IElement in ch.nolix.systemapi.webcontainercontrol.grid -
Uses of IElement in ch.nolix.systemapi.webcontainercontrol.horizontalstack
Subinterfaces of IElement in ch.nolix.systemapi.webcontainercontrol.horizontalstack -
Uses of IElement in ch.nolix.systemapi.webcontainercontrol.linearcontainer
Subinterfaces of IElement in ch.nolix.systemapi.webcontainercontrol.linearcontainerModifier and TypeInterfaceDescriptioninterfaceILinearContainer<C extends ILinearContainer<C,S>, S extends ILinearContainerStyle<S>> interfaceILinearContainerStyle<S extends ILinearContainerStyle<S>> -
Uses of IElement in ch.nolix.systemapi.webcontainercontrol.singlecontainer
Subinterfaces of IElement in ch.nolix.systemapi.webcontainercontrol.singlecontainer -
Uses of IElement in ch.nolix.systemapi.webcontainercontrol.tabcontainer
Subinterfaces of IElement in ch.nolix.systemapi.webcontainercontrol.tabcontainer -
Uses of IElement in ch.nolix.systemapi.webcontainercontrol.verticalstack
Subinterfaces of IElement in ch.nolix.systemapi.webcontainercontrol.verticalstack -
Uses of IElement in ch.nolix.systemapi.webgui.controlstyle
Subinterfaces of IElement in ch.nolix.systemapi.webgui.controlstyleModifier and TypeInterfaceDescriptioninterfaceIControlBaseStyle<S extends IControlBaseStyle<S>>interfaceIControlStyle<S extends IControlStyle<S>> -
Uses of IElement in ch.nolix.systemapi.webgui.main
Subinterfaces of IElement in ch.nolix.systemapi.webgui.main