public abstract class AbstractStringAttribute extends Attribute<String>
| Constructor and Description |
|---|
AbstractStringAttribute(Form form,
Component component,
ModelBinding modelBinding) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getValue() |
void |
setValue(String value) |
convertBindingToString, getXmlValuepublic AbstractStringAttribute(Form form, Component component, ModelBinding modelBinding)
Copyright © 2020. All rights reserved.