@DocumentedComponentAttribute(value="This attribute is possible to use with binding value. If binding value is present, pressing button will be visible as switching it on and off. But when this attribute is not provided, this clicking want leave any visible mark.", type=java.lang.Boolean.class, defaultValue="null", boundable=true) @XMLProperty(value="clicked") public class ClickedAttribute extends BoundableBoleanAttribute
| Modifier and Type | Field and Description |
|---|---|
static String |
CLICKED_ATTR |
| Constructor and Description |
|---|
ClickedAttribute(Form form,
Component component,
ModelBinding modelBinding) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDefaultValue() |
String |
getXmlValue() |
getValue, setValue, updateModel, updateViewconvertBindingToStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetModelBinding, getOptionalFormatter, setModelBinding, updateBinding, updateBinding, updateBinding, updateBindingForValuepublic static final String CLICKED_ATTR
public ClickedAttribute(Form form, Component component, ModelBinding modelBinding)
public String getXmlValue()
getXmlValue in class BoundableBoleanAttributepublic Boolean getDefaultValue()
getDefaultValue in class BoundableBoleanAttributeCopyright © 2020. All rights reserved.