content
Inner content of the button
public class Button extends AbstractFormField
Modifier and Type | Class | Description |
---|---|---|
static class |
Button.ButtonBuilder |
CacheableElement.CacheStatus
Modifier and Type | Field | Description |
---|---|---|
private String |
content |
Inner content of the button
|
private String |
formAction |
The formaction attribute of the button
|
private String |
formEnctype |
The formenctype attribute of the button
|
private String |
formMethod |
The formmethod attribute of the button
|
private Boolean |
formNoValidate |
The formnovalidate attribute of the button
|
private String |
formTarget |
The formtarget attribute of the button
|
private String |
type |
The type attribute of the button
|
private String |
value |
The value attribute of the button
|
autoFocus, disabled, form, name
cssClasses, customAttributes, hidden, id, style
cacheDisabled, cacheStatus, propertyChangeSupport
Constructor | Description |
---|---|
Button(String id,
List<String> cssClasses,
String style,
Boolean autoFocus,
Boolean disabled,
String form,
String name,
String content,
String formAction,
String formEnctype,
String formMethod,
Boolean formNoValidate,
String type,
String value,
boolean hidden,
Map<String,String> customAttributes) |
Modifier and Type | Method | Description |
---|---|---|
static Button.ButtonBuilder |
builder() |
|
String |
getContent() |
|
String |
getFormAction() |
|
String |
getFormEnctype() |
|
String |
getFormMethod() |
|
Boolean |
getFormNoValidate() |
|
String |
getFormTarget() |
|
String |
getType() |
|
String |
getValue() |
|
void |
setContent(String content) |
|
void |
setFormAction(String formAction) |
|
void |
setFormEnctype(String formEnctype) |
|
void |
setFormMethod(String formMethod) |
|
void |
setFormNoValidate(Boolean formNoValidate) |
|
void |
setFormTarget(String formTarget) |
|
void |
setType(String type) |
|
void |
setValue(String value) |
addClass, getCssClasses, getCustomAttributes, getId, getStyle, isHidden, setCssClasses, setCustomAttributes, setHidden, setId, setStyle
addPropertyChangeListener, emptyCache, getCacheContents, getCacheStatus, isCacheDisabled, isHasChildren, setCacheContents, setCacheDisabled, setHasChildren