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 CtxMenuConstantsProvides constants to implement Contextual menus.- Since:
 - jcms-6.1.0
 - Author:
 - dissert
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDISABLEDstatic charFLAG_CADDYstatic charFLAG_DELETEstatic charFLAG_EDITstatic charFLAG_EXPORTstatic charFLAG_INSPECTstatic charFLAG_SEPARATORstatic java.lang.StringINFO_ICONstatic intMENU_DISABLEDstatic intMENU_ENABLEDstatic intMENU_SKIPPEDstatic java.lang.StringNO_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
 
 
 - 
 
 -