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