Class CommentLayerConstants
- java.lang.Object
-
- de.hybris.platform.cockpit.components.mvc.commentlayer.CommentLayerConstants
-
public final class CommentLayerConstants extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classCommentLayerConstants.CommentLayerModes
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCLOSE_BTN_IMGstatic java.lang.StringCOMMENT_LAYER_SERVICEstatic java.lang.StringCOMMENTS_TOOLTIP_RENDERERstatic java.lang.StringOPENED_COMMENT_LAYER_CTX_SESSION_ATTRIBUTE
-
Constructor Summary
Constructors Constructor Description CommentLayerConstants()
-
-
-
Field Detail
-
CLOSE_BTN_IMG
public static final java.lang.String CLOSE_BTN_IMG
- See Also:
- Constant Field Values
-
COMMENT_LAYER_SERVICE
public static final java.lang.String COMMENT_LAYER_SERVICE
- See Also:
- Constant Field Values
-
OPENED_COMMENT_LAYER_CTX_SESSION_ATTRIBUTE
public static final java.lang.String OPENED_COMMENT_LAYER_CTX_SESSION_ATTRIBUTE
- See Also:
- Constant Field Values
-
COMMENTS_TOOLTIP_RENDERER
public static final java.lang.String COMMENTS_TOOLTIP_RENDERER
- See Also:
- Constant Field Values
-
-