|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Panel
com.google.gwt.user.client.ui.ComplexPanel
com.vaadin.addon.touchkit.gwt.client.ui.VNavigationManager
public class VNavigationManager
Nested Class Summary | |
---|---|
static interface |
VNavigationManager.AnimationListener
|
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.IndexedPanel |
---|
com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget |
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets |
---|
com.google.gwt.user.client.ui.HasWidgets.ForIsWidget |
Field Summary |
---|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
VNavigationManager()
|
Method Summary | |
---|---|
void |
addAnimationListener(VNavigationManager.AnimationListener animationListener)
|
com.google.gwt.user.client.ui.Widget |
getNextView()
|
com.google.gwt.user.client.ui.Widget |
getPreviousView()
|
void |
navigateBackward()
|
void |
navigateForward()
|
void |
navigateToPlaceholder(String placeHolderCaption)
Navigates to a placeholder component that mimics VNavigationView by default. |
boolean |
remove(com.google.gwt.user.client.ui.Widget w)
|
void |
removeAnimationListener(VNavigationManager.AnimationListener animationListener)
|
void |
resetPositionsAndChildSizes()
|
void |
setCurrentWidget(com.google.gwt.user.client.ui.Widget w)
|
void |
setHorizontalOffset(int deltaX,
boolean animate)
|
void |
setNextWidget(com.google.gwt.user.client.ui.Widget w)
|
void |
setPreviousWidget(com.google.gwt.user.client.ui.Widget w)
|
Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel |
---|
add, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove |
Methods inherited from class com.google.gwt.user.client.ui.Panel |
---|
add, add, adopt, clear, doAttachChildren, doDetachChildren, orphan, remove |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VNavigationManager()
Method Detail |
---|
public void addAnimationListener(VNavigationManager.AnimationListener animationListener)
public com.google.gwt.user.client.ui.Widget getNextView()
public com.google.gwt.user.client.ui.Widget getPreviousView()
public void navigateBackward()
public void navigateForward()
public void navigateToPlaceholder(String placeHolderCaption)
placeHolderCaption
- public boolean remove(com.google.gwt.user.client.ui.Widget w)
remove
in interface com.google.gwt.user.client.ui.HasWidgets
remove
in class com.google.gwt.user.client.ui.ComplexPanel
public void removeAnimationListener(VNavigationManager.AnimationListener animationListener)
public void resetPositionsAndChildSizes()
public void setCurrentWidget(com.google.gwt.user.client.ui.Widget w)
public void setHorizontalOffset(int deltaX, boolean animate)
public void setNextWidget(com.google.gwt.user.client.ui.Widget w)
public void setPreviousWidget(com.google.gwt.user.client.ui.Widget w)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |