| Modifier and Type | Method and Description |
|---|---|
protected com.google.gwt.user.client.ui.Panel |
DeviceAdaptiveViewContainer.getContainerPanel(View view) |
| Modifier and Type | Method and Description |
|---|---|
View |
IocContainer.getBoundCruxView() |
| Constructor and Description |
|---|
IocContainer(View view)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static View |
Screen.getRootView() |
protected View |
Screen.getView() |
| Modifier and Type | Class and Description |
|---|---|
class |
BindableView<T>
BindableViews are Views that support data binding to given data objects.
|
| Modifier and Type | Field and Description |
|---|---|
protected View |
SingleViewContainer.activeView |
protected View |
SingleCrawlableViewContainer.activeView |
| Modifier and Type | Field and Description |
|---|---|
protected FastMap<View> |
MultipleViewsContainer.activeViews |
protected FastMap<View> |
MultipleCrawlableViewsContainer.activeViews |
protected FastMap<View> |
ViewContainer.views |
| Modifier and Type | Method and Description |
|---|---|
static <T extends View> |
View.getView(String id)
Retrieve the view by its identifier
|
static <T extends View> |
View.of(Object viewAware)
Retrieve the current view associated with a controller, datasource, or other ViewAware object
|
| Modifier and Type | Method and Description |
|---|---|
View |
SingleViewContainer.getActiveView() |
View |
SingleCrawlableViewContainer.getActiveView() |
View |
ViewAware.getBoundCruxView() |
View |
ChangeViewEvent.getNextView() |
View |
ChangeViewEvent.getPreviousView() |
View |
ViewAccessor.getRootView() |
View |
ViewContainer.getView(String viewId)
Retrieve the view associated to viewId
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ViewContainer.activate(View view,
com.google.gwt.user.client.ui.Panel containerPanel,
Object parameter)
This method must be called by subclasses when any of your views is rendered.
|
protected boolean |
SingleViewContainer.activate(View view,
com.google.gwt.user.client.ui.Panel containerPanel,
Object parameter) |
protected boolean |
SingleCrawlableViewContainer.activate(View view,
com.google.gwt.user.client.ui.Panel containerPanel,
Object parameter) |
protected boolean |
MultipleViewsContainer.activate(View view,
com.google.gwt.user.client.ui.Panel containerPanel,
Object parameter) |
protected boolean |
MultipleCrawlableViewsContainer.activate(View view,
com.google.gwt.user.client.ui.Panel containerPanel,
Object parameter) |
protected boolean |
CrawlableViewContainer.activate(View view,
com.google.gwt.user.client.ui.Panel containerPanel,
Object parameter) |
boolean |
ViewContainer.add(View view)
Loads a new view into the container
|
protected boolean |
ViewContainer.add(View view,
boolean render,
Object parameter)
Loads a new view into the container
|
boolean |
ParameterizedViewContainer.add(View view,
boolean render,
Object parameter) |
boolean |
ViewContainer.addLazy(View view)
Adds a new view into the container, but does not load the view.
|
protected boolean |
ViewContainer.addView(View view,
boolean lazy,
Object parameter) |
protected void |
ViewContainer.adoptView(View view) |
protected boolean |
ViewContainer.deactivate(View view,
com.google.gwt.user.client.ui.Panel containerPanel,
boolean skipEvent)
This method must be called by subclasses when any of your views currently rendered is removed from view.
|
protected boolean |
SingleViewContainer.deactivate(View view,
com.google.gwt.user.client.ui.Panel containerPanel,
boolean skipEvent) |
protected boolean |
SingleCrawlableViewContainer.deactivate(View view,
com.google.gwt.user.client.ui.Panel containerPanel,
boolean skipEvent) |
protected boolean |
MultipleViewsContainer.deactivate(View view,
com.google.gwt.user.client.ui.Panel containerPanel,
boolean skipEvent) |
protected boolean |
MultipleCrawlableViewsContainer.deactivate(View view,
com.google.gwt.user.client.ui.Panel containerPanel,
boolean skipEvent) |
protected boolean |
ViewContainer.doAdd(View view,
boolean lazy,
Object parameter)
Loads a new view into the container
|
protected boolean |
ViewContainer.doRemove(View view,
boolean skipEvent) |
static <T> void |
ChangeViewEvent.fire(HasChangeViewHandlers source,
View previous,
View next) |
protected abstract com.google.gwt.user.client.ui.Panel |
ViewContainer.getContainerPanel(View view) |
static String |
ViewFactoryUtils.getEnclosingPanelId(String widgetId,
View view) |
void |
ViewFactory.CreateCallback.onViewCreated(View view)
Handler method called when the requested view is created
|
void |
ViewFactory.CreateCallback.EmptyCallback.onViewCreated(View view) |
boolean |
ViewContainer.remove(View view)
Remove the view from this container
|
boolean |
ViewContainer.remove(View view,
boolean skipEvents)
Remove the view from this container
|
protected boolean |
ViewContainer.renderView(View view,
Object parameter)
Render the view into the container
|
static void |
ViewFactoryUtils.updateWidgetElementId(String widgetId,
com.google.gwt.user.client.ui.IsWidget widget,
View view) |
static void |
ViewFactoryUtils.updateWidgetElementId(String widgetId,
com.google.gwt.user.client.ui.Widget widget,
View view) |
| Constructor and Description |
|---|
ChangeViewEvent(View previous,
View next) |
DataObjectBinder(View view) |
LazyPanel(View view,
String lazyId) |
ViewActivateEvent(View view,
String viewId,
Object parameter) |
ViewDeactivateEvent(View view,
String viewId) |
ViewLoadEvent(View view,
Object parameter)
Constructor
|
ViewUnloadEvent(View view)
Constructor
|
Copyright © 2015. All rights reserved.