@Deprecated public class HorizontalSwapContainer extends org.cruxframework.crux.core.client.screen.views.SingleViewContainer implements org.cruxframework.crux.core.client.screen.views.HasChangeViewHandlers
org.cruxframework.crux.smartfaces.client.swappanel.SwapViewContainer| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_STYLE_NAME
Deprecated.
|
activeView| Constructor and Description |
|---|
HorizontalSwapContainer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
activate(org.cruxframework.crux.core.client.screen.views.View view,
com.google.gwt.user.client.ui.Panel containerPanel,
Object parameter)
Deprecated.
|
com.google.gwt.event.shared.HandlerRegistration |
addChangeViewHandler(org.cruxframework.crux.core.client.screen.views.ChangeViewHandler handler)
Deprecated.
|
protected com.google.gwt.user.client.ui.Panel |
getContainerPanel(org.cruxframework.crux.core.client.screen.views.View view)
Deprecated.
|
int |
getTransitionDuration()
Deprecated.
|
protected void |
handleViewTitle(String title,
com.google.gwt.user.client.ui.Panel containerPanel,
String viewId)
Deprecated.
|
boolean |
isAnimationEnabled()
Deprecated.
|
boolean |
isAnimationRunning()
Deprecated.
|
boolean |
isAutoRemoveInactiveViews()
Deprecated.
|
boolean |
isInheritHeightForPanels()
Deprecated.
|
protected boolean |
renderView(org.cruxframework.crux.core.client.screen.views.View view,
HorizontalSwapPanel.Direction direction,
Object parameter)
Deprecated.
|
protected boolean |
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)
Deprecated.
|
protected boolean |
renderView(org.cruxframework.crux.core.client.screen.views.View view,
Object parameter)
Deprecated.
|
void |
setAnimationEnabled(boolean enabled,
org.cruxframework.crux.core.client.screen.DeviceAdaptive.Device device)
Deprecated.
|
void |
setAnimationEnabled(boolean enabled,
org.cruxframework.crux.core.client.screen.DeviceAdaptive.Size size)
Deprecated.
|
void |
setAnimationEnabledForLargeDevices(boolean enabled)
Deprecated.
|
void |
setAnimationEnabledForSmallDevices(boolean enabled)
Deprecated.
|
void |
setAutoRemoveInactiveViews(boolean autoRemoveInactiveViews)
Deprecated.
|
void |
setInheritHeightForPanels(boolean inheritHeightForPanels)
Deprecated.
|
void |
setTransitionDuration(int transitionDuration)
Deprecated.
|
void |
showView(String viewName,
HorizontalSwapPanel.Direction direction)
Deprecated.
|
void |
showView(String viewName,
String viewId,
HorizontalSwapPanel.Direction direction)
Deprecated.
|
void |
showView(String viewName,
String viewId,
HorizontalSwapPanel.Direction direction,
Object parameter)
Deprecated.
|
void |
showView(String viewName,
String viewId,
HorizontalSwapPanel.Direction direction,
org.cruxframework.crux.core.client.css.transition.Transition.Callback animationCallback,
Object parameter)
Deprecated.
|
deactivate, getActiveView, hasHistoryHandlers, hasOrientationChangeHandlers, hasResizeHandlers, hasWindowCloseHandlers, hasWindowClosingHandlers, notifyViewsAboutHistoryChange, notifyViewsAboutOrientationChange, notifyViewsAboutWindowClose, notifyViewsAboutWindowClosing, notifyViewsAboutWindowResizeadd, loadView, showViewadd, addLazy, addLazy, addLazy, addView, addViewActivateHandler, addViewDeactivateHandler, addViewLoadHandler, addViewUnloadHandler, adoptView, bindToDOM, clear, createView, createView, doAdd, doRemove, fireActivateEvent, fireDeactivateEvent, fireLoadEvent, fireUnloadEvent, getMainWidget, getView, getViewFactory, loadAndRenderView, loadView, loadView, remove, remove, showView, showView, showView, unbindToDOMclaimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringpublic static final String DEFAULT_STYLE_NAME
public boolean isAutoRemoveInactiveViews()
public boolean isInheritHeightForPanels()
public void setInheritHeightForPanels(boolean inheritHeightForPanels)
public void setAutoRemoveInactiveViews(boolean autoRemoveInactiveViews)
autoRemoveInactiveViews - public void showView(String viewName, HorizontalSwapPanel.Direction direction)
viewId - direction - public void showView(String viewName, String viewId, HorizontalSwapPanel.Direction direction)
viewName - viewId - direction - public void showView(String viewName, String viewId, HorizontalSwapPanel.Direction direction, Object parameter)
viewName - viewId - direction - parameter - public void showView(String viewName, String viewId, HorizontalSwapPanel.Direction direction, org.cruxframework.crux.core.client.css.transition.Transition.Callback animationCallback, Object parameter)
viewName - viewId - direction - protected boolean renderView(org.cruxframework.crux.core.client.screen.views.View view,
HorizontalSwapPanel.Direction direction,
Object parameter)
view - direction - parameter - protected boolean 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)
view - direction - parameter - protected boolean renderView(org.cruxframework.crux.core.client.screen.views.View view,
Object parameter)
renderView in class org.cruxframework.crux.core.client.screen.views.ViewContainerprotected boolean activate(org.cruxframework.crux.core.client.screen.views.View view,
com.google.gwt.user.client.ui.Panel containerPanel,
Object parameter)
activate in class org.cruxframework.crux.core.client.screen.views.SingleViewContainerprotected com.google.gwt.user.client.ui.Panel getContainerPanel(org.cruxframework.crux.core.client.screen.views.View view)
getContainerPanel in class org.cruxframework.crux.core.client.screen.views.ViewContainerprotected void handleViewTitle(String title, com.google.gwt.user.client.ui.Panel containerPanel, String viewId)
handleViewTitle in class org.cruxframework.crux.core.client.screen.views.ViewContainerpublic int getTransitionDuration()
public boolean isAnimationEnabled()
public void setAnimationEnabled(boolean enabled,
org.cruxframework.crux.core.client.screen.DeviceAdaptive.Device device)
enabled - device - public void setAnimationEnabled(boolean enabled,
org.cruxframework.crux.core.client.screen.DeviceAdaptive.Size size)
enabled - size - public void setAnimationEnabledForLargeDevices(boolean enabled)
enabled - public void setAnimationEnabledForSmallDevices(boolean enabled)
enabled - public void setTransitionDuration(int transitionDuration)
transitionDuration - public com.google.gwt.event.shared.HandlerRegistration addChangeViewHandler(org.cruxframework.crux.core.client.screen.views.ChangeViewHandler handler)
addChangeViewHandler in interface org.cruxframework.crux.core.client.screen.views.HasChangeViewHandlerspublic boolean isAnimationRunning()
Copyright © 2016. All rights reserved.