|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.gadgets.client.ViewFeature
public class ViewFeature
Provides operations for dealing with views.
| Nested Class Summary | |
|---|---|
static class |
ViewFeature.Params
This is used to return view parameters. |
static class |
ViewFeature.Views
This is used to return views. |
| Nested classes/interfaces inherited from interface com.google.gwt.gadgets.client.GadgetFeature |
|---|
GadgetFeature.FeatureName, GadgetFeature.MayRequire |
| Constructor Summary | |
|---|---|
protected |
ViewFeature()
|
| Method Summary | |
|---|---|
View |
getCurrentView()
Returns the current view. |
ViewFeature.Params |
getParams()
|
ViewFeature.Views |
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 ViewFeature()
| Method Detail |
|---|
public final View getCurrentView()
public final ViewFeature.Params getParams()
public final ViewFeature.Views getSupportedViews()
public final void requestNavigateTo(View view)
view - The new view.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||