M - type of root componentB - type of target componentspublic interface PerspectiveLayout<M,B>
| Modifier and Type | Method and Description |
|---|---|
M |
getRootComponent()
Get the ' layoutwrapper' for perspective; a layout component is a
component which can contain UI subcomponents.
|
java.util.Map<java.lang.String,B> |
getTargetLayoutComponents()
Returns map of target components and ids key - id value - target
component.
|
void |
registerRootComponent(M comp)
Set Layout-Wrapper for perspective; this wrapper contains wrappers for
editors and views, define a valid component which is valid to hold
subcomponents.
|
void |
registerTargetLayoutComponent(java.lang.String id,
B target)
Register a target component; a target component defines a wrapper where
editors and views can "live" in; you can define a target for each editor
or view component; create an root component, a complex layout an register
all components where editors/views should displayed in.
|
void registerRootComponent(M comp)
comp - the new root componentM getRootComponent()
java.util.Map<java.lang.String,B> getTargetLayoutComponents()
void registerTargetLayoutComponent(java.lang.String id,
B target)
id - the idtarget - the target