|
||||||||||
| 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.StyleNode
public class StyleNode
Private implementation of StyleNode.
| Constructor Summary | |
|---|---|
StyleNode(java.lang.String name,
java.lang.String selector,
PropertyNode[] properties,
PropertyNode[] skinProperties,
IncludeStyleNode[] includedStyles,
IncludePropertyNode[] includedProperties,
IncludeCompactPropertyNode[] includedCompactProperties,
java.util.Set<java.lang.String> inhibitedProperties)
Creates a Style with the specified properties |
|
StyleNode(java.lang.String name,
java.lang.String selector,
PropertyNode[] properties,
PropertyNode[] skinProperties,
IncludeStyleNode[] includedStyles,
IncludePropertyNode[] includedProperties,
IncludeCompactPropertyNode[] includedCompactProperties,
java.util.Set<java.lang.String> inhibitedProperties,
boolean resetProperties)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Collection<IncludeCompactPropertyNode> |
getIncludedCompactProperties()
Implementation of StyleNode.getIncludedCompactProperties(). |
java.util.Collection<IncludePropertyNode> |
getIncludedProperties()
Return a Collection of IncludePropertyNode objects for the StyleNode. |
java.util.Collection<IncludeStyleNode> |
getIncludedStyles()
Return a Collection of IncludeStyleNode objects for the StyleNode. |
java.util.Collection<java.lang.String> |
getInhibitedProperties()
Gets the properties specified by this node's parent that should be ignored. |
java.lang.String |
getName()
Implementation of StyleNode.getName(). |
java.util.Collection<PropertyNode> |
getProperties()
Implementation of StyleNode.getProperties(). |
java.lang.String |
getSelector()
Implementation of StyleNode.getSelector(). |
java.util.Collection<PropertyNode> |
getSkinProperties()
Implementation of StyleNode.getSkinProperties(). |
int |
hashCode()
|
boolean |
isEmpty()
Returns true if the style node has no properties. |
boolean |
isInhibitingAll()
Determines if this node inhibits all of its inherited properties. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StyleNode(java.lang.String name,
java.lang.String selector,
PropertyNode[] properties,
PropertyNode[] skinProperties,
IncludeStyleNode[] includedStyles,
IncludePropertyNode[] includedProperties,
IncludeCompactPropertyNode[] includedCompactProperties,
java.util.Set<java.lang.String> inhibitedProperties)
public StyleNode(java.lang.String name,
java.lang.String selector,
PropertyNode[] properties,
PropertyNode[] skinProperties,
IncludeStyleNode[] includedStyles,
IncludePropertyNode[] includedProperties,
IncludeCompactPropertyNode[] includedCompactProperties,
java.util.Set<java.lang.String> inhibitedProperties,
boolean resetProperties)
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getSelector()
public boolean isEmpty()
public java.util.Collection<PropertyNode> getProperties()
public java.util.Collection<PropertyNode> getSkinProperties()
public java.util.Collection<IncludeCompactPropertyNode> getIncludedCompactProperties()
public java.util.Collection<IncludeStyleNode> getIncludedStyles()
public java.util.Collection<IncludePropertyNode> getIncludedProperties()
public java.util.Collection<java.lang.String> getInhibitedProperties()
isInhibitingAll() returns true
public boolean isInhibitingAll()
true if this node ignores all properties defined
by its parent, false otherwise.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 | |||||||||