public abstract class AbstractElement extends AbstractNode implements Element
| Constructor and Description |
|---|
AbstractElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
computeXPath() |
List<Node> |
getChildrenInContext(URL themeURL) |
String |
getCssClassName() |
String |
getDescription() |
ElementType |
getElementType() |
String |
getName() |
NodeTypeFamily |
getNodeTypeFamily() |
Integer |
getUid() |
String |
hash() |
boolean |
isEmpty() |
void |
setCssClassName(String cssClassName) |
void |
setDescription(String description) |
void |
setElementType(ElementType elementType) |
void |
setName(String name) |
void |
setUid(Integer uid) |
addChild, clearParent, collectDescendants, getChildren, getDescendants, getNextNode, getOrder, getParent, getPreviousNode, hasChildren, hasSiblings, insertAfter, isChildOf, isLeaf, moveTo, removeChild, removeDescendants, setChildren, setOrder, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChild, clearParent, collectDescendants, getChildren, getDescendants, getNextNode, getOrder, getParent, getPreviousNode, hasChildren, hasSiblings, insertAfter, isChildOf, isLeaf, moveTo, removeChild, removeDescendants, setChildren, setOrder, setParentpublic AbstractElement()
public Integer getUid()
getUid in interface Identifiablepublic void setUid(Integer uid)
setUid in interface Identifiablepublic ElementType getElementType()
getElementType in interface Elementpublic void setElementType(ElementType elementType)
setElementType in interface Elementpublic NodeTypeFamily getNodeTypeFamily()
getNodeTypeFamily in interface NodegetNodeTypeFamily in class AbstractNodepublic List<Node> getChildrenInContext(URL themeURL)
getChildrenInContext in interface Elementpublic String getName()
getName in interface Identifiablepublic void setName(String name)
setName in interface Identifiablepublic String getDescription()
getDescription in interface Elementpublic void setDescription(String description)
setDescription in interface Elementpublic String getCssClassName()
getCssClassName in interface Elementpublic void setCssClassName(String cssClassName)
setCssClassName in interface Elementpublic String computeXPath()
computeXPath in interface ElementCopyright © 2015 Nuxeo SA. All rights reserved.