public final class SampleController extends AbstractController<SampleModel,SampleView>
| Modifier and Type | Class and Description |
|---|---|
private class |
SampleController.SampleMouseAdapter
The class SampleMouseAdapter.
|
EventAdapter.Linker| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOGGER
The class logger.
|
NOT_IMPLEMENTED_YET| Constructor and Description |
|---|
SampleController(SampleView view)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
initEventAdapters() |
protected void |
initEventHandlers() |
(package private) void |
onMouseClicked(MouseEvent event)
Manage Mouse click of widget that have annotation.
|
callCommand, callCommand, linkCommand, linkCommand, linkService, linkService, linkUi, linkUi, linkWave, linkWaveactivate, addAdapter, finalize, getHandler, getModel, getRootNode, getView, initInternalEventAdapters, initInternalEventHandlerspublic SampleController(SampleView view) throws org.jrebirth.af.api.exception.CoreException
view - the view to controlorg.jrebirth.af.api.exception.CoreException - if an error occurred while creating event handlersprotected void initEventAdapters()
throws org.jrebirth.af.api.exception.CoreException
initEventAdapters in class AbstractBaseController<SampleModel,SampleView>org.jrebirth.af.api.exception.CoreExceptionprotected void initEventHandlers()
throws org.jrebirth.af.api.exception.CoreException
initEventHandlers in class AbstractBaseController<SampleModel,SampleView>org.jrebirth.af.api.exception.CoreExceptionvoid onMouseClicked(MouseEvent event)
event - the mouse eventCopyright © 2011–2015 JRebirth. All rights reserved.