org.cruxframework.crux.widgets.client.disposal.topmenudisposal
Interface TopMenuDisposal

All Superinterfaces:
org.cruxframework.crux.core.client.screen.DeviceAdaptive, com.google.gwt.user.client.ui.IsWidget
All Known Implementing Classes:
TopMenuDisposalLargeController, TopMenuDisposalSmallController

public interface TopMenuDisposal
extends org.cruxframework.crux.core.client.screen.DeviceAdaptive

Author:
Thiago da Rosa de Bustamante

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.cruxframework.crux.core.client.screen.DeviceAdaptive
org.cruxframework.crux.core.client.screen.DeviceAdaptive.Device, org.cruxframework.crux.core.client.screen.DeviceAdaptive.Input, org.cruxframework.crux.core.client.screen.DeviceAdaptive.Size, org.cruxframework.crux.core.client.screen.DeviceAdaptive.Template, org.cruxframework.crux.core.client.screen.DeviceAdaptive.Templates
 
Field Summary
static String HASH
           
 
Method Summary
 void addMenuEntry(String label, String targetView)
           
 void setDefaultView(String viewName)
           
 void showMenu()
           
 void showView(String viewName, boolean saveHistory)
           
 
Methods inherited from interface org.cruxframework.crux.core.client.screen.DeviceAdaptive
addAttachHandler, addHandler, getElement, getStyleName, getTitle, isVisible, setHeight, setStyleName, setTitle, setVisible, setWidth
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Field Detail

HASH

static final String HASH
See Also:
Constant Field Values
Method Detail

showMenu

void showMenu()

addMenuEntry

void addMenuEntry(String label,
                  String targetView)

showView

void showView(String viewName,
              boolean saveHistory)

setDefaultView

void setDefaultView(String viewName)


Copyright © 2015. All rights reserved.