| 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 |
CrawlableViewContainer
A view container that handle history changes using the hashbang approach
https://developers.google.com/webmasters/ajax-crawling/docs/getting-started |
class |
MultipleCrawlableViewsContainer |
class |
MultipleViewsContainer |
class |
ParameterizedViewContainer
Base class for ViewContainers that supports parameters on Views loading and activating.
|
class |
SingleCrawlableViewContainer |
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 © 2015. All rights reserved.