Uses of Interface
ch.nolix.systemapi.element.base.Element
Packages that use Element
Package
Description
-
Uses of Element in ch.nolix.system.control.button
Classes in ch.nolix.system.control.button that implement Element -
Uses of Element in ch.nolix.system.control.container
Classes in ch.nolix.system.control.container that implement ElementModifier and TypeClassDescriptionclassAbstractContainer<C extends Container<C,S>, S extends ControlStyle<S>> -
Uses of Element in ch.nolix.system.control.floatcontainer
Classes in ch.nolix.system.control.floatcontainer that implement Element -
Uses of Element in ch.nolix.system.control.grid
Classes in ch.nolix.system.control.grid that implement Element -
Uses of Element in ch.nolix.system.control.horizontalstack
Classes in ch.nolix.system.control.horizontalstack that implement Element -
Uses of Element in ch.nolix.system.control.imagecontrol
Classes in ch.nolix.system.control.imagecontrol that implement Element -
Uses of Element in ch.nolix.system.control.label
Classes in ch.nolix.system.control.label that implement Element -
Uses of Element in ch.nolix.system.control.linearcontainer
Classes in ch.nolix.system.control.linearcontainer that implement ElementModifier and TypeClassDescriptionclassAbstractLinearContainer<C extends ILinearContainer<C,S>, S extends ILinearContainerStyle<S>> classAbstractLinearContainerStyle<S extends ILinearContainerStyle<S> & MultiStateConfiguration<S, ControlState>> -
Uses of Element in ch.nolix.system.control.link
Classes in ch.nolix.system.control.link that implement Element -
Uses of Element in ch.nolix.system.control.singlecontainer
Classes in ch.nolix.system.control.singlecontainer that implement Element -
Uses of Element in ch.nolix.system.control.tabcontainer
Classes in ch.nolix.system.control.tabcontainer that implement ElementModifier and TypeClassDescriptionfinal classfinal classfinal class -
Uses of Element in ch.nolix.system.control.textbox
Classes in ch.nolix.system.control.textbox that implement Element -
Uses of Element in ch.nolix.system.control.uploader
Classes in ch.nolix.system.control.uploader that implement Element -
Uses of Element in ch.nolix.system.control.validationlabel
Classes in ch.nolix.system.control.validationlabel that implement Element -
Uses of Element in ch.nolix.system.control.verticalstack
Classes in ch.nolix.system.control.verticalstack that implement Element -
Uses of Element in ch.nolix.system.element.base
Classes in ch.nolix.system.element.base that implement Element -
Uses of Element in ch.nolix.system.element.multistateconfiguration
Classes in ch.nolix.system.element.multistateconfiguration that implement ElementModifier and TypeClassDescriptionclassAbstractMultiStateConfiguration<C extends MultiStateConfiguration<C,S>, S extends Enum<S>> -
Uses of Element in ch.nolix.system.element.mutableelement
Classes in ch.nolix.system.element.mutableelement that implement Element -
Uses of Element in ch.nolix.system.element.valueproperty
Methods in ch.nolix.system.element.valueproperty with type parameters of type ElementModifier and TypeMethodDescriptionstatic <E extends Element>
MultiValueProperty<E> MultiValueProperty.forElementsOfSameTypeWithNameAndAdderAndValueMapper(String name, Consumer<E> adder, Function<Node<?>, E> valueMapper) static <E extends Element>
MultiValueProperty<E> MultiValueProperty.forElementsWithNameAndAdderAndValueMapper(String name, Consumer<E> adder, Function<Node<?>, E> valueMapper) static <E extends Element>
ValueProperty<E> ValueProperty.forElementWithNameAndDefaultValueAndSetterAndValueMapper(String name, E defaultValue, Consumer<E> setter, Function<Node<?>, E> valueMapper) static <E extends Element>
OptionalValueProperty<E> OptionalValueProperty.forElementWithNameAndSetterAndValueMapper(String name, Consumer<E> setter, Function<Node<?>, E> valueMapper) -
Uses of Element in ch.nolix.system.graphic.color
Classes in ch.nolix.system.graphic.color that implement ElementModifier and TypeClassDescriptionfinal classAColoris not mutable.final classAColorGradientis not mutable. -
Uses of Element in ch.nolix.system.graphic.image
Classes in ch.nolix.system.graphic.image that implement Element -
Uses of Element in ch.nolix.system.gui.background
Classes in ch.nolix.system.gui.background that implement Element -
Uses of Element in ch.nolix.system.style.model
Classes in ch.nolix.system.style.model that implement ElementModifier and TypeClassDescriptionclassfinal classfinal classfinal class -
Uses of Element in ch.nolix.system.style.stylable
Classes in ch.nolix.system.style.stylable that implement ElementModifier and TypeClassDescriptionclassAbstractStylableElement<E extends StylableElement<E>>classAbstractStyleElement<E extends AbstractStyleElement<E>> -
Uses of Element in ch.nolix.system.time.main
Classes in ch.nolix.system.time.main that implement Element -
Uses of Element in ch.nolix.system.webapplication.component
Classes in ch.nolix.system.webapplication.component that implement ElementModifier and TypeClassDescriptionclassComponent<C extends Controller<S>, S>final classclassComponentWithAdapterFactory<C extends Controller<F>, F extends AdapterFactory<A>, A> -
Uses of Element in ch.nolix.system.webgui.base
Classes in ch.nolix.system.webgui.base that implement ElementModifier and TypeClassDescriptionfinal classAAbsoluteOrRelativeIntstores either an integer or a percentage.final classACornerShadowis not mutable. -
Uses of Element in ch.nolix.system.webgui.controlstyle
Classes in ch.nolix.system.webgui.controlstyle that implement ElementModifier and TypeClassDescriptionclassAbstractControlStyle<S extends ControlStyle<S> & MultiStateConfiguration<S, ControlState>> -
Uses of Element in ch.nolix.system.webgui.main
Classes in ch.nolix.system.webgui.main that implement ElementModifier and TypeClassDescriptionclassAbstractControl<C extends Control<C,S>, S extends ControlStyle<S>> final classfinal class -
Uses of Element in ch.nolix.systemapi.control.accordion
Subinterfaces of Element in ch.nolix.systemapi.control.accordion -
Uses of Element in ch.nolix.systemapi.control.button
Subinterfaces of Element in ch.nolix.systemapi.control.button -
Uses of Element in ch.nolix.systemapi.control.checkbox
Subinterfaces of Element in ch.nolix.systemapi.control.checkbox -
Uses of Element in ch.nolix.systemapi.control.container
Subinterfaces of Element in ch.nolix.systemapi.control.containerModifier and TypeInterfaceDescriptioninterfaceContainer<C extends Container<C,S>, S extends ControlStyle<S>> -
Uses of Element in ch.nolix.systemapi.control.grid
Subinterfaces of Element in ch.nolix.systemapi.control.grid -
Uses of Element in ch.nolix.systemapi.control.horizontalstack
Subinterfaces of Element in ch.nolix.systemapi.control.horizontalstack -
Uses of Element in ch.nolix.systemapi.control.imagecontrol
Subinterfaces of Element in ch.nolix.systemapi.control.imagecontrol -
Uses of Element in ch.nolix.systemapi.control.label
Subinterfaces of Element in ch.nolix.systemapi.control.label -
Uses of Element in ch.nolix.systemapi.control.linearcontainer
Subinterfaces of Element in ch.nolix.systemapi.control.linearcontainerModifier and TypeInterfaceDescriptioninterfaceILinearContainer<C extends ILinearContainer<C,S>, S extends ILinearContainerStyle<S>> interfaceILinearContainerStyle<S extends ILinearContainerStyle<S>> -
Uses of Element in ch.nolix.systemapi.control.link
Subinterfaces of Element in ch.nolix.systemapi.control.link -
Uses of Element in ch.nolix.systemapi.control.singlecontainer
Subinterfaces of Element in ch.nolix.systemapi.control.singlecontainer -
Uses of Element in ch.nolix.systemapi.control.tabcontainer
Subinterfaces of Element in ch.nolix.systemapi.control.tabcontainerModifier and TypeInterfaceDescriptioninterfaceinterfaceinterface -
Uses of Element in ch.nolix.systemapi.control.textbox
Subinterfaces of Element in ch.nolix.systemapi.control.textbox -
Uses of Element in ch.nolix.systemapi.control.uploader
Subinterfaces of Element in ch.nolix.systemapi.control.uploader -
Uses of Element in ch.nolix.systemapi.control.validationlabel
Subinterfaces of Element in ch.nolix.systemapi.control.validationlabel -
Uses of Element in ch.nolix.systemapi.control.verticalstack
Subinterfaces of Element in ch.nolix.systemapi.control.verticalstack -
Uses of Element in ch.nolix.systemapi.element.multistateconfiguration
Subinterfaces of Element in ch.nolix.systemapi.element.multistateconfigurationModifier and TypeInterfaceDescriptioninterfaceMultiStateConfiguration<C extends MultiStateConfiguration<C,S>, S extends Enum<S>> -
Uses of Element in ch.nolix.systemapi.element.mutableelement
Subinterfaces of Element in ch.nolix.systemapi.element.mutableelementModifier and TypeInterfaceDescriptioninterfaceAMutableElementhas attributes that can be mutated.interfaceRespondingMutableElement<E extends RespondingMutableElement<E>> -
Uses of Element in ch.nolix.systemapi.graphic.color
Subinterfaces of Element in ch.nolix.systemapi.graphic.colorModifier and TypeInterfaceDescriptioninterfaceAIColorrepresents a true color with an alpha value.interface -
Uses of Element in ch.nolix.systemapi.graphic.image
Subinterfaces of Element in ch.nolix.systemapi.graphic.imageModifier and TypeInterfaceDescriptioninterfaceinterfaceIMutableImage<I extends IMutableImage<I>> -
Uses of Element in ch.nolix.systemapi.gui.background
Subinterfaces of Element in ch.nolix.systemapi.gui.background -
Uses of Element in ch.nolix.systemapi.style.model
Subinterfaces of Element in ch.nolix.systemapi.style.modelModifier and TypeInterfaceDescriptioninterfaceIBaseStyle<S extends IBaseStyle<S>>AIBaseStylecan styleStylableElements.interfaceISelectingStyle<S extends ISelectingStyle<S>>AISelectingStyleis aIBaseStylethat can select or skip aStylableElementthat is given to be styled.interfaceAISelectingStyleWithSelectorsis aISelectingStylethat can have specific selectors.interface -
Uses of Element in ch.nolix.systemapi.style.stylable
Subinterfaces of Element in ch.nolix.systemapi.style.stylableModifier and TypeInterfaceDescriptioninterfaceStylableElement<E extends StylableElement<E>>AStylableElementis configurable and can contain otherStylableElements. -
Uses of Element in ch.nolix.systemapi.style.styleholder
Subinterfaces of Element in ch.nolix.systemapi.style.styleholderModifier and TypeInterfaceDescriptioninterfaceStyleHolder<E extends StyleHolder<E>>AStyleHoldercan have aIStyleto apply to itself and to its child elements. -
Uses of Element in ch.nolix.systemapi.time.main
Subinterfaces of Element in ch.nolix.systemapi.time.main -
Uses of Element in ch.nolix.systemapi.webapplication.component
Subinterfaces of Element in ch.nolix.systemapi.webapplication.component -
Uses of Element in ch.nolix.systemapi.webgui.base
Subinterfaces of Element in ch.nolix.systemapi.webgui.baseModifier and TypeInterfaceDescriptioninterfaceAIAbsoluteOrRelativeIntstores either an integer or a percentage.interface -
Uses of Element in ch.nolix.systemapi.webgui.controlstyle
Subinterfaces of Element in ch.nolix.systemapi.webgui.controlstyleModifier and TypeInterfaceDescriptioninterfaceControlBaseStyle<S extends ControlBaseStyle<S>>interfaceControlStyle<S extends ControlStyle<S>> -
Uses of Element in ch.nolix.systemapi.webgui.main
Subinterfaces of Element in ch.nolix.systemapi.webgui.main