Uses of Interface
info.magnolia.ui.api.view.View

Packages that use View
info.magnolia.about.app   
info.magnolia.messages.app   
info.magnolia.pages.app.editor   
info.magnolia.sample.app.editor   
info.magnolia.sample.app.main   
info.magnolia.ui.admincentral   
info.magnolia.ui.admincentral.shellapp   
info.magnolia.ui.admincentral.shellapp.applauncher   
info.magnolia.ui.admincentral.shellapp.favorites   
info.magnolia.ui.admincentral.shellapp.pulse   
info.magnolia.ui.admincentral.shellapp.pulse.dashboard   
info.magnolia.ui.admincentral.shellapp.pulse.message   
info.magnolia.ui.admincentral.usermenu   
info.magnolia.ui.api.app   
info.magnolia.ui.api.overlay   
info.magnolia.ui.api.shell   
info.magnolia.ui.api.view   
info.magnolia.ui.contentapp   
info.magnolia.ui.contentapp.browser   
info.magnolia.ui.contentapp.detail   
info.magnolia.ui.contentapp.movedialog.view   
info.magnolia.ui.dialog   
info.magnolia.ui.dialog.actionarea   
info.magnolia.ui.dialog.actionarea.renderer   
info.magnolia.ui.dialog.actionarea.view   
info.magnolia.ui.dialog.choosedialog   
info.magnolia.ui.dialog.formdialog   
info.magnolia.ui.form.field.factory   
info.magnolia.ui.framework.app   
info.magnolia.ui.framework.app.embedded   
info.magnolia.ui.framework.context   
info.magnolia.ui.framework.overlay   
info.magnolia.ui.framework.shell   
info.magnolia.ui.mediaeditor   
info.magnolia.ui.vaadin.actionbar   
info.magnolia.ui.vaadin.dialog   
info.magnolia.ui.vaadin.editor   
info.magnolia.ui.vaadin.editor.pagebar   
info.magnolia.ui.vaadin.form   
info.magnolia.ui.vaadin.magnoliashell   
info.magnolia.ui.vaadin.magnoliashell.viewport   
info.magnolia.ui.workbench   
info.magnolia.ui.workbench.list   
info.magnolia.ui.workbench.search   
info.magnolia.ui.workbench.thumbnail   
info.magnolia.ui.workbench.tree   
 

Uses of View in info.magnolia.about.app
 

Subinterfaces of View in info.magnolia.about.app
 interface AboutView
          The about view interface.
 

Classes in info.magnolia.about.app that implement View
 class AboutViewImpl
          Default Vaadin implementation of the AboutView interface, for the community edition.
 

Uses of View in info.magnolia.messages.app
 

Subinterfaces of View in info.magnolia.messages.app
 interface MessagesView
          View for the Messages app.
 

Classes in info.magnolia.messages.app that implement View
 class MessagesViewImpl
          View implementation for the Messages app.
 

Uses of View in info.magnolia.pages.app.editor
 

Subinterfaces of View in info.magnolia.pages.app.editor
 interface PagesEditorSubAppView
          PagesEditorSubAppView.
 

Classes in info.magnolia.pages.app.editor that implement View
 class PagesEditorSubAppViewImpl
          PageEditorViewImpl.
 

Methods in info.magnolia.pages.app.editor that return View
 View PagesEditorSubApp.start(Location location)
           
 

Methods in info.magnolia.pages.app.editor with parameters of type View
 void PagesEditorSubAppViewImpl.setContentView(View view)
           
 

Uses of View in info.magnolia.sample.app.editor
 

Subinterfaces of View in info.magnolia.sample.app.editor
 interface SampleEditorView
          View for editor tabs in sample app.
 

Classes in info.magnolia.sample.app.editor that implement View
 class SampleEditorViewImpl
          View implementation of an editor tab in sample app.
 

Methods in info.magnolia.sample.app.editor that return View
 View SampleEditorSubApp.start(Location location)
           
 

Uses of View in info.magnolia.sample.app.main
 

Subinterfaces of View in info.magnolia.sample.app.main
 interface ContentDisplayView
          View for the content display.
 interface NavigationView
          View for the navigation.
 interface SampleMainView
          View for the main tab of sample app.
 

