Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.action.util
Interface ControlPanelFlags


public interface ControlPanelFlags

Interface containing flags used by the control panel ui. The constants defined here are used as request attribute keys and values and are evaluated by control panel pages to conditionally show and hide ui elements.


Field Summary
static java.lang.String CONTROL_PANEL_PAGE
          Request attribute key used to indicate the current control panel page
static java.lang.String DRAFTS
          Request attribute value used to indicate the current page is the 'Your Drafts' page.
static java.lang.String IN_CONTROL_PANEL
          Request attribute key used to indicate whether the current page is part of the control panel
static java.lang.String PASSWORD
          Request attribute value used to indicate the current page is the 'Change Password' page.
static java.lang.String PROFILE
          Request attribute value used to indicate the current page is the 'Edit Your Profile' page.
static java.lang.String QUESTIONS
          Request attribute value used to indicate the current page is the 'Your Questions' page.
static java.lang.String SETTINGS
          Request attribute value used to indicate the current page is the 'Edit Your Settings' page.
static java.lang.String WATCHES
          Request attribute value used to indicate the current page is the 'Your Watches' page.
 

Field Detail

IN_CONTROL_PANEL

static final java.lang.String IN_CONTROL_PANEL
Request attribute key used to indicate whether the current page is part of the control panel

See Also:
Constant Field Values

CONTROL_PANEL_PAGE

static final java.lang.String CONTROL_PANEL_PAGE
Request attribute key used to indicate the current control panel page

See Also:
Constant Field Values

WATCHES

static final java.lang.String WATCHES
Request attribute value used to indicate the current page is the 'Your Watches' page.

See Also:
Constant Field Values

PASSWORD

static final java.lang.String PASSWORD
Request attribute value used to indicate the current page is the 'Change Password' page.

See Also:
Constant Field Values

PROFILE

static final java.lang.String PROFILE
Request attribute value used to indicate the current page is the 'Edit Your Profile' page.

See Also:
Constant Field Values

QUESTIONS

static final java.lang.String QUESTIONS
Request attribute value used to indicate the current page is the 'Your Questions' page.

See Also:
Constant Field Values

SETTINGS

static final java.lang.String SETTINGS
Request attribute value used to indicate the current page is the 'Edit Your Settings' page.

See Also:
Constant Field Values

DRAFTS

static final java.lang.String DRAFTS
Request attribute value used to indicate the current page is the 'Your Drafts' page.

See Also:
Constant Field Values

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.