Package org.cruxframework.crux.core.client.controller

Contains all necessary code for write the application's controller layer, according with MVC pattern.

See:
          Description

Interface Summary
RegisteredControllers CRUX INTERNAL INTERFACE.
 

Annotation Types Summary
Controller This annotation can be used to expose a class as a Crux controller.
Expose This annotation can be used to expose a controller method as an event handler method.
Factory This annotation can be used to expose a controller method as an factory method.
Global This annotation can be used to give a Global scope to a controller.
Validate This annotation can be used to set a validation method for an exposed controller method.
WidgetController This annotation is used to link the import of a Controller class to the presence of a particular type of widget in the .view.xml page.
 

Package org.cruxframework.crux.core.client.controller Description

Contains all necessary code for write the application's controller layer, according with MVC pattern.

Package Specification

This package contains the annotations needed to register a class as a Controller on Crux Framework.

Start with the following classes:

  • Controller
  • Expose


  • Copyright © 2014. All rights reserved.