C - the generic type of the controllerCOMP - the generic type of the componentpublic interface View<C,COMP extends Component>
| Modifier and Type | Method and Description |
|---|---|
COMP |
getComponent()
Gets the component.
|
C |
getController()
Gets the controller.
|
View<?,?> |
getParent()
Gets the parent.
|
boolean |
hasParent()
Checks for parent.
|
void |
setComponent(COMP component)
Sets the component.
|
void |
setController(C controller)
Sets the controller.
|
C getController()
void setController(C controller)
controller - the new controllerCOMP getComponent()
void setComponent(COMP component)
component - the new componentboolean hasParent()
View<?,?> getParent()
Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.