Package org.eclnt.jsfserver.util
Class StyleManager.StyleTagInfo
java.lang.Object
org.eclnt.jsfserver.util.StyleManager.StyleTagInfo
- Enclosing class:
- StyleManager
Style information for a tag.
-
Constructor Summary
ConstructorsConstructorDescriptionStyleTagInfo(StyleManager.Style style, StyleManager.StyleVariant variant, String tagName) Constructor with taking over all header parameters. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParsedAttributeValue(StyleManager.StyleAttributeValue attributeValue) Creates clone as if it was read from XML, i.e. without any interpreted results.Attributes for this style - with resolution of inheritance.Attributes that are defined on this style level.booleanvoidremoveParsedAttributeValue(String attribute) voidsetExtendsParentTag(boolean value) voidsetExtendsParentTag(String value) voidsetExtendsTag(String value) voidsetExtendsVariant(String value) voidupdateParsedAttributeValue(StyleManager.StyleAttributeValue attributeValue)
-
Constructor Details
-
StyleTagInfo
-
StyleTagInfo
Constructor with taking over all header parameters. The attributes are NOT taken over.
-
-
Method Details
-
createXMLClone
Creates clone as if it was read from XML, i.e. without any interpreted results. -
getStyleName
-
getStyleVariantName
-
getTagName
-
setExtendsParentTag
-
setExtendsParentTag
public void setExtendsParentTag(boolean value) -
setExtendsTag
-
setExtendsVariant
-
getExtendsParentTag
public boolean getExtendsParentTag() -
getExtendsTag
-
getExtendsVariant
-
getAttributes
Attributes for this style - with resolution of inheritance. -
getAttributesWithoutInheritance
Attributes that are defined on this style level. No resolution of inheritance. -
addParsedAttributeValue
-
updateParsedAttributeValue
-
removeParsedAttributeValue
-
getValueMap
-