public final class WorkbenchModel extends DefaultModel<WorkbenchModel,WorkbenchView>
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
WorkbenchModel.Components |
| Modifier and Type | Field and Description |
|---|---|
(package private) static org.jrebirth.af.api.component.basic.InnerComponent<ControlsModel> |
CONTROLS |
(package private) static org.jrebirth.af.api.component.basic.InnerComponent<EditorModel> |
EDITOR |
(package private) static org.jrebirth.af.api.component.basic.InnerComponent<PropertiesModel> |
PROPERTIES |
createViewIntoJATinnerComponentList, innerComponentMap, PROCESS_WAVE_METHOD_NAME, rootComponentADD_BEHAVIOR, CALL_ANNOTATED_METHOD_ERROR, COMMAND_NOT_FOUND_ERROR, COMMAND_NOT_FOUND_MESSAGE, COMPONENT_INJECTION_FAILURE, COMPONENT_RELEASE_ERROR, CUSTOM_METHOD_NOT_FOUND, LISTEN_WAVE_TYPE, MODEL_NOT_FOUND_ERROR, MODEL_NOT_FOUND_MESSAGE, NO_WAVE_LISTENER, NOTIFIER_CONSUMES, NOTIFIER_HANDLES, SEND_WAVE, SERVICE_NOT_FOUND_ERROR, SERVICE_NOT_FOUND_MESSAGE, UNLISTEN_WAVE_TYPE, WAVE_BEAN_CREATION_ERROR, WAVE_DISPATCH_ERROR, WAVE_HANDLING_ERROR, WAVE_LOST, WAVE_LOST_CONTEXT, WAVE_SENDING_ERROR| Constructor and Description |
|---|
WorkbenchModel() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
hideView() |
protected void |
initModel() |
protected void |
processWave(org.jrebirth.af.api.wave.Wave wave) |
protected void |
showView() |
bind, initInnerComponentsbindInternal, buildView, doHideView, doShowView, getView, initInternalModel, prepareViewattachParentListener, finalize, getRootNode, hideInternalView, ready, showInternalViewaddBehavior, addBehavior, getBehavior, getBehaviorData, hasBehavior, manageOptionalDataaddInnerComponent, attachUi, callCommand, callCommand, getInnerComponent, getInnerComponentList, getInnerComponentMap, getRootComponent, initInternalInnerComponents, listen, listen, listen, release, returnData, sendWave, sendWave, sendWave, setRootComponent, setup, unlistengetCommand, getCommand, getFirstKeyPart, getKey, getKeyPart, getListKeyPart, getLocalFacade, getModel, getModel, getSecondKeyPart, getService, getService, getThirdKeyPart, setKey, setLocalFacadeclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddBehavior, addBehavior, getBehavior, getBehaviorData, hasBehavioraddInnerComponent, getInnerComponent, getRootComponent, listen, listen, listen, sendWave, sendWave, sendWave, setRootComponent, unlistengetKey, getLocalFacade, release, setKey, setLocalFacade, setup@LinkInnerComponent static org.jrebirth.af.api.component.basic.InnerComponent<ControlsModel> CONTROLS
@LinkInnerComponent static org.jrebirth.af.api.component.basic.InnerComponent<PropertiesModel> PROPERTIES
@LinkInnerComponent static org.jrebirth.af.api.component.basic.InnerComponent<EditorModel> EDITOR
protected void initModel()
initModel in class DefaultModel<WorkbenchModel,WorkbenchView>protected void processWave(org.jrebirth.af.api.wave.Wave wave)
processWave in class DefaultModel<WorkbenchModel,WorkbenchView>protected void showView()
showView in class DefaultModel<WorkbenchModel,WorkbenchView>protected void hideView()
hideView in class DefaultModel<WorkbenchModel,WorkbenchView>Copyright © 2011–2015 JRebirth OSS. All rights reserved.