com.tle.web.scripting.advanced.types
Interface NavigationNodeScriptType
Declaration: public interface NavigationNodeScriptType extends java.io.Serializable
All Superinterfaces: java.io.Serializable

 

NavigationNode in script

 

 

Methods Summary
abstract java.lang.String getDescription()
    
abstract java.util.List<NavigationTabScriptType> getTabs()
    
abstract void setDescription(java.lang.String description)
    

 

 

 

 

getDescription

 

public abstract java.lang.String getDescription( )

 

Returns:
The display name of the node

 

 

 

setDescription

 

public abstract void setDescription( java.lang.String description)

 

Parameters:
description-
The display name of the node

 

 

 

getTabs

 

public abstract java.util.List<NavigationTabScriptType> getTabs( )

 

Returns:
An unmodifiable list. Use addTab(String, AttachmentScriptType, NavigationNodeScriptType) if you want to add a tab to this list.