Class EntityFormAction
java.lang.Object
org.broadleafcommerce.openadmin.web.form.entity.EntityFormAction
- All Implemented Interfaces:
Cloneable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetId()Gets the manual override for the data-actionurl attribute on an action.voidsetButtonClass(String buttonClass) voidsetButtonType(String buttonType) voidsetConfirmEnabledText(String confirmEnabledText) voidsetDisplayText(String displayText) voidsetIconClass(String iconClass) voidsetIsConfirmEnabled(Boolean confirmEnabled) voidsetUrlOverride(String urlOverride) This is a manual override for the data-actionurl attribute for an listgrid action.voidsetUrlPostfix(String urlPostfix) withButtonClass(String buttonClass) withButtonType(String buttonType) withConfirmEnabledText(String confirmEnabledText) withDisplayText(String displayText) withIconClass(String iconClass) withIsConfirmEnabled(Boolean confirmEnabled) withUrlOverride(String urlOverride) withUrlPostfix(String urlPostfix)
-
Field Details
-
ADD
- See Also:
-
SAVE
- See Also:
-
DELETE
- See Also:
-
PREVIEW
- See Also:
-
DUPLICATE
- See Also:
-
buttonType
-
buttonClass
-
urlPostfix
-
iconClass
-
displayText
-
id
-
urlOverride
-
isConfirmEnabled
-
confirmEnabledText
-
-
Constructor Details
-
EntityFormAction
-
-
Method Details
-
equals
-
clone
-
withButtonType
-
withButtonClass
-
withUrlPostfix
-
withIconClass
-
withDisplayText
-
withUrlOverride
-
withIsConfirmEnabled
-
withConfirmEnabledText
-
getId
-
getButtonType
-
setButtonType
-
getButtonClass
-
setButtonClass
-
getUrlPostfix
-
setUrlPostfix
-
getIconClass
-
setIconClass
-
getDisplayText
-
setDisplayText
-
getIsConfirmEnabled
-
setIsConfirmEnabled
-
getConfirmEnabledText
-
setConfirmEnabledText
-
getUrlOverride
Gets the manual override for the data-actionurl attribute on an action.- Returns:
-
setUrlOverride
This is a manual override for the data-actionurl attribute for an listgrid action. The data-actionurl attribute on a button is normally automatically computed by appending the postfix URL to the path of the list grid- Parameters:
urlOverride-
-