|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.webflow.engine.builder.BinderConfiguration.Binding
public static final class BinderConfiguration.Binding
A binding that provides the information needed to connect an element of the view to a property of the model.
Constructor Summary | |
---|---|
BinderConfiguration.Binding(String property,
String converter,
boolean required)
Creates a new view binding |
Method Summary | |
---|---|
boolean |
equals(Object object)
|
String |
getConverter()
The id of the custom converter to use to convert bound property values. |
String |
getProperty()
The name of the bound property. |
boolean |
getRequired()
Whether a non-empty value is required for each binding attempt. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BinderConfiguration.Binding(String property, String converter, boolean required)
property
- the model property to bind toconverter
- the id of a custom converter to apply type conversion during bindingrequired
- whether this binding is requiredMethod Detail |
---|
public boolean equals(Object object)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getProperty()
public String getConverter()
public boolean getRequired()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |