Uses of Interface
ch.nolix.systemapi.style.stylable.IStylableElement
Packages that use IStylableElement
Package
Description
-
Uses of IStylableElement in ch.nolix.system.control.button
Classes in ch.nolix.system.control.button that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.control.container
Classes in ch.nolix.system.control.container that implement IStylableElementModifier and TypeClassDescriptionclassAbstractContainer<C extends IContainer<C,S>, S extends IControlStyle<S>> -
Uses of IStylableElement in ch.nolix.system.control.floatcontainer
Classes in ch.nolix.system.control.floatcontainer that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.control.grid
Classes in ch.nolix.system.control.grid that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.control.horizontalstack
Classes in ch.nolix.system.control.horizontalstack that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.control.imagecontrol
Classes in ch.nolix.system.control.imagecontrol that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.control.label
Classes in ch.nolix.system.control.label that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.control.linearcontainer
Classes in ch.nolix.system.control.linearcontainer that implement IStylableElementModifier and TypeClassDescriptionclassAbstractLinearContainer<C extends ILinearContainer<C,S>, S extends ILinearContainerStyle<S>> -
Uses of IStylableElement in ch.nolix.system.control.link
Classes in ch.nolix.system.control.link that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.control.singlecontainer
Classes in ch.nolix.system.control.singlecontainer that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.control.tabcontainer
Classes in ch.nolix.system.control.tabcontainer that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.control.textbox
Classes in ch.nolix.system.control.textbox that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.control.uploader
Classes in ch.nolix.system.control.uploader that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.control.validationlabel
Classes in ch.nolix.system.control.validationlabel that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.control.verticalstack
Classes in ch.nolix.system.control.verticalstack that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.style.model
Methods in ch.nolix.system.style.model with parameters of type IStylableElementModifier and TypeMethodDescriptionvoidDeepSelectingStyle.applyToElement(IStylableElement<?> element) Applies the currentIBaseStyleto the given element.voidSelectingStyle.applyToElement(IStylableElement<?> element) Applies the currentIBaseStyleto the given element.voidStyle.applyToElement(IStylableElement<?> element) Applies the currentIBaseStyleto the given element.final booleanAbstractSelectingStyle.selectsElement(IStylableElement<?> element) -
Uses of IStylableElement in ch.nolix.system.style.stylable
Classes in ch.nolix.system.style.stylable with type parameters of type IStylableElementClasses in ch.nolix.system.style.stylable that implement IStylableElementModifier and TypeClassDescriptionclassAbstractStylableElement<E extends IStylableElement<E>>classAbstractStyleElement<E extends AbstractStyleElement<E>> -
Uses of IStylableElement in ch.nolix.system.webapplication.component
Classes in ch.nolix.system.webapplication.component that implement IStylableElementModifier and TypeClassDescriptionclassComponent<C extends Controller<S>, S>classComponentWithAdapterFactory<C extends Controller<F>, F extends IAdapterFactory<A>, A> -
Uses of IStylableElement in ch.nolix.system.webgui.main
Classes in ch.nolix.system.webgui.main that implement IStylableElementModifier and TypeClassDescriptionclassAbstractControl<C extends Control<C,S>, S extends IControlStyle<S>> final classfinal classMethods in ch.nolix.system.webgui.main that return types with arguments of type IStylableElementModifier and TypeMethodDescriptionfinal ExtendedIterable<? extends IStylableElement<?>> AbstractControl.getStoredChildStylableElements()ExtendedIterable<? extends IStylableElement<?>> Layer.getStoredChildStylableElements()ExtendedIterable<? extends IStylableElement<?>> WebGui.getStoredChildStylableElements() -
Uses of IStylableElement in ch.nolix.systemapi.control.accordion
Subinterfaces of IStylableElement in ch.nolix.systemapi.control.accordion -
Uses of IStylableElement in ch.nolix.systemapi.control.button
Subinterfaces of IStylableElement in ch.nolix.systemapi.control.button -
Uses of IStylableElement in ch.nolix.systemapi.control.checkbox
Subinterfaces of IStylableElement in ch.nolix.systemapi.control.checkbox -
Uses of IStylableElement in ch.nolix.systemapi.control.container
Subinterfaces of IStylableElement in ch.nolix.systemapi.control.containerModifier and TypeInterfaceDescriptioninterfaceIContainer<C extends IContainer<C,S>, S extends IControlStyle<S>> -
Uses of IStylableElement in ch.nolix.systemapi.control.grid
Subinterfaces of IStylableElement in ch.nolix.systemapi.control.grid -
Uses of IStylableElement in ch.nolix.systemapi.control.horizontalstack
Subinterfaces of IStylableElement in ch.nolix.systemapi.control.horizontalstack -
Uses of IStylableElement in ch.nolix.systemapi.control.imagecontrol
Subinterfaces of IStylableElement in ch.nolix.systemapi.control.imagecontrol -
Uses of IStylableElement in ch.nolix.systemapi.control.label
Subinterfaces of IStylableElement in ch.nolix.systemapi.control.label -
Uses of IStylableElement in ch.nolix.systemapi.control.linearcontainer
Subinterfaces of IStylableElement in ch.nolix.systemapi.control.linearcontainerModifier and TypeInterfaceDescriptioninterfaceILinearContainer<C extends ILinearContainer<C,S>, S extends ILinearContainerStyle<S>> -
Uses of IStylableElement in ch.nolix.systemapi.control.link
Subinterfaces of IStylableElement in ch.nolix.systemapi.control.link -
Uses of IStylableElement in ch.nolix.systemapi.control.singlecontainer
Subinterfaces of IStylableElement in ch.nolix.systemapi.control.singlecontainer -
Uses of IStylableElement in ch.nolix.systemapi.control.tabcontainer
Subinterfaces of IStylableElement in ch.nolix.systemapi.control.tabcontainer -
Uses of IStylableElement in ch.nolix.systemapi.control.textbox
Subinterfaces of IStylableElement in ch.nolix.systemapi.control.textbox -
Uses of IStylableElement in ch.nolix.systemapi.control.uploader
Subinterfaces of IStylableElement in ch.nolix.systemapi.control.uploader -
Uses of IStylableElement in ch.nolix.systemapi.control.validationlabel
Subinterfaces of IStylableElement in ch.nolix.systemapi.control.validationlabel -
Uses of IStylableElement in ch.nolix.systemapi.control.verticalstack
Subinterfaces of IStylableElement in ch.nolix.systemapi.control.verticalstack -
Uses of IStylableElement in ch.nolix.systemapi.style.model
Methods in ch.nolix.systemapi.style.model with parameters of type IStylableElementModifier and TypeMethodDescriptionvoidIBaseStyle.applyToElement(IStylableElement<?> element) Applies the currentIBaseStyleto the given element.booleanISelectingStyle.selectsElement(IStylableElement<?> element) default booleanISelectingStyle.skipsElement(IStylableElement<?> element) -
Uses of IStylableElement in ch.nolix.systemapi.style.stylable
Classes in ch.nolix.systemapi.style.stylable with type parameters of type IStylableElementModifier and TypeInterfaceDescriptioninterfaceIStylableElement<E extends IStylableElement<E>>AIStylableElementis configurable and can contain otherIStylableElements.Subinterfaces of IStylableElement in ch.nolix.systemapi.style.stylableModifier and TypeInterfaceDescriptioninterfaceIStyleElement<E extends IStyleElement<E>>AIStyleElementcan have aIStyleto apply to itself and to its child elements.Methods in ch.nolix.systemapi.style.stylable that return types with arguments of type IStylableElementModifier and TypeMethodDescriptionExtendedIterable<? extends IStylableElement<?>> IStylableElement.getStoredChildStylableElements() -
Uses of IStylableElement in ch.nolix.systemapi.webapplication.component
Subinterfaces of IStylableElement in ch.nolix.systemapi.webapplication.component -
Uses of IStylableElement in ch.nolix.systemapi.webgui.main
Subinterfaces of IStylableElement in ch.nolix.systemapi.webgui.main