Uses of Interface
ch.nolix.systemapi.style.stylable.IStylableElement
Packages that use IStylableElement
Package
Description
-
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.webatomiccontrol.button
Classes in ch.nolix.system.webatomiccontrol.button that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.webatomiccontrol.imagecontrol
Classes in ch.nolix.system.webatomiccontrol.imagecontrol that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.webatomiccontrol.label
Classes in ch.nolix.system.webatomiccontrol.label that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.webatomiccontrol.link
Classes in ch.nolix.system.webatomiccontrol.link that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.webatomiccontrol.textbox
Classes in ch.nolix.system.webatomiccontrol.textbox that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.webatomiccontrol.uploader
Classes in ch.nolix.system.webatomiccontrol.uploader that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.webatomiccontrol.validationlabel
Classes in ch.nolix.system.webatomiccontrol.validationlabel that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.webcontainercontrol.container
Classes in ch.nolix.system.webcontainercontrol.container that implement IStylableElementModifier and TypeClassDescriptionclassAbstractContainer<C extends IContainer<C,S>, S extends IControlStyle<S>> -
Uses of IStylableElement in ch.nolix.system.webcontainercontrol.floatcontainer
Classes in ch.nolix.system.webcontainercontrol.floatcontainer that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.webcontainercontrol.grid
Classes in ch.nolix.system.webcontainercontrol.grid that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.webcontainercontrol.horizontalstack
Classes in ch.nolix.system.webcontainercontrol.horizontalstack that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.webcontainercontrol.linearcontainer
Classes in ch.nolix.system.webcontainercontrol.linearcontainer that implement IStylableElementModifier and TypeClassDescriptionclassAbstractLinearContainer<C extends ILinearContainer<C,S>, S extends ILinearContainerStyle<S>> -
Uses of IStylableElement in ch.nolix.system.webcontainercontrol.singlecontainer
Classes in ch.nolix.system.webcontainercontrol.singlecontainer that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.webcontainercontrol.verticalstack
Classes in ch.nolix.system.webcontainercontrol.verticalstack that implement IStylableElement -
Uses of IStylableElement in ch.nolix.system.webgui.main
Classes in ch.nolix.system.webgui.main that implement IStylableElementModifier and TypeClassDescriptionclassControl<C extends IControl<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 IContainer<? extends IStylableElement<?>> Control.getStoredChildStylableElements()IContainer<? extends IStylableElement<?>> Layer.getStoredChildStylableElements()IContainer<? extends IStylableElement<?>> WebGui.getStoredChildStylableElements() -
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 TypeMethodDescriptionIContainer<? 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.webatomiccontrol.button
Subinterfaces of IStylableElement in ch.nolix.systemapi.webatomiccontrol.button -
Uses of IStylableElement in ch.nolix.systemapi.webatomiccontrol.checkbox
Subinterfaces of IStylableElement in ch.nolix.systemapi.webatomiccontrol.checkbox -
Uses of IStylableElement in ch.nolix.systemapi.webatomiccontrol.imagecontrol
Subinterfaces of IStylableElement in ch.nolix.systemapi.webatomiccontrol.imagecontrol -
Uses of IStylableElement in ch.nolix.systemapi.webatomiccontrol.label
Subinterfaces of IStylableElement in ch.nolix.systemapi.webatomiccontrol.label -
Uses of IStylableElement in ch.nolix.systemapi.webatomiccontrol.link
Subinterfaces of IStylableElement in ch.nolix.systemapi.webatomiccontrol.link -
Uses of IStylableElement in ch.nolix.systemapi.webatomiccontrol.textbox
Subinterfaces of IStylableElement in ch.nolix.systemapi.webatomiccontrol.textbox -
Uses of IStylableElement in ch.nolix.systemapi.webatomiccontrol.uploader
Subinterfaces of IStylableElement in ch.nolix.systemapi.webatomiccontrol.uploader -
Uses of IStylableElement in ch.nolix.systemapi.webatomiccontrol.validationlabel
Subinterfaces of IStylableElement in ch.nolix.systemapi.webatomiccontrol.validationlabel -
Uses of IStylableElement in ch.nolix.systemapi.webcontainercontrol.accordion
Subinterfaces of IStylableElement in ch.nolix.systemapi.webcontainercontrol.accordion -
Uses of IStylableElement in ch.nolix.systemapi.webcontainercontrol.container
Subinterfaces of IStylableElement in ch.nolix.systemapi.webcontainercontrol.containerModifier and TypeInterfaceDescriptioninterfaceIContainer<C extends IContainer<C,S>, S extends IControlStyle<S>> -
Uses of IStylableElement in ch.nolix.systemapi.webcontainercontrol.grid
Subinterfaces of IStylableElement in ch.nolix.systemapi.webcontainercontrol.grid -
Uses of IStylableElement in ch.nolix.systemapi.webcontainercontrol.horizontalstack
Subinterfaces of IStylableElement in ch.nolix.systemapi.webcontainercontrol.horizontalstack -
Uses of IStylableElement in ch.nolix.systemapi.webcontainercontrol.linearcontainer
Subinterfaces of IStylableElement in ch.nolix.systemapi.webcontainercontrol.linearcontainerModifier and TypeInterfaceDescriptioninterfaceILinearContainer<C extends ILinearContainer<C,S>, S extends ILinearContainerStyle<S>> -
Uses of IStylableElement in ch.nolix.systemapi.webcontainercontrol.singlecontainer
Subinterfaces of IStylableElement in ch.nolix.systemapi.webcontainercontrol.singlecontainer -
Uses of IStylableElement in ch.nolix.systemapi.webcontainercontrol.tabcontainer
Subinterfaces of IStylableElement in ch.nolix.systemapi.webcontainercontrol.tabcontainer -
Uses of IStylableElement in ch.nolix.systemapi.webcontainercontrol.verticalstack
Subinterfaces of IStylableElement in ch.nolix.systemapi.webcontainercontrol.verticalstack -
Uses of IStylableElement in ch.nolix.systemapi.webgui.main
Subinterfaces of IStylableElement in ch.nolix.systemapi.webgui.main