public abstract class BoundableStringAttribute extends AbstractStringAttribute implements BoundableAttribute
| Constructor and Description |
|---|
BoundableStringAttribute(pl.fhframework.model.forms.Form form,
pl.fhframework.model.forms.Component component,
pl.fhframework.binding.ModelBinding<String> modelBinding) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getValue() |
abstract String |
getXmlValue() |
void |
setValue(String 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 BoundableStringAttribute(pl.fhframework.model.forms.Form form,
pl.fhframework.model.forms.Component component,
pl.fhframework.binding.ModelBinding<String> modelBinding)
public String getValue()
getValue in class AbstractStringAttributepublic void setValue(String value)
setValue in class AbstractStringAttributepublic abstract String getXmlValue()
getXmlValue in class Attribute<String>public String getDefaultValue()
getDefaultValue in class AbstractStringAttributepublic 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.