Classes in info.magnolia.sample.app.main that implement View
 class ContentDisplayViewImpl
          View implementation for the content display.
 class NavigationViewImpl
          View implementation of navigation view.
 class SampleMainViewImpl
          View implementation of the main tab in sample app.
 

Methods in info.magnolia.sample.app.main that return View
 View SampleMainSubApp.start(Location location)
           
 

Methods in info.magnolia.sample.app.main with parameters of type View
 void SampleMainViewImpl.setLeftView(View left)
           
 void SampleMainView.setLeftView(View left)
           
 void SampleMainViewImpl.setRightView(View right)
           
 void SampleMainView.setRightView(View right)
           
 

Uses of View in info.magnolia.ui.admincentral
 

Methods in info.magnolia.ui.admincentral that return View
 View AdmincentralPresenter.start()
           
 

Uses of View in info.magnolia.ui.admincentral.shellapp
 

Methods in info.magnolia.ui.admincentral.shellapp that return View
 View ShellApp.start(ShellAppContext context)
           
 

Uses of View in info.magnolia.ui.admincentral.shellapp.applauncher
 

Subinterfaces of View in info.magnolia.ui.admincentral.shellapp.applauncher
 interface AppLauncherView
          View for the app launcher.
 

Classes in info.magnolia.ui.admincentral.shellapp.applauncher that implement View
 class AppLauncherViewImpl
          Default view implementation for the app launcher.
 

Methods in info.magnolia.ui.admincentral.shellapp.applauncher that return View
 View AppLauncherShellApp.start(ShellAppContext context)
           
 

Uses of View in info.magnolia.ui.admincentral.shellapp.favorites
 

Subinterfaces of View in info.magnolia.ui.admincentral.shellapp.favorites
 interface FavoritesView
          View for favorites.
 

Classes in info.magnolia.ui.admincentral.shellapp.favorites that implement View
 class FavoritesViewImpl
          Default view implementation for favorites.
 

Methods in info.magnolia.ui.admincentral.shellapp.favorites that return View
 View FavoritesShellApp.start(ShellAppContext context)
           
 

Uses of View in info.magnolia.ui.admincentral.shellapp.pulse
 

Subinterfaces of View in info.magnolia.ui.admincentral.shellapp.pulse
 interface PulseSubView
          Interface for the tabs in the Pulse.
 interface PulseView
          View for pulse.
 

Classes in info.magnolia.ui.admincentral.shellapp.pulse that implement View
 class PulseViewImpl
          Default view implementation for Pulse.
 

Methods in info.magnolia.ui.admincentral.shellapp.pulse that return View
 View PulseShellApp.start(ShellAppContext context)
           
 

Methods in info.magnolia.ui.admincentral.shellapp.pulse with parameters of type View
 void PulseViewImpl.setPulseView(View view)
           
 void PulseView.setPulseView(View view)
           
 

Uses of View in info.magnolia.ui.admincentral.shellapp.pulse.dashboard
 

Subinterfaces of View in info.magnolia.ui.admincentral.shellapp.pulse.dashboard
 interface PulseDashboardView
          Dashboard Pulse tab UI.
 

Classes in info.magnolia.ui.admincentral.shellapp.pulse.dashboard that implement View
 class PulseDashboardViewImpl
          Implementation of PulseDashboardView.
 

Uses of View in info.magnolia.ui.admincentral.shellapp.pulse.message
 

Subinterfaces of View in info.magnolia.ui.admincentral.shellapp.pulse.message
 interface MessageView
          View interface for displaying a message.
 interface PulseMessagesView
          Messages Pulse tab UI.
 

Classes in info.magnolia.ui.admincentral.shellapp.pulse.message that implement View
 class MessageViewImpl
          View implementation of MessageView.
 class PulseMessagesViewImpl
          Implementation of PulseMessagesView.
 

Methods in info.magnolia.ui.admincentral.shellapp.pulse.message that return View
 View PulseMessagesPresenter.start()
           
 View MessagePresenter.start(String messageId)
           
 

Methods in info.magnolia.ui.admincentral.shellapp.pulse.message with parameters of type View
 void MessageViewImpl.setActionbarView(View view)
           
 void MessageView.setActionbarView(View actionbarView)
           
 void MessageViewImpl.setMessageView(View view)
           
 void MessageView.setMessageView(View formView)
           
 

