Package com.jalios.jcms.ajax
Interface CtxMenuConstants
-
- All Known Subinterfaces:
CtxMenuPolicyFilter
- All Known Implementing Classes:
AbstractCtxMenu
,BasicCtxMenuPolicyFilter
,CategoryCtxMenu
,CtxMenuUtil
,MemberCtxMenu
,PortletCtxMenu
,PublicationCtxMenu
,WidgetCtxMenu
public interface CtxMenuConstants
Provides constants to implement Contextual menus.- Since:
- jcms-6.1.0
- Author:
- dissert
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DISABLED
static char
FLAG_CADDY
static char
FLAG_DELETE
static char
FLAG_EDIT
static char
FLAG_EXPORT
static char
FLAG_INSPECT
static char
FLAG_SEPARATOR
static java.lang.String
INFO_ICON
static int
MENU_DISABLED
static int
MENU_ENABLED
static int
MENU_SKIPPED
static java.lang.String
NO_ICON
-
-
-
Field Detail
-
DISABLED
static final java.lang.String DISABLED
- See Also:
- Constant Field Values
-
FLAG_EDIT
static final char FLAG_EDIT
- See Also:
- Constant Field Values
-
FLAG_DELETE
static final char FLAG_DELETE
- See Also:
- Constant Field Values
-
FLAG_INSPECT
static final char FLAG_INSPECT
- See Also:
- Constant Field Values
-
FLAG_CADDY
static final char FLAG_CADDY
- See Also:
- Constant Field Values
-
FLAG_EXPORT
static final char FLAG_EXPORT
- See Also:
- Constant Field Values
-
FLAG_SEPARATOR
static final char FLAG_SEPARATOR
- See Also:
- Constant Field Values
-
MENU_SKIPPED
static final int MENU_SKIPPED
- See Also:
- Constant Field Values
-
MENU_ENABLED
static final int MENU_ENABLED
- See Also:
- Constant Field Values
-
MENU_DISABLED
static final int MENU_DISABLED
- See Also:
- Constant Field Values
-
INFO_ICON
static final java.lang.String INFO_ICON
- See Also:
- Constant Field Values
-
NO_ICON
static final java.lang.String NO_ICON
- See Also:
- Constant Field Values
-
-