|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.engine.model.AbstractModel
org.springframework.webflow.engine.model.BindingModel
public class BindingModel
Model support for binding elements.
| Constructor Summary | |
|---|---|
BindingModel(String property,
String converter,
String required)
Create a binding model |
|
| Method Summary | |
|---|---|
Model |
createCopy()
Create a deep copy of this model. |
String |
getConverter()
|
String |
getProperty()
|
String |
getRequired()
|
boolean |
isMergeableWith(Model model)
Determine if the model is able to be merged into the current model |
void |
merge(Model model)
Merge the model into the current model |
void |
setConverter(String converter)
|
void |
setProperty(String property)
|
void |
setRequired(String required)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BindingModel(String property,
String converter,
String required)
property - the name of the bound propertyconverter - the converterrequired - required status| Method Detail |
|---|
public boolean isMergeableWith(Model model)
Model
model - the model to compare
public void merge(Model model)
Model
model - the model to merge withpublic Model createCopy()
Model
public String getProperty()
public void setProperty(String property)
public String getConverter()
public void setConverter(String converter)
public String getRequired()
public void setRequired(String required)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||