public abstract class BoundableBoleanAttribute extends Attribute<Boolean> implements BoundableAttribute
| Constructor and Description |
|---|
BoundableBoleanAttribute(Form form,
Component component,
ModelBinding modelBinding) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDefaultValue() |
Boolean |
getValue() |
abstract String |
getXmlValue() |
void |
setValue(Boolean value) |
void |
updateModel(Component component,
ValueChange valueChange) |
ElementChanges |
updateView(Component component,
ElementChanges elementChanges) |
convertBindingToStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetModelBinding, getOptionalFormatter, setModelBinding, updateBinding, updateBinding, updateBinding, updateBindingForValuepublic BoundableBoleanAttribute(Form form, Component component, ModelBinding modelBinding)
public abstract String getXmlValue()
getXmlValue in class Attribute<Boolean>public Boolean getDefaultValue()
getDefaultValue in class Attribute<Boolean>public ElementChanges updateView(Component component, ElementChanges elementChanges)
updateView in interface BoundableAttributepublic void updateModel(Component component, ValueChange valueChange)
updateModel in interface BoundableAttributeCopyright © 2020. All rights reserved.