Package ch.nolix.system.element.style
Klasse SelectingStyle
java.lang.Object
ch.nolix.system.element.base.AbstractElement
ch.nolix.system.element.style.AbstractSelectingStyle
ch.nolix.system.element.style.SelectingStyle
- Alle implementierten Schnittstellen:
IElement
,IAbstractStyle<ISelectingStyleWithSelectors>
,ISelectingStyle<ISelectingStyleWithSelectors>
,ISelectingStyleWithSelectors
- Version:
- 2023-07-09
- Autor:
- Silvan Wyss
-
Feldübersicht
FelderVon Klasse geerbte Felder ch.nolix.system.element.style.AbstractSelectingStyle
SELECTOR_ID_HEADER, SELECTOR_ROLE_HEADER, SELECTOR_TOKEN_HEADER, SELECTOR_TYPE_HEADER
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a new emptySelectingStyle
.SelectingStyle
(String optionalSelectorId, String optionalSelectorType, IContainer<String> selectorRoles, IContainer<String> selectorTokens, IContainer<? extends IAttachingAttribute> attachingAttributes, IContainer<? extends ISelectingStyleWithSelectors> subStyles) Creates a newSelectingStyle
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
applyToElement
(IStylableElement<?> element) Applies the currentIAbstractStyle
to the given element.static SelectingStyle
fromSelectingStyle
(ISelectingStyleWithSelectors selectingStyle) static SelectingStyle
fromSpecification
(INode<?> specification) final IContainer
<? extends IAttachingAttribute> final IContainer
<? extends ISelectingStyleWithSelectors> final boolean
protected final void
Lets the sub styles of the currentAbstractStyle
style the child element of the given element.boolean
protected final void
setAttachingAttributesToElement
(IStylableElement<?> element) Sets the attaching attributes of the currentAbstractStyle
to the given element.withAttachingAttribute
(Enum<?> tag, String value) withAttachingAttribute
(String attachingAttribute, String... attachingAttributes) withAttachingAttributes
(IContainer<? extends IAttachingAttribute> attachingAttributes) withNewAttachingAttributesWhereSelectorType
(String selectorType, IContainer<String> newAttachingAttributes) withNewAttachingAttributesWhereSelectorType
(String selectorType, String newAttachingAttribute, String... newAttachingAttributes) withReplacedAttachingAttributes
(IContainer<IPair<String, String>> attachingAttributeReplacements) withReplacedAttachingAttributes
(IPair<String, String> attachingAttributeReplacement, IPair<String, String>... attachingAttributeReplacements) withReplacedTaggedAttachingAttributes
(IContainer<IPair<Enum<?>, String>> attachingAttributeReplacements) withReplacedTaggedAttachingAttributes
(IPair<Enum<?>, String> attachingAttributeReplacement, IPair<Enum<?>, String>... attachingAttributeReplacements) withSelectorId
(String selectorId) withSelectorRoles
(IContainer<String> selectorRoles) withSelectorTokens
(IContainer<String> selectorTokens) withSelectorType
(String selectorType) withSubStyle
(ISelectingStyleWithSelectors subStyle, ISelectingStyleWithSelectors... subStyles) withSubStyles
(IContainer<? extends ISelectingStyleWithSelectors> subStyles) Von Klasse geerbte Methoden ch.nolix.system.element.style.AbstractSelectingStyle
containsSelectorRole, containsSelectorRoles, containsSelectorToken, containsSelectorTokens, getAttributes, getSelectorId, getSelectorRoles, getSelectorTokens, getSelectorType, hasSelectorId, hasSelectorId, hasSelectorType, hasSelectorType, hasSelectorType, selectsElement, withSelectorRole, withSelectorRole, withSelectorToken, withSelectorType
Von Klasse geerbte Methoden ch.nolix.system.element.base.AbstractElement
equals, getSpecification, hashCode, toString
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.styleapi.IAbstractStyle
getAttachingAttributes, getSubStyles, hasAttachingAttributes, withAttachingAttribute, withAttachingAttribute, withNewAttachingAttributesWhereSelectorType, withReplacedAttachingAttributes, withReplacedTaggedAttachingAttributes, withSubStyle
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.baseapi.IElement
getSpecification, toFormatedString, toXml
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.styleapi.ISelectingStyle
skipsChildElements, skipsElement
-
Felddetails
-
TYPE_NAME
- Siehe auch:
-
ATTACHING_ATTRIBUTE_HEADER
- Siehe auch:
-
-
Konstruktordetails
-
SelectingStyle
public SelectingStyle()Creates a new emptySelectingStyle
. -
SelectingStyle
public SelectingStyle(String optionalSelectorId, String optionalSelectorType, IContainer<String> selectorRoles, IContainer<String> selectorTokens, IContainer<? extends IAttachingAttribute> attachingAttributes, IContainer<? extends ISelectingStyleWithSelectors> subStyles) Creates a newSelectingStyle
.- Parameter:
optionalSelectorId
-optionalSelectorType
-selectorRoles
-selectorTokens
-attachingAttributes
-subStyles
-
-
-
Methodendetails
-
fromSelectingStyle
-
fromSpecification
- Parameter:
specification
-- Gibt zurück:
- a new
SelectingStyle
from the given specification. - Löst aus:
NullPointerException
- if the given specification is null.InvalidArgumentException
- if the given specification is not valid.
-
selectsChildElements
public boolean selectsChildElements()- Gibt zurück:
- true if the current
ISelectingStyle
would select the child elements of a givenIStylableElement
to style.
-
applyToElement
Applies the currentIAbstractStyle
to the given element.- Parameter:
element
-
-
withAttachingAttributes
public ISelectingStyleWithSelectors withAttachingAttributes(IContainer<? extends IAttachingAttribute> attachingAttributes) -
withNewAttachingAttributesWhereSelectorType
public ISelectingStyleWithSelectors withNewAttachingAttributesWhereSelectorType(String selectorType, IContainer<String> newAttachingAttributes) - Parameter:
selectorType
-newAttachingAttributes
-- Gibt zurück:
- a new
IAbstractStyle
from the currentIAbstractStyle
where each of the given newAttachingAttributes was either added or updated the according attachingAttributes where the given selectorType is.
-
withReplacedAttachingAttributes
public ISelectingStyleWithSelectors withReplacedAttachingAttributes(IContainer<IPair<String, String>> attachingAttributeReplacements) -
withReplacedTaggedAttachingAttributes
public ISelectingStyleWithSelectors withReplacedTaggedAttachingAttributes(IContainer<IPair<Enum<?>, String>> attachingAttributeReplacements) -
withSelectorId
- Parameter:
selectorId
-- Gibt zurück:
- a new
ISelectingStyleWithSelectors
from the currentISelectingStyleWithSelectors
with the given selectorId set.
-
withSelectorRoles
- Parameter:
selectorRoles
-- Gibt zurück:
- a new
ISelectingStyleWithSelectors
from the currentISelectingStyleWithSelectors
with the given selectorRoles added.
-
withSelectorTokens
- Parameter:
selectorTokens
-- Gibt zurück:
- a new
ISelectingStyleWithSelectors
from the currentISelectingStyleWithSelectors
with the given selectorTokens added.
-
withSelectorType
- Parameter:
selectorType
-- Gibt zurück:
- a new
ISelectingStyleWithSelectors
from the currentISelectingStyleWithSelectors
with the given selectorType set.
-
withSubStyles
public ISelectingStyleWithSelectors withSubStyles(IContainer<? extends ISelectingStyleWithSelectors> subStyles) -
getAttachingAttributes
- Angegeben von:
getAttachingAttributes
in SchnittstelleIAbstractStyle<S extends IAbstractStyle<S>>
- Gibt zurück:
- the attaching attributes of the current
IAbstractStyle
.
-
getSubStyles
- Angegeben von:
getSubStyles
in SchnittstelleIAbstractStyle<S extends IAbstractStyle<S>>
- Gibt zurück:
- the sub styles of the current
IAbstractStyle
.
-
hasAttachingAttributes
public final boolean hasAttachingAttributes()- Angegeben von:
hasAttachingAttributes
in SchnittstelleIAbstractStyle<S extends IAbstractStyle<S>>
- Gibt zurück:
- true if the current
IAbstractStyle
has attaching attributes, false otherwise.
-
withAttachingAttribute
- Angegeben von:
withAttachingAttribute
in SchnittstelleIAbstractStyle<S extends IAbstractStyle<S>>
- Parameter:
tag
-value
-- Gibt zurück:
- a new
IStyle
from the currentIStyle
with an attaching attribute added that has the given tag and value.
-
withAttachingAttribute
public final ISelectingStyleWithSelectors withAttachingAttribute(String attachingAttribute, String... attachingAttributes) - Angegeben von:
withAttachingAttribute
in SchnittstelleIAbstractStyle<S extends IAbstractStyle<S>>
- Parameter:
attachingAttribute
-attachingAttributes
-- Gibt zurück:
- a new
IStyle
from the currentIStyle
with the given attachingAttribute and attachingAttributes added.
-
withNewAttachingAttributesWhereSelectorType
public final ISelectingStyleWithSelectors withNewAttachingAttributesWhereSelectorType(String selectorType, String newAttachingAttribute, String... newAttachingAttributes) - Angegeben von:
withNewAttachingAttributesWhereSelectorType
in SchnittstelleIAbstractStyle<S extends IAbstractStyle<S>>
- Parameter:
selectorType
-newAttachingAttribute
-newAttachingAttributes
-- Gibt zurück:
- a new
IAbstractStyle
from the currentIAbstractStyle
where the newAttachingAttribute and each of the given newAttachingAttributes either was added or updated the according attachingAttributes where the given selectorType is.
-
withReplacedAttachingAttributes
public final ISelectingStyleWithSelectors withReplacedAttachingAttributes(IPair<String, String> attachingAttributeReplacement, IPair<String, String>... attachingAttributeReplacements) - Angegeben von:
withReplacedAttachingAttributes
in SchnittstelleIAbstractStyle<S extends IAbstractStyle<S>>
- Parameter:
attachingAttributeReplacement
-attachingAttributeReplacements
-- Gibt zurück:
- a new
IStyle
from the currentIStyle
where the given attributeAttributeReplacement and attachingAttributeReplacements replaced all the according attachingAttributes.
-
withReplacedTaggedAttachingAttributes
public final ISelectingStyleWithSelectors withReplacedTaggedAttachingAttributes(IPair<Enum<?>, String> attachingAttributeReplacement, IPair<Enum<?>, String>... attachingAttributeReplacements) - Angegeben von:
withReplacedTaggedAttachingAttributes
in SchnittstelleIAbstractStyle<S extends IAbstractStyle<S>>
- Parameter:
attachingAttributeReplacement
-attachingAttributeReplacements
-- Gibt zurück:
- a new
IStyle
from the currentIStyle
where the given attributeAttributeReplacement and attachingAttributeReplacements replaced all the according attachingAttributes.
-
withSubStyle
public final ISelectingStyleWithSelectors withSubStyle(ISelectingStyleWithSelectors subStyle, ISelectingStyleWithSelectors... subStyles) - Angegeben von:
withSubStyle
in SchnittstelleIAbstractStyle<S extends IAbstractStyle<S>>
- Parameter:
subStyle
-subStyles
-- Gibt zurück:
- a new
IStyle
from the currentIStyle
with the given subStyle and subStyles added.
-
setAttachingAttributesToElement
Sets the attaching attributes of the currentAbstractStyle
to the given element.- Parameter:
element
-- Löst aus:
InvalidArgumentException
- if an attaching attribute of the currentAbstractStyle
is not valid for the given element.
-
letSubStylesStyleChildElementsOfElement
Lets the sub styles of the currentAbstractStyle
style the child element of the given element.- Parameter:
element
-
-