|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemNodeCatalog | |
---|---|
com.ibm.ccd.ui.portlets.catalog | |
com.ibm.ccd.ui.portlets.catalog.util | |
com.ibm.ccd.ui.tags |
Uses of ItemNodeCatalog in com.ibm.ccd.ui.portlets.catalog |
---|
Methods in com.ibm.ccd.ui.portlets.catalog that return ItemNodeCatalog | |
---|---|
ItemNodeCatalog |
ItemCatalogForm.getItemNode()
|
ItemNodeCatalog |
ItemNodeCatalog.getParent()
|
ItemNodeCatalog[] |
ItemNodeCatalog.getPath()
|
ItemNodeCatalog |
ItemNodeCatalog.getRoot()
|
ItemNodeCatalog |
CatalogTree.getRoot()
Return the root node of the tree |
ItemNodeCatalog |
ItemCatalogForm.getSelectedNode()
|
ItemNodeCatalog |
ItemNodeCatalog.search(ItemNodeCatalog node,
java.lang.String id)
|
ItemNodeCatalog |
CatalogTree.searchNode(ItemNodeCatalog start,
ItemNodeCatalog search)
|
ItemNodeCatalog |
CatalogTree.searchNode(ItemNodeCatalog start,
java.lang.String id)
|
Methods in com.ibm.ccd.ui.portlets.catalog with parameters of type ItemNodeCatalog | |
---|---|
void |
ItemNodeCatalog.add(ItemNodeCatalog child)
|
void |
CatalogTree.add(ItemNodeCatalog child)
|
void |
CatalogTree.addChild(ItemNodeCatalog parent,
ItemNodeCatalog child)
Add child node to this parent node |
protected void |
ItemCatalogPortlet.displayExpandedNode(org.apache.jetspeed.portlet.PortletRequest request,
ItemNodeCatalog node)
receives the children of this node and displays under this node |
void |
ItemNodeCatalog.remove(ItemNodeCatalog node)
|
void |
CatalogTree.removeChild(ItemNodeCatalog child)
Removes this node from its Parent Node |
ItemNodeCatalog |
ItemNodeCatalog.search(ItemNodeCatalog node,
java.lang.String id)
|
ItemNodeCatalog |
CatalogTree.searchNode(ItemNodeCatalog start,
ItemNodeCatalog search)
|
ItemNodeCatalog |
CatalogTree.searchNode(ItemNodeCatalog start,
java.lang.String id)
|
void |
ItemCatalogForm.setItemNode(ItemNodeCatalog catalog)
|
void |
ItemNodeCatalog.setParent(ItemNodeCatalog catalog)
|
java.util.Enumeration |
ItemNodeCatalog.traverse(ItemNodeCatalog node)
|
Uses of ItemNodeCatalog in com.ibm.ccd.ui.portlets.catalog.util |
---|
Methods in com.ibm.ccd.ui.portlets.catalog.util with parameters of type ItemNodeCatalog | |
---|---|
protected void |
ItemCatalogUtilPortlet.displayExpandedNode(org.apache.jetspeed.portlet.PortletRequest request,
ItemNodeCatalog node)
|
Uses of ItemNodeCatalog in com.ibm.ccd.ui.tags |
---|
Methods in com.ibm.ccd.ui.tags with parameters of type ItemNodeCatalog | |
---|---|
void |
UITreeTag.traverse(ItemNodeCatalog tree)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |