org.jasig.portal.layout.node
Interface ILayoutNode


public interface ILayoutNode

ILayoutNode interface. Defines the generic set of methods on the user layout node.

Version:
$Revision: 19776 $
Author:
Michael Ivanov

Method Summary
 String getId()
           
 String getNextNodeId()
           
 IUserLayoutNodeDescription getNodeDescription()
           
 int getNodeType()
           
 String getParentNodeId()
           
 String getPreviousNodeId()
           
 

Method Detail

getId

String getId()

getNodeType

int getNodeType()

getNodeDescription

IUserLayoutNodeDescription getNodeDescription()

getParentNodeId

String getParentNodeId()

getNextNodeId

String getNextNodeId()

getPreviousNodeId

String getPreviousNodeId()


Copyright © 2010 Jasig. All Rights Reserved.