Package ch.nolix.systemapi.style.model
Schnittstelle ISelectingStyle<S extends ISelectingStyle<S>>
- Typparameter:
S- is the type of aISelectingStyle.
- Alle Superschnittstellen:
IAbstractStyle<S>,IElement
- Alle bekannten Unterschnittstellen:
ISelectingStyleWithSelectors
- Alle bekannten Implementierungsklassen:
AbstractSelectingStyle,DeepSelectingStyle,SelectingStyle
A
ISelectingStyle is a IAbstractStyle that can select or skip
a IStylableElement that is given to be styled.- Version:
- 2023-07-08
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanbooleanselectsElement(IStylableElement<?> element) default booleandefault booleanskipsElement(IStylableElement<?> element) Von Schnittstelle geerbte Methoden ch.nolix.systemapi.style.model.IAbstractStyle
applyToElement, getAttachingAttributes, getSubStyles, hasAttachingAttributes, withAttachingAttribute, withAttachingAttribute, withAttachingAttributes, withNewAttachingAttributesWhereSelectorType, withNewAttachingAttributesWhereSelectorType, withReplacedAttachingAttributes, withReplacedAttachingAttributes, withReplacedTaggedAttachingAttributes, withReplacedTaggedAttachingAttributes, withSubStyle, withSubStylesVon Schnittstelle geerbte Methoden ch.nolix.systemapi.element.base.IElement
getAttributes, getSpecification, toFormatedString, toXml
-
Methodendetails
-
selectsChildElements
boolean selectsChildElements()- Gibt zurück:
- true if the current
ISelectingStylewould select the child elements of a givenIStylableElementto style.
-
selectsElement
- Parameter:
element-- Gibt zurück:
- true if the current
ISelectingStylewould select the given element to style.
-
skipsChildElements
default boolean skipsChildElements()- Gibt zurück:
- true if the current
ISelectingStylewould not (!) select the child elements of a givenIStylableElementto style.
-
skipsElement
- Parameter:
element-- Gibt zurück:
- true if the current
ISelectingStylewould not (!) select the given element to style.
-