Package org.openxava.actions
Interface IPropertyAction
- All Superinterfaces:
IAction
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 actions associated to a property using @Action annotation, this way:
- Author:
- Javier Paniza
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetProperty(String propertyName) The name of the property associated to this action,voidThe container view of the property associated to this action.Methods inherited from interface org.openxava.actions.IAction
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
-
Method Details
-
setProperty
The name of the property associated to this action, -
setView
The container view of the property associated to this action.It's not the main view, but the more inner view when the action resides.
-