Uses of Interface
ch.nolix.systemapi.style.stylable.StylableElement
Packages that use StylableElement
Package
Description
-
Uses of StylableElement in ch.nolix.system.control.button
Classes in ch.nolix.system.control.button that implement StylableElement -
Uses of StylableElement in ch.nolix.system.control.container
Classes in ch.nolix.system.control.container that implement StylableElementModifier and TypeClassDescriptionclassAbstractContainer<C extends Container<C,S>, S extends ControlStyle<S>> -
Uses of StylableElement in ch.nolix.system.control.floatcontainer
Classes in ch.nolix.system.control.floatcontainer that implement StylableElement -
Uses of StylableElement in ch.nolix.system.control.grid
Classes in ch.nolix.system.control.grid that implement StylableElement -
Uses of StylableElement in ch.nolix.system.control.horizontalstack
Classes in ch.nolix.system.control.horizontalstack that implement StylableElement -
Uses of StylableElement in ch.nolix.system.control.imagecontrol
Classes in ch.nolix.system.control.imagecontrol that implement StylableElement -
Uses of StylableElement in ch.nolix.system.control.label
Classes in ch.nolix.system.control.label that implement StylableElement -
Uses of StylableElement in ch.nolix.system.control.linearcontainer
Classes in ch.nolix.system.control.linearcontainer that implement StylableElementModifier and TypeClassDescriptionclassAbstractLinearContainer<C extends ILinearContainer<C,S>, S extends ILinearContainerStyle<S>> -
Uses of StylableElement in ch.nolix.system.control.link
Classes in ch.nolix.system.control.link that implement StylableElement -
Uses of StylableElement in ch.nolix.system.control.singlecontainer
Classes in ch.nolix.system.control.singlecontainer that implement StylableElement -
Uses of StylableElement in ch.nolix.system.control.tabcontainer
Classes in ch.nolix.system.control.tabcontainer that implement StylableElement -
Uses of StylableElement in ch.nolix.system.control.textbox
Classes in ch.nolix.system.control.textbox that implement StylableElement -
Uses of StylableElement in ch.nolix.system.control.uploader
Classes in ch.nolix.system.control.uploader that implement StylableElement -
Uses of StylableElement in ch.nolix.system.control.validationlabel
Classes in ch.nolix.system.control.validationlabel that implement StylableElement -
Uses of StylableElement in ch.nolix.system.control.verticalstack
Classes in ch.nolix.system.control.verticalstack that implement StylableElement -
Uses of StylableElement in ch.nolix.system.style.model
Methods in ch.nolix.system.style.model with parameters of type StylableElementModifier and TypeMethodDescriptionvoidDeepSelectingStyle.applyToElement(StylableElement<?> element) Applies the currentIBaseStyleto the given element.voidSelectingStyle.applyToElement(StylableElement<?> element) Applies the currentIBaseStyleto the given element.voidStyle.applyToElement(StylableElement<?> element) Applies the currentIBaseStyleto the given element.final booleanAbstractSelectingStyle.selectsElement(StylableElement<?> element) -
Uses of StylableElement in ch.nolix.system.style.stylable
Classes in ch.nolix.system.style.stylable with type parameters of type StylableElementClasses in ch.nolix.system.style.stylable that implement StylableElementModifier and TypeClassDescriptionclassAbstractStylableElement<E extends StylableElement<E>>classAbstractStyleElement<E extends AbstractStyleElement<E>> -
Uses of StylableElement in ch.nolix.system.webapplication.component
Classes in ch.nolix.system.webapplication.component that implement StylableElementModifier and TypeClassDescriptionclassComponent<C extends Controller<S>, S>classComponentWithAdapterFactory<C extends Controller<F>, F extends AdapterFactory<A>, A> -
Uses of StylableElement in ch.nolix.system.webgui.main
Classes in ch.nolix.system.webgui.main that implement StylableElementModifier and TypeClassDescriptionclassAbstractControl<C extends Control<C,S>, S extends ControlStyle<S>> final classfinal classMethods in ch.nolix.system.webgui.main that return types with arguments of type StylableElementModifier and TypeMethodDescriptionfinal ExtendedIterable<? extends StylableElement<?>> AbstractControl.getStoredChildStylableElements()ExtendedIterable<? extends StylableElement<?>> Layer.getStoredChildStylableElements()ExtendedIterable<? extends StylableElement<?>> WebGui.getStoredChildStylableElements() -
Uses of StylableElement in ch.nolix.systemapi.control.accordion
Subinterfaces of StylableElement in ch.nolix.systemapi.control.accordion -
Uses of StylableElement in ch.nolix.systemapi.control.button
Subinterfaces of StylableElement in ch.nolix.systemapi.control.button -
Uses of StylableElement in ch.nolix.systemapi.control.checkbox
Subinterfaces of StylableElement in ch.nolix.systemapi.control.checkbox -
Uses of StylableElement in ch.nolix.systemapi.control.container
Subinterfaces of StylableElement in ch.nolix.systemapi.control.containerModifier and TypeInterfaceDescriptioninterfaceContainer<C extends Container<C,S>, S extends ControlStyle<S>> -
Uses of StylableElement in ch.nolix.systemapi.control.grid
Subinterfaces of StylableElement in ch.nolix.systemapi.control.grid -
Uses of StylableElement in ch.nolix.systemapi.control.horizontalstack
Subinterfaces of StylableElement in ch.nolix.systemapi.control.horizontalstack -
Uses of StylableElement in ch.nolix.systemapi.control.imagecontrol
Subinterfaces of StylableElement in ch.nolix.systemapi.control.imagecontrol -
Uses of StylableElement in ch.nolix.systemapi.control.label
Subinterfaces of StylableElement in ch.nolix.systemapi.control.label -
Uses of StylableElement in ch.nolix.systemapi.control.linearcontainer
Subinterfaces of StylableElement in ch.nolix.systemapi.control.linearcontainerModifier and TypeInterfaceDescriptioninterfaceILinearContainer<C extends ILinearContainer<C,S>, S extends ILinearContainerStyle<S>> -
Uses of StylableElement in ch.nolix.systemapi.control.link
Subinterfaces of StylableElement in ch.nolix.systemapi.control.link -
Uses of StylableElement in ch.nolix.systemapi.control.singlecontainer
Subinterfaces of StylableElement in ch.nolix.systemapi.control.singlecontainer -
Uses of StylableElement in ch.nolix.systemapi.control.tabcontainer
Subinterfaces of StylableElement in ch.nolix.systemapi.control.tabcontainer -
Uses of StylableElement in ch.nolix.systemapi.control.textbox
Subinterfaces of StylableElement in ch.nolix.systemapi.control.textbox -
Uses of StylableElement in ch.nolix.systemapi.control.uploader
Subinterfaces of StylableElement in ch.nolix.systemapi.control.uploader -
Uses of StylableElement in ch.nolix.systemapi.control.validationlabel
Subinterfaces of StylableElement in ch.nolix.systemapi.control.validationlabel -
Uses of StylableElement in ch.nolix.systemapi.control.verticalstack
Subinterfaces of StylableElement in ch.nolix.systemapi.control.verticalstack -
Uses of StylableElement in ch.nolix.systemapi.style.model
Methods in ch.nolix.systemapi.style.model with parameters of type StylableElementModifier and TypeMethodDescriptionvoidIBaseStyle.applyToElement(StylableElement<?> element) Applies the currentIBaseStyleto the given element.booleanISelectingStyle.selectsElement(StylableElement<?> element) default booleanISelectingStyle.skipsElement(StylableElement<?> element) -
Uses of StylableElement in ch.nolix.systemapi.style.stylable
Classes in ch.nolix.systemapi.style.stylable with type parameters of type StylableElementModifier and TypeInterfaceDescriptioninterfaceStylableElement<E extends StylableElement<E>>AStylableElementis configurable and can contain otherStylableElements.Methods in ch.nolix.systemapi.style.stylable that return types with arguments of type StylableElementModifier and TypeMethodDescriptionExtendedIterable<? extends StylableElement<?>> StylableElement.getStoredChildStylableElements() -
Uses of StylableElement in ch.nolix.systemapi.style.styleholder
Subinterfaces of StylableElement 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 StylableElement in ch.nolix.systemapi.webapplication.component
Subinterfaces of StylableElement in ch.nolix.systemapi.webapplication.component -
Uses of StylableElement in ch.nolix.systemapi.webgui.main
Subinterfaces of StylableElement in ch.nolix.systemapi.webgui.main