|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface describing common features of user layout nodes, that is channels and folders
Field Summary | |
static int |
CHANNEL
Constants indicating the type of a node |
static int |
FOLDER
|
Method Summary | |
void |
addNodeAttributes(org.w3c.dom.Element node)
|
java.lang.String |
getId()
Returns a node Id. |
java.lang.String |
getName()
Determine a name associated with this node. |
int |
getType()
Returns a type of the node, could be FOLDER or CHANNEL integer constant. |
org.w3c.dom.Element |
getXML(org.w3c.dom.Document root)
Creates a org.w3c.dom.Element representation of the current node. |
boolean |
isHidden()
|
boolean |
isImmutable()
|
boolean |
isUnremovable()
|
void |
setHidden(boolean setting)
|
void |
setId(java.lang.String id)
Set a new node Id. |
void |
setImmutable(boolean setting)
|
void |
setName(java.lang.String name)
|
void |
setUnremovable(boolean setting)
|
Field Detail |
public static final int CHANNEL
public static final int FOLDER
Method Detail |
public java.lang.String getId()
String
valuepublic void setId(java.lang.String id)
public java.lang.String getName()
public int getType()
public void setName(java.lang.String name)
public boolean isUnremovable()
public void setUnremovable(boolean setting)
public boolean isImmutable()
public void setImmutable(boolean setting)
public boolean isHidden()
public void setHidden(boolean setting)
public org.w3c.dom.Element getXML(org.w3c.dom.Document root)
org.w3c.dom.Element
representation of the current node.
root
- a Document
for which the Element
should be created.
Element
valuepublic void addNodeAttributes(org.w3c.dom.Element node)
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |