Package ch.nolix.system.element.style
Klasse AbstractSelectingStyle
java.lang.Object
ch.nolix.system.element.base.AbstractElement
ch.nolix.system.element.style.AbstractSelectingStyle
- Alle implementierten Schnittstellen:
IElement
,IAbstractStyle<ISelectingStyleWithSelectors>
,ISelectingStyle<ISelectingStyleWithSelectors>
,ISelectingStyleWithSelectors
- Bekannte direkte Unterklassen:
DeepSelectingStyle
,SelectingStyle
public abstract class AbstractSelectingStyle
extends AbstractElement
implements ISelectingStyleWithSelectors
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
AbstractSelectingStyle
(String optionalSelectorId, String optionalSelectorType, IContainer<String> selectorRoles, IContainer<String> selectorTokens, IContainer<? extends IAttachingAttribute> attachingAttributes, IContainer<? extends ISelectingStyleWithSelectors> subStyles) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal boolean
containsSelectorRole
(String selectorRole) final boolean
final boolean
containsSelectorToken
(String selectorToken) final boolean
final IContainer
<? extends IAttachingAttribute> final IContainer
<INode<?>> final String
final IContainer
<String> final IContainer
<String> final String
final IContainer
<? extends ISelectingStyleWithSelectors> final boolean
final boolean
final boolean
hasSelectorId
(String selectorId) final boolean
final boolean
hasSelectorType
(Class<?> selectorType) final boolean
hasSelectorType
(String selectorType) protected final void
Lets the sub styles of the currentAbstractStyle
style the child element of the given element.final boolean
selectsElement
(IStylableElement<?> element) 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) withNewAttachingAttributesWhereSelectorType
(String selectorType, String newAttachingAttribute, String... newAttachingAttributes) withReplacedAttachingAttributes
(IPair<String, String> attachingAttributeReplacement, IPair<String, String>... attachingAttributeReplacements) withReplacedTaggedAttachingAttributes
(IPair<Enum<?>, String> attachingAttributeReplacement, IPair<Enum<?>, String>... attachingAttributeReplacements) withSelectorRole
(Enum<?> selectorRole, Enum<?>... selectorRoles) withSelectorRole
(String selectorRole, String... selectorRoles) withSelectorToken
(String selectorToken, String... selectorTokens) withSelectorType
(Class<?> selectorType) withSubStyle
(ISelectingStyleWithSelectors subStyle, ISelectingStyleWithSelectors... subStyles) 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
applyToElement, getAttachingAttributes, getSubStyles, hasAttachingAttributes, withAttachingAttribute, withAttachingAttribute, withAttachingAttributes, withNewAttachingAttributesWhereSelectorType, withNewAttachingAttributesWhereSelectorType, withReplacedAttachingAttributes, withReplacedAttachingAttributes, withReplacedTaggedAttachingAttributes, withReplacedTaggedAttachingAttributes, withSubStyle, withSubStyles
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.baseapi.IElement
getSpecification, toFormatedString, toXml
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.styleapi.ISelectingStyle
selectsChildElements, skipsChildElements, skipsElement
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.styleapi.ISelectingStyleWithSelectors
withSelectorId, withSelectorRoles, withSelectorTokens, withSelectorType
-
Felddetails
-
SELECTOR_ID_HEADER
- Siehe auch:
-
SELECTOR_TYPE_HEADER
- Siehe auch:
-
SELECTOR_ROLE_HEADER
- Siehe auch:
-
SELECTOR_TOKEN_HEADER
- Siehe auch:
-
ATTACHING_ATTRIBUTE_HEADER
- Siehe auch:
-
-
Konstruktordetails
-
AbstractSelectingStyle
protected AbstractSelectingStyle(String optionalSelectorId, String optionalSelectorType, IContainer<String> selectorRoles, IContainer<String> selectorTokens, IContainer<? extends IAttachingAttribute> attachingAttributes, IContainer<? extends ISelectingStyleWithSelectors> subStyles)
-
-
Methodendetails
-
containsSelectorRole
-
containsSelectorRoles
public final boolean containsSelectorRoles() -
containsSelectorToken
-
containsSelectorTokens
public final boolean containsSelectorTokens() -
getAttributes
- Angegeben von:
getAttributes
in SchnittstelleIElement
- Gibt zurück:
- the attributes of the current
IElement
.
-
getSelectorId
- Angegeben von:
getSelectorId
in SchnittstelleISelectingStyleWithSelectors
- Gibt zurück:
- the selector id of the current
ISelectingStyleWithSelectors
.
-
getSelectorRoles
- Angegeben von:
getSelectorRoles
in SchnittstelleISelectingStyleWithSelectors
- Gibt zurück:
- the selector roles of the current
ISelectingStyleWithSelectors
.
-
getSelectorTokens
- Angegeben von:
getSelectorTokens
in SchnittstelleISelectingStyleWithSelectors
- Gibt zurück:
- the selector tokens of the current
ISelectingStyleWithSelectors
.
-
getSelectorType
- Angegeben von:
getSelectorType
in SchnittstelleISelectingStyleWithSelectors
- Gibt zurück:
- the selector type of the current
ISelectingStyleWithSelectors
.
-
hasSelectorId
public final boolean hasSelectorId()- Angegeben von:
hasSelectorId
in SchnittstelleISelectingStyleWithSelectors
- Gibt zurück:
- true if the current
ISelectingStyleWithSelectors
has a selector id.
-
hasSelectorId
-
hasSelectorType
public final boolean hasSelectorType()- Angegeben von:
hasSelectorType
in SchnittstelleISelectingStyleWithSelectors
- Gibt zurück:
- true if the current
ISelectingStyleWithSelectors
has a selector type.
-
hasSelectorType
-
hasSelectorType
-
selectsElement
- Angegeben von:
selectsElement
in SchnittstelleISelectingStyle<ISelectingStyleWithSelectors>
- Parameter:
element
-- Gibt zurück:
- true if the current
ISelectingStyle
would select the given element to style.
-
withSelectorRole
public final ISelectingStyleWithSelectors withSelectorRole(Enum<?> selectorRole, Enum<?>... selectorRoles) - Angegeben von:
withSelectorRole
in SchnittstelleISelectingStyleWithSelectors
- Parameter:
selectorRole
-selectorRoles
-- Gibt zurück:
- a new
ISelectingStyleWithSelectors
from the currentISelectingStyleWithSelectors
with the given selectorRole and selectorRoles added.
-
withSelectorRole
public final ISelectingStyleWithSelectors withSelectorRole(String selectorRole, String... selectorRoles) - Angegeben von:
withSelectorRole
in SchnittstelleISelectingStyleWithSelectors
- Parameter:
selectorRole
-selectorRoles
-- Gibt zurück:
- a new
ISelectingStyleWithSelectors
from the currentISelectingStyleWithSelectors
with the given selectorRole and selectorRoles added.
-
withSelectorToken
public final ISelectingStyleWithSelectors withSelectorToken(String selectorToken, String... selectorTokens) - Angegeben von:
withSelectorToken
in SchnittstelleISelectingStyleWithSelectors
- Parameter:
selectorToken
-selectorTokens
-- Gibt zurück:
- a new
ISelectingStyleWithSelectors
from the currentISelectingStyleWithSelectors
with the given selectorToken and selectorTokens added.
-
withSelectorType
- Angegeben von:
withSelectorType
in SchnittstelleISelectingStyleWithSelectors
- Parameter:
selectorType
-- Gibt zurück:
- a new
ISelectingStyleWithSelectors
from the currentISelectingStyleWithSelectors
with the given selectorType set.
-
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
-
-