|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfiguratorView
View part of the MVC pattern for Configurators.
| Method Summary | |
|---|---|
Configurator |
getConfigurator()
Gets the configurator this view is associated to. |
java.lang.String |
getSubtitle()
Gets the subtitle of this view. |
java.lang.String |
getTitle()
Gets the title of this view. |
void |
getValues(ConfiguratorModel srcModel)
Copies the model values into this view fields. |
boolean |
hasErrors()
Gets if the view contains any error. |
void |
setValues(ConfiguratorModel destModel)
Copies this view field values into the destination model. |
| Method Detail |
|---|
java.lang.String getTitle()
java.lang.String getSubtitle()
void getValues(ConfiguratorModel srcModel)
srcModel - The source modelvoid setValues(ConfiguratorModel destModel)
This copy should not involve validation or persistence storage, as these actions will be performed later.
destModel - The destination modelConfigurator getConfigurator()
boolean hasErrors()
true if there is any error in the view
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||