C - The type of the InnerComponentpublic interface InnerComponent<C extends Component<?>>
| Modifier and Type | Method and Description |
|---|---|
C |
get()
Return the inner component instance.
|
Component<?> |
host()
Return the component hosting this inner component.
|
UniqueKey<C> |
key()
Return the key of the model.
|
UniqueKey<C> key()
org.jrebirth.af.core.key.ClassKey instance for a unique model or a org.jrebirth.af.core.key.MultitonKey for non unique modelComponent<?> host()
C get()
Copyright © 2011–2018 JRebirth OSS. All rights reserved.