R - A type that implements FacadeReadypublic interface FacadeReady<R extends FacadeReady<R>> extends ModelReady
| Modifier and Type | Method and Description |
|---|---|
UniqueKey<R> |
key() |
void |
key(UniqueKey<R> key) |
LocalFacade<R> |
localFacade()
Return the local facade used to manage singleton.
|
void |
localFacade(LocalFacade<R> localFacade)
Attach the local facade for this object type.
|
boolean |
release()
Release the component by deleting this key used by the WeakHashMap.
|
void |
setup()
Launch the initialization of the component.
|
attachUi, attachUi, getModel, getModel, getModels, getModelsgetService, getService, getServices, getServices, returnData, returnDatacallCommand, callCommand, getCommand, getCommand, getCommands, getCommandsvoid setup()
throws CoreException
CoreException - if the initialization failsLocalFacade<R> localFacade()
void localFacade(LocalFacade<R> localFacade)
localFacade - the local facade to setboolean release()
Copyright © 2011–2018 JRebirth OSS. All rights reserved.