M - the class type of the model of the view controlledV - the class type of the view controlledpublic class DefaultController<M extends Model,V extends View<M,?,?>> extends AbstractController<M,V>
EventAdapter.Linker| Constructor and Description |
|---|
DefaultController(V view)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
initEventAdapters()
Custom method used to initialize event Adapters.
|
protected void |
initEventHandlers()
Custom method used to initialize event handlers.
|
linkCommand, linkCommand, linkService, linkService, linkUi, linkUi, linkWave, linkWaveactivate, addAdapter, finalize, getHandler, getModel, getRootNode, getView, initInternalEventAdapters, initInternalEventHandlerspublic DefaultController(V view) throws CoreException
view - the view controlledCoreException - if an error occurred while initializationprotected void initEventAdapters()
throws CoreException
initEventAdapters in class AbstractBaseController<M extends Model,V extends View<M,?,?>>CoreException - if an error occurred while creating event adaptersprotected void initEventHandlers()
throws CoreException
initEventHandlers in class AbstractBaseController<M extends Model,V extends View<M,?,?>>CoreException - if an error occurred while creating event handlersCopyright © 2011–2014 JRebirth OSS. All rights reserved.