Uses of View in info.magnolia.ui.admincentral.usermenu
 

Subinterfaces of View in info.magnolia.ui.admincentral.usermenu
 interface UserMenuView
          View displaying the current logged in user and providing user related actions.
 

Classes in info.magnolia.ui.admincentral.usermenu that implement View
 class UserMenuViewImpl
          Implementation of UserMenuView.
 

Methods in info.magnolia.ui.admincentral.usermenu that return View
 View UserMenuPresenter.getView()
           
 View UserMenuPresenter.start()
           
 

Uses of View in info.magnolia.ui.api.app
 

Subinterfaces of View in info.magnolia.ui.api.app
 interface AppView
          AppView interface used for displaying apps and adding and removing the subApp views.
 

Methods in info.magnolia.ui.api.app that return View
 View AppView.getSubAppViewContainer(String instanceId)
          Get the view of the container of a SubApp.
 View SubApp.getView()
           
 View SubApp.start(Location location)
           
 

Methods in info.magnolia.ui.api.app with parameters of type View
 String AppView.addSubAppView(View view, String caption, boolean closable)
           
 

Uses of View in info.magnolia.ui.api.overlay
 

Methods in info.magnolia.ui.api.overlay with parameters of type View
 void OverlayLayer.openAlert(MessageStyleType type, View viewToShow, String confirmButtonText, AlertCallback cb)
          Alert dialog is a dialog where user is given a message and confirm button no chance to cancel.
 void OverlayLayer.openConfirmation(MessageStyleType type, View viewToShow, String confirmButtonText, String cancelButtonText, boolean cancelIsDefault, ConfirmationCallback cb)
          Confirmation dialog is a dialog where user is presented a message and chance to confirm or to cancel.
 void OverlayLayer.openNotification(MessageStyleType type, boolean doesTimeout, View viewToShow)
          Notification indicator is a message banner that only shows a message to user.
 OverlayCloser OverlayLayer.openOverlay(View view)
          Open an Overlay on top of the OverlayLayer implementer.
 OverlayCloser OverlayLayer.openOverlay(View view, OverlayLayer.ModalityLevel modalityLevel)
          Open an Overlay on top of the OverlayLayer implementer.
 

Uses of View in info.magnolia.ui.api.shell
 

Methods in info.magnolia.ui.api.shell with parameters of type View
 OverlayCloser Shell.openOverlayOnView(View view, View parent, OverlayLayer.ModalityDomain modalityLocation, OverlayLayer.ModalityLevel modalityLevel)
          Open an Overlay on top of a specific View.
 void Shell.setUserMenu(View view)
           
 

Uses of View in info.magnolia.ui.api.view
 

Methods in info.magnolia.ui.api.view with parameters of type View
 void Viewport.setView(View view)
          Sets the view to display replacing a previous view if there is one.
 

Uses of View in info.magnolia.ui.contentapp
 

Subinterfaces of View in info.magnolia.ui.contentapp
 interface ContentSubAppView
          Interface for ContentSubAppViewImpl.
 

Classes in info.magnolia.ui.contentapp that implement View
 class ContentSubAppViewImpl
          View for Workbench subApps.
 

Methods in info.magnolia.ui.contentapp with parameters of type View
 void ContentSubAppViewImpl.setContentView(View view)
           
 void ContentSubAppView.setContentView(View view)
           
 

Uses of View in info.magnolia.ui.contentapp.browser
 

Subinterfaces of View in info.magnolia.ui.contentapp.browser
 interface BrowserView
          Implementations of this interface are responsible for building a workbench and handling the UI actions associated with it.
 

Classes in info.magnolia.ui.contentapp.browser that implement View
 class BrowserViewImpl
          Implementation of BrowserView.
 

Methods in info.magnolia.ui.contentapp.browser that return View
 View BrowserSubApp.start(Location location)
          Performs some routine tasks needed by all content subapps before the view is displayed.
 

Uses of View in info.magnolia.ui.contentapp.detail
 

Subinterfaces of View in info.magnolia.ui.contentapp.detail
 interface DetailEditorView
          ItemWorkbenchView.
 interface DetailView
          ItemView.
 

