|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPropertyAction
This action is associated to an property (displayed in User Interface), before execute it the property name and the container view is injected.
This interface can be implemented by property defined in this way:
| Method Summary | |
|---|---|
void |
setProperty(java.lang.String propertyName)
The name of the property associated to this action, |
void |
setView(View view)
The container view of the property associated to this action. |
| Methods inherited from interface org.openxava.actions.IAction |
|---|
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages |
| Method Detail |
|---|
void setProperty(java.lang.String propertyName)
void setView(View view)
It's not the main view, but the more inner view when the action resides.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||