Uses of Interface
org.jasig.portal.layout.alm.IALNodeDescription

Packages that use IALNodeDescription
org.jasig.portal.layout.alm   
 

Uses of IALNodeDescription in org.jasig.portal.layout.alm
 

Subinterfaces of IALNodeDescription in org.jasig.portal.layout.alm
 interface IALChannelDescription
          An Aggregated Layout channel description.
 interface IALFolderDescription
          An interface describing an Aggregated Layout folder descriptions.
 

Classes in org.jasig.portal.layout.alm that implement IALNodeDescription
 class ALChannelDescription
          An extension of the ChannelDescription for the Aggregated Layout implementation.
 class ALFolderDescription
          An extension of the FolderDescription for the Aggregated Layout implementation.
 

Fields in org.jasig.portal.layout.alm declared as IALNodeDescription
private  IALNodeDescription AggregatedLayoutManager.addTargetsNodeDesc
           
private  IALNodeDescription ALNode.nodeDescription
           
 

Methods in org.jasig.portal.layout.alm that return IALNodeDescription
static IALNodeDescription ALNode.createUserLayoutNodeDescription(org.w3c.dom.Element xmlNode)
          A factory method to create a IALNodeDescription instance, based on the information provided in the user layout Element.
 IALNodeDescription IAggregatedUserLayoutManager.getNodeBeingAdded()
          Returns the description of the node currently being added to the layout
 IALNodeDescription AggregatedLayoutManager.getNodeBeingAdded()
          Returns the description of the node currently being added to the layout
 IALNodeDescription IAggregatedUserLayoutManager.getNodeBeingMoved()
          Returns the description of the node currently being moved in the layout
 IALNodeDescription AggregatedLayoutManager.getNodeBeingMoved()
          Returns the description of the node currently being moved in the layout
 

Methods in org.jasig.portal.layout.alm with parameters of type IALNodeDescription
private  void AggregatedLayout.bindRestrictions(IALNodeDescription nodeDesc, org.xml.sax.ContentHandler contentHandler)
           
private  void AggregatedLayoutManager.changeDescendantsBooleanProperties(boolean hiddenValuesMatch, boolean immutableValuesMatch, boolean unremovableValuesMatch, IALNodeDescription nodeDesc, java.lang.String nodeId)
           
private  void AggregatedLayoutManager.changeDescendantsBooleanProperties(IALNodeDescription nodeDesc, IALNodeDescription oldNodeDesc, java.lang.String nodeId)
           
 void ALNode.setNodeDescription(IALNodeDescription nd)
           
 

Constructors in org.jasig.portal.layout.alm with parameters of type IALNodeDescription
ALNode(IALNodeDescription nd)