public class MenuTabsDisposalSmallController extends DeviceAdaptiveController
DeviceAdaptive.Device, DeviceAdaptive.Input, DeviceAdaptive.Size, DeviceAdaptive.Template, DeviceAdaptive.Templates| Modifier and Type | Field and Description |
|---|---|
protected String |
lastVisitedView |
| Constructor and Description |
|---|
MenuTabsDisposalSmallController() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMenuEntry(String label,
String targetView) |
void |
addMenuSection(String label,
String additionalStyleName) |
protected void |
doShowView(String targetView,
HorizontalSwapPanel.Direction direction) |
String |
getCurrentView() |
protected String |
getLastVisitedView() |
com.google.gwt.user.client.ui.FlowPanel |
getMenuPanel() |
protected void |
init() |
void |
init(com.google.gwt.user.client.ui.FlowPanel headerPanel,
com.google.gwt.user.client.ui.FlowPanel menuPanel) |
void |
setHeaderContent(com.google.gwt.user.client.ui.IsWidget widget) |
void |
showMenu() |
protected void |
showView(String targetView,
boolean saveHistory,
HorizontalSwapPanel.Direction direction) |
void |
showView(String targetView,
HorizontalSwapPanel.Direction direction) |
addAttachHandler, addHandler, addWidget, asWidget, fireEvent, getChildWidget, getElement, getStyleName, getTitle, isVisible, setHeight, setStyleName, setTitle, setVisible, setWidthclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAttachHandler, addHandler, getElement, getStyleName, getTitle, isVisible, setHeight, setStyleName, setTitle, setVisible, setWidthprotected String lastVisitedView
protected void init()
init in class DeviceAdaptiveControllerpublic void showMenu()
public String getCurrentView()
protected void doShowView(String targetView, HorizontalSwapPanel.Direction direction)
protected void showView(String targetView, boolean saveHistory, HorizontalSwapPanel.Direction direction)
public void init(com.google.gwt.user.client.ui.FlowPanel headerPanel,
com.google.gwt.user.client.ui.FlowPanel menuPanel)
public final void addMenuEntry(String label, String targetView)
addMenuEntry in interface MenuTabsDisposalpublic final void addMenuSection(String label, String additionalStyleName)
addMenuSection in interface MenuTabsDisposalpublic final void setHeaderContent(com.google.gwt.user.client.ui.IsWidget widget)
setHeaderContent in interface MenuTabsDisposalpublic final void showView(String targetView, HorizontalSwapPanel.Direction direction)
showView in interface MenuTabsDisposalpublic com.google.gwt.user.client.ui.FlowPanel getMenuPanel()
protected String getLastVisitedView()
Copyright © 2014. All rights reserved.