Interface IPropertyAction

All Superinterfaces:
IAction

public interface IPropertyAction extends 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 Details

    • setProperty

      void setProperty(String propertyName)
      The name of the property associated to this action,
    • setView

      void setView(View view)
      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.