Plumtree Pluggable Navigation API  
 

NavTypeConstants Members

NavTypeConstants overview

Public Static Fields

iconiconNAV_TYPE_ID_BASE Starting ID for custom navigation schemas. This is used by TestExtNav. New navigations should use a positive offset from this base ID.
iconiconNAV_TYPE_ID_DEFAULT Default navigation schema to be used in the case of invalid schema being stored. Eg when subportal is set to use a custom schema that has been removed.
iconiconNAVTYPE_ID_508COMPLIANT The navigation type used in the 508 portal
iconiconNAVTYPE_ID_ACCESSIBLE 
iconiconNAVTYPE_ID_HORIZONTAL_COMBOBOX_DROPDOWN 
iconiconNAVTYPE_ID_HORIZONTAL_DHTML_DROPDOWN IDs for Plumtree's intrinsic navigation schemas
iconiconNAVTYPE_ID_HORIZONTAL_DHTML_DROPDOWN_JSPORTALMENU 
iconiconNAVTYPE_ID_NULL 
iconiconNAVTYPE_ID_NULL_MANDATORY_ONLY 
iconiconNAVTYPE_ID_PORTLETNAV 
iconiconNAVTYPE_ID_VERTICAL_SIMPLELEFT 
iconiconNAVTYPE_ID_VERTICAL_TABGROUPSLEFT 

Public Instance Constructors

icon NavTypeConstants Constructor Initializes a new instance of the NavTypeConstants class.

Public Instance Methods

iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
iconGetType (inherited from Object)Gets the Type of the current instance.
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

iconFinalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

NavTypeConstants Class | com.plumtree.portalpages.common.uiparts Namespace