Classes in info.magnolia.ui.contentapp.detail that implement View
 class DetailEditorViewImpl
          Implementation of DetailEditorView.
 class DetailViewImpl
          Implementation of DetailView.
 

Methods in info.magnolia.ui.contentapp.detail that return View
 View DetailSubApp.start(Location location)
          Performs some routine tasks needed by all item subApps before the view is displayed.
 View DetailEditorPresenter.start(String nodePath, DetailView.ViewType viewType)
           
 View DetailEditorPresenter.start(String nodePath, DetailView.ViewType viewType, String versionName)
           
 View DetailEditorPresenter.update(DetailLocation location)
           
 

Methods in info.magnolia.ui.contentapp.detail with parameters of type View
 void DetailEditorViewImpl.setItemView(View itemView)
           
 void DetailEditorView.setItemView(View itemView)
           
 

Uses of View in info.magnolia.ui.contentapp.movedialog.view
 

Subinterfaces of View in info.magnolia.ui.contentapp.movedialog.view
 interface MoveDialogActionAreaView
          Action view interface for MoveDialogPresenter.
 

Classes in info.magnolia.ui.contentapp.movedialog.view that implement View
 class MoveDialogActionAreaViewImpl
          Implementation of MoveDialogActionAreaView.
 

Uses of View in info.magnolia.ui.dialog
 

Subinterfaces of View in info.magnolia.ui.dialog
 interface DialogView
          Interface for BaseDialog.
 

Classes in info.magnolia.ui.dialog that implement View
 class BaseDialogViewImpl
          Base implementation of DialogView.
 

Methods in info.magnolia.ui.dialog that return View
 View DialogView.getContentView()
           
 View BaseDialogViewImpl.getContentView()
           
 

Methods in info.magnolia.ui.dialog with parameters of type View
 void DialogView.setContent(View content)
           
 void BaseDialogViewImpl.setContent(View content)
           
 

Uses of View in info.magnolia.ui.dialog.actionarea
 

Methods in info.magnolia.ui.dialog.actionarea that return View
 View ActionAreaPresenter.start(Iterable<ActionDefinition> actions, EditorActionAreaDefinition definition, ActionListener listener, UiContext uiContext)
           
 

Uses of View in info.magnolia.ui.dialog.actionarea.renderer
 

Methods in info.magnolia.ui.dialog.actionarea.renderer that return View
 View DefaultEditorActionRenderer.start(ActionDefinition definition, ActionListener listener)
           
 View ActionRenderer.start(ActionDefinition action, ActionListener listener)
           
 

Uses of View in info.magnolia.ui.dialog.actionarea.view
 

Subinterfaces of View in info.magnolia.ui.dialog.actionarea.view
 interface EditorActionAreaView
          View interface used by EditorActionAreaPresenter.
 

Classes in info.magnolia.ui.dialog.actionarea.view that implement View
 class EditorActionAreaViewImpl
          Implementation of EditorActionAreaView.
 

Methods in info.magnolia.ui.dialog.actionarea.view that return View
 View EditorActionAreaViewImpl.getViewForAction(String actionName)
           
 View EditorActionAreaView.getViewForAction(String actionName)
           
 

Methods in info.magnolia.ui.dialog.actionarea.view with parameters of type View
 void EditorActionAreaViewImpl.addPrimaryAction(View actionView, String actionName)
           
 void EditorActionAreaView.addPrimaryAction(View actionView, String actionName)
           
 void EditorActionAreaViewImpl.addSecondaryAction(View actionView, String actionName)
           
 void EditorActionAreaView.addSecondaryAction(View actionView, String actionName)
           
 

Uses of View in info.magnolia.ui.dialog.choosedialog
 

Subinterfaces of View in info.magnolia.ui.dialog.choosedialog
 interface ChooseDialogView
          View interface for choose dialog views.
 

Classes in info.magnolia.ui.dialog.choosedialog that implement View
 class ChooseDialogViewImpl
          Chooses an item from a workbench.
 

Uses of View in info.magnolia.ui.dialog.formdialog
 

Subinterfaces of View in info.magnolia.ui.dialog.formdialog
 interface FormView
          Interface for Form.
 

Classes in info.magnolia.ui.dialog.formdialog that implement View
 class ItemFormView
          Owns a Form and Dialog and connects them.
 

