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