|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.gadgets.client.impl.ViewFeatureImpl
public class ViewFeatureImpl
Provides operations for dealing with views.
| Nested Class Summary | |
|---|---|
static class |
ViewFeatureImpl.ParamsImpl
This is used to return view parameters. |
static class |
ViewFeatureImpl.ViewsImpl
This is used to return views. |
| Nested classes/interfaces inherited from interface com.google.gwt.gadgets.client.ViewFeature |
|---|
ViewFeature.Params, ViewFeature.Views |
| Constructor Summary | |
|---|---|
protected |
ViewFeatureImpl()
|
| Method Summary | |
|---|---|
View |
getCurrentView()
Returns the current view. |
ViewFeatureImpl.ParamsImpl |
getParams()
|
ViewFeatureImpl.ViewsImpl |
getSupportedViews()
Returns all views that are supported by the container. |
void |
requestNavigateTo(View view)
Moves the current view, to the new one |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ViewFeatureImpl()
| Method Detail |
|---|
public final View getCurrentView()
ViewFeature
getCurrentView in interface ViewFeaturepublic final ViewFeatureImpl.ParamsImpl getParams()
getParams in interface ViewFeaturepublic final ViewFeatureImpl.ViewsImpl getSupportedViews()
ViewFeature
getSupportedViews in interface ViewFeaturepublic final void requestNavigateTo(View view)
ViewFeature
requestNavigateTo in interface ViewFeatureview - The new view.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||