The ActionBinding class allows for the definition of an intermediate component that binds\n behavioural triggers e.g. menu items, toolbar buttons etc. to action implementors e.g. Controllers,\n Presenters and Activities. The ActionBinding serves the same purpose as the com.google.gwt.user.client.Command\n interface, but provides some additional useful functionality. The implementation of the ActionBinding (see\n org.dmd.mvw.client.mvwmenus.base.ActionBinding) maintains a set of TriggerIF interfaces, which are the various\n implementations of the menu items, toolbar buttons etc. An implementing component can enable/disable its\n Actions which, in turn, can enable/disable its triggers.
Generated from the mvw schema at version 0.1
This code was auto-generated by the dmogenerator utility and shouldn't be alterred manually! Generated from: org.dmd.dms.util.DmoFormatter.dumpDMO(DmoFormatter.java:133)