Package org.scictrl.mp.orbitcorrect.mvc
Class ApplicationView.Actions
java.lang.Object
org.scictrl.mp.orbitcorrect.mvc.ApplicationView.Actions
- Enclosing class:
ApplicationView<C extends ApplicationController<?,
?>, AC extends ApplicationView<?, ?, ?>.Actions, CO extends ApplicationView<?, ?, ?>.Components>
Actions should be used in components. They should call methods in controller, which provides
logic.
- Author:
- igor@kriznar.com
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Actions
protected Actions()Constructor.
-
-
Method Details
-
getAction
Returns action which is stored in this class instance- Parameters:
name
- property name that has getter that returns the action- Returns:
- action
-