| Modifier and Type | Field and Description |
|---|---|
static String |
ADD |
protected String |
buttonClass |
protected String |
buttonType |
static String |
DELETE |
protected String |
displayText |
protected String |
iconClass |
protected String |
id |
static String |
PREVIEW |
static String |
SAVE |
protected String |
urlOverride |
protected String |
urlPostfix |
| Constructor and Description |
|---|
EntityFormAction(String id) |
| Modifier and Type | Method and Description |
|---|---|
EntityFormAction |
clone() |
boolean |
equals(Object obj) |
String |
getButtonClass() |
String |
getButtonType() |
String |
getDisplayText() |
String |
getIconClass() |
String |
getId() |
String |
getUrlOverride()
Gets the manual override for the data-actionurl attribute on an action.
|
String |
getUrlPostfix() |
void |
setButtonClass(String buttonClass) |
void |
setButtonType(String buttonType) |
void |
setDisplayText(String displayText) |
void |
setIconClass(String iconClass) |
void |
setUrlOverride(String urlOverride)
This is a manual override for the data-actionurl attribute for an listgrid action.
|
void |
setUrlPostfix(String urlPostfix) |
EntityFormAction |
withButtonClass(String buttonClass) |
EntityFormAction |
withButtonType(String buttonType) |
EntityFormAction |
withDisplayText(String displayText) |
EntityFormAction |
withIconClass(String iconClass) |
EntityFormAction |
withUrlOverride(String urlOverride) |
EntityFormAction |
withUrlPostfix(String urlPostfix) |
public static final String ADD
public static final String SAVE
public static final String DELETE
public static final String PREVIEW
protected String buttonType
protected String buttonClass
protected String urlPostfix
protected String iconClass
protected String displayText
protected String id
protected String urlOverride
public EntityFormAction(String id)
public EntityFormAction clone()
public EntityFormAction withButtonType(String buttonType)
public EntityFormAction withButtonClass(String buttonClass)
public EntityFormAction withUrlPostfix(String urlPostfix)
public EntityFormAction withIconClass(String iconClass)
public EntityFormAction withDisplayText(String displayText)
public EntityFormAction withUrlOverride(String urlOverride)
public String getId()
public String getButtonType()
public void setButtonType(String buttonType)
public String getButtonClass()
public void setButtonClass(String buttonClass)
public String getUrlPostfix()
public void setUrlPostfix(String urlPostfix)
public String getIconClass()
public void setIconClass(String iconClass)
public String getDisplayText()
public void setDisplayText(String displayText)
public String getUrlOverride()
public void setUrlOverride(String urlOverride)
actionUrlOverride - Copyright © 2015. All rights reserved.