Methods in info.magnolia.ui.dialog.formdialog that return View
 View FormBuilder.buildView(FormDefinition formDefinition, com.vaadin.data.Item item)
           
 

Uses of View in info.magnolia.ui.form.field.factory
 

Methods in info.magnolia.ui.form.field.factory that return View
 View FieldFactory.getView()
           
 View AbstractFieldFactory.getView()
           
 

Uses of View in info.magnolia.ui.framework.app
 

Classes in info.magnolia.ui.framework.app that implement View
 class DefaultAppView
          View used to give all apps a uniform look-and-feel.
 

Methods in info.magnolia.ui.framework.app that return View
 View DefaultAppView.getSubAppViewContainer(String instanceId)
           
 View BaseSubApp.getView()
           
 View BaseSubApp.start(Location location)
           
 

Methods in info.magnolia.ui.framework.app with parameters of type View
 String DefaultAppView.addSubAppView(View view, String caption, boolean closable)
           
 

Constructors in info.magnolia.ui.framework.app with parameters of type View
BaseSubApp(SubAppContext subAppContext, View view)
           
 

Uses of View in info.magnolia.ui.framework.app.embedded
 

Subinterfaces of View in info.magnolia.ui.framework.app.embedded
 interface EmbeddedPageView
          View interface for the embedded page's App view.
 

Classes in info.magnolia.ui.framework.app.embedded that implement View
 class EmbeddedPageViewImpl
          View implementation for an embedded page app.
 

Methods in info.magnolia.ui.framework.app.embedded that return View
 View EmbeddedPageSubApp.start(Location location)
           
 

Uses of View in info.magnolia.ui.framework.context
 

Methods in info.magnolia.ui.framework.context with parameters of type View
 void AbstractUIContext.openAlert(MessageStyleType type, View viewToShow, String confirmButtonText, AlertCallback cb)
           
 void AbstractUIContext.openConfirmation(MessageStyleType type, View viewToShow, String confirmButtonText, String cancelButtonText, boolean cancelIsDefault, ConfirmationCallback cb)
           
 void AbstractUIContext.openNotification(MessageStyleType type, boolean doesTimeout, View viewToShow)
           
 OverlayCloser AbstractUIContext.openOverlay(View view)
           
 OverlayCloser AbstractUIContext.openOverlay(View view, OverlayLayer.ModalityLevel modalityLevel)
           
 

Uses of View in info.magnolia.ui.framework.overlay
 

Classes in info.magnolia.ui.framework.overlay that implement View
 class ViewAdapter
          Simple view class that wraps component.
 

Methods in info.magnolia.ui.framework.overlay with parameters of type View
 void OverlayPresenter.openAlert(MessageStyleType type, View viewToShow, String confirmButtonText, AlertCallback cb)
          Open alert dialog with light modality level.
 void OverlayPresenter.openConfirmation(MessageStyleType type, View contentView, String confirmButtonText, String cancelButtonText, boolean cancelIsDefault, ConfirmationCallback callback)
          Present modal confirmation dialog with light modality level.
 void OverlayPresenter.openNotification(MessageStyleType type, boolean doesTimeout, View viewToShow)
          Present notification indicator with no modality.
 OverlayCloser OverlayPresenter.openOverlay(View view)
          Convenience method to open an overlay with the default strong modality level.
 

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

Methods in info.magnolia.ui.framework.shell with parameters of type View
 OverlayCloser ShellImpl.openOverlayOnView(View view, View parent, OverlayLayer.ModalityDomain modalityLocation, OverlayLayer.ModalityLevel modalityLevel)
           
 void ShellImpl.setUserMenu(View view)
           
 

Uses of View in info.magnolia.ui.mediaeditor
 

Subinterfaces of View in info.magnolia.ui.mediaeditor
 interface MediaEditorView
          Interface of media editor view.
 

Classes in info.magnolia.ui.mediaeditor that implement View
 class MediaEditorViewImpl
          Skeleton implementation of the media editor UI.
 

Methods in info.magnolia.ui.mediaeditor that return View
 View MediaEditorPresenterImpl.getView()
           
 View MediaEditorPresenter.getView()
           
 View MediaEditorPresenterImpl.start(InputStream stream)
           
 View MediaEditorPresenter.start(InputStream stream)
           
 

