Package ch.nolix.system.element.style
Klasse Style
java.lang.Object
ch.nolix.system.element.base.AbstractElement
ch.nolix.system.element.style.Style
- Alle implementierten Schnittstellen:
IElement
,IAbstractStyle<IStyle>
,IStyle
- Version:
- 2016-02-01
- Autor:
- Silvan Wyss
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungStyle()
Creates a new emptyStyle
.Style
(IContainer<? extends IAttachingAttribute> attachingAttributes, IContainer<? extends ISelectingStyleWithSelectors> subStyles) Creates a newStyle
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
applyToElement
(IStylableElement<?> element) Applies the currentIAbstractStyle
to the given element.static Style
static Style
fromSpecification
(INode<?> specification) final IContainer
<? extends IAttachingAttribute> IContainer
<INode<?>> final IContainer
<? extends ISelectingStyleWithSelectors> final boolean
protected final void
Lets the sub styles of the currentAbstractStyle
style the child element of the given element.protected final void
setAttachingAttributesToElement
(IStylableElement<?> element) Sets the attaching attributes of the currentAbstractStyle
to the given element.final IStyle
withAttachingAttribute
(Enum<?> tag, String value) final IStyle
withAttachingAttribute
(String attachingAttribute, String... attachingAttributes) withAttachingAttributes
(IContainer<? extends IAttachingAttribute> attachingAttributes) withNewAttachingAttributesWhereSelectorType
(String selectorType, IContainer<String> newAttachingAttributes) final IStyle
withNewAttachingAttributesWhereSelectorType
(String selectorType, String newAttachingAttribute, String... newAttachingAttributes) withReplacedAttachingAttributes
(IContainer<IPair<String, String>> attachingAttributeReplacements) final IStyle
withReplacedAttachingAttributes
(IPair<String, String> attachingAttributeReplacement, IPair<String, String>... attachingAttributeReplacements) withReplacedTaggedAttachingAttributes
(IContainer<IPair<Enum<?>, String>> attachingAttributeReplacements) final IStyle
withReplacedTaggedAttachingAttributes
(IPair<Enum<?>, String> attachingAttributeReplacement, IPair<Enum<?>, String>... attachingAttributeReplacements) final IStyle
withSubStyle
(ISelectingStyleWithSelectors subStyle, ISelectingStyleWithSelectors... subStyles) withSubStyles
(IContainer<? extends 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
getAttachingAttributes, getSubStyles, hasAttachingAttributes, withAttachingAttribute, withAttachingAttribute, withNewAttachingAttributesWhereSelectorType, withReplacedAttachingAttributes, withReplacedTaggedAttachingAttributes, withSubStyle
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.baseapi.IElement
getSpecification, toFormatedString, toXml
-
Felddetails
-
ATTACHING_ATTRIBUTE_HEADER
- Siehe auch:
-
-
Konstruktordetails
-
Style
public Style()Creates a new emptyStyle
. -
Style
public Style(IContainer<? extends IAttachingAttribute> attachingAttributes, IContainer<? extends ISelectingStyleWithSelectors> subStyles) Creates a newStyle
.- Parameter:
attachingAttributes
-subStyles
-
-
-
Methodendetails
-
fromFile
- Parameter:
filePath
-- Gibt zurück:
- a new standard specification from the file with the given file path.
- Löst aus:
InvalidArgumentException
- if the given file path is not valid.InvalidArgumentException
- if the file with the given file path does not represent a standard configuration.
-
fromSpecification
- Parameter:
specification
-- Gibt zurück:
- a new
Style
from the given specification. - Löst aus:
InvalidArgumentException
- if the given specification is not valid.
-
getAttributes
- Angegeben von:
getAttributes
in SchnittstelleIElement
- Gibt zurück:
- the attributes of the current
IElement
.
-
applyToElement
Applies the currentIAbstractStyle
to the given element.- Angegeben von:
applyToElement
in SchnittstelleIAbstractStyle<IStyle>
- Parameter:
element
-
-
withAttachingAttributes
public IStyle withAttachingAttributes(IContainer<? extends IAttachingAttribute> attachingAttributes) - Angegeben von:
withAttachingAttributes
in SchnittstelleIAbstractStyle<IStyle>
- Parameter:
attachingAttributes
-- Gibt zurück:
- a new
IStyle
from the currentIStyle
with the given attachingAttributes added.
-
withNewAttachingAttributesWhereSelectorType
public IStyle withNewAttachingAttributesWhereSelectorType(String selectorType, IContainer<String> newAttachingAttributes) - Angegeben von:
withNewAttachingAttributesWhereSelectorType
in SchnittstelleIAbstractStyle<IStyle>
- 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 IStyle withReplacedAttachingAttributes(IContainer<IPair<String, String>> attachingAttributeReplacements) - Angegeben von:
withReplacedAttachingAttributes
in SchnittstelleIAbstractStyle<IStyle>
- Parameter:
attachingAttributeReplacements
-- Gibt zurück:
- a new
IStyle
from the currentIStyle
where the given attachingAttributeReplacements replaced all the according attaching attributes.
-
withReplacedTaggedAttachingAttributes
public IStyle withReplacedTaggedAttachingAttributes(IContainer<IPair<Enum<?>, String>> attachingAttributeReplacements) - Angegeben von:
withReplacedTaggedAttachingAttributes
in SchnittstelleIAbstractStyle<IStyle>
- Parameter:
attachingAttributeReplacements
-- Gibt zurück:
- a new
IStyle
from the currentIStyle
where the given attachingAttributeReplacements replaced all the according attaching attributes.
-
withSubStyles
- Angegeben von:
withSubStyles
in SchnittstelleIAbstractStyle<IStyle>
- Parameter:
subStyles
-- Gibt zurück:
- a new
IStyle
from the currentIStyle
with the given subStyles added.
-
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 IStyle 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 IStyle 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 IStyle 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 IStyle 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 IStyle 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
-
-