|
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 a folder user layout node.
Field Summary | |
static java.lang.String[] |
folderTypeNames
|
static int |
FOOTER_TYPE
|
static int |
HEADER_TYPE
|
static int |
REGULAR_TYPE
|
Fields inherited from interface org.jasig.portal.layout.IUserLayoutNodeDescription |
CHANNEL, FOLDER |
Method Summary | |
int |
getFolderType()
Returns folder type. |
org.w3c.dom.Element |
getXML(org.w3c.dom.Document root)
Creates a org.w3c.dom.Element representation of the current node. |
void |
setFolderType(int folderType)
Assign a type to a folder. |
Methods inherited from interface org.jasig.portal.layout.IUserLayoutNodeDescription |
addNodeAttributes, getId, getName, getType, isHidden, isImmutable, isUnremovable, setHidden, setId, setImmutable, setName, setUnremovable |
Field Detail |
public static final int REGULAR_TYPE
public static final int HEADER_TYPE
public static final int FOOTER_TYPE
public static final java.lang.String[] folderTypeNames
Method Detail |
public int getFolderType()
int
value corresponding
to one of the valid folder types.public void setFolderType(int folderType)
folderType
- an int
value corresponding
to one of the valid folder types.public org.w3c.dom.Element getXML(org.w3c.dom.Document root)
org.w3c.dom.Element
representation of the current node.
getXML
in interface IUserLayoutNodeDescription
root
- a Document
for which the Element
should be created.
Node
value
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |