Package | Description |
---|---|
com.broadleafcommerce.metadata.dsl.core |
Modifier and Type | Method and Description |
---|---|
ExplanatoryMessage.Placement |
ExplanatoryMessage.getPlacement()
Where the text or icon appears in relation to the field
|
static ExplanatoryMessage.Placement |
ExplanatoryMessage.Placement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExplanatoryMessage.Placement[] |
ExplanatoryMessage.Placement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ExplanatoryMessage(InternationalizedMessage message,
ExplanatoryMessage.Placement placement) |
ExplanatoryMessage(String message,
ExplanatoryMessage.Placement placement)
Initializes the given text with a customized placement
|
Copyright © 2021. All rights reserved.