Class ExplanatoryMessage
java.lang.Object
com.broadleafcommerce.metadata.dsl.core.ExplanatoryMessage
- All Implemented Interfaces:
Serializable
A wrapper around a label that supports text as well as placement of where that text appears
- Author:
- Phillip Verheyden (phillipuniverse)
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionExplanatoryMessage
(InternationalizedMessage message, ExplanatoryMessage.Placement placement) ExplanatoryMessage
(String message) Initializes the given text with the default placement ofExplanatoryMessage.Placement.RIGHT
.ExplanatoryMessage
(String message, ExplanatoryMessage.Placement placement) Initializes the given text with a customized placement -
Method Summary
-
Constructor Details
-
ExplanatoryMessage
Initializes the given text with the default placement ofExplanatoryMessage.Placement.RIGHT
.- Parameters:
message
- the text to display, can be a key in a message bundle for I18n
-
ExplanatoryMessage
Initializes the given text with a customized placement- Parameters:
text
- the text to display to the userplacement
- where the text should display in relationship to the field
-
ExplanatoryMessage
-
ExplanatoryMessage
-
-
Method Details