| Package | Description |
|---|---|
| org.cruxframework.crux.core.client.controller.crossdevice | |
| org.cruxframework.crux.core.client.screen.views |
| Modifier and Type | Class and Description |
|---|---|
class |
DeviceAdaptiveViewContainer |
| Modifier and Type | Class and Description |
|---|---|
class |
MultipleViewsContainer |
class |
SingleViewContainer |
| Modifier and Type | Method and Description |
|---|---|
ViewContainer |
View.getContainer()
Retrieve the container that holds this view
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
ViewHandlers.bindToDOM(ViewContainer container)
This method must be called when the container is attached to DOM
|
protected static void |
ViewHandlers.ensureViewContainerCloseHandler(ViewContainer viewContainer) |
protected static void |
ViewHandlers.ensureViewContainerClosingHandler(ViewContainer viewContainer) |
protected static void |
ViewHandlers.ensureViewContainerHandlers(ViewContainer viewContainer) |
protected static void |
ViewHandlers.ensureViewContainerHistoryHandler(ViewContainer viewContainer) |
protected static void |
ViewHandlers.ensureViewContainerOrientationChangeHandler(ViewContainer viewContainer) |
protected static void |
ViewHandlers.ensureViewContainerResizeHandler(ViewContainer viewContainer) |
protected void |
View.setContainer(ViewContainer viewContainer)
Bind the view to a container.
|
protected static void |
ViewHandlers.unbindToDOM(ViewContainer container)
This method must be called when the container is detached from DOM
|
Copyright © 2014. All rights reserved.