Uses of Class
org.cruxframework.crux.widgets.client.swappanel.HorizontalSwapPanel.Direction

Packages that use HorizontalSwapPanel.Direction
org.cruxframework.crux.widgets.client.disposal.menutabsdisposal   
org.cruxframework.crux.widgets.client.swapcontainer   
org.cruxframework.crux.widgets.client.swappanel   
 

Uses of HorizontalSwapPanel.Direction in org.cruxframework.crux.widgets.client.disposal.menutabsdisposal
 

Methods in org.cruxframework.crux.widgets.client.disposal.menutabsdisposal with parameters of type HorizontalSwapPanel.Direction
protected  void MenuTabsDisposalLargeController.doShowView(String targetView, HorizontalSwapPanel.Direction direction)
           
protected  void MenuTabsDisposalSmallController.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)
           
 

Uses of HorizontalSwapPanel.Direction in org.cruxframework.crux.widgets.client.swapcontainer
 

Methods in org.cruxframework.crux.widgets.client.swapcontainer with parameters of type HorizontalSwapPanel.Direction
protected  boolean HorizontalSwapContainer.renderView(org.cruxframework.crux.core.client.screen.views.View view, HorizontalSwapPanel.Direction direction, Object parameter)
           
protected  boolean HorizontalSwapContainer.renderView(org.cruxframework.crux.core.client.screen.views.View view, HorizontalSwapPanel.Direction direction, org.cruxframework.crux.core.client.css.transition.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, org.cruxframework.crux.core.client.css.transition.Transition.Callback animationCallback, Object parameter)
           
 

Uses of HorizontalSwapPanel.Direction in org.cruxframework.crux.widgets.client.swappanel
 

Methods in org.cruxframework.crux.widgets.client.swappanel that return HorizontalSwapPanel.Direction
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.
 

Methods in org.cruxframework.crux.widgets.client.swappanel with parameters of type HorizontalSwapPanel.Direction
 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, org.cruxframework.crux.core.client.css.transition.Transition.Callback completeCallback)
          Changes the widget being shown on this widget.
 



Copyright © 2015. All rights reserved.