| Modifier and Type | Method and Description |
|---|---|
protected void |
MenuTabsDisposalSmallController.doShowView(String targetView,
HorizontalSwapPanel.Direction direction) |
protected void |
MenuTabsDisposalLargeController.doShowView(String targetView,
HorizontalSwapPanel.Direction direction) |
protected void |
MenuTabsDisposalSmallController.showView(String targetView,
boolean saveHistory,
HorizontalSwapPanel.Direction direction) |
void |
MenuTabsDisposal.showView(String targetView,
HorizontalSwapPanel.Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
HorizontalSwapContainer.renderView(View view,
HorizontalSwapPanel.Direction direction,
Object parameter) |
protected boolean |
HorizontalSwapContainer.renderView(View view,
HorizontalSwapPanel.Direction direction,
Transition.Callback animationCallback,
Object parameter) |
void |
HorizontalSwapContainer.showView(String viewName,
HorizontalSwapPanel.Direction direction) |
void |
HorizontalSwapContainer.showView(String viewName,
String viewId,
HorizontalSwapPanel.Direction direction) |
void |
HorizontalSwapContainer.showView(String viewName,
String viewId,
HorizontalSwapPanel.Direction direction,
Object parameter) |
void |
HorizontalSwapContainer.showView(String viewName,
String viewId,
HorizontalSwapPanel.Direction direction,
Transition.Callback animationCallback,
Object parameter) |
| Modifier and Type | Method and Description |
|---|---|
static HorizontalSwapPanel.Direction |
HorizontalSwapPanel.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HorizontalSwapPanel.Direction[] |
HorizontalSwapPanel.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HorizontalSwapPanel.transitTo(com.google.gwt.user.client.ui.Widget w,
HorizontalSwapPanel.Direction direction)
Changes the widget being shown on this widget.
|
void |
HorizontalSwapPanel.transitTo(com.google.gwt.user.client.ui.Widget w,
HorizontalSwapPanel.Direction direction,
Transition.Callback completeCallback)
Changes the widget being shown on this widget.
|
Copyright © 2014. All rights reserved.