|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ViewContainer | |
|---|---|
| org.cruxframework.crux.core.client.controller.crossdevice | |
| org.cruxframework.crux.core.client.screen.views | |
| Uses of ViewContainer in org.cruxframework.crux.core.client.controller.crossdevice |
|---|
| Subclasses of ViewContainer in org.cruxframework.crux.core.client.controller.crossdevice | |
|---|---|
class |
DeviceAdaptiveViewContainer
|
| Uses of ViewContainer in org.cruxframework.crux.core.client.screen.views |
|---|
| Subclasses of ViewContainer in org.cruxframework.crux.core.client.screen.views | |
|---|---|
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
|
| Methods in org.cruxframework.crux.core.client.screen.views that return ViewContainer | |
|---|---|
ViewContainer |
View.getContainer()
Retrieve the container that holds this view |
| Methods in org.cruxframework.crux.core.client.screen.views with parameters of type ViewContainer | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||