com.plumtree.portalpages.common.uiparts
Class NavTypeConstants

java.lang.Object
  extended by com.plumtree.portalpages.common.uiparts.NavTypeConstants

public class NavTypeConstants
extends java.lang.Object

Author:
robertz

Field Summary
static int NAV_TYPE_ID_BASE
          Starting ID for custom navigation schemas.
static int NAV_TYPE_ID_DEFAULT
          Default navigation schema to be used in the case of invalid schema being stored.
static int NAVTYPE_ID_508COMPLIANT
          The navigation type used in the 508 portal
static int NAVTYPE_ID_ACCESSIBLE
           
static int NAVTYPE_ID_HORIZONTAL_COMBOBOX_DROPDOWN
           
static int NAVTYPE_ID_HORIZONTAL_DHTML_DROPDOWN
          IDs for Plumtree's intrinsic navigation schemas
static int NAVTYPE_ID_HORIZONTAL_DHTML_DROPDOWN_JSPORTALMENU
           
static int NAVTYPE_ID_NULL
           
static int NAVTYPE_ID_NULL_MANDATORY_ONLY
           
static int NAVTYPE_ID_PORTLETNAV
           
static int NAVTYPE_ID_VERTICAL_SIMPLELEFT
           
static int NAVTYPE_ID_VERTICAL_TABGROUPSLEFT
           
 
Constructor Summary
NavTypeConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAVTYPE_ID_HORIZONTAL_DHTML_DROPDOWN

public static final int NAVTYPE_ID_HORIZONTAL_DHTML_DROPDOWN
IDs for Plumtree's intrinsic navigation schemas

See Also:
Constant Field Values

NAVTYPE_ID_HORIZONTAL_COMBOBOX_DROPDOWN

public static final int NAVTYPE_ID_HORIZONTAL_COMBOBOX_DROPDOWN
See Also:
Constant Field Values

NAVTYPE_ID_VERTICAL_TABGROUPSLEFT

public static final int NAVTYPE_ID_VERTICAL_TABGROUPSLEFT
See Also:
Constant Field Values

NAVTYPE_ID_VERTICAL_SIMPLELEFT

public static final int NAVTYPE_ID_VERTICAL_SIMPLELEFT
See Also:
Constant Field Values

NAVTYPE_ID_NULL_MANDATORY_ONLY

public static final int NAVTYPE_ID_NULL_MANDATORY_ONLY
See Also:
Constant Field Values

NAVTYPE_ID_NULL

public static final int NAVTYPE_ID_NULL
See Also:
Constant Field Values

NAVTYPE_ID_HORIZONTAL_DHTML_DROPDOWN_JSPORTALMENU

public static final int NAVTYPE_ID_HORIZONTAL_DHTML_DROPDOWN_JSPORTALMENU
See Also:
Constant Field Values

NAVTYPE_ID_ACCESSIBLE

public static final int NAVTYPE_ID_ACCESSIBLE
See Also:
Constant Field Values

NAVTYPE_ID_PORTLETNAV

public static final int NAVTYPE_ID_PORTLETNAV
See Also:
Constant Field Values

NAVTYPE_ID_508COMPLIANT

public static final int NAVTYPE_ID_508COMPLIANT
The navigation type used in the 508 portal

See Also:
Constant Field Values

NAV_TYPE_ID_DEFAULT

public static final int NAV_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.

See Also:
Constant Field Values

NAV_TYPE_ID_BASE

public static final int NAV_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.

See Also:
Constant Field Values
Constructor Detail

NavTypeConstants

public NavTypeConstants()



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.