Uses of Class
info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.ShellAppType

Packages that use ShellAppType
info.magnolia.ui.framework.shell   
info.magnolia.ui.vaadin.gwt.client.magnoliashell.event   
info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell   
info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector   
info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell   
info.magnolia.ui.vaadin.magnoliashell   
info.magnolia.ui.vaadin.magnoliashell.viewport   
 

Uses of ShellAppType in info.magnolia.ui.framework.shell
 

Methods in info.magnolia.ui.framework.shell with parameters of type ShellAppType
 void ShellImpl.registerShellApp(ShellAppType type, com.vaadin.ui.Component component)
           
 void ShellImpl.setIndication(ShellAppType type, int indication)
           
 void ShellImpl.updateShellAppIndication(ShellAppType type, int incrementOrDecrement)
           
 

Uses of ShellAppType in info.magnolia.ui.vaadin.gwt.client.magnoliashell.event
 

Methods in info.magnolia.ui.vaadin.gwt.client.magnoliashell.event that return ShellAppType
 ShellAppType ShellAppStartingEvent.getType()
           
 ShellAppType ShellAppStartedEvent.getType()
           
 ShellAppType ShellAppRequestedEvent.getType()
           
 

Constructors in info.magnolia.ui.vaadin.gwt.client.magnoliashell.event with parameters of type ShellAppType
ShellAppRequestedEvent(ShellAppType type)
           
ShellAppStartedEvent(ShellAppType type)
           
ShellAppStartingEvent(ShellAppType type)
           
 

Uses of ShellAppType in info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell
 

Fields in info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell with type parameters of type ShellAppType
 Map<ShellAppType,Integer> MagnoliaShellState.indications
           
 Map<ShellAppType,com.vaadin.shared.Connector> MagnoliaShellState.shellApps
           
 

Methods in info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell that return ShellAppType
 ShellAppType ShellAppLauncher.getActiveShellType()
           
 

Methods in info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell with parameters of type ShellAppType
 void ShellAppLauncher.activateControl(ShellAppType type)
           
 void MagnoliaShellViewImpl.onShellAppStarting(ShellAppType type)
           
 void MagnoliaShellView.onShellAppStarting(ShellAppType type)
           
 void ShellAppLauncher.setIndication(ShellAppType type, int indication)
           
 void MagnoliaShellViewImpl.setShellAppIndication(ShellAppType type, int indication)
           
 void MagnoliaShellView.setShellAppIndication(ShellAppType type, int indication)
           
 void ShellAppLauncher.Listener.showShellApp(ShellAppType type)
           
 void MagnoliaShellConnector.showShellApp(ShellAppType shellAppType)
           
 void ShellAppLauncher.toggleShellApp(ShellAppType appType)
          Toggle the 'openness' of the specified shellApp.
 

Constructors in info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell with parameters of type ShellAppType
NavigatorButton(ShellAppType type)
           
 

Uses of ShellAppType in info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector
 

Fields in info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector with type parameters of type ShellAppType
 Map<ShellAppType,com.vaadin.shared.Connector> ShellAppViewportState.shellApps
           
 

Methods in info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector that return ShellAppType
 ShellAppType ShellAppViewportState.getShellAppType(com.vaadin.shared.Connector connector)
           
 

Methods in info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector with parameters of type ShellAppType
 void ShellAppsViewportConnector.showShellApp(ShellAppType type)
           
 

Uses of ShellAppType in info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell
 

Methods in info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell that return ShellAppType
 ShellAppType Fragment.resolveShellAppType()
           
static ShellAppType ShellAppType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ShellAppType[] ShellAppType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ShellAppType in info.magnolia.ui.vaadin.magnoliashell
 

Methods in info.magnolia.ui.vaadin.magnoliashell with parameters of type ShellAppType
 void MagnoliaShell.registerShellApp(ShellAppType type, com.vaadin.ui.Component component)
           
 void MagnoliaShell.setIndication(ShellAppType type, int indication)
           
 void MagnoliaShell.updateShellAppIndication(ShellAppType type, int incrementOrDecrement)
           
 

Uses of ShellAppType in info.magnolia.ui.vaadin.magnoliashell.viewport
 

Methods in info.magnolia.ui.vaadin.magnoliashell.viewport with parameters of type ShellAppType
 void ShellAppsViewport.registerShellApp(ShellAppType type, com.vaadin.ui.Component component)
           
 



Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.