|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidadinternal.style.xml.parse.IncludeCompactPropertyNode
public class IncludeCompactPropertyNode
The includeCompactProperty node is a data structure to store this syntax: border: 1px solid -tr-property-ref(".AFDarkColor:alias",color); which should resolve to border: 1px solid #cccccc; (if #cccccc is .AFDarkColor:alias's color. This is similar to includeProperty element, but it is used on compact css property values. An IncludePropertyNode is a data structure to store this syntax: color: -tr-property-ref(".AFDarkColor:alias",color); includeProperty element is used to include a single property of one style within another style. Thus, the includeProperty element is very similar to the includeStyle element. The only difference is that includeStyle includes all properties of the referenced style, whereas includeProperty includes only a single property.
| Constructor Summary | |
|---|---|
IncludeCompactPropertyNode(java.lang.String propertyValues,
java.util.List<IncludePropertyNode> includePropertyNodeList,
java.lang.String localPropertyName)
Creates an IncludeCompactPropertyNode. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Collection<IncludePropertyNode> |
getIncludedProperties()
|
java.lang.String |
getLocalPropertyName()
Returns the name of the style to include. |
java.lang.String |
getPropertyValues()
Returns the name of the style to include. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IncludeCompactPropertyNode(java.lang.String propertyValues,
java.util.List<IncludePropertyNode> includePropertyNodeList,
java.lang.String localPropertyName)
includePropertyNodeList - propertyValues - localPropertyName - | Method Detail |
|---|
public java.lang.String getLocalPropertyName()
public java.lang.String getPropertyValues()
public java.util.Collection<IncludePropertyNode> getIncludedProperties()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||