Uses of View in info.magnolia.ui.vaadin.actionbar
 

Subinterfaces of View in info.magnolia.ui.vaadin.actionbar
 interface ActionbarView
          Base interface for an action bar view.
 

Classes in info.magnolia.ui.vaadin.actionbar that implement View
 class Actionbar
          The Actionbar widget, consisting of sections and groups of actions.
 

Uses of View in info.magnolia.ui.vaadin.dialog
 

Classes in info.magnolia.ui.vaadin.dialog that implement View
 class Notification
          Component for showing notification messages.
 

Uses of View in info.magnolia.ui.vaadin.editor
 

Subinterfaces of View in info.magnolia.ui.vaadin.editor
 interface PageEditorView
          Interface for PageEditorViewImpl.
 

Classes in info.magnolia.ui.vaadin.editor that implement View
 class PageEditorViewImpl
          Implements PageEditorView.
 

Uses of View in info.magnolia.ui.vaadin.editor.pagebar
 

Subinterfaces of View in info.magnolia.ui.vaadin.editor.pagebar
 interface PageBarView
          Interface of the page bar view - a top-most component in the page editor that contains the name of the current displayed page and the selectors of language/platform.
 

Classes in info.magnolia.ui.vaadin.editor.pagebar that implement View
 class PageBarViewImpl
          Implements PageBarView.
 

Uses of View in info.magnolia.ui.vaadin.form
 

Subinterfaces of View in info.magnolia.ui.vaadin.form
 interface FormViewReduced
          Interface for Form.
 

Classes in info.magnolia.ui.vaadin.form that implement View
 class Form
          Form.
 

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

Classes in info.magnolia.ui.vaadin.magnoliashell that implement View
 class MagnoliaShell
          Server side implementation of the MagnoliaShell container.
 

Methods in info.magnolia.ui.vaadin.magnoliashell with parameters of type View
 OverlayCloser MagnoliaShell.openOverlay(View child, View parent, OverlayLayer.ModalityDomain modalityDomain, OverlayLayer.ModalityLevel modalityLevel)
          Open an Overlay on top of a specific View.
 void MagnoliaShell.setUserMenu(View view)
           
 

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

Methods in info.magnolia.ui.vaadin.magnoliashell.viewport with parameters of type View
 void ShellViewport.setView(View view)
           
 

Uses of View in info.magnolia.ui.workbench
 

Subinterfaces of View in info.magnolia.ui.workbench
 interface ContentView
          UI component that displays content in one of the supported view types (list, tree etc).
 interface StatusBarView
          The status bar view consists of a horizontal container, with basic support for horizontal alignment.
 interface WorkbenchView
          WorkbenchView.
 

Classes in info.magnolia.ui.workbench that implement View
 class StatusBarViewImpl
          The status bar view interface is implemented purely on the server-side - without custom widgets.
 class WorkbenchViewImpl
          Implementation of the workbench view.
 

Uses of View in info.magnolia.ui.workbench.list
 

Subinterfaces of View in info.magnolia.ui.workbench.list
 interface ListView
          List view interface.
 

Classes in info.magnolia.ui.workbench.list that implement View
 class ListViewImpl
          Default Vaadin implementation of the list view.
 

Uses of View in info.magnolia.ui.workbench.search
 

Subinterfaces of View in info.magnolia.ui.workbench.search
 interface SearchView
          The search view interface.
 

Classes in info.magnolia.ui.workbench.search that implement View
 class SearchViewImpl
          Search view implementation is just a special case of list view.
 

Uses of View in info.magnolia.ui.workbench.thumbnail
 

Subinterfaces of View in info.magnolia.ui.workbench.thumbnail
 interface ThumbnailView
          Thumbnail view interface.
 

Classes in info.magnolia.ui.workbench.thumbnail that implement View
 class ThumbnailViewImpl
          Default Vaadin implementation of the thumbnail view.
 

Uses of View in info.magnolia.ui.workbench.tree
 

Subinterfaces of View in info.magnolia.ui.workbench.tree
 interface TreeView
          Tree view interface.
 

Classes in info.magnolia.ui.workbench.tree that implement View
 class TreeViewImpl
          Vaadin UI component that displays a tree.
 



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