- Actionbar - Class in info.magnolia.ui.vaadin.actionbar
-
The Actionbar widget, consisting of sections and groups of actions.
- Actionbar() - Constructor for class info.magnolia.ui.vaadin.actionbar.Actionbar
-
- Actionbar.ActionTriggerEvent - Class in info.magnolia.ui.vaadin.actionbar
-
The event fired when triggering actions from the action bar.
- Actionbar.ActionTriggerListener - Interface in info.magnolia.ui.vaadin.actionbar
-
The listener interface for triggering actions from the action bar.
- ActionbarConnector - Class in info.magnolia.ui.vaadin.gwt.client.actionbar.connector
-
- ActionbarConnector() - Constructor for class info.magnolia.ui.vaadin.gwt.client.actionbar.connector.ActionbarConnector
-
- ActionbarItem - Class in info.magnolia.ui.vaadin.gwt.client.actionbar.shared
-
A group of actions in a section of the action bar.
- ActionbarItem() - Constructor for class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarItem
-
- ActionbarItem(String, String, String, String) - Constructor for class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarItem
-
- ActionbarItemWidget - Class in info.magnolia.ui.vaadin.gwt.client.actionbar.widget
-
The Class VAction, which displays a single action with label and icon within an action group.
- ActionbarItemWidget(ActionbarItem, VActionbarGroup, EventBus, Icon) - Constructor for class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarItemWidget
-
Deprecated.
- ActionbarItemWidget(ActionbarItem, VActionbarGroup, EventBus) - Constructor for class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarItemWidget
-
Instantiates a new action in action bar.
- ActionbarSection - Class in info.magnolia.ui.vaadin.gwt.client.actionbar.shared
-
A section of actions in the action bar.
- ActionbarSection() - Constructor for class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarSection
-
- ActionbarSection(String, String) - Constructor for class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarSection
-
- ActionbarSectionWidget - Class in info.magnolia.ui.vaadin.gwt.client.actionbar.widget
-
The client-side widget for a section of the action bar.
- ActionbarSectionWidget(ActionbarSection) - Constructor for class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarSectionWidget
-
Instantiates a new action bar section with given data.
- ActionbarServerRpc - Interface in info.magnolia.ui.vaadin.gwt.client.actionbar.rpc
-
- ActionbarState - Class in info.magnolia.ui.vaadin.gwt.client.actionbar.connector
-
ActionbarState.
- ActionbarState() - Constructor for class info.magnolia.ui.vaadin.gwt.client.actionbar.connector.ActionbarState
-
- ActionbarWidgetView - Interface in info.magnolia.ui.vaadin.gwt.client.actionbar.widget
-
View interface of client-side action bar.
- ActionbarWidgetView.Presenter - Interface in info.magnolia.ui.vaadin.gwt.client.actionbar.widget
-
Presenter for the Actionbar view.
- ActionbarWidgetViewImpl - Class in info.magnolia.ui.vaadin.gwt.client.actionbar.widget
-
The Class VActionbarViewImpl, GWT implementation for the VActionbarView interface.
- ActionbarWidgetViewImpl(EventBus, ActionbarWidgetView.Presenter) - Constructor for class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetViewImpl
-
- ActionPopup - Class in info.magnolia.ui.vaadin.actionbar
-
The ActionPopup.
- ActionPopup() - Constructor for class info.magnolia.ui.vaadin.actionbar.ActionPopup
-
- ActionPopup(AbstractComponent, boolean) - Constructor for class info.magnolia.ui.vaadin.actionbar.ActionPopup
-
- actionTrigger(Actionbar.ActionTriggerEvent) - Method in interface info.magnolia.ui.vaadin.actionbar.Actionbar.ActionTriggerListener
-
- ActionTriggerEvent(Component, String) - Constructor for class info.magnolia.ui.vaadin.actionbar.Actionbar.ActionTriggerEvent
-
- ActionTriggerEvent - Class in info.magnolia.ui.vaadin.gwt.client.actionbar.event
-
Event for triggering actions based on action name.
- ActionTriggerEvent(String, ActionbarItemWidget) - Constructor for class info.magnolia.ui.vaadin.gwt.client.actionbar.event.ActionTriggerEvent
-
- ActionTriggerEvent.Handler - Interface in info.magnolia.ui.vaadin.gwt.client.actionbar.event
-
Handler for the action trigger event.
- activateApp(String) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.connector.AppLauncherConnector
-
- activateApp(String) - Method in interface info.magnolia.ui.vaadin.gwt.client.applauncher.widget.AppLauncherView.Presenter
-
- activateApp(Fragment) - Method in interface info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.rpc.ShellServerRpc
-
- activateApp(Widget) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.AppsViewportConnector
-
- activateApp(Widget) - Method in interface info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.AppsViewportWidget.Listener
-
- activateApp(Fragment) - Method in class info.magnolia.ui.vaadin.magnoliashell.rpc.MagnoliaShellRpcDelegate
-
- ActivateAppEvent - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.event
-
Fired when there is a request to activate an app, to set the current app on the server.
- ActivateAppEvent(String) - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.ActivateAppEvent
-
- ActivateAppEvent.Handler - Interface in info.magnolia.ui.vaadin.gwt.client.magnoliashell.event
-
- activateControl(ShellAppType) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.ShellAppLauncher
-
- activateShellApp(Fragment) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellConnector
-
- activateShellApp(Fragment) - Method in interface info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellView.Presenter
-
- activateShellApp(Fragment) - Method in interface info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.rpc.ShellServerRpc
-
- activateShellApp(Fragment) - Method in class info.magnolia.ui.vaadin.magnoliashell.rpc.MagnoliaShellRpcDelegate
-
- activeComponent - Variable in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.ViewportState
-
- activeTab - Variable in class info.magnolia.ui.vaadin.gwt.client.tabsheet.connector.MagnoliaTabSheetState
-
- ActiveTabChangedEvent - Class in info.magnolia.ui.vaadin.gwt.client.tabsheet.event
-
Event fired when the active tab in the tabsheet is changed.
- ActiveTabChangedEvent(MagnoliaTabWidget) - Constructor for class info.magnolia.ui.vaadin.gwt.client.tabsheet.event.ActiveTabChangedEvent
-
- ActiveTabChangedEvent(MagnoliaTabWidget, boolean) - Constructor for class info.magnolia.ui.vaadin.gwt.client.tabsheet.event.ActiveTabChangedEvent
-
- ActiveTabChangedEvent(boolean, boolean) - Constructor for class info.magnolia.ui.vaadin.gwt.client.tabsheet.event.ActiveTabChangedEvent
-
- ActiveTabChangedEvent.Handler - Interface in info.magnolia.ui.vaadin.gwt.client.tabsheet.event
-
Handler.
- ActiveTabChangedEvent.HasActiveTabChangeHandlers - Interface in info.magnolia.ui.vaadin.gwt.client.tabsheet.event
-
HasActiveTabChangeHandlers.
- add(Widget) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.VActionbarGroup
-
- add(Widget) - Method in class info.magnolia.ui.vaadin.gwt.client.form.formsection.widget.FormSectionWidget
-
- add(Widget) - Method in class info.magnolia.ui.vaadin.gwt.client.form.widget.FormFieldWrapper
-
- add(JQueryCallback) - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.Callbacks
-
- addAction(ActionbarItem, String) - Method in class info.magnolia.ui.vaadin.actionbar.Actionbar
-
- addAction(ActionbarItem) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarSection
-
- addAction(ActionbarItem, String) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetViewImpl
-
- addAction(ActionbarItemWidget) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.VActionbarGroup
-
- addActionTriggerListener(Actionbar.ActionTriggerListener) - Method in class info.magnolia.ui.vaadin.actionbar.Actionbar
-
- addActiveTabChangedHandler(ActiveTabChangedEvent.Handler) - Method in interface info.magnolia.ui.vaadin.gwt.client.tabsheet.event.ActiveTabChangedEvent.HasActiveTabChangeHandlers
-
- addActiveTabChangedHandler(ActiveTabChangedEvent.Handler) - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.MagnoliaTabSheetViewImpl
-
- addAndRemoveRows(UIDL) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Inserts rows in the table body or removes them from the table body based
on the commands in the UIDL.
- addAndRemoveRows(UIDL) - Method in class com.vaadin.v7.client.ui.VTreeTablePatched
-
- addAppGroup(String, String, String, boolean, boolean) - Method in class info.magnolia.ui.vaadin.applauncher.AppLauncher
-
- addAppGroup(AppGroup) - Method in interface info.magnolia.ui.vaadin.gwt.client.applauncher.widget.AppLauncherView
-
- addAppGroup(AppGroup) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.AppLauncherViewImpl
-
- addAppTile(String, String, String, String) - Method in class info.magnolia.ui.vaadin.applauncher.AppLauncher
-
- addAppTile(AppTile) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppGroup
-
- addAppTile(AppTile, AppGroup) - Method in interface info.magnolia.ui.vaadin.gwt.client.applauncher.widget.AppLauncherView
-
- addAppTile(AppTile, AppGroup) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.AppLauncherViewImpl
-
- addAppTile(AppTileWidget) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.VAppTileGroup
-
- addBlurHandler(BlurHandler) - Method in class info.magnolia.ui.vaadin.gwt.client.form.widget.FormFieldWrapper
-
- addCallback(JQueryCallback) - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.AnimationSettings
-
- addCallback(JQueryCallback) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.animation.JQueryAnimation
-
- addCell(UIDL, String, char, String, boolean, boolean) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
- addCell(UIDL, String, char, String, boolean, boolean, String) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
- addCell(UIDL, Widget, char, String, boolean, String) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
- addCell(UIDL, String, char, String, boolean, boolean, String) - Method in class com.vaadin.v7.client.ui.VTreeTablePatched.VTreeTableScrollBody.VTreeTableRow
-
- addCell(UIDL, Widget, char, String, boolean, String) - Method in class com.vaadin.v7.client.ui.VTreeTablePatched.VTreeTableScrollBody.VTreeTableRow
-
- addCellsFromUIDL(UIDL, char[], int, int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableGeneratedRow
-
- addCellsFromUIDL(UIDL, char[], int, int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
- addCellsFromUIDL(UIDL, char[], int, int) - Method in class com.vaadin.v7.client.ui.VTreeTablePatched.VTreeTableScrollBody.VTreeTableGeneratedRow
-
- addClickHandler(ClickHandler) - Method in class info.magnolia.ui.vaadin.gwt.client.sticker.widget.VSticker
-
- addCloseButtonListener(Button.ClickListener) - Method in class info.magnolia.ui.vaadin.dialog.Notification
-
- addComponent(Component) - Method in class info.magnolia.ui.vaadin.form.FormSection
-
- addComponent(Component) - Method in class info.magnolia.ui.vaadin.magnoliashell.DeckLayout
-
- addComponent(Component) - Method in class info.magnolia.ui.vaadin.splitfeed.SplitFeed.FeedSection
-
- addComponent(Component) - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTabSheet
-
- addConfirmationHandler(ConfirmationDialog.ConfirmationEvent.Handler) - Method in class info.magnolia.ui.vaadin.dialog.ConfirmationDialog
-
- addConnectorHierarchyChangeHandler(ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler) - Method in class com.vaadin.v7.client.ui.table.TableConnectorPatched
-
- addDescriptionVisibilityHandler(BaseDialog.DescriptionVisibilityEvent.Handler) - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog
-
- addDialogCloseHandler(BaseDialog.DialogCloseEvent.Handler) - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog
-
- addDoubleClickListener(LazyThumbnailLayout.ThumbnailDblClickListener) - Method in class info.magnolia.ui.vaadin.layout.LazyThumbnailLayout
-
- addExternalPlugin(String, String) - Method in class info.magnolia.ui.vaadin.richtext.MagnoliaRichTextFieldConfig
-
- addField(Field<?>) - Method in class info.magnolia.ui.vaadin.form.Form
-
- addField(Field<?>) - Method in interface info.magnolia.ui.vaadin.form.FormViewReduced
-
- addFocusHandler(FocusHandler) - Method in class info.magnolia.ui.vaadin.gwt.client.form.widget.FormFieldWrapper
-
- addFormSection(String, FormSection) - Method in class info.magnolia.ui.vaadin.form.Form
-
- addFormSection(String, FormSection) - Method in interface info.magnolia.ui.vaadin.form.FormViewReduced
-
- addGroup(VActionbarGroup) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarSectionWidget
-
- addGroup(String, VAppTileGroup) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.VTemporaryAppGroupBar
-
- addHandlerRegistration(HandlerRegistration) - Method in class com.googlecode.mgwt.dom.client.event.mouse.HandlerRegistrationCollection
-
Add a HandlerRegistration
to the collection
- addHandlerRegistration(HandlerRegistration) - Method in class com.googlecode.mgwt.dom.client.event.mouse.HandlerRegistrationCollection
-
- addHook(String, CssHookHandler) - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.CssHooks
-
- addItem(String) - Method in class info.magnolia.ui.vaadin.richtext.MagnoliaRichTextFieldConfig.ToolbarGroup
-
- addListenedEvent(String) - Method in class info.magnolia.ui.vaadin.richtext.MagnoliaRichTextFieldConfig
-
Add CKEditor event name that server side will listen.
- addListener(MagnoliaRichTextField.PluginListener) - Method in class info.magnolia.ui.vaadin.richtext.MagnoliaRichTextField
-
- addLongTapHandler(LongTapHandler) - Method in interface com.googlecode.mgwt.dom.client.recognizer.longtap.HasLongTapHandlers
-
- addLongTapHandler(LongTapHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchDelegate
-
- addLongTapHandler(LongTapHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchPanel
-
- addLongTapHandler(LongTapHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchWidget
-
- addMessage(String) - Method in class info.magnolia.ui.vaadin.gwt.client.form.formsection.widget.InlineMessageWidget
-
- addNotificationBodyClickListener(LayoutEvents.LayoutClickListener) - Method in class info.magnolia.ui.vaadin.dialog.Notification
-
- addPermanentAppGroup(AppGroup) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.AppLauncherViewImpl
-
- addPinchHandler(PinchHandler) - Method in interface com.googlecode.mgwt.dom.client.recognizer.pinch.HasPinchHandlers
-
- addPinchHandler(PinchHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchDelegate
-
- addPinchHandler(PinchHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchPanel
-
- addPinchHandler(PinchHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchWidget
-
- addPlugin(String, String) - Method in class info.magnolia.ui.vaadin.richtext.MagnoliaRichTextFieldConfig
-
- addPluginListener(String, VMagnoliaRichTextEditor.Listener) - Method in class info.magnolia.ui.vaadin.gwt.client.richtext.VMagnoliaRichTextEditor
-
- addReleaseListener(CroppableImage.ReleaseListener) - Method in class info.magnolia.ui.vaadin.editor.CroppableImage
-
- addReleaseListener(CroppableImage.ReleaseListener) - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- addReleaseListener(CroppableImage.ReleaseListener) - Method in interface info.magnolia.ui.vaadin.editor.JCropHandler
-
- addRightClickListener(LazyThumbnailLayout.ThumbnailRightClickListener) - Method in class info.magnolia.ui.vaadin.layout.LazyThumbnailLayout
-
- addRunningApp(String) - Method in class info.magnolia.ui.vaadin.magnoliashell.viewport.AppsViewport
-
- addSection(String, String) - Method in class info.magnolia.ui.vaadin.actionbar.Actionbar
-
- addSection(ActionbarSection) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetViewImpl
-
- addSection(Component) - Method in class info.magnolia.ui.vaadin.layout.SmallAppLayout
-
- addSelectionListener(CroppableImage.SelectionListener) - Method in class info.magnolia.ui.vaadin.editor.CroppableImage
-
- addSelectionListener(CroppableImage.SelectionListener) - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- addSelectionListener(CroppableImage.SelectionListener) - Method in interface info.magnolia.ui.vaadin.editor.JCropHandler
-
- addShowAllTab(boolean, String) - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.TabBarWidget
-
- addStyleName(String) - Method in class info.magnolia.ui.vaadin.editor.CroppableImage
-
- addSwipeEndHandler(SwipeEndHandler) - Method in interface com.googlecode.mgwt.dom.client.recognizer.swipe.HasSwipeHandlers
-
- addSwipeEndHandler(SwipeEndHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchDelegate
-
- addSwipeEndHandler(SwipeEndHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchPanel
-
- addSwipeEndHandler(SwipeEndHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchWidget
-
- addSwipeEndHandler(SwipeEndHandler) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.AppsViewportWidget
-
- addSwipeMoveHandler(SwipeMoveHandler) - Method in interface com.googlecode.mgwt.dom.client.recognizer.swipe.HasSwipeHandlers
-
- addSwipeMoveHandler(SwipeMoveHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchDelegate
-
- addSwipeMoveHandler(SwipeMoveHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchPanel
-
- addSwipeMoveHandler(SwipeMoveHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchWidget
-
- addSwipeMoveHandler(SwipeMoveHandler) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.AppsViewportWidget
-
- addSwipeStartHandler(SwipeStartHandler) - Method in interface com.googlecode.mgwt.dom.client.recognizer.swipe.HasSwipeHandlers
-
- addSwipeStartHandler(SwipeStartHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchDelegate
-
- addSwipeStartHandler(SwipeStartHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchPanel
-
- addSwipeStartHandler(SwipeStartHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchWidget
-
- addSwipeStartHandler(SwipeStartHandler) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.AppsViewportWidget
-
- addTab(String, Component) - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTabSheet
-
- addTabLabel(MagnoliaTabLabel) - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.TabBarWidget
-
- addTabSetChangedHandler(TabSetChangedEvent.Handler) - Method in interface info.magnolia.ui.vaadin.gwt.client.tabsheet.event.TabSetChangedEvent.HasTabSetChangedHandlers
-
- addTabSetChangedHandler(TabSetChangedEvent.Handler) - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.MagnoliaTabSheetViewImpl
-
- addTapHandler(TapHandler) - Method in interface com.googlecode.mgwt.dom.client.event.tap.HasTapHandlers
-
- addTapHandler(TapHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchDelegate
-
- addTapHandler(TapHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchPanel
-
- addTapHandler(TapHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchWidget
-
addTapHandler
- addTemporaryAppGroup(AppGroup) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.AppLauncherViewImpl
-
- addThumbnails(List<ThumbnailData>, int) - Method in interface info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.rpc.ThumbnailLayoutClientRpc
-
- addThumbnailSelectionListener(LazyThumbnailLayout.ThumbnailSelectionListener) - Method in class info.magnolia.ui.vaadin.layout.LazyThumbnailLayout
-
- addToDom() - Method in class info.magnolia.ui.vaadin.gwt.client.grid.VMagnoliaTable.MagnoliaTableHead
-
- addToolbarLine(List<MagnoliaRichTextFieldConfig.ToolbarGroup>) - Method in class info.magnolia.ui.vaadin.richtext.MagnoliaRichTextFieldConfig
-
Adds list of toolbar groups.
- addTouchCancelHandler(TouchCancelHandler) - Method in interface com.googlecode.mgwt.dom.client.event.touch.HasTouchHandlers
-
addTouchCancelHandler
- addTouchCancelHandler(TouchCancelHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchDelegate
-
addTouchCancelHandler
- addTouchCancelHandler(TouchCancelHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchPanel
-
addTouchCancelHandler
- addTouchCancelHandler(TouchCancelHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchWidget
-
addTouchCancelHandler
- addTouchCancelHandler(Widget, TouchCancelHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchWidgetDesktopImpl
-
Add a touch cancel handler to a widget
- addTouchCancelHandler(Widget, TouchCancelHandler) - Method in interface com.googlecode.mgwt.ui.client.widget.touch.TouchWidgetImpl
-
Add a touch cancel handler to a widget
- addTouchCancelHandler(Widget, TouchCancelHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchWidgetMobileImpl
-
Add a touch cancel handler to a widget
- addTouchCancelHandler(Widget, TouchCancelHandler) - Method in class info.magnolia.ui.vaadin.gwt.client.touchwidget.MobileSafariTouchWidgetImplProxy
-
- addTouchEndHandler(TouchEndHandler) - Method in interface com.googlecode.mgwt.dom.client.event.touch.HasTouchHandlers
-
addTouchEndHandler
- addTouchEndHandler(TouchEndHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchDelegate
-
addTouchEndHandler
- addTouchEndHandler(TouchEndHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchPanel
-
addTouchEndHandler
- addTouchEndHandler(TouchEndHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchWidget
-
addTouchEndHandler
- addTouchEndHandler(Widget, TouchEndHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchWidgetDesktopImpl
-
Add a touch end handler to a widget
- addTouchEndHandler(Widget, TouchEndHandler) - Method in interface com.googlecode.mgwt.ui.client.widget.touch.TouchWidgetImpl
-
Add a touch end handler to a widget
- addTouchEndHandler(Widget, TouchEndHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchWidgetMobileImpl
-
Add a touch end handler to a widget
- addTouchEndHandler(TouchEndHandler) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.NavigatorButton
-
- addTouchEndHandler(Widget, TouchEndHandler) - Method in class info.magnolia.ui.vaadin.gwt.client.touchwidget.MobileSafariTouchWidgetImplProxy
-
- addTouchHandler(TouchHandler) - Method in interface com.googlecode.mgwt.dom.client.event.touch.HasTouchHandlers
-
addTouchHandler
- addTouchHandler(TouchHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchDelegate
-
- addTouchHandler(TouchHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchPanel
-
addTouchHandler
- addTouchHandler(TouchHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchWidget
-
addTouchHandler
- addTouchMoveHandler(TouchMoveHandler) - Method in interface com.googlecode.mgwt.dom.client.event.touch.HasTouchHandlers
-
addTouchMoveHandler
- addTouchMoveHandler(TouchMoveHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchDelegate
-
addTouchMoveHandler
- addTouchMoveHandler(TouchMoveHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchPanel
-
addTouchMoveHandler
- addTouchMoveHandler(TouchMoveHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchWidget
-
addTouchMoveHandler
- addTouchMoveHandler(Widget, TouchMoveHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchWidgetDesktopImpl
-
Add a touch move handler to a widget
- addTouchMoveHandler(Widget, TouchMoveHandler) - Method in interface com.googlecode.mgwt.ui.client.widget.touch.TouchWidgetImpl
-
Add a touch move handler to a widget
- addTouchMoveHandler(Widget, TouchMoveHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchWidgetMobileImpl
-
Add a touch move handler to a widget
- addTouchMoveHandler(Widget, TouchMoveHandler) - Method in class info.magnolia.ui.vaadin.gwt.client.touchwidget.MobileSafariTouchWidgetImplProxy
-
- addTouchStartHandler(TouchStartHandler) - Method in interface com.googlecode.mgwt.dom.client.event.touch.HasTouchHandlers
-
addTouchStartHandler
- addTouchStartHandler(TouchStartHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchDelegate
-
addTouchStartHandler
- addTouchStartHandler(TouchStartHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchPanel
-
addTouchStartHandler
- addTouchStartHandler(TouchStartHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchWidget
-
addTouchStartHandler
- addTouchStartHandler(Widget, TouchStartHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchWidgetDesktopImpl
-
Add a touch start handler to a widget
- addTouchStartHandler(Widget, TouchStartHandler) - Method in interface com.googlecode.mgwt.ui.client.widget.touch.TouchWidgetImpl
-
Add a touch start handler to a widget
- addTouchStartHandler(Widget, TouchStartHandler) - Method in class com.googlecode.mgwt.ui.client.widget.touch.TouchWidgetMobileImpl
-
Add a touch start handler to a widget
- addTouchStartHandler(Widget, TouchStartHandler) - Method in class info.magnolia.ui.vaadin.gwt.client.touchwidget.MobileSafariTouchWidgetImplProxy
-
- addTreeSpacer(UIDL) - Method in class com.vaadin.v7.client.ui.VTreeTablePatched.VTreeTableScrollBody.VTreeTableRow
-
- addValueChangeHandler(ValueChangeHandler<Double>) - Method in class com.vaadin.client.ui.VSliderPatched
-
- addValueChangeHandler(ValueChangeHandler<Double>) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.widget.Slider
-
- addValueChangeListener(Property.ValueChangeListener) - Method in class info.magnolia.ui.vaadin.switcher.Switcher
-
This method adds a Property.ValueChangeListener
to the underlying ComboBox.
Such a ValueChangeListener would be notified not only when a user is changing the value directly with the wrapped ComboBox
,
but also fired when the arrows (back, forward) are used.
- addWideHandler(BaseDialog.WideEvent.Handler) - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog
-
- adoptComponent(Component) - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog
-
Sets a Component
- ALIGN_CENTER - Static variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- ALIGN_LEFT - Static variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- ALIGN_RIGHT - Static variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- alignContent(Element, LayoutManager) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.AppsViewportConnector
-
Leave this empty so the viewport doesn't actually center out the children.
- alignContent(Element, LayoutManager) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.ViewportConnector
-
- alignment - Variable in class info.magnolia.ui.vaadin.gwt.client.extension.MessageBubbleState
-
- animate(int, AnimationSettings) - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- animate(int, double, AnimationSettings) - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- animateSelection(SelectionArea) - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- animateTo(SelectionArea) - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- animationsEnabled - Variable in class com.vaadin.v7.client.ui.VTreeTablePatched
-
For internal use only.
- AnimationSettings - Class in info.magnolia.ui.vaadin.gwt.client.jquerywrapper
-
Helper class that holds the animation settings.
- AnimationSettings() - Constructor for class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.AnimationSettings
-
- APP_INACTIVE_CLASS_NAME - Static variable in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.AppsViewportWidget
-
- AppActivationEvent - Class in info.magnolia.ui.vaadin.gwt.client.applauncher.event
-
Event of app activation.
- AppActivationEvent(String) - Constructor for class info.magnolia.ui.vaadin.gwt.client.applauncher.event.AppActivationEvent
-
- AppActivationEvent.Handler - Interface in info.magnolia.ui.vaadin.gwt.client.applauncher.event
-
Handler.
- AppGroup - Class in info.magnolia.ui.vaadin.gwt.client.applauncher.shared
-
Represents a group of tiles in the AppLauncher.
- AppGroup() - Constructor for class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppGroup
-
- AppGroup(String, String, String, boolean, boolean) - Constructor for class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppGroup
-
- appGroups - Variable in class info.magnolia.ui.vaadin.gwt.client.applauncher.connector.AppLauncherState
-
- AppLauncher - Class in info.magnolia.ui.vaadin.applauncher
-
Server side of AppLauncher.
- AppLauncher() - Constructor for class info.magnolia.ui.vaadin.applauncher.AppLauncher
-
- AppLauncherClientRpc - Interface in info.magnolia.ui.vaadin.gwt.client.applauncher.rpc
-
- AppLauncherConnector - Class in info.magnolia.ui.vaadin.gwt.client.applauncher.connector
-
- AppLauncherConnector() - Constructor for class info.magnolia.ui.vaadin.gwt.client.applauncher.connector.AppLauncherConnector
-
- AppLauncherState - Class in info.magnolia.ui.vaadin.gwt.client.applauncher.connector
-
- AppLauncherState() - Constructor for class info.magnolia.ui.vaadin.gwt.client.applauncher.connector.AppLauncherState
-
- AppLauncherUtil - Class in info.magnolia.ui.vaadin.gwt.client.applauncher.widget
-
Helper functionality for easy location of app launcher connector/view.
- AppLauncherUtil() - Constructor for class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.AppLauncherUtil
-
- AppLauncherView - Interface in info.magnolia.ui.vaadin.gwt.client.applauncher.widget
-
View interface of client side AppLauncher.
- AppLauncherView.Presenter - Interface in info.magnolia.ui.vaadin.gwt.client.applauncher.widget
-
Presenter for the AppLauncher view.
- AppLauncherViewImpl - Class in info.magnolia.ui.vaadin.gwt.client.applauncher.widget
-
Implementation of AppLauncher view.
- AppLauncherViewImpl(EventBus) - Constructor for class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.AppLauncherViewImpl
-
- applyCloseIconStyles(Element) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage.ShellMessageWidget
-
- applyCloseIconStyles(Element) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage.VShellErrorMessage
-
- applyStyles() - Method in class info.magnolia.ui.vaadin.gwt.client.form.formsection.widget.InlineMessageWidget
-
- applyZeroWidthFix - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
- AppPreloader - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget
-
Preloader of the apps.
- AppPreloader() - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.AppPreloader
-
- AppRequestedEvent - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.event
-
Fired when an app has to be loaded.
- AppRequestedEvent(String) - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.AppRequestedEvent
-
- AppRequestedEvent.Handler - Interface in info.magnolia.ui.vaadin.gwt.client.magnoliashell.event
-
Handler interface for AppRequestedEvent.
- AppsTransitionDelegate - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport
-
The AppsTransitionDelegate provides custom transition logic when launching, closing an app, or
switching between apps.
- AppsTransitionDelegate(AppsViewportWidget) - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.AppsTransitionDelegate
-
- AppsViewport - Class in info.magnolia.ui.vaadin.magnoliashell.viewport
-
Apps viewport.
- AppsViewport() - Constructor for class info.magnolia.ui.vaadin.magnoliashell.viewport.AppsViewport
-
- AppsViewportConnector - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector
-
- AppsViewportConnector() - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.AppsViewportConnector
-
- AppsViewportWidget - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget
-
Client side implementation of Apps viewport.
- AppsViewportWidget(AppsViewportWidget.Listener) - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.AppsViewportWidget
-
- AppsViewportWidget.Listener - Interface in info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget
-
- AppTile - Class in info.magnolia.ui.vaadin.gwt.client.applauncher.shared
-
Represents one tile in the AppLauncher.
- AppTile() - Constructor for class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppTile
-
- AppTile(String, String, String) - Constructor for class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppTile
-
- AppTileWidget - Class in info.magnolia.ui.vaadin.gwt.client.applauncher.widget
-
The tile of one single app in AppLauncher.
- AppTileWidget(EventBus, AppTile) - Constructor for class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.AppTileWidget
-
- appViewport() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellViewImpl
-
- AppViewportState - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector
-
TODO: Add JavaDoc for AppViewportState.
- AppViewportState() - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.AppViewportState
-
- AreaFromJSON(JsonObject) - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- aspectRatio - Variable in class info.magnolia.ui.vaadin.gwt.client.jcrop.JCropState
-
- asVaadinComponent() - Method in class info.magnolia.ui.vaadin.dialog.Notification
-
- asVaadinComponent() - Method in class info.magnolia.ui.vaadin.form.Form
-
- asVaadinComponent() - Method in class info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell
-
- attach() - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- attr(String) - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- GestureUtility - Class in com.googlecode.mgwt.ui.client.widget.touch
-
GestureUtility
is a utility class for adding standard recognizers to a widget
- GestureUtility(HasTouchHandlers) - Constructor for class com.googlecode.mgwt.ui.client.widget.touch.GestureUtility
-
- gestureUtility - Variable in class com.googlecode.mgwt.ui.client.widget.touch.TouchDelegate
-
- gestureUtility - Variable in class com.googlecode.mgwt.ui.client.widget.touch.TouchPanel
-
- gestureUtility - Variable in class com.googlecode.mgwt.ui.client.widget.touch.TouchWidget
-
- get(int) - Method in class com.googlecode.mgwt.collection.client.JsLightArray
-
- get(int) - Method in class com.googlecode.mgwt.collection.client.JsLightArrayBoolean
-
- get(int) - Method in class com.googlecode.mgwt.collection.client.JsLightArrayInteger
-
- get(String) - Method in class com.googlecode.mgwt.collection.client.JsLightMap
-
- get(int) - Method in class com.googlecode.mgwt.collection.shared.java.JavaLightArray
-
- get(int) - Method in class com.googlecode.mgwt.collection.shared.java.JavaLightArrayBoolean
-
- get(int) - Method in class com.googlecode.mgwt.collection.shared.java.JavaLightArrayInt
-
- get(String) - Method in class com.googlecode.mgwt.collection.shared.java.JavaLightMap
-
- get(int) - Method in interface com.googlecode.mgwt.collection.shared.LightArray
-
get the object at a specific index
- get(int) - Method in interface com.googlecode.mgwt.collection.shared.LightArrayBoolean
-
get the object at a specific index
- get(int) - Method in interface com.googlecode.mgwt.collection.shared.LightArrayInt
-
get the object at a specific index
- get(String) - Method in interface com.googlecode.mgwt.collection.shared.LightMap
-
get a value from the map
- get(Element, String) - Method in interface info.magnolia.ui.vaadin.gwt.client.jquerywrapper.CssHookHandler
-
- get(int) - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- get() - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- get() - Static method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.ShellState
-
- getAbsoluteLeft() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTargetDetails
-
Deprecated.
- getAbsoluteTop() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTargetDetails
-
Deprecated.
- getActionCaption(String) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- getActionIcon(String) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- getActionName() - Method in class info.magnolia.ui.vaadin.actionbar.Actionbar.ActionTriggerEvent
-
- getActionName() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.event.ActionTriggerEvent
-
- getActionOrder() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarSection
-
- getActions() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- getActions() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.TableHead
-
- getActions() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
- getActions() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarSection
-
- getActions() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.VActionbarGroup
-
- getActiveShellType() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.ShellAppLauncher
-
- getActiveTab() - Method in interface info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.MagnoliaTabSheetView
-
- getActiveTab() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.MagnoliaTabSheetViewImpl
-
- getActiveTab() - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTabSheet
-
- getAlign() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.FooterCell
-
Get the alignment of the text int the cell
- getAlign() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.HeaderCell
-
- getAnimationEnd() - Method in interface com.googlecode.mgwt.dom.client.event.EventTypes
-
- getAnimationEnd() - Method in class com.googlecode.mgwt.dom.client.event.EventTypesDefault
-
- getAnimationEnd() - Method in class com.googlecode.mgwt.dom.client.event.MozEventTypes
-
- getAnimationEnd() - Method in class com.googlecode.mgwt.dom.client.event.SafariEventTypes
-
- getApplicationConnection() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableDropHandler
-
- getAppName() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.event.AppActivationEvent
-
- getAppName() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.AppRequestedEvent
-
- getAppName() - Method in class info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.Fragment
-
- getAppTile(String) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.VAppTileGroup
-
- getAppTiles() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppGroup
-
- getAppViewport() - Method in class info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell
-
- getAppViewportType() - Method in class info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.Fragment
-
- getArea() - Method in class info.magnolia.ui.vaadin.editor.CroppableImage.JCropEvent
-
- getArray() - Method in class com.googlecode.mgwt.collection.client.JsLightArray
-
returns the underlying javascript array
- getArray() - Method in class com.googlecode.mgwt.collection.client.JsLightArrayBoolean
-
get the underlying javascript array
- getArray() - Method in class com.googlecode.mgwt.collection.client.JsLightArrayInteger
-
get the underlying javascript array
- getAssociatedType() - Method in class com.googlecode.mgwt.dom.client.event.tap.TapEvent
-
- getAssociatedType() - Method in class com.googlecode.mgwt.dom.client.event.touch.TouchCancelEvent
-
Gets the event type associated with animation end events.
- getAssociatedType() - Method in class com.googlecode.mgwt.dom.client.event.touch.TouchEndEvent
-
Gets the event type associated with animation end events.
- getAssociatedType() - Method in class com.googlecode.mgwt.dom.client.event.touch.TouchMoveEvent
-
Gets the event type associated with animation end events.
- getAssociatedType() - Method in class com.googlecode.mgwt.dom.client.event.touch.TouchStartEvent
-
Gets the event type associated with animation end events.
- getAssociatedType() - Method in class com.googlecode.mgwt.dom.client.recognizer.longtap.LongTapEvent
-
- getAssociatedType() - Method in class com.googlecode.mgwt.dom.client.recognizer.pinch.PinchEvent
-
- getAssociatedType() - Method in class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeEndEvent
-
- getAssociatedType() - Method in class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeMoveEvent
-
- getAssociatedType() - Method in class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeStartEvent
-
- getAssociatedType() - Method in class com.googlecode.mgwt.dom.client.recognizer.tap.MultiTapEvent
-
- getAssociatedType() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.event.ActionTriggerEvent
-
- getAssociatedType() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.event.AppActivationEvent
-
- getAssociatedType() - Method in class info.magnolia.ui.vaadin.gwt.client.form.formsection.event.HelpAccessibilityEvent
-
- getAssociatedType() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.ActivateAppEvent
-
- getAssociatedType() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.AppRequestedEvent
-
- getAssociatedType() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.CurrentAppCloseEvent
-
- getAssociatedType() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.FullScreenEvent
-
- getAssociatedType() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.HideShellAppsEvent
-
- getAssociatedType() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.HideShellAppsRequestedEvent
-
- getAssociatedType() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.ShellAppRequestedEvent
-
- getAssociatedType() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.ShellAppsHiddenEvent
-
- getAssociatedType() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.ShellAppStartedEvent
-
- getAssociatedType() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.ShellAppStartingEvent
-
- getAssociatedType() - Method in class info.magnolia.ui.vaadin.gwt.client.pinch.MagnoliaPinchMoveEvent
-
- getAssociatedType() - Method in class info.magnolia.ui.vaadin.gwt.client.pinch.MagnoliaPinchStartEvent
-
- getAssociatedType() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.event.ActiveTabChangedEvent
-
- getAssociatedType() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.event.ShowAllTabsEvent
-
- getAssociatedType() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.event.TabCloseEvent
-
- getAssociatedType() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.event.TabSetChangedEvent
-
- getAvailableWidth() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody
-
- getBackgroundColor() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppGroup
-
- getCaption() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.HeaderCell
-
- getCaption() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarSection
-
- getCaption() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppGroup
-
- getCaption() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppTile
-
- getCaption() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.AppTileWidget
-
- getCaption() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.widget.MagnoliaTabLabel
-
- getCauses(ErrorMessage) - Static method in class info.magnolia.ui.vaadin.server.ErrorMessageUtil
-
- getCausesMessages(ErrorMessage) - Static method in class info.magnolia.ui.vaadin.server.ErrorMessageUtil
-
- getChangedTouches() - Method in class com.googlecode.mgwt.dom.client.event.mouse.SimulatedTouchEndEvent
-
- getChangedTouches() - Method in class com.googlecode.mgwt.dom.client.event.mouse.SimulatedTouchMoveEvent
-
- getChangedTouches() - Method in class com.googlecode.mgwt.dom.client.event.mouse.SimulatedTouchStartEvent
-
- getChangedTouches() - Method in class com.googlecode.mgwt.dom.client.event.touch.TouchEvent
-
- getChildComponents() - Method in class com.vaadin.v7.client.ui.table.TableConnectorPatched
-
- getChildMeasurementHint() - Method in class com.vaadin.v7.client.ui.table.TableConnectorPatched
-
- getChildMeasurementHint() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- getClient() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- getClient() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.TableHead
-
- getClient() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
- getColKey() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.FooterCell
-
Returns the column key of the column
- getColKey() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.HeaderCell
-
- getColor() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.VAppTileGroup
-
- getColor() - Method in class info.magnolia.ui.vaadin.gwt.client.sticker.widget.VSticker
-
- getColor() - Method in class info.magnolia.ui.vaadin.icon.Icon
-
- getColor() - Method in class info.magnolia.ui.vaadin.sticker.Sticker
-
- getColumnAlignments() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.TableHead
-
Returns column alignments for visible columns
- getColWidth(int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody
-
Returns the width available for column content.
- getColWidth(int) - Method in class info.magnolia.ui.vaadin.gwt.client.grid.VMagnoliaTable.MagnoliaTableBody
-
- getComponentCount() - Method in class info.magnolia.ui.vaadin.form.FormSection
-
- getComponentCount() - Method in class info.magnolia.ui.vaadin.icon.CompositeIcon
-
- getComponentCount() - Method in class info.magnolia.ui.vaadin.magnoliashell.DeckLayout
-
- getComponentCount() - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTabSheet
-
- getConnector() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableDropHandler
-
- getConnector() - Static method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.AppLauncherUtil
-
- getContainerDataSource() - Method in class info.magnolia.ui.vaadin.layout.LazyThumbnailLayout
-
- getContainerDataSource() - Method in class info.magnolia.ui.vaadin.switcher.Switcher
-
Returns the Container
.
- getContent() - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog
-
- getContent() - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- getContent() - Method in class info.magnolia.ui.vaadin.form.Form
-
- getContent() - Method in class info.magnolia.ui.vaadin.form.tab.MagnoliaFormTab
-
- getContent() - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.connector.BaseDialogConnector
-
- getCssClass() - Method in enum info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.ShellAppType
-
- getCssClass() - Method in enum info.magnolia.ui.vaadin.gwt.client.shared.messagebubble.MessageBubbleAlignment
-
- getCssClass() - Method in enum info.magnolia.ui.vaadin.overlay.MessageStyleTypeEnum
-
- getCurrentApp() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.AppsViewportWidget
-
Get the app that is currently open.
- getCurrentElement() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.animation.JQueryAnimation
-
- getCurrentlyDisplayedThumbnails() - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.widget.EscalatorThumbnailsPanel
-
- getCurrentOpenGroup() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.VTemporaryAppGroupBar
-
- getCurrentThumbnailOffset() - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.widget.EscalatorThumbnailsPanel
-
- getCurtain() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.AppsViewportWidget
-
- getData() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarItemWidget
-
- getData() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarSectionWidget
-
- getDescription() - Method in class info.magnolia.ui.vaadin.layout.SmallAppLayout
-
- getDetailsElement() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage.VDetailedShellMessage
-
- getDialog() - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog.DialogCloseEvent
-
- getDirection() - Method in class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeEvent
-
the direction of the event
- getDisplayedRange() - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.widget.EscalatorThumbnailsPanel
-
- getDistance() - Method in class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeEndEvent
-
the distance the finger has covered in px
- getDistance() - Method in class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeMoveEvent
-
the distance of this swipe
- getDistance() - Method in class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeStartEvent
-
The distance the finger moved before the event occured
- getDistance() - Method in class com.googlecode.mgwt.dom.client.recognizer.TapRecognizer
-
- getDraggedComponent() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTransferable
-
Deprecated.
The component in wrapper that is being dragged or null if the
transferable is not a component (most likely an html5 drag).
- getDragImageComponent() - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
Gets the component that will be used as the drag image.
- getDragStartMode() - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
- getDropHandler() - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
- getDropHandler() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- getElement() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.animation.ZoomAnimation
-
- getEnd() - Method in class info.magnolia.ui.vaadin.gwt.shared.Range
-
Returns the exclusive end point of this range.
- getEnvironment() - Method in class info.magnolia.ui.vaadin.gwt.client.sticker.widget.VSticker
-
- getEnvironment() - Method in class info.magnolia.ui.vaadin.sticker.Sticker
-
- getEventPosition(Event) - Method in class com.vaadin.client.ui.VSliderPatched
-
TODO consider extracting touches support to an impl class specific for
webkit (only browser that really supports touches).
- getEventPropagator() - Method in class com.googlecode.mgwt.dom.client.recognizer.longtap.LongTapRecognizer
-
- getEventPropagator() - Method in class com.googlecode.mgwt.dom.client.recognizer.pinch.PinchRecognizer
-
- getEventPropagator() - Method in class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeRecognizer
-
- getEventPropagator() - Method in class com.googlecode.mgwt.dom.client.recognizer.TapRecognizer
-
- getEventPropagator() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.MagnoliaSwipeRecognizer
-
- getEventPropagator() - Method in class info.magnolia.ui.vaadin.gwt.client.pinch.MagnoliaPinchRecognizer
-
- getExpandRatio() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.FooterCell
-
Returns the expand ratio of the cell
- getExpandRatio() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.HeaderCell
-
- getExternalPlugins() - Method in class info.magnolia.ui.vaadin.richtext.MagnoliaRichTextFieldConfig
-
- getField() - Method in class info.magnolia.ui.vaadin.gwt.client.form.widget.FormFieldWrapper
-
- getFields() - Method in class info.magnolia.ui.vaadin.form.Form
-
Deprecated.
- getFields() - Method in interface info.magnolia.ui.vaadin.form.FormViewReduced
-
- getFields() - Method in class info.magnolia.ui.vaadin.gwt.client.form.formsection.widget.FormSectionWidget
-
- getFields() - Method in class info.magnolia.ui.vaadin.gwt.client.form.tab.widget.FormTabWidget
-
- getFiles() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTransferable
-
Deprecated.
- getFirstRendered() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody
-
- getFocusedRow() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- getFooter() - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.connector.BaseDialogConnector
-
- getFooterCell(String) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.TableFooter
-
Gets a footer cell which represents the given columnId
- getFooterCell(int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.TableFooter
-
Gets a footer cell by using a column index
- getFormSections() - Method in class info.magnolia.ui.vaadin.form.Form
-
- getFormSections() - Method in interface info.magnolia.ui.vaadin.form.FormViewReduced
-
- getFragmentPrefix() - Method in enum info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.ViewportType
-
- getGroupName() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarItem
-
- getGroups() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarSectionWidget
-
- getHeader() - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.connector.BaseDialogConnector
-
- getHeader() - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.widget.BaseDialogViewImpl
-
- getHeader() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage.ShellMessageWidget
-
- getHeaderCell(int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.TableHead
-
- getHeaderCell(String) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.TableHead
-
Get's HeaderCell by it's column Key.
- getHeaderHeight() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage.ShellMessageWidget
-
- getHeight() - Method in class info.magnolia.ui.vaadin.gwt.shared.jcrop.SelectionArea
-
- getHierarchyColumnIndex() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
This method exists for the needs of VTreeTable
only.
- getHierarchyColumnIndex() - Method in class com.vaadin.v7.client.ui.VTreeTablePatched
-
- getHorizontalDropLocation() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTargetDetails
-
Deprecated.
- getHtml() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTransferable
-
Deprecated.
- getIcon() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppTile
-
- getIconClass() - Method in enum info.magnolia.ui.vaadin.overlay.MessageStyleTypeEnum
-
- getIconFontId() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarItem
-
- getIconFontId() - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.shared.ThumbnailData
-
- getIconName() - Method in class info.magnolia.ui.vaadin.icon.Icon
-
- getIconResourceURL(String) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.connector.ActionbarConnector
-
- getIconResourceURL(String) - Method in interface info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetView.Presenter
-
- getId() - Method in enum com.vaadin.v7.client.ui.VScrollTablePatched.SelectMode
-
- getId() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage.ShellMessageWidget
-
- getIdentifier() - Method in class com.googlecode.mgwt.dom.client.event.touch.JavaTouch
-
- getIdentifier() - Method in class com.googlecode.mgwt.dom.client.event.touch.JsTouch
-
- getIdentifier() - Method in interface com.googlecode.mgwt.dom.client.event.touch.Touch
-
- getImageSource() - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- getIndent() - Method in class com.vaadin.v7.client.ui.VTreeTablePatched.VTreeTableScrollBody.VTreeTableRow
-
- getIndentWidth() - Method in class com.vaadin.v7.client.ui.VTreeTablePatched.VTreeTableScrollBody
-
- getIndex() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
- getInternalValue() - Method in class info.magnolia.ui.vaadin.switcher.Switcher
-
Returns the selected item id.
- getIsFullScreen() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.FullScreenEvent
-
- getItemDataSource() - Method in class info.magnolia.ui.vaadin.form.Form
-
- getJcrop() - Method in class info.magnolia.ui.vaadin.editor.CroppableImage
-
- getJQueryWrapper() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.animation.JQueryAnimation
-
- getKey() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
- getKeys() - Method in class com.googlecode.mgwt.collection.client.JsLightMap
-
- getKeys() - Method in class com.googlecode.mgwt.collection.shared.java.JavaLightMap
-
- getKeys() - Method in interface com.googlecode.mgwt.collection.shared.LightMap
-
get all keys for this map
- getLabel() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarItem
-
- getLabel() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.widget.MagnoliaTabWidget
-
- getLastRendered() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody
-
- getLeft() - Method in interface com.googlecode.mgwt.dom.client.recognizer.pinch.OffsetProvider
-
the upper left corner of the widget
- getLeft() - Method in class com.googlecode.mgwt.dom.client.recognizer.pinch.UIObjectToOffsetProvider
-
- getLeft() - Method in class info.magnolia.ui.vaadin.gwt.shared.jcrop.SelectionArea
-
- getLeftContainer() - Method in class info.magnolia.ui.vaadin.splitfeed.SplitFeed
-
- getListenedEvents() - Method in class info.magnolia.ui.vaadin.richtext.MagnoliaRichTextFieldConfig
-
- getLogo() - Method in interface info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.VShellImageBundle
-
- getMap() - Method in class com.googlecode.mgwt.collection.client.JsLightMap
-
get the underlying javascript object
- getMaxIndent() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody
-
This method exists for the needs of VTreeTable
only.
- getMaxIndent() - Method in class com.vaadin.v7.client.ui.VTreeTablePatched.VTreeTableScrollBody
-
- getMessage() - Method in class info.magnolia.ui.vaadin.dialog.ConfirmationDialog
-
- getMessage() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage.ShellMessageWidget
-
- getMessageTypeCaption() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage.ShellMessageWidget
-
- getMessageTypeCaption() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage.VInfoMessage
-
- getMessageTypeCaption() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage.VShellErrorMessage
-
- getMessageTypeCaption() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage.VWarningMessage
-
- getMinDistance() - Method in class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeRecognizer
-
the distance that needs to be covered before counting as a swipe
- getMinDistance() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.MagnoliaSwipeRecognizer
-
- getMinWidth() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.HeaderCell
-
- getMouseDownEvent() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTransferable
-
Deprecated.
- getName() - Method in class info.magnolia.ui.vaadin.form.FormSection
-
- getName() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarItem
-
- getName() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarSection
-
- getName() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarItemWidget
-
- getName() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarSectionWidget
-
- getName() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.VActionbarGroup
-
- getName() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppGroup
-
- getName() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppTile
-
- getName() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.AppTileWidget
-
- getName() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.ActivateAppEvent
-
- getName() - Method in class info.magnolia.ui.vaadin.richtext.MagnoliaRichTextFieldConfig.ToolbarGroup
-
- getNaturalColumnWidth(int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.FooterCell
-
Detects the natural minimum width for the column of this header cell.
- getNaturalColumnWidth(int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.HeaderCell
-
Detects the natural minimum width for the column of this header cell.
- getNavigationDownKey() - Method in class com.vaadin.client.ui.VSliderPatched
-
Get the key that decreases the vertical slider.
- getNavigationDownKey() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Get the key that moves the selection head downwards.
- getNavigationEndKey() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Get the key the moves the selection to the end of the table.
- getNavigationLeftKey() - Method in class com.vaadin.client.ui.VSliderPatched
-
Get the key that decreases the horizontal slider.
- getNavigationLeftKey() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Get the key that scrolls to the left in the table.
- getNavigationPageDownKey() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Get the key the moves the selection one page down in the table.
- getNavigationPageUpKey() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Get the key the moves the selection one page up in the table.
- getNavigationRightKey() - Method in class com.vaadin.client.ui.VSliderPatched
-
Get the key that increases the horizontal slider.
- getNavigationRightKey() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Get the key that scroll to the right on the table.
- getNavigationSelectKey() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Get the key that selects an item in the table.
- getNavigationStartKey() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Get the key the moves the selection to the beginning of the table.
- getNavigationUpKey() - Method in class com.vaadin.client.ui.VSliderPatched
-
Get the key that increases the vertical slider.
- getNavigationUpKey() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Get the key that moves the selection head upwards.
- getNext(List<T>, T) - Static method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.util.CollectionUtil
-
- getNextLabel(MagnoliaTabLabel) - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.TabBarWidget
-
- getNextProblematicField(Connector) - Method in class info.magnolia.ui.vaadin.form.FormSection
-
- getNextTab(MagnoliaTab) - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTabSheet
-
- getNotification() - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTab
-
- getNumActions() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.VActionbarGroup
-
- getNumberOfFinders() - Method in class com.googlecode.mgwt.dom.client.recognizer.tap.MultiTapEvent
-
get the number of fingers that tapped on the screen
- getNumberOfFingers() - Method in class com.googlecode.mgwt.dom.client.recognizer.longtap.LongTapEvent
-
the number of fingers that created this event
- getNumberOfTabs() - Method in class com.googlecode.mgwt.dom.client.recognizer.tap.MultiTapEvent
-
get the number of times the screen was tapped
- getPageX() - Method in class com.googlecode.mgwt.dom.client.event.touch.JavaTouch
-
- getPageX() - Method in class com.googlecode.mgwt.dom.client.event.touch.JsTouch
-
The X position of the touch within the current document
- getPageX() - Method in interface com.googlecode.mgwt.dom.client.event.touch.Touch
-
The X position of the touch within the current document
- getPageY() - Method in class com.googlecode.mgwt.dom.client.event.touch.JavaTouch
-
- getPageY() - Method in class com.googlecode.mgwt.dom.client.event.touch.JsTouch
-
The Y position of the touch within the current document
- getPageY() - Method in interface com.googlecode.mgwt.dom.client.event.touch.Touch
-
The Y position of the touch within the current document
- getPaintableId() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- getPaintableId() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.TableHead
-
- getPaintableId() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
- getParameter() - Method in class info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.Fragment
-
- getParent() - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- getParent() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.AppTileWidget
-
- getParent() - Method in class info.magnolia.ui.vaadin.gwt.client.form.formsection.widget.FormSectionWidget
-
- getParent() - Method in class info.magnolia.ui.vaadin.gwt.client.richtext.TextAreaStretcherConnector
-
- getParent() - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTab
-
- getPresenter() - Method in interface info.magnolia.ui.vaadin.gwt.client.dialog.widget.BaseDialogView
-
- getPresenter() - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.widget.BaseDialogViewImpl
-
- getProperty(String) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.CssRule
-
Deprecated.
Returns a specific property value from this CSS rule.
- getPropertyDataSource() - Method in class info.magnolia.ui.vaadin.switcher.Switcher
-
Gets the current data source of the field, if any (actually from its underlying ComboBox
).
- getRenderedRowByKey(String) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Get a rendered row by its key
- getReqFirstRow() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.RowRequestHandler
-
- getRequiredHeight() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody
-
- getResourceUrl() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarItem
-
- getRightContainer() - Method in class info.magnolia.ui.vaadin.splitfeed.SplitFeed
-
- getRowByRowIndex(int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody
-
- getRowHeight() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody
-
- getRowHeight(boolean) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody
-
- getScaleFactor() - Method in class com.googlecode.mgwt.dom.client.recognizer.pinch.PinchEvent
-
the new scale factor that can be applied for getting a zoom effect
- getScaleFactor() - Method in class info.magnolia.ui.vaadin.gwt.client.pinch.MagnoliaPinchEvent
-
- getScrollTableRow(Element) - Method in class com.vaadin.v7.client.ui.table.TableConnectorPatched
-
- getScrollTableRow(Element) - Method in class com.vaadin.v7.client.ui.treetable.TreeTableConnectorPatched
-
- getScrollTop() - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- getSectionEl() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.VPermanentAppTileGroup
-
- getSections() - Method in class info.magnolia.ui.vaadin.actionbar.Actionbar
-
- getSections() - Method in interface info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetView
-
Gets the section widgets inside this action bar view.
- getSections() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetViewImpl
-
- getSections() - Method in class info.magnolia.ui.vaadin.layout.SmallAppLayout
-
- getSelectAllCB() - Method in class info.magnolia.ui.vaadin.gwt.client.grid.VMagnoliaTable.MagnoliaTableHead
-
- getSelectionBoundaries() - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.connector.ThumbnailLayoutState.SelectionModel
-
- getSelector() - Method in class info.magnolia.ui.vaadin.gwt.client.layout.CssRule
-
Deprecated.
- getServerPlugins() - Method in class info.magnolia.ui.vaadin.richtext.MagnoliaRichTextFieldConfig
-
- getSettings() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.animation.JQueryAnimation
-
- getShell() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage.ShellMessageWidget
-
- getShellAppType(Connector) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.ShellAppViewportState
-
- getShellAppViewport() - Method in class info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell
-
- getSize() - Method in class info.magnolia.ui.vaadin.icon.Icon
-
- getSource() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.event.ActionTriggerEvent
-
- getStart() - Method in class info.magnolia.ui.vaadin.gwt.shared.Range
-
Returns the inclusive start point of this range.
- getStartPositions() - Method in class com.googlecode.mgwt.dom.client.recognizer.longtap.LongTapEvent
-
the start position of all fingers
- getStartX() - Method in class com.googlecode.mgwt.dom.client.event.tap.TapEvent
-
get the x start position of the tap
- getStartY() - Method in class com.googlecode.mgwt.dom.client.event.tap.TapEvent
-
get the y start position of the tap
- getState() - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
- getState(boolean) - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
- getState() - Method in class com.vaadin.v7.client.ui.table.TableConnectorPatched
-
- getState() - Method in class com.vaadin.v7.client.ui.treetable.TreeTableConnectorPatched
-
- getState() - Method in class info.magnolia.ui.vaadin.actionbar.Actionbar
-
- getState(boolean) - Method in class info.magnolia.ui.vaadin.actionbar.Actionbar
-
- getState() - Method in class info.magnolia.ui.vaadin.applauncher.AppLauncher
-
- getState() - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog
-
- getState(boolean) - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- getState() - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- getState() - Method in class info.magnolia.ui.vaadin.extension.MessageBubble
-
- getState() - Method in class info.magnolia.ui.vaadin.extension.ShortcutProtector
-
- getState() - Method in class info.magnolia.ui.vaadin.form.Form
-
- getState(boolean) - Method in class info.magnolia.ui.vaadin.form.Form
-
- getState() - Method in class info.magnolia.ui.vaadin.form.FormSection
-
- getState(boolean) - Method in class info.magnolia.ui.vaadin.form.FormSection
-
- getState() - Method in class info.magnolia.ui.vaadin.form.tab.MagnoliaFormTab
-
- getState() - Method in class info.magnolia.ui.vaadin.grid.MagnoliaTreeTable
-
MGNLUI-729 Overridden so that table is not marked as dirty without changes.
- getState() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.connector.ActionbarConnector
-
- getState() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.connector.AppLauncherConnector
-
- getState() - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.connector.BaseDialogConnector
-
- getState() - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.connector.OverlayConnector
-
- getState() - Method in class info.magnolia.ui.vaadin.gwt.client.extension.MessageBubbleConnector
-
- getState() - Method in class info.magnolia.ui.vaadin.gwt.client.extension.ShortcutProtectorConnector
-
- getState() - Method in class info.magnolia.ui.vaadin.gwt.client.form.connector.FormConnector
-
- getState() - Method in class info.magnolia.ui.vaadin.gwt.client.form.formsection.connector.FormSectionConnector
-
- getState() - Method in class info.magnolia.ui.vaadin.gwt.client.form.tab.connector.FormTabConnector
-
- getState() - Method in class info.magnolia.ui.vaadin.gwt.client.icon.connector.BadgeIconConnector
-
- getState() - Method in class info.magnolia.ui.vaadin.gwt.client.icon.connector.IconConnector
-
- getState() - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.connector.LazyThumbnailLayoutConnector
-
- getState() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellConnector
-
- getState() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.AppsViewportConnector
-
- getState() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.ShellAppsViewportConnector
-
- getState() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.ViewportConnector
-
- getState() - Method in class info.magnolia.ui.vaadin.gwt.client.richtext.RichTextConnector
-
- getState() - Method in class info.magnolia.ui.vaadin.gwt.client.richtext.TextAreaStretcherConnector
-
- getState() - Method in class info.magnolia.ui.vaadin.gwt.client.sticker.connector.StickerConnector
-
- getState() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.connector.MagnoliaTabSheetConnector
-
- getState() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.connector.MagnoliaTabConnector
-
- getState() - Method in class info.magnolia.ui.vaadin.icon.BadgeIcon
-
- getState(boolean) - Method in class info.magnolia.ui.vaadin.icon.Icon
-
- getState() - Method in class info.magnolia.ui.vaadin.icon.Icon
-
- getState() - Method in class info.magnolia.ui.vaadin.icon.LoadingIcon
-
- getState() - Method in class info.magnolia.ui.vaadin.layout.LazyThumbnailLayout
-
- getState(boolean) - Method in class info.magnolia.ui.vaadin.layout.LazyThumbnailLayout
-
- getState() - Method in class info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell
-
- getState(boolean) - Method in class info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell
-
- getState() - Method in class info.magnolia.ui.vaadin.magnoliashell.viewport.AppsViewport
-
- getState() - Method in class info.magnolia.ui.vaadin.magnoliashell.viewport.ShellAppsViewport
-
- getState(boolean) - Method in class info.magnolia.ui.vaadin.magnoliashell.viewport.ShellViewport
-
- getState() - Method in class info.magnolia.ui.vaadin.magnoliashell.viewport.ShellViewport
-
- getState() - Method in class info.magnolia.ui.vaadin.overlay.Overlay
-
- getState() - Method in class info.magnolia.ui.vaadin.richtext.TextAreaStretcher
-
- getState() - Method in class info.magnolia.ui.vaadin.sticker.Sticker
-
- getState(boolean) - Method in class info.magnolia.ui.vaadin.sticker.Sticker
-
- getState(boolean) - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTab
-
- getState() - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTab
-
- getState() - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTabSheet
-
- getState(boolean) - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTabSheet
-
- getStream() - Method in class info.magnolia.ui.vaadin.server.DownloadStreamResource
-
Returns the DownloadStream
instance.
- getStubImage() - Method in interface info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.widget.LazyThumbnailLayoutImageBundle
-
- getSubAppId() - Method in class info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.Fragment
-
- getSubPartElement(String) - Method in class com.vaadin.client.ui.VSliderPatched
-
- getSubPartElement(String) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- getSubPartName(Element) - Method in class com.vaadin.client.ui.VSliderPatched
-
- getSubPartName(Element) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- getSupportedParentType() - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- getTab() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.event.ActiveTabChangedEvent
-
- getTab() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.event.TabCloseEvent
-
- getTab() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.widget.MagnoliaTabLabel
-
- getTabContainer() - Method in interface info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.MagnoliaTabSheetView
-
- getTabContainer() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.MagnoliaTabSheetViewImpl
-
- getTableHeight() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody
-
- getTabs() - Method in interface info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.MagnoliaTabSheetView
-
- getTabs() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.MagnoliaTabSheetViewImpl
-
- getTabSheet() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.event.TabSetChangedEvent
-
- getTargetElement() - Method in class com.googlecode.mgwt.dom.client.event.tap.TapEvent
-
Returns the element that was the actual target of the Tap event.
- getTargetElement() - Method in class com.googlecode.mgwt.dom.client.recognizer.TapRecognizer
-
- getText() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTransferable
-
Deprecated.
- getThreshold() - Method in class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeRecognizer
-
the threshold before an event is fired (deadzone)
- getThreshold() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.MagnoliaSwipeRecognizer
-
- getThumbnailHeight() - Method in class info.magnolia.ui.vaadin.layout.LazyThumbnailLayout
-
- getThumbnailId() - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.shared.ThumbnailData
-
- getThumbnailIndex(Element) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.widget.EscalatorThumbnailsPanel
-
- getThumbnailProperty(Object) - Method in interface info.magnolia.ui.vaadin.layout.data.ThumbnailContainer
-
- getThumbnailPropertyId() - Method in interface info.magnolia.ui.vaadin.layout.data.ThumbnailContainer
-
- getThumbnailWidth() - Method in class info.magnolia.ui.vaadin.layout.LazyThumbnailLayout
-
- getTime() - Method in class com.googlecode.mgwt.dom.client.recognizer.longtap.LongTapEvent
-
the time the user held the fingers
- getTime() - Method in class com.googlecode.mgwt.dom.client.recognizer.SystemTimeProvider
-
- getTime() - Method in interface com.googlecode.mgwt.dom.client.recognizer.TimeProvider
-
- getTimerExecutor() - Method in class com.googlecode.mgwt.dom.client.recognizer.longtap.LongTapRecognizer
-
- getTooltip(Element) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
- getTooltipInfo(Element) - Method in class com.vaadin.v7.client.ui.table.TableConnectorPatched
-
- getTooltipInfo(Element) - Method in class com.vaadin.v7.client.ui.treetable.TreeTableConnectorPatched
-
- getTooltipInfo() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
- getTop() - Method in interface com.googlecode.mgwt.dom.client.recognizer.pinch.OffsetProvider
-
the upper left corner of the widget
- getTop() - Method in class com.googlecode.mgwt.dom.client.recognizer.pinch.UIObjectToOffsetProvider
-
- getTop() - Method in class info.magnolia.ui.vaadin.gwt.shared.jcrop.SelectionArea
-
- getTopic() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage.ShellMessageWidget
-
- getTotalRows() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- getTouch() - Method in class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeMoveEvent
-
- getTouch() - Method in class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeStartEvent
-
- getTouches() - Method in class com.googlecode.mgwt.dom.client.event.mouse.SimulatedTouchEndEvent
-
- getTouches() - Method in class com.googlecode.mgwt.dom.client.event.mouse.SimulatedTouchMoveEvent
-
- getTouches() - Method in class com.googlecode.mgwt.dom.client.event.mouse.SimulatedTouchStartEvent
-
- getTouches() - Method in class com.googlecode.mgwt.dom.client.event.touch.TouchEvent
-
- getTouchStart() - Static method in class com.googlecode.mgwt.dom.client.event.mouse.MultiTouchMouseEmulator
-
- getTouchStarts() - Method in class com.googlecode.mgwt.dom.client.recognizer.tap.MultiTapEvent
-
get the position of the fingers that started the taps
- getTransferable(Map<String, Object>) - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
- getTransistionEnd() - Method in interface com.googlecode.mgwt.dom.client.event.EventTypes
-
- getTransistionEnd() - Method in class com.googlecode.mgwt.dom.client.event.EventTypesDefault
-
- getTransistionEnd() - Method in class com.googlecode.mgwt.dom.client.event.MozEventTypes
-
- getTransistionEnd() - Method in class com.googlecode.mgwt.dom.client.event.SafariEventTypes
-
- getTransitionDelegate() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.ViewportWidget
-
- getType() - Static method in class com.googlecode.mgwt.dom.client.event.tap.TapEvent
-
- getType() - Static method in class com.googlecode.mgwt.dom.client.event.touch.TouchCancelEvent
-
getType
- getType() - Static method in class com.googlecode.mgwt.dom.client.event.touch.TouchEndEvent
-
getType
- getType() - Static method in class com.googlecode.mgwt.dom.client.event.touch.TouchMoveEvent
-
getType
- getType() - Static method in class com.googlecode.mgwt.dom.client.event.touch.TouchStartEvent
-
getType
- getType() - Static method in class com.googlecode.mgwt.dom.client.recognizer.longtap.LongTapEvent
-
Returns the type of the event
- getType() - Static method in class com.googlecode.mgwt.dom.client.recognizer.pinch.PinchEvent
-
- getType() - Static method in class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeEndEvent
-
- getType() - Static method in class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeMoveEvent
-
- getType() - Static method in class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeStartEvent
-
- getType() - Static method in class com.googlecode.mgwt.dom.client.recognizer.tap.MultiTapEvent
-
- getType() - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- getType() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.ShellAppRequestedEvent
-
- getType() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.ShellAppStartedEvent
-
- getType() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.ShellAppStartingEvent
-
- getType() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.ViewportConnector
-
- getType() - Method in class info.magnolia.ui.vaadin.switcher.Switcher
-
- getTypeByFragmentId(String) - Static method in enum info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.ShellAppType
-
- getUriFragment() - Method in class info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell
-
- getValidators() - Method in class info.magnolia.ui.vaadin.grid.MagnoliaTreeTable
-
MGNLUI-962 Overridden to fulfill AbstractField's repaintIsNotNeeded, super impl returns empty collection instead.
- getValue() - Method in class com.vaadin.client.ui.VSliderPatched
-
- getValue() - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.widget.Slider
-
- getVerticalDropLocation() - Method in class com.vaadin.ui.DragAndDropWrapper.WrapperTargetDetails
-
Deprecated.
- getView() - Static method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.AppLauncherUtil
-
- getView() - Method in class info.magnolia.ui.vaadin.gwt.client.form.connector.FormConnector
-
- getVisibleCellCount() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.TableHead
-
- getVisibleChild() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.ViewportWidget
-
- getWebappName() - Method in class info.magnolia.ui.vaadin.gwt.client.sticker.widget.VSticker
-
- getWebappName() - Method in class info.magnolia.ui.vaadin.sticker.Sticker
-
- getWidget() - Method in class com.vaadin.v7.client.ui.table.TableConnectorPatched
-
- getWidget() - Method in class com.vaadin.v7.client.ui.treetable.TreeTableConnectorPatched
-
- getWidget() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.connector.ActionbarConnector
-
- getWidget() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.connector.AppLauncherConnector
-
- getWidget() - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.connector.OverlayConnector
-
- getWidget() - Method in class info.magnolia.ui.vaadin.gwt.client.form.formsection.connector.FormSectionConnector
-
- getWidget() - Method in class info.magnolia.ui.vaadin.gwt.client.form.tab.connector.FormTabConnector
-
- getWidget() - Method in class info.magnolia.ui.vaadin.gwt.client.grid.connector.MagnoliaTableConnector
-
- getWidget() - Method in class info.magnolia.ui.vaadin.gwt.client.grid.connector.MagnoliaTreeTableConnector
-
- getWidget() - Method in class info.magnolia.ui.vaadin.gwt.client.icon.connector.BadgeIconConnector
-
- getWidget() - Method in class info.magnolia.ui.vaadin.gwt.client.icon.connector.CompositeIconConnector
-
- getWidget() - Method in class info.magnolia.ui.vaadin.gwt.client.icon.connector.IconConnector
-
- getWidget() - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.connector.LazyThumbnailLayoutConnector
-
- getWidget() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.AppsViewportConnector
-
- getWidget() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.ShellAppsViewportConnector
-
- getWidget() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.ViewportConnector
-
- getWidget() - Method in class info.magnolia.ui.vaadin.gwt.client.richtext.RichTextConnector
-
- getWidget() - Method in class info.magnolia.ui.vaadin.gwt.client.sticker.connector.StickerConnector
-
- getWidget() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.connector.MagnoliaTabConnector
-
- getWidgetForPaintable() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- getWidgetForPaintable() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
- getWidth() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.FooterCell
-
Returns the pixels width of the footer cell.
- getWidth() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.HeaderCell
-
Returns the pixels width of the header cell.
- getWidth() - Method in class info.magnolia.ui.vaadin.gwt.shared.jcrop.SelectionArea
-
- getWidthWithIndent() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.HeaderCell
-
This method exists for the needs of VTreeTable
only.
- getX() - Method in class com.googlecode.mgwt.dom.client.recognizer.pinch.PinchEvent
-
The x position of the center point of the pinch.
- getX() - Method in class info.magnolia.ui.vaadin.gwt.client.pinch.MagnoliaPinchEvent
-
- getY() - Method in class com.googlecode.mgwt.dom.client.recognizer.pinch.PinchEvent
-
The y position of the center point of the pinch.
- getY() - Method in class info.magnolia.ui.vaadin.gwt.client.pinch.MagnoliaPinchEvent
-
- goBack() - Method in class info.magnolia.ui.vaadin.switcher.Switcher
-
Sets the previous value - if the current value is not the first available in the set.
- goForward() - Method in class info.magnolia.ui.vaadin.switcher.Switcher
-
Sets the next value - if the current value is not the last available in the set.
- goToApp(Fragment) - Method in class info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell
-
- goToApp(Fragment) - Method in interface info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell.Listener
-
- goToNextApp() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.AppsViewportWidget
-
- goToPreviousApp() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.AppsViewportWidget
-
- goToShellApp(Fragment) - Method in class info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell
-
- goToShellApp(Fragment) - Method in interface info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell.Listener
-
- group - Variable in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarItemWidget
-
- groupsOrder - Variable in class info.magnolia.ui.vaadin.gwt.client.applauncher.connector.AppLauncherState
-
- GwtTouchEventConverter - Class in info.magnolia.ui.vaadin.gwt.client.touchwidget
-
Class that converts the GWT touch event to its correspondent from mgwt.
- GwtTouchEventConverter() - Constructor for class info.magnolia.ui.vaadin.gwt.client.touchwidget.GwtTouchEventConverter
-
- SafariEventTypes - Class in com.googlecode.mgwt.dom.client.event
-
- SafariEventTypes() - Constructor for class com.googlecode.mgwt.dom.client.event.SafariEventTypes
-
- sameSubApp(Fragment) - Method in class info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.Fragment
-
- saveNaturalColumnWidthIfNotSaved(int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.FooterCell
-
Saves natural column width if it hasn't been saved already.
- saveNaturalColumnWidthIfNotSaved(int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.HeaderCell
-
Saves natural column width if it hasn't been saved already.
- scale(float) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.widget.EscalatorThumbnailsPanel
-
- scaleRatio - Variable in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.connector.ThumbnailLayoutState
-
- scaleToWidth(int) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.widget.EscalatorThumbnailsPanel
-
- scrollBody - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
For internal use only.
- scrollBody - Variable in class com.vaadin.v7.client.ui.VTreeTablePatched
-
For internal use only.
- scrollBodyPanel - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
For internal use only.
- sectionOrder - Variable in class info.magnolia.ui.vaadin.gwt.client.actionbar.connector.ActionbarState
-
- sections - Variable in class info.magnolia.ui.vaadin.gwt.client.actionbar.connector.ActionbarState
-
- select(SelectionArea) - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- select(SelectionArea) - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- select(String) - Static method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- select(Element) - Static method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- select(Widget) - Static method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- selectedIndices - Variable in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.connector.ThumbnailLayoutState.SelectionModel
-
- selectedRowKeys - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- selectFirstItemInNextRender - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
For internal use only.
- selectFirstRenderedRowInViewPort(boolean) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Selects the first row visible in the table
- selectId(String) - Static method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- selection - Variable in class info.magnolia.ui.vaadin.gwt.client.jcrop.JCropState
-
- selection - Variable in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.connector.ThumbnailLayoutState
-
- SelectionArea - Class in info.magnolia.ui.vaadin.gwt.shared.jcrop
-
SelectionArea.
- SelectionArea() - Constructor for class info.magnolia.ui.vaadin.gwt.shared.jcrop.SelectionArea
-
- SelectionArea(int, int, int, int) - Constructor for class info.magnolia.ui.vaadin.gwt.shared.jcrop.SelectionArea
-
- selectionChanged - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Flag for notifying when the selection has changed and should be sent to
the server
- SelectionModel() - Constructor for class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.connector.ThumbnailLayoutState.SelectionModel
-
- selectionRangeStart - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Helper to store selection range start in when using the keyboard
- selectionStatusComponent - Variable in class info.magnolia.ui.vaadin.gwt.client.jcrop.JCropState
-
- selectLastItemInNextRender - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
For internal use only.
- selectLastRenderedRowInViewPort(boolean) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Selects the last row visible in the table
- selectSelectedRows(UIDL) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
For internal use only.
- sendContextClickEvent(MouseEventDetails, EventTarget) - Method in class com.vaadin.v7.client.ui.table.TableConnectorPatched
-
- sendSelectedRows() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Sends the selection to the server if changed since the last update/visit.
- sendSelectedRows(boolean) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Sends the selection to the server if it has been changed since the last
update/visit.
- sendSelectedRows(boolean) - Method in class com.vaadin.v7.client.ui.VTreeTablePatched
-
- sendToggleCollapsedUpdate(String) - Method in class com.vaadin.v7.client.ui.VTreeTablePatched
-
- serverCacheFirst - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Values (serverCacheFirst+serverCacheLast) sent by server that tells which
rows (indexes) are in the server side cache (page buffer).
- serverCacheLast - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- set(int, T) - Method in class com.googlecode.mgwt.collection.client.JsLightArray
-
- set(int, boolean) - Method in class com.googlecode.mgwt.collection.client.JsLightArrayBoolean
-
- set(int, int) - Method in class com.googlecode.mgwt.collection.client.JsLightArrayInteger
-
- set(int, T) - Method in class com.googlecode.mgwt.collection.shared.java.JavaLightArray
-
- set(int, boolean) - Method in class com.googlecode.mgwt.collection.shared.java.JavaLightArrayBoolean
-
- set(int, int) - Method in class com.googlecode.mgwt.collection.shared.java.JavaLightArrayInt
-
- set(int, T) - Method in interface com.googlecode.mgwt.collection.shared.LightArray
-
put an object to a given index.
- set(int, boolean) - Method in interface com.googlecode.mgwt.collection.shared.LightArrayBoolean
-
put an object to a given index.
- set(int, int) - Method in interface com.googlecode.mgwt.collection.shared.LightArrayInt
-
put an object to a given index.
- set(Element, String) - Method in interface info.magnolia.ui.vaadin.gwt.client.jquerywrapper.CssHookHandler
-
- setActionEnabled(String, boolean) - Method in class info.magnolia.ui.vaadin.actionbar.Actionbar
-
- setActionEnabled(String, String, boolean) - Method in class info.magnolia.ui.vaadin.actionbar.Actionbar
-
- setActionOrder(List<String>) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarSection
-
- setActions(Map<String, ActionbarItem>) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarSection
-
- setActive(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.AppsTransitionDelegate
-
- setActive(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.ShellAppsTransitionDelegate
-
Slides down if active, fades out if inactive - except if the viewport is closing.
- setActive(boolean) - Method in interface info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.TransitionDelegate
-
- setActive(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.ShellAppsViewportWidget
-
- setActive(boolean) - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTab
-
- setActiveNoTransition(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.ShellAppsViewportWidget
-
- setActiveState(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.AppTileWidget
-
- setActiveTab(Connector) - Method in interface info.magnolia.ui.vaadin.gwt.client.tabsheet.rpc.MagnoliaTabSheetServerRpc
-
- setActiveTab(MagnoliaTabWidget) - Method in interface info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.MagnoliaTabSheetView
-
- setActiveTab(MagnoliaTabWidget) - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.MagnoliaTabSheetViewImpl
-
- setActiveTab(MagnoliaTab) - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTabSheet
-
- setAlign(char) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.FooterCell
-
Set alignment of the text in the cell
- setAlign(char) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.HeaderCell
-
- setAlignment(MessageBubbleAlignment) - Method in class info.magnolia.ui.vaadin.extension.MessageBubble
-
- setAppActive(String, boolean) - Method in class info.magnolia.ui.vaadin.applauncher.AppLauncher
-
- setAppActive(String, boolean) - Method in interface info.magnolia.ui.vaadin.gwt.client.applauncher.widget.AppLauncherView
-
- setAppActive(String, boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.AppLauncherViewImpl
-
- setAppClosing() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.ShellState
-
- setAppName(String) - Method in class info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.Fragment
-
- setAppStarted() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.ShellState
-
- setAppStarting() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.ShellState
-
- setAppTiles(List<AppTile>) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppGroup
-
- setAppViewportType(ViewportType) - Method in class info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.Fragment
-
- setAspectRatio(double) - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- setAspectRatio(double) - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- setAttr(String, String) - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- setBackgroundColor(String) - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- setBackgroundColor(String) - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- setBackgroundColor(String) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppGroup
-
- setBackgroundOpacity(double) - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- setBackgroundOpacity(double) - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- setCacheRateFromUIDL(UIDL) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
For internal use only.
- setCallbacks(Callbacks) - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.AnimationSettings
-
- setCaption(String) - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog
-
- setCaption(String) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarSection
-
- setCaption(String) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppGroup
-
- setCaption(String) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppTile
-
- setCaption(String) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.VPermanentAppTileGroup
-
- setCaption(String) - Method in interface info.magnolia.ui.vaadin.gwt.client.dialog.widget.BaseDialogView
-
- setCaption(String) - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.widget.BaseDialogViewImpl
-
- setCaption(String) - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.widget.DialogHeaderWidget
-
- setCaption(String) - Method in class info.magnolia.ui.vaadin.gwt.client.form.formsection.widget.FormSectionWidget
-
- setCaption(String) - Method in class info.magnolia.ui.vaadin.gwt.client.form.widget.FormFieldWrapper
-
- setCaption(String) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.AppPreloader
-
- setCellWidth(int, int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableGeneratedRow
-
- setCellWidth(int, int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
- setCellWidth(int, int) - Method in class com.vaadin.v7.client.ui.VTreeTablePatched.VTreeTableScrollBody.VTreeTableGeneratedRow
-
- setCellWidth(int, int) - Method in class com.vaadin.v7.client.ui.VTreeTablePatched.VTreeTableScrollBody.VTreeTableRow
-
- setChildComponents(List<ComponentConnector>) - Method in class com.vaadin.v7.client.ui.table.TableConnectorPatched
-
- setChildMeasurementHint(HasChildMeasurementHintConnector.ChildMeasurementHint) - Method in class com.vaadin.v7.client.ui.table.TableConnectorPatched
-
- setChildMeasurementHint(HasChildMeasurementHintConnector.ChildMeasurementHint) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- setClientGroup(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppGroup
-
- setClientGroup(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.VAppTileGroup
-
- setClosable(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.widget.MagnoliaTabLabel
-
- setClosable(boolean) - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTab
-
- setCloseTimeout(int) - Method in class info.magnolia.ui.vaadin.overlay.Overlay
-
- setColor(String) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.VAppTileGroup
-
- setColor(String) - Method in class info.magnolia.ui.vaadin.gwt.client.icon.widget.IconWidget
-
- setColor(String) - Method in class info.magnolia.ui.vaadin.gwt.client.sticker.widget.VSticker
-
- setColor(String) - Method in class info.magnolia.ui.vaadin.icon.Icon
-
- setColor(String) - Method in class info.magnolia.ui.vaadin.sticker.Sticker
-
- setColumn(int) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.VActionbarItemTablet
-
- setColumnCollapsingAllowed(boolean) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.TableHead
-
- setColWidth(int, int, boolean) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Note: not part of the official API, extend at your own risk.
- setColWidth(int, int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody
-
Sets the content width of a column.
- setComponentHelpDescription(Component, String) - Method in class info.magnolia.ui.vaadin.form.FormSection
-
- setConnection(ApplicationConnection) - Method in class com.vaadin.client.ui.VSliderPatched
-
- setContainerDataSource(Container) - Method in class info.magnolia.ui.vaadin.layout.LazyThumbnailLayout
-
- setContainerDataSource(Container) - Method in class info.magnolia.ui.vaadin.switcher.Switcher
-
Sets the Container
that serves as the data source of the viewer (on the underlying ComboBox
).
- setContent(Component) - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog
-
- setContent(Component) - Method in class info.magnolia.ui.vaadin.dialog.ConfirmationDialog
-
- setContent(Component) - Method in class info.magnolia.ui.vaadin.dialog.Notification
-
- setContent(Widget) - Method in interface info.magnolia.ui.vaadin.gwt.client.dialog.widget.BaseDialogView
-
- setContent(Widget) - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.widget.BaseDialogViewImpl
-
- setContent(Widget) - Method in interface info.magnolia.ui.vaadin.gwt.client.form.widget.FormView
-
- setContent(Widget) - Method in class info.magnolia.ui.vaadin.gwt.client.form.widget.FormViewImpl
-
- setContent(Component) - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTab
-
- setConverter(Converter<Object, ?>) - Method in class info.magnolia.ui.vaadin.switcher.Switcher
-
Sets the Converter
used to convert the field value to property data
source type.
- setCropVisible(boolean) - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- setCropVisible(boolean) - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- setCss(String, String) - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- setCss(JSONObject) - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- setCss(JavaScriptObject) - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- setCssPx(String, int) - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- setCurtainAttached(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.AppsTransitionDelegate
-
- setCurtainVisible(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.AppsTransitionDelegate
-
- setCurtainVisible(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.AppsViewportWidget
-
- setDescription(String) - Method in interface info.magnolia.ui.vaadin.gwt.client.dialog.widget.BaseDialogView
-
- setDescription(String) - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.widget.BaseDialogViewImpl
-
- setDescription(String) - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.widget.DialogHeaderWidget
-
- setDescription(String) - Method in class info.magnolia.ui.vaadin.layout.SmallAppLayout
-
- setDescriptionPropertyName(String) - Method in class info.magnolia.ui.vaadin.switcher.Switcher
-
Sets the name of the property which is used as the value of the description of an item.
If it's not set, a description cannot be showed.
When set, the passed Container
should have set the property name descriptionPropertyName.
- setDescriptionVisibility(boolean) - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog
-
- setDescriptionVisibility(boolean) - Method in class info.magnolia.ui.vaadin.form.Form
-
- setDescriptionVisibility(boolean) - Method in interface info.magnolia.ui.vaadin.form.FormViewReduced
-
- setDescriptionVisibility(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.connector.BaseDialogConnector
-
- setDescriptionVisibility(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.connector.DialogContainingFormConnector
-
- setDescriptionVisibility(boolean) - Method in interface info.magnolia.ui.vaadin.gwt.client.dialog.rpc.DialogServerRpc
-
- setDescriptionVisibility(boolean) - Method in interface info.magnolia.ui.vaadin.gwt.client.dialog.widget.BaseDialogView.Presenter
-
- setDescriptionVisible(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.form.formsection.widget.FormSectionWidget
-
- setDescriptionVisible(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.form.tab.widget.FormTabWidget
-
- setDescriptionVisible(boolean) - Method in interface info.magnolia.ui.vaadin.gwt.client.form.widget.FormView
-
- setDescriptionVisible(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.form.widget.FormViewImpl
-
- setDialogDescription(String) - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog
-
- setDisabled(boolean) - Method in class com.vaadin.client.ui.VSliderPatched
-
- setDisabledActions(Collection<ActionbarItem>) - Method in interface info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetView
-
- setDisabledActions(Collection<ActionbarItem>) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetViewImpl
-
- setDragImageComponent(Component) - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
Sets the component that will be used as the drag image.
- setDragStartMode(DragAndDropWrapper.DragStartMode) - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
- setDropHandler(DropHandler) - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
- setElement(Element) - Method in class info.magnolia.ui.vaadin.gwt.client.grid.VMagnoliaTable.MagnoliaTableBody.MagnoliaTableRow
-
Minor hack.
- setEnabled(boolean) - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- setEnabled(boolean) - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- setEnabled(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarItemWidget
-
- setEnvironment(String) - Method in class info.magnolia.ui.vaadin.gwt.client.sticker.widget.VSticker
-
- setEnvironment(String) - Method in class info.magnolia.ui.vaadin.sticker.Sticker
-
- setErrorAmount(int) - Method in interface info.magnolia.ui.vaadin.gwt.client.form.widget.FormView
-
- setErrorAmount(int) - Method in class info.magnolia.ui.vaadin.gwt.client.form.widget.FormViewImpl
-
- setErrorLabels(String, String) - Method in class info.magnolia.ui.vaadin.form.Form
-
- setErrorsLabel(String) - Method in interface info.magnolia.ui.vaadin.gwt.client.form.widget.FormView
-
- setErrorsLabel(String) - Method in class info.magnolia.ui.vaadin.gwt.client.form.widget.FormViewImpl
-
- setEventBus(EventBus) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.AppsViewportConnector
-
- setEventBus(EventBus) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.ShellAppsViewportConnector
-
- setEventBus(EventBus) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.ViewportConnector
-
- setEventBus(EventBus) - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.widget.MagnoliaTabLabel
-
- setEventPropagator(EventPropagator) - Method in class com.googlecode.mgwt.dom.client.recognizer.longtap.LongTapRecognizer
-
set the event propagator that is used by the recognizer - used for testing
- setEventPropagator(EventPropagator) - Method in class com.googlecode.mgwt.dom.client.recognizer.pinch.PinchRecognizer
-
- setEventPropagator(EventPropagator) - Method in class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeRecognizer
-
- setEventPropagator(EventPropagator) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.MagnoliaSwipeRecognizer
-
- setEventPropagator(EventPropagator) - Method in class info.magnolia.ui.vaadin.gwt.client.pinch.MagnoliaPinchRecognizer
-
- setExpandRatio(float) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.FooterCell
-
Sets the expand ratio of the cell
- setExpandRatio(float) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.HeaderCell
-
- setField(Widget) - Method in class info.magnolia.ui.vaadin.gwt.client.form.widget.FormFieldWrapper
-
- setFieldCaption(Widget, String) - Method in class info.magnolia.ui.vaadin.gwt.client.form.formsection.widget.FormSectionWidget
-
- setFieldDescription(Widget, String) - Method in class info.magnolia.ui.vaadin.gwt.client.form.formsection.widget.FormSectionWidget
-
- setFieldError(Widget, String) - Method in class info.magnolia.ui.vaadin.gwt.client.form.formsection.widget.FormSectionWidget
-
- setFieldRequired(Widget, boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.form.formsection.widget.FormSectionWidget
-
- setFillColor(String) - Method in class info.magnolia.ui.vaadin.gwt.client.icon.widget.BadgeIconWidget
-
- setFooterCell(int, VScrollTablePatched.FooterCell) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.TableFooter
-
Set a footer cell for a specified column index
- setFooterToolbar(Component) - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog
-
- setFooterToolbar(Widget) - Method in interface info.magnolia.ui.vaadin.gwt.client.dialog.widget.BaseDialogView
-
- setFooterToolbar(Widget) - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.widget.BaseDialogViewImpl
-
- setFullScreen(boolean) - Method in interface info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.rpc.ShellClientRpc
-
- setFullScreen(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.AppsViewportWidget
-
Set the look of the application and the state of the button.
- setFullScreen(boolean) - Method in class info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell
-
- setGroupEnabled(String, boolean) - Method in class info.magnolia.ui.vaadin.actionbar.Actionbar
-
- setGroupEnabled(String, String, boolean) - Method in class info.magnolia.ui.vaadin.actionbar.Actionbar
-
- setGroupName(String) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarItem
-
- setHasError(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.widget.MagnoliaTabLabel
-
- setHasError(boolean) - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTab
-
- setHeaderCell(int, VScrollTablePatched.HeaderCell) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.TableHead
-
- setHeaderToolbar(Component) - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog
-
- setHeaderToolbar(Widget) - Method in interface info.magnolia.ui.vaadin.gwt.client.dialog.widget.BaseDialogView
-
- setHeaderToolbar(Widget) - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.widget.BaseDialogViewImpl
-
- setHeight(String) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- setHeight(float, Sizeable.Unit) - Method in class info.magnolia.ui.vaadin.editor.CroppableImage
-
- setHeight(float, Sizeable.Unit) - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- setHeight(int) - Method in class info.magnolia.ui.vaadin.gwt.shared.jcrop.SelectionArea
-
- setHelpDescription(String) - Method in class info.magnolia.ui.vaadin.gwt.client.form.widget.FormFieldWrapper
-
- setHelpEnabled(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.form.widget.FormFieldWrapper
-
- setHighlighted(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.form.widget.HelpIconWidget
-
Change the visual state to show the icon more or less obtrusive.
- setHorizontalScrollPosition(int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.TableFooter
-
Set the horizontal position in the cell in the footer.
- setHorizontalScrollPosition(int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.TableHead
-
- setHTML5DataFlavor(String, Object) - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
Sets data flavors available in the DragAndDropWrapper is used to start an
HTML5 style drags.
- setIcon(String) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppTile
-
- setIcon(String) - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.widget.MagnoliaTabLabel
-
- setIcon(String) - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.widget.MagnoliaTabWidget
-
- setIcon(String) - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTab
-
- setIconFontId(String) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarItem
-
- setIconFontId(String) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.shared.ThumbnailData
-
- setIconName(String) - Method in class info.magnolia.ui.vaadin.gwt.client.icon.widget.IconWidget
-
- setIconName(String) - Method in class info.magnolia.ui.vaadin.icon.Icon
-
- setId(String) - Method in class com.vaadin.client.ui.VSliderPatched
-
- setImageSource(Resource) - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- setIndent() - Method in class com.vaadin.v7.client.ui.VTreeTablePatched.VTreeTableScrollBody.VTreeTableRow
-
- setIndication(int) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.NavigatorButton
-
- setIndication(ShellAppType, int) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.ShellAppLauncher
-
- setIndication(ShellAppType, int) - Method in class info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell
-
- setItemCaptionPropertyId(String) - Method in class info.magnolia.ui.vaadin.switcher.Switcher
-
Sets the item caption property of the underlying ComboBox
.
- setItemDataSource(Item) - Method in class info.magnolia.ui.vaadin.form.Form
-
- setLabel(String) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarItem
-
- setLastRendered(int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody
-
- setLeft(int) - Method in class info.magnolia.ui.vaadin.gwt.shared.jcrop.SelectionArea
-
- setListener(FormViewReduced.Listener) - Method in class info.magnolia.ui.vaadin.form.Form
-
- setListener(FormViewReduced.Listener) - Method in interface info.magnolia.ui.vaadin.form.FormViewReduced
-
- setListener(ShellAppLauncher.Listener) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.ShellAppLauncher
-
- setListener(MagnoliaShell.Listener) - Method in class info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell
-
- setListener(Overlay.Listener) - Method in class info.magnolia.ui.vaadin.overlay.Overlay
-
- setLocale(Locale) - Method in class info.magnolia.ui.vaadin.form.Form
-
- setLogo(String, String) - Method in interface info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.MagnoliaTabSheetView
-
- setLogo(String, String) - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.MagnoliaTabSheetViewImpl
-
- setLogo(String, String) - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTabSheet
-
- setMaxHeight(int) - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- setMaxHeight(int) - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- setMaxHeight(int) - Method in interface info.magnolia.ui.vaadin.gwt.client.form.widget.FormView
-
- setMaxHeight(int) - Method in class info.magnolia.ui.vaadin.gwt.client.form.widget.FormViewImpl
-
- setMaxHeight(int) - Method in interface info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.MagnoliaTabSheetView
-
- setMaxHeight(int) - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.MagnoliaTabSheetViewImpl
-
- setMaxValue(double) - Method in class com.vaadin.client.ui.VSliderPatched
-
- setMaxWidth(int) - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- setMaxWidth(int) - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- setMessage(String) - Method in class info.magnolia.ui.vaadin.dialog.ConfirmationDialog
-
- setMessage(String) - Method in class info.magnolia.ui.vaadin.extension.MessageBubble
-
- setMessage(String) - Method in class info.magnolia.ui.vaadin.gwt.client.form.formsection.widget.InlineMessageWidget
-
- setMessageType(MessageBubbleType) - Method in class info.magnolia.ui.vaadin.extension.MessageBubble
-
- setMinHeight(int) - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- setMinHeight(int) - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- setMinValue(double) - Method in class com.vaadin.client.ui.VSliderPatched
-
- setMinWidth(int) - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- setMinWidth(int) - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- setModalityLevel(String) - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog
-
- setMultiSelectMode(int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- setMultiSelectMode(int) - Method in class info.magnolia.ui.vaadin.gwt.client.grid.VMagnoliaTable
-
- setName(String) - Method in class info.magnolia.ui.vaadin.form.FormSection
-
- setName(String) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarItem
-
- setName(String) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarSection
-
- setName(String) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppGroup
-
- setName(String) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppTile
-
- setName(String) - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTabSheet
-
- setNaturalMinimumColumnWidth(int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.FooterCell
-
- setNaturalMinimumColumnWidth(int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.HeaderCell
-
- setNextErrorLabel(String) - Method in interface info.magnolia.ui.vaadin.gwt.client.form.widget.FormView
-
- setNextErrorLabel(String) - Method in class info.magnolia.ui.vaadin.gwt.client.form.widget.FormViewImpl
-
- setNotification(String) - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTab
-
- setNullSelectionAllowed(boolean) - Method in class info.magnolia.ui.vaadin.switcher.Switcher
-
Allow or disallow empty selection by the user; it applies #setNullSelectionAllowed on underlying ComboBox
.
- setNullSelectionItemId(Object) - Method in class info.magnolia.ui.vaadin.switcher.Switcher
-
Sets the item id that represents null value of this select;
it applies #setNullSelectionItemId on underlying ComboBox
.
- setOpen(boolean) - Method in class info.magnolia.ui.vaadin.actionbar.Actionbar
-
- setOpen(boolean) - Method in interface info.magnolia.ui.vaadin.gwt.client.actionbar.rpc.ActionbarServerRpc
-
- setOpen(boolean) - Method in interface info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetView
-
- setOpen(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetViewImpl
-
- setOpened(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.connector.ActionbarConnector
-
- setOpened(boolean) - Method in interface info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetView.Presenter
-
- setOpenHorizontally(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.VActionbarGroup
-
- setOrientation(SliderOrientation) - Method in class com.vaadin.client.ui.VSliderPatched
-
- setOutline(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.icon.widget.BadgeIconWidget
-
- setPageSize(int) - Method in interface info.magnolia.ui.vaadin.layout.data.PagingThumbnailContainer
-
- setParameter(String) - Method in class info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.Fragment
-
- setPermanent(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppGroup
-
- setPresenter(ActionbarWidgetView.Presenter) - Method in interface info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetView
-
Sets the presenter.
- setPresenter(ActionbarWidgetView.Presenter) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetViewImpl
-
- setPresenter(AppLauncherView.Presenter) - Method in interface info.magnolia.ui.vaadin.gwt.client.applauncher.widget.AppLauncherView
-
- setPresenter(AppLauncherView.Presenter) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.AppLauncherViewImpl
-
- setPresenter(BaseDialogView.Presenter) - Method in interface info.magnolia.ui.vaadin.gwt.client.dialog.widget.BaseDialogView
-
- setPresenter(BaseDialogView.Presenter) - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.widget.BaseDialogViewImpl
-
- setPresenter(FormView.Presenter) - Method in interface info.magnolia.ui.vaadin.gwt.client.form.widget.FormView
-
- setPresenter(FormView.Presenter) - Method in class info.magnolia.ui.vaadin.gwt.client.form.widget.FormViewImpl
-
- setPresenter(MagnoliaShellView.Presenter) - Method in interface info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellView
-
- setPresenter(MagnoliaShellView.Presenter) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellViewImpl
-
- setPreview(Widget) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarSectionWidget
-
- setProperTabIndex() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Sets the proper tabIndex for scrollBodyPanel (the focusable elemen in the
component).
- setProperty(String, Object) - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.AnimationSettings
-
- setProperty(String, String) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.CssRule
-
Deprecated.
Sets a specific property value for this CSS rule.
- setProperty(String, Object) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.animation.JQueryAnimation
-
- setPropertyDataSource(Property) - Method in class info.magnolia.ui.vaadin.switcher.Switcher
-
Sets the specified Property as the data source for the field on the underlying ComboBox
.
For more details see the javadoc of AbstractField.setPropertyDataSource(com.vaadin.v7.data.Property)
.
- setRatio(double) - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- setReadOnly(boolean) - Method in class com.vaadin.client.ui.VSliderPatched
-
- setRealResource(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.shared.ThumbnailData
-
- setRegisteredApps(List<String>) - Method in class info.magnolia.ui.vaadin.magnoliashell.viewport.AppsViewport
-
- setReqFirstRow(int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.RowRequestHandler
-
- setReqRows(int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.RowRequestHandler
-
- setRequired(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.form.widget.FormFieldWrapper
-
- setResolution(int) - Method in class com.vaadin.client.ui.VSliderPatched
-
- setResourceUrl(String) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.shared.ActionbarItem
-
- setRow(int) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.VActionbarItemTablet
-
- setRowFocus(VScrollTablePatched.VScrollTableBody.VScrollTableRow) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Moves the selection head to a specific row
- setScaleRatio(float) - Method in interface info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.rpc.ThumbnailLayoutServerRpc
-
- setScrollLocked(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.LockableScrollPanel
-
- setScrollTop(int) - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- setSectionPreview(Resource, String) - Method in class info.magnolia.ui.vaadin.actionbar.Actionbar
-
- setSectionPreview(String, String) - Method in interface info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetView
-
- setSectionPreview(String, String) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetViewImpl
-
- setSections(Collection<ActionbarSection>) - Method in interface info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetView
-
- setSections(Collection<ActionbarSection>) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetViewImpl
-
- setSectionVisible(String, boolean) - Method in class info.magnolia.ui.vaadin.actionbar.Actionbar
-
- setSelectedItemId(Object) - Method in class info.magnolia.ui.vaadin.layout.LazyThumbnailLayout
-
- setSelectedThumbnailsViaIndices(List<Integer>) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.widget.EscalatorThumbnailsPanel
-
- setSelectionStatusComponent(Component) - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- setShellAppClosing() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.ShellState
-
- setShellAppIndication(ShellAppType, int) - Method in interface info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellView
-
- setShellAppIndication(ShellAppType, int) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellViewImpl
-
- setShellAppStarted() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.ShellState
-
- setShellAppStarting() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.ShellState
-
- setShowAll() - Method in interface info.magnolia.ui.vaadin.gwt.client.tabsheet.rpc.MagnoliaTabSheetServerRpc
-
- setShowAllEnabled(boolean) - Method in class info.magnolia.ui.vaadin.form.Form
-
- setShowAllEnabled(boolean) - Method in interface info.magnolia.ui.vaadin.form.FormViewReduced
-
- setSize(int) - Method in class info.magnolia.ui.vaadin.gwt.client.icon.widget.BadgeIconWidget
-
- setSize(int) - Method in class info.magnolia.ui.vaadin.gwt.client.icon.widget.IconWidget
-
- setSize(int) - Method in class info.magnolia.ui.vaadin.icon.Icon
-
- setSortable(boolean) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.HeaderCell
-
- setSortable(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.grid.VMagnoliaTable.MagnoliaHeaderCell
-
- setSorted(boolean) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.HeaderCell
-
- setStatusComponent(Component) - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- setSticker(Widget) - Method in interface info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellView
-
- setSticker(Widget) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellViewImpl
-
- setSticker(Widget) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.ShellAppLauncher
-
- setStickerView(View) - Method in class info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell
-
- setStrokeColor(String) - Method in class info.magnolia.ui.vaadin.gwt.client.icon.widget.BadgeIconWidget
-
- setStyleName(String) - Method in class com.vaadin.client.ui.VSliderPatched
-
- setStyleName(String) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- setStyleName(String) - Method in class com.vaadin.v7.client.ui.VTreeTablePatched
-
- setStyleName(String) - Method in class info.magnolia.ui.vaadin.gwt.client.touchwidget.VMobileSafariUI
-
- setStylePrimaryName(String) - Method in class com.vaadin.client.ui.VSliderPatched
-
- setStylePrimaryName(String) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- setSubAppId(String) - Method in class info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.Fragment
-
- setTab(MagnoliaTabWidget) - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.widget.MagnoliaTabLabel
-
- setTargetValue(int) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.animation.SlideAnimation
-
- setText(String) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.FooterCell
-
Sets the text of the footer
- setText(String) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.HeaderCell
-
- setText(String) - Method in class info.magnolia.ui.vaadin.gwt.client.grid.VMagnoliaTable.MagnoliaHeaderCell
-
- setThumbnailAmount(int) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.widget.EscalatorThumbnailsPanel
-
- setThumbnailId(String) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.shared.ThumbnailData
-
- setThumbnailService(LazyThumbnailLayoutConnector.ThumbnailService) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.widget.EscalatorThumbnailsPanel
-
- setThumbnailSize(int, int) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.widget.EscalatorThumbnailsPanel
-
- setThumbnailSize(int, int) - Method in class info.magnolia.ui.vaadin.layout.LazyThumbnailLayout
-
- setTimeProvider(TimeProvider) - Method in class com.googlecode.mgwt.dom.client.recognizer.tap.MultiTapRecognizer
-
- setTimerExecutor(TimerExecutor) - Method in class com.googlecode.mgwt.dom.client.recognizer.longtap.LongTapRecognizer
-
set the timer executor - used for testing...
- setTitle(String) - Method in class info.magnolia.ui.vaadin.extension.MessageBubble
-
- setTitle(String) - Method in class info.magnolia.ui.vaadin.splitfeed.SplitFeed.FeedSection
-
- setTitleLinkEnabled(boolean) - Method in class info.magnolia.ui.vaadin.splitfeed.SplitFeed.FeedSection
-
- setToolbar(Widget) - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.widget.DialogHeaderWidget
-
- setTop(int) - Method in class info.magnolia.ui.vaadin.gwt.shared.jcrop.SelectionArea
-
- setTotalRows(int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- setTransitionDelegate(T) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.ViewportWidget
-
- setTrueHeight(int) - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- setTrueHeight(int) - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- setTrueWidth(int) - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- setTrueWidth(int) - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- setUndefinedWidth() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.FooterCell
-
Sets the width to undefined
- setUndefinedWidth() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.HeaderCell
-
- setUriFragment(Fragment) - Method in class info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell
-
- setUserMenu(Widget) - Method in interface info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellView
-
- setUserMenu(Widget) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellViewImpl
-
- setUserMenu(Widget) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.ShellAppLauncher
-
- setUserMenu(View) - Method in class info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell
-
- setValidationVisible(boolean) - Method in class info.magnolia.ui.vaadin.form.FormSection
-
- setValidationVisible(boolean) - Method in class info.magnolia.ui.vaadin.form.tab.MagnoliaFormTab
-
- setValue(Double) - Method in class com.vaadin.client.ui.VSliderPatched
-
- setValue(Double, boolean) - Method in class com.vaadin.client.ui.VSliderPatched
-
- setValue(SelectionArea) - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- setValue(int) - Method in class info.magnolia.ui.vaadin.gwt.client.icon.widget.BadgeIconWidget
-
- setValue(Double) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.widget.Slider
-
- setValue(Double, boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.widget.Slider
-
- setValue(int) - Method in class info.magnolia.ui.vaadin.icon.BadgeIcon
-
- setValue(Object) - Method in class info.magnolia.ui.vaadin.switcher.Switcher
-
Sets the visible value of the property.
- setView(View) - Method in class info.magnolia.ui.vaadin.magnoliashell.viewport.ShellViewport
-
- setVisible(boolean) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- setVisibleChild(Widget) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.AppsTransitionDelegate
-
Zoom-in if switching to a different running app, from apps-launcher only
closing an app doesn't zoom-in the next app, running apps are all hidden explicitly except current one.
- setVisibleChild(Widget) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.ShellAppsTransitionDelegate
-
Cross-fades between shell apps.
- setVisibleChild(Widget) - Method in interface info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.TransitionDelegate
-
- setVisibleSections(Collection<ActionbarSection>) - Method in interface info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetView
-
- setVisibleSections(Collection<ActionbarSection>) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetViewImpl
-
- setWebappName(String) - Method in class info.magnolia.ui.vaadin.gwt.client.sticker.widget.VSticker
-
- setWebappName(String) - Method in class info.magnolia.ui.vaadin.sticker.Sticker
-
- setWide(boolean) - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog
-
- setWide(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.connector.BaseDialogConnector
-
- setWide(boolean) - Method in interface info.magnolia.ui.vaadin.gwt.client.dialog.rpc.DialogServerRpc
-
- setWide(boolean) - Method in interface info.magnolia.ui.vaadin.gwt.client.dialog.widget.BaseDialogView.Presenter
-
- setWide(boolean) - Method in interface info.magnolia.ui.vaadin.gwt.client.dialog.widget.BaseDialogView
-
- setWide(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.widget.BaseDialogViewImpl
-
- setWide(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.widget.DialogHeaderWidget
-
- setWideOnClient(boolean) - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog
-
- setWidget(Widget) - Method in class info.magnolia.ui.vaadin.gwt.client.form.tab.widget.FormTabWidget
-
- setWidth(int, boolean) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.FooterCell
-
Sets the width of the cell.
- setWidth(int, boolean) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.HeaderCell
-
Sets width to the header cell.
- setWidth(float, Sizeable.Unit) - Method in class info.magnolia.ui.vaadin.editor.CroppableImage
-
- setWidth(float, Sizeable.Unit) - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- setWidth(int) - Method in class info.magnolia.ui.vaadin.gwt.shared.jcrop.SelectionArea
-
- ShellAppDashboard - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget
-
TODO: Add JavaDoc for ShellAppDashboard.
- ShellAppDashboard() - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.ShellAppDashboard
-
- ShellAppLauncher - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell
-
Navigation bar.
- ShellAppLauncher() - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.ShellAppLauncher
-
- ShellAppLauncher.Listener - Interface in info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell
-
Listener.
- ShellAppRequestedEvent - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.event
-
Fired when a shell-app has to be loaded.
- ShellAppRequestedEvent(ShellAppType) - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.ShellAppRequestedEvent
-
- ShellAppRequestedEvent.Handler - Interface in info.magnolia.ui.vaadin.gwt.client.magnoliashell.event
-
Handler interface for ShellAppRequestedEvent.
- shellApps - Variable in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellState
-
- shellApps - Variable in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.ShellAppViewportState
-
- ShellAppsHiddenEvent - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.event
-
Fired when transition that hides shell-apps is finished.
- ShellAppsHiddenEvent() - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.ShellAppsHiddenEvent
-
- ShellAppsHiddenEvent.Handler - Interface in info.magnolia.ui.vaadin.gwt.client.magnoliashell.event
-
Handler interface for ShellAppsHiddenEvent.
- ShellAppStartedEvent - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.event
-
Fired when a shell-app UI is loaded (transition is finished).
- ShellAppStartedEvent(ShellAppType) - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.ShellAppStartedEvent
-
- ShellAppStartedEvent.Handler - Interface in info.magnolia.ui.vaadin.gwt.client.magnoliashell.event
-
Handler interface for ShellAppStartedEvent.
- ShellAppStartingEvent - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.event
-
Fired when a shell-app starts to load (transition is triggered).
- ShellAppStartingEvent(ShellAppType) - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.ShellAppStartingEvent
-
- ShellAppStartingEvent.Handler - Interface in info.magnolia.ui.vaadin.gwt.client.magnoliashell.event
-
Handler interface for ShellAppStartingEvent.
- ShellAppsTransitionDelegate - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport
-
The ShellAppsTransitionDelegate provides custom transition logic when activating viewport or a
specific app.
- ShellAppsTransitionDelegate(ShellAppsViewportWidget) - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.ShellAppsTransitionDelegate
-
- ShellAppsViewport - Class in info.magnolia.ui.vaadin.magnoliashell.viewport
-
Shell apps viewport.
- ShellAppsViewport() - Constructor for class info.magnolia.ui.vaadin.magnoliashell.viewport.ShellAppsViewport
-
- ShellAppsViewportConnector - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector
-
ShellAppsViewportConnector.
- ShellAppsViewportConnector() - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.ShellAppsViewportConnector
-
- ShellAppsViewportWidget - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget
-
Shell apps viewport client side.
- ShellAppsViewportWidget(ShellAppsViewportWidget.Listener) - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.ShellAppsViewportWidget
-
- ShellAppsViewportWidget.Listener - Interface in info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget
-
- ShellAppType - Enum in info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell
-
Possible types of shell apps.
- ShellAppViewportState - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector
-
ShellAppViewportState.
- ShellAppViewportState() - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.ShellAppViewportState
-
- ShellClientRpc - Interface in info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.rpc
-
ShellClientRpc.
- ShellMessage - Class in info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell
-
ShellMessage.
- ShellMessage() - Constructor for class info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.ShellMessage
-
- ShellMessageWidget - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage
-
Simple notification object that pops up when warnings/errors occur.
- ShellMessageWidget(MagnoliaShellView, String, String, String) - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage.ShellMessageWidget
-
- ShellMessageWidget.MessageType - Enum in info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage
-
Enumeration of possible message types.
- ShellServerRpc - Interface in info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.rpc
-
ShellServerRpc.
- ShellState - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell
-
Singleton object which helps to track the state of the Magnolia Shell component.
- ShellViewport - Class in info.magnolia.ui.vaadin.magnoliashell.viewport
-
The server side implementation of the shell viewport.
- ShellViewport() - Constructor for class info.magnolia.ui.vaadin.magnoliashell.viewport.ShellViewport
-
- shift() - Method in class com.googlecode.mgwt.collection.client.JsLightArray
-
- shift() - Method in class com.googlecode.mgwt.collection.client.JsLightArrayBoolean
-
- shift() - Method in class com.googlecode.mgwt.collection.client.JsLightArrayInteger
-
- shift() - Method in class com.googlecode.mgwt.collection.shared.java.JavaLightArray
-
- shift() - Method in class com.googlecode.mgwt.collection.shared.java.JavaLightArrayBoolean
-
- shift() - Method in class com.googlecode.mgwt.collection.shared.java.JavaLightArrayInt
-
- shift() - Method in interface com.googlecode.mgwt.collection.shared.LightArray
-
pop a value from the array
- shift() - Method in interface com.googlecode.mgwt.collection.shared.LightArrayBoolean
-
pop a value from the array
- shift() - Method in interface com.googlecode.mgwt.collection.shared.LightArrayInt
-
pop a value from the array
- shift - Variable in class com.vaadin.v7.client.ui.VTreeTablePatched.PendingNavigationEvent
-
- shiftViewportsVertically(int, boolean) - Method in interface info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellView
-
- shiftViewportsVertically(int, boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellViewImpl
-
- ShortcutProtector - Class in info.magnolia.ui.vaadin.extension
-
An extension that prevents keyboard events from propagating out of the extended component.
- ShortcutProtector(AbstractClientConnector, List<Integer>) - Constructor for class info.magnolia.ui.vaadin.extension.ShortcutProtector
-
- ShortcutProtectorConnector - Class in info.magnolia.ui.vaadin.gwt.client.extension
-
- ShortcutProtectorConnector() - Constructor for class info.magnolia.ui.vaadin.gwt.client.extension.ShortcutProtectorConnector
-
- ShortcutProtectorState - Class in info.magnolia.ui.vaadin.gwt.client.extension
-
- ShortcutProtectorState() - Constructor for class info.magnolia.ui.vaadin.gwt.client.extension.ShortcutProtectorState
-
- show(int, Callbacks) - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- show() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage.ShellMessageWidget
-
- show() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage.VShellErrorMessage
-
- showAll(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.TabBarWidget
-
- showAll() - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTabSheet
-
- showAllEnabled - Variable in class info.magnolia.ui.vaadin.gwt.client.tabsheet.connector.MagnoliaTabSheetState
-
- showAllLabel - Variable in class info.magnolia.ui.vaadin.gwt.client.tabsheet.connector.MagnoliaTabSheetState
-
- showAllTab(boolean, String) - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTabSheet
-
- showAllTabContents(boolean) - Method in interface info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.MagnoliaTabSheetView
-
- showAllTabContents(boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.MagnoliaTabSheetViewImpl
-
- ShowAllTabsEvent - Class in info.magnolia.ui.vaadin.gwt.client.tabsheet.event
-
ShowAllTabEvent.
- ShowAllTabsEvent() - Constructor for class info.magnolia.ui.vaadin.gwt.client.tabsheet.event.ShowAllTabsEvent
-
- ShowAllTabsHandler - Interface in info.magnolia.ui.vaadin.gwt.client.tabsheet.event
-
ShowAllTabHandler.
- showAppPreloader(String) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.AppsViewportWidget
-
- showChild(Widget) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.ViewportWidget
-
- showChildNoTransition(Widget) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.AppsViewportWidget
-
- showChildNoTransition(Widget) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.ViewportWidget
-
Default non-transitioning behavior, accessible to transition delegates as a fall back.
- showCloseButton() - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog
-
- showCloseButton() - Method in interface info.magnolia.ui.vaadin.gwt.client.dialog.widget.BaseDialogView
-
- showCloseButton() - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.widget.BaseDialogViewImpl
-
- showCloseButton() - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.widget.DialogHeaderWidget
-
- showColFooters - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
For internal use only.
- showColHeaders - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
For internal use only.
- showContextMenu(Event) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
- showContextMenu(int, int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
- showError(String) - Method in class info.magnolia.ui.vaadin.gwt.client.form.widget.FormFieldWrapper
-
- showError(String, String, String) - Method in class info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell
-
- showHelp() - Method in class info.magnolia.ui.vaadin.gwt.client.form.widget.FormFieldWrapper
-
- showInfo(String, String, String) - Method in class info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell
-
- showMessage(ShellMessageWidget.MessageType, String, String, String) - Method in interface info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellView
-
- showMessage(ShellMessageWidget.MessageType, String, String, String) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellViewImpl
-
- showMessage(String, String, String, String) - Method in interface info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.rpc.ShellClientRpc
-
- showPreloader() - Method in interface info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.MagnoliaTabSheetView
-
- showPreloader() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.MagnoliaTabSheetViewImpl
-
- showRowHeaders - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
For internal use only.
- showSavedContextMenu(VScrollTablePatched.ContextMenuDetails) - Method in class com.vaadin.v7.client.ui.table.TableConnectorPatched
-
Shows a saved row context menu if the row for the context menu is still
visible.
- showSection() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.VTemporaryAppTileGroup
-
- showShellApp(ShellAppType) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellConnector
-
- showShellApp(ShellAppType) - Method in interface info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.ShellAppLauncher.Listener
-
- showShellApp(ShellAppType) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.ShellAppsViewportConnector
-
- showValidation(boolean) - Method in class info.magnolia.ui.vaadin.form.Form
-
- showValidation(boolean) - Method in interface info.magnolia.ui.vaadin.form.FormViewReduced
-
- showWarning(String, String, String) - Method in class info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell
-
- SIMPLE_STYLE_NAME - Static variable in class info.magnolia.ui.vaadin.gwt.client.richtext.TextAreaStretcherConnector
-
- SimulatedTouchEndEvent - Class in com.googlecode.mgwt.dom.client.event.mouse
-
A simulated TouchEndEvent is really a mouseup event.
- SimulatedTouchEndEvent(MouseUpEvent, boolean) - Constructor for class com.googlecode.mgwt.dom.client.event.mouse.SimulatedTouchEndEvent
-
Construct a simluated TouchEndEvent from a MouseUpEvent
- SimulatedTouchMoveEvent - Class in com.googlecode.mgwt.dom.client.event.mouse
-
A simulated TouchMoveEvent is really a mouse move event.
- SimulatedTouchMoveEvent(MouseMoveEvent) - Constructor for class com.googlecode.mgwt.dom.client.event.mouse.SimulatedTouchMoveEvent
-
Constructor for SimulatedTouchMoveEvent.
- SimulatedTouchStartEvent - Class in com.googlecode.mgwt.dom.client.event.mouse
-
A simulated TouchMoveEvent is really a mouse down event.
- SimulatedTouchStartEvent(MouseDownEvent, boolean) - Constructor for class com.googlecode.mgwt.dom.client.event.mouse.SimulatedTouchStartEvent
-
Constructor for SimulatedTouchStartEvent.
- sinkEventsImpl(Element, int) - Method in class com.google.gwt.user.client.impl.DOMImplMobileSafari
- sinkEventsImpl(Element, int) - Method in class com.google.gwt.user.client.impl.DOMImplMozillaWithTransistions
- sinkEventsImpl(Element, int) - Method in class com.google.gwt.user.client.impl.DOMImplSafariWithTransistion
- sinkEventsImpl0(Element, int) - Method in class com.google.gwt.user.client.impl.DOMImplMobileSafari
-
- sinkEventsImpl0(Element, int) - Method in class com.google.gwt.user.client.impl.DOMImplMozillaWithTransistions
-
- sinkEventsImpl0(Element, int) - Method in class com.google.gwt.user.client.impl.DOMImplSafariWithTransistion
-
- size - Variable in class info.magnolia.ui.vaadin.gwt.client.icon.connector.BadgeIconState
-
- size - Variable in class info.magnolia.ui.vaadin.gwt.client.icon.connector.IconState
-
- size - Variable in class info.magnolia.ui.vaadin.gwt.client.icon.connector.LoadingIconState
-
- size() - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- size - Variable in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.connector.ThumbnailLayoutState
-
- SIZE_DEFAULT - Static variable in class info.magnolia.ui.vaadin.icon.Icon
-
- sizeInit() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Run only once when component is attached and received its initial
content.
- sizeNeedsInit - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
For internal use only.
- SlideAnimation - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.animation
-
Slide animation of an element.
- SlideAnimation(boolean) - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.animation.SlideAnimation
-
- SlideAnimation(boolean, boolean) - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.animation.SlideAnimation
-
- slideDown(int, Callbacks) - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- Slider - Class in info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.widget
-
Simple client-side slider widget, wraps mgwt's slider.
- Slider() - Constructor for class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.widget.Slider
-
- slideUp(int, Callbacks) - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- SmallAppLayout - Class in info.magnolia.ui.vaadin.layout
-
The SmallAppLayout, offering space for a header component and multiple sections stacked vertically.
- SmallAppLayout() - Constructor for class info.magnolia.ui.vaadin.layout.SmallAppLayout
-
- splitAt(int) - Method in class info.magnolia.ui.vaadin.gwt.shared.Range
-
Split the range into two at a certain integer.
- splitAtFromStart(int) - Method in class info.magnolia.ui.vaadin.gwt.shared.Range
-
Split the range into two after a certain number of integers into the
range.
- SplitFeed - Class in info.magnolia.ui.vaadin.splitfeed
-
Split panel that displays two column feed.
- SplitFeed() - Constructor for class info.magnolia.ui.vaadin.splitfeed.SplitFeed
-
- SplitFeed.FeedSection - Class in info.magnolia.ui.vaadin.splitfeed
-
Feed section (column).
- SplitFeed.FeedTitle - Class in info.magnolia.ui.vaadin.splitfeed
-
Title for the feed section.
- startRowDrag(Event, int, Element) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
- startsAfter(Range) - Method in class info.magnolia.ui.vaadin.gwt.shared.Range
-
Checks whether this range starts after the end of another range.
- startsBefore(Range) - Method in class info.magnolia.ui.vaadin.gwt.shared.Range
-
Checks whether this range starts before the start of another range.
- startScrollingVelocityTimer() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- state - Variable in class com.googlecode.mgwt.dom.client.recognizer.longtap.LongTapRecognizer
-
- sticker - Variable in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellState
-
- Sticker - Class in info.magnolia.ui.vaadin.sticker
-
Component for showing a sticker.
- Sticker() - Constructor for class info.magnolia.ui.vaadin.sticker.Sticker
-
- StickerConnector - Class in info.magnolia.ui.vaadin.gwt.client.sticker.connector
-
Client-side connector for
Sticker
component.
- StickerConnector() - Constructor for class info.magnolia.ui.vaadin.gwt.client.sticker.connector.StickerConnector
-
- StickerState - Class in info.magnolia.ui.vaadin.gwt.client.sticker
-
Shared state for the
Sticker
component.
- StickerState() - Constructor for class info.magnolia.ui.vaadin.gwt.client.sticker.StickerState
-
- stop() - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- stopCurrentApp() - Method in interface info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.rpc.ShellServerRpc
-
- stopCurrentApp() - Method in interface info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell.Listener
-
- stopCurrentApp() - Method in class info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell
-
- stopCurrentApp() - Method in class info.magnolia.ui.vaadin.magnoliashell.rpc.MagnoliaShellRpcDelegate
-
- stopCurrentShellApp() - Method in interface info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.rpc.ShellServerRpc
-
- stopCurrentShellApp() - Method in interface info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell.Listener
-
- stopCurrentShellApp() - Method in class info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell
-
- stopCurrentShellApp() - Method in class info.magnolia.ui.vaadin.magnoliashell.rpc.MagnoliaShellRpcDelegate
-
- stopPropagation() - Method in class com.googlecode.mgwt.dom.client.event.mouse.SimulatedTouchStartEvent
-
- STRETCHED - Static variable in class info.magnolia.ui.vaadin.gwt.client.richtext.TextAreaStretcherConnector
-
- STRETCHER_BASE - Static variable in class info.magnolia.ui.vaadin.gwt.client.richtext.TextAreaStretcherConnector
-
- strokeColor - Variable in class info.magnolia.ui.vaadin.gwt.client.icon.connector.BadgeIconState
-
- STYLENAME - Static variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- SwipeEndEvent - Class in com.googlecode.mgwt.dom.client.recognizer.swipe
-
A
SwipeEndEvent
occurs when the user lifts his finger of the display
- SwipeEndEvent(boolean, int, SwipeEvent.DIRECTION) - Constructor for class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeEndEvent
-
Construct a swipe end event
- SwipeEndHandler - Interface in com.googlecode.mgwt.dom.client.recognizer.swipe
-
- SwipeEvent<H extends com.google.gwt.event.shared.EventHandler> - Class in com.googlecode.mgwt.dom.client.recognizer.swipe
-
base class for all swipte events
- SwipeEvent(SwipeEvent.DIRECTION) - Constructor for class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeEvent
-
Construct a swipe event with a given direction
- SwipeEvent.DIRECTION - Enum in com.googlecode.mgwt.dom.client.recognizer.swipe
-
- SwipeMoveEvent - Class in com.googlecode.mgwt.dom.client.recognizer.swipe
-
A
SwipeMoveEvent
occurs when the user moves his finger over the
display
- SwipeMoveEvent(Touch, boolean, int, SwipeEvent.DIRECTION) - Constructor for class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeMoveEvent
-
- SwipeMoveHandler - Interface in com.googlecode.mgwt.dom.client.recognizer.swipe
-
- SwipeRecognizer - Class in com.googlecode.mgwt.dom.client.recognizer.swipe
-
- SwipeRecognizer(HasHandlers) - Constructor for class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeRecognizer
-
construct a swipe recognizer
- SwipeRecognizer(HasHandlers, int) - Constructor for class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeRecognizer
-
construct a swipe recognizer
- SwipeRecognizer(HasHandlers, int, int) - Constructor for class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeRecognizer
-
construct a swipe recognizer
- SwipeStartEvent - Class in com.googlecode.mgwt.dom.client.recognizer.swipe
-
A
SwipeStartEvent
is fired when the user moves his finger over a
certain amount on the display
- SwipeStartEvent(Touch, int, SwipeEvent.DIRECTION) - Constructor for class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeStartEvent
-
- SwipeStartHandler - Interface in com.googlecode.mgwt.dom.client.recognizer.swipe
-
- Switcher - Class in info.magnolia.ui.vaadin.switcher
-
This class is a CustomField
which wraps a ComboBox
and additionally provides 2 arrows to "navigate" -
actually to select the previous or the next item from the available set.
- Switcher(Collection<?>) - Constructor for class info.magnolia.ui.vaadin.switcher.Switcher
-
Constructs a Switcher by a given collection.
- Switcher(Collection<?>, String) - Constructor for class info.magnolia.ui.vaadin.switcher.Switcher
-
Constructs a Switcher by a given
Collection
and a given color-variant.
- Switcher(Container) - Constructor for class info.magnolia.ui.vaadin.switcher.Switcher
-
Constructs a Switcher by a given Container
using the default color-variation (VARIATION_GREEN).
- Switcher(Container, String) - Constructor for class info.magnolia.ui.vaadin.switcher.Switcher
-
Constructs a Switcher by a given Container
and colorVariant ("green" or "black", "green" is default).
- SystemTimeProvider - Class in com.googlecode.mgwt.dom.client.recognizer
-
A time provider that uses System.currentTimeMillis
- SystemTimeProvider() - Constructor for class com.googlecode.mgwt.dom.client.recognizer.SystemTimeProvider
-
- TabBarWidget - Class in info.magnolia.ui.vaadin.gwt.client.tabsheet.widget
-
A bar that contains the tab labels and controls the switching between tabs.
- TabBarWidget(EventBus) - Constructor for class info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.TabBarWidget
-
- TabCloseEvent - Class in info.magnolia.ui.vaadin.gwt.client.tabsheet.event
-
Event that is fired when the tab is closed.
- TabCloseEvent(MagnoliaTabWidget) - Constructor for class info.magnolia.ui.vaadin.gwt.client.tabsheet.event.TabCloseEvent
-
- TabCloseEventHandler - Interface in info.magnolia.ui.vaadin.gwt.client.tabsheet.event
-
Handler of the events fired when the tab is closed.
- tabIndex - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
For internal use only.
- TableConnectorPatched - Class in com.vaadin.v7.client.ui.table
-
- TableConnectorPatched() - Constructor for class com.vaadin.v7.client.ui.table.TableConnectorPatched
-
- TableFooter() - Constructor for class com.vaadin.v7.client.ui.VScrollTablePatched.TableFooter
-
- TableHead() - Constructor for class com.vaadin.v7.client.ui.VScrollTablePatched.TableHead
-
- TabSetChangedEvent - Class in info.magnolia.ui.vaadin.gwt.client.tabsheet.event
-
Fired when the set of TabSheet's tabs is changed.
- TabSetChangedEvent(MagnoliaTabSheetView) - Constructor for class info.magnolia.ui.vaadin.gwt.client.tabsheet.event.TabSetChangedEvent
-
- TabSetChangedEvent.Handler - Interface in info.magnolia.ui.vaadin.gwt.client.tabsheet.event
-
Handler.
- TabSetChangedEvent.HasTabSetChangedHandlers - Interface in info.magnolia.ui.vaadin.gwt.client.tabsheet.event
-
HasTabSetChangedHandlers.
- Tap - Class in com.googlecode.mgwt.dom.client.event.tap
-
Tap is considered for elements that offer something like a normal
"click event".
- Tap() - Constructor for class com.googlecode.mgwt.dom.client.event.tap.Tap
-
- TapEvent - Class in com.googlecode.mgwt.dom.client.event.tap
-
TapEvent is considered an activation event something like a normal
"click event".
- TapEvent(Object, int, int) - Constructor for class com.googlecode.mgwt.dom.client.event.tap.TapEvent
-
- TapEvent(Object, Element, int, int) - Constructor for class com.googlecode.mgwt.dom.client.event.tap.TapEvent
-
- TapHandler - Interface in com.googlecode.mgwt.dom.client.event.tap
-
- TapRecognizer - Class in com.googlecode.mgwt.dom.client.recognizer
-
A recognizer that recognizes Tap events
A Tap is the mobile equivalent of a click
- TapRecognizer(HasHandlers) - Constructor for class com.googlecode.mgwt.dom.client.recognizer.TapRecognizer
-
- TapRecognizer(HasHandlers, int) - Constructor for class com.googlecode.mgwt.dom.client.recognizer.TapRecognizer
-
- TEXTAREA_STRETCHED - Static variable in class info.magnolia.ui.vaadin.gwt.client.richtext.TextAreaStretcherConnector
-
- TextAreaStretcher - Class in info.magnolia.ui.vaadin.richtext
-
Extension that applies to text areas and rich-text editors in forms.
- TextAreaStretcher() - Constructor for class info.magnolia.ui.vaadin.richtext.TextAreaStretcher
-
- TextAreaStretcherConnector - Class in info.magnolia.ui.vaadin.gwt.client.richtext
-
- TextAreaStretcherConnector() - Constructor for class info.magnolia.ui.vaadin.gwt.client.richtext.TextAreaStretcherConnector
-
- TextAreaStretcherServerRpc - Interface in info.magnolia.ui.vaadin.gwt.client.richtext
-
RPC interface used for notification of server on stretch/collapse.
- TextAreaStretcherState - Class in info.magnolia.ui.vaadin.gwt.client.richtext
-
- TextAreaStretcherState() - Constructor for class info.magnolia.ui.vaadin.gwt.client.richtext.TextAreaStretcherState
-
- tFoot - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
For internal use only.
- tHead - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
For internal use only.
- thumbnailAmount - Variable in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.connector.ThumbnailLayoutState
-
- ThumbnailContainer - Interface in info.magnolia.ui.vaadin.layout.data
-
Vaadin Indexed
container interface extension required by thumbnails view.
- ThumbnailData - Class in info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.shared
-
ThumbnailData.
- ThumbnailData() - Constructor for class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.shared.ThumbnailData
-
- ThumbnailData(String, String, boolean) - Constructor for class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.shared.ThumbnailData
-
- ThumbnailLayoutClientRpc - Interface in info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.rpc
-
ThumbnailLayoutClientRpc.
- ThumbnailLayoutServerRpc - Interface in info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.rpc
-
ThumbnailLayoutServerRpc.
- ThumbnailLayoutState - Class in info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.connector
-
ThumbnailLayoutState.
- ThumbnailLayoutState() - Constructor for class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.connector.ThumbnailLayoutState
-
- ThumbnailLayoutState.SelectionModel - Class in info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.connector
-
Selection model.
- ThumbnailLayoutState.ThumbnailSize - Class in info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.connector
-
ThumbnailSize.
- ThumbnailSize() - Constructor for class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.connector.ThumbnailLayoutState.ThumbnailSize
-
- TimeProvider - Interface in com.googlecode.mgwt.dom.client.recognizer
-
A simple interface for making classes testable that depend on
System.currentTimeMillis
- TimerExecturGwtTimerImpl - Class in com.googlecode.mgwt.dom.client.recognizer
-
Execute code with a GWT timer
- TimerExecturGwtTimerImpl() - Constructor for class com.googlecode.mgwt.dom.client.recognizer.TimerExecturGwtTimerImpl
-
- TimerExecutor - Interface in com.googlecode.mgwt.dom.client.recognizer
-
A simple interface to make classes testable that require timed code execution
- TimerExecutor.CodeToRun - Interface in com.googlecode.mgwt.dom.client.recognizer
-
- title - Variable in class info.magnolia.ui.vaadin.gwt.client.extension.MessageBubbleState
-
- TITLE_TAGNAME - Static variable in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarSectionWidget
-
- toFragment() - Method in class info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.Fragment
-
- toggle(int, int) - Method in interface info.magnolia.ui.vaadin.gwt.client.richtext.TextAreaStretcherServerRpc
-
- toggleHorizontal() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.VActionbarGroup
-
- toggleMultiSelection(int) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.connector.ThumbnailLayoutState.SelectionModel
-
- toggleSelection() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
Toggle the selection of the row
- toggleSelection() - Method in class info.magnolia.ui.vaadin.gwt.client.grid.VMagnoliaTable.MagnoliaTableBody.MagnoliaTableRow
-
- toggleSelection(int) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.connector.ThumbnailLayoutState.SelectionModel
-
- toggleShellApp(ShellAppType) - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.ShellAppLauncher
-
Toggle the 'openness' of the specified shellApp.
- toolbar - Variable in class info.magnolia.ui.vaadin.gwt.client.dialog.widget.DialogHeaderWidget
-
- toolbarEl - Variable in class info.magnolia.ui.vaadin.gwt.client.dialog.widget.DialogHeaderWidget
-
- ToolbarGroup(String, String[]) - Constructor for class info.magnolia.ui.vaadin.richtext.MagnoliaRichTextFieldConfig.ToolbarGroup
-
- top - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched.ContextMenuDetails
-
- top() - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.Position
-
- toString() - Method in class com.vaadin.v7.client.ui.VTreeTablePatched.PendingNavigationEvent
-
- toString() - Method in class info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.Fragment
-
- toString() - Method in class info.magnolia.ui.vaadin.gwt.shared.jcrop.SelectionArea
-
- toString() - Method in class info.magnolia.ui.vaadin.gwt.shared.Range
-
- toString() - Method in enum info.magnolia.ui.vaadin.overlay.MessageStyleTypeEnum
-
- totalRows - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
For internal use only.
- Touch - Interface in com.googlecode.mgwt.dom.client.event.touch
-
- TouchCancelEvent - Class in com.googlecode.mgwt.dom.client.event.touch
-
This represents a native touchCanvel Event
- TouchCancelEvent() - Constructor for class com.googlecode.mgwt.dom.client.event.touch.TouchCancelEvent
-
Constructor for TouchCancelEvent.
- TouchCancelHandler - Interface in com.googlecode.mgwt.dom.client.event.touch
-
- TouchCancelHandlerProxy - Class in info.magnolia.ui.vaadin.gwt.client.touchwidget
-
- TouchCancelHandlerProxy(TouchCancelHandler) - Constructor for class info.magnolia.ui.vaadin.gwt.client.touchwidget.TouchCancelHandlerProxy
-
- TouchDelegate - Class in com.googlecode.mgwt.ui.client.widget.touch
-
A TouchDelegate can be used to source touch events from a widget that does
not support
HasTouchHandlers
- TouchDelegate(Widget) - Constructor for class com.googlecode.mgwt.ui.client.widget.touch.TouchDelegate
-
Construct a touchDelegate
- TouchEndEvent - Class in com.googlecode.mgwt.dom.client.event.touch
-
This represents a native touch end Event
- TouchEndEvent() - Constructor for class com.googlecode.mgwt.dom.client.event.touch.TouchEndEvent
-
Constructor for TouchEndEvent.
- TouchEndHandler - Interface in com.googlecode.mgwt.dom.client.event.touch
-
- TouchEndHandlerProxy - Class in info.magnolia.ui.vaadin.gwt.client.touchwidget
-
Proxy implementation of native gwt
TouchEndHandler
that delegates to
mgwt
TouchEndHandler
.
- TouchEndHandlerProxy(TouchEndHandler) - Constructor for class info.magnolia.ui.vaadin.gwt.client.touchwidget.TouchEndHandlerProxy
-
- TouchEndToMouseUpHandler - Class in com.googlecode.mgwt.dom.client.event.mouse
-
Convert TouchEndHandlers to MouseUpHandlers for non touch devices or dev mode
- TouchEndToMouseUpHandler(TouchEndHandler) - Constructor for class com.googlecode.mgwt.dom.client.event.mouse.TouchEndToMouseUpHandler
-
Constructor for TouchEndToMouseUpHandler.
- touches(NativeEvent) - Method in class com.googlecode.mgwt.dom.client.event.mouse.SimulatedTouchEndEvent
-
touches
- touches(NativeEvent) - Method in class com.googlecode.mgwt.dom.client.event.mouse.SimulatedTouchMoveEvent
-
touches
- touches(NativeEvent) - Method in class com.googlecode.mgwt.dom.client.event.mouse.SimulatedTouchStartEvent
-
touches
- touches() - Method in class com.googlecode.mgwt.dom.client.event.touch.TouchEvent
-
- touches(NativeEvent) - Method in class com.googlecode.mgwt.dom.client.event.touch.TouchEvent
-
touches
- TouchEvent<H extends com.google.gwt.event.shared.EventHandler> - Class in com.googlecode.mgwt.dom.client.event.touch
-
BaseClass for all TouchEvents
- TouchEvent() - Constructor for class com.googlecode.mgwt.dom.client.event.touch.TouchEvent
-
- TouchHandler - Interface in com.googlecode.mgwt.dom.client.event.touch
-
Handler for all touch events
- TouchMoveEvent - Class in com.googlecode.mgwt.dom.client.event.touch
-
This represents a native touch move Event
- TouchMoveEvent() - Constructor for class com.googlecode.mgwt.dom.client.event.touch.TouchMoveEvent
-
Constructor for TouchMoveEvent.
- TouchMoveHandler - Interface in com.googlecode.mgwt.dom.client.event.touch
-
- TouchMoveHandlerProxy - Class in info.magnolia.ui.vaadin.gwt.client.touchwidget
-
- TouchMoveHandlerProxy(TouchMoveHandler) - Constructor for class info.magnolia.ui.vaadin.gwt.client.touchwidget.TouchMoveHandlerProxy
-
- TouchMoveToMouseMoveHandler - Class in com.googlecode.mgwt.dom.client.event.mouse
-
Convert TouchMoveHandlers to MouseMoveHandlers for non touch devices or dev
mode
- TouchMoveToMouseMoveHandler(TouchMoveHandler) - Constructor for class com.googlecode.mgwt.dom.client.event.mouse.TouchMoveToMouseMoveHandler
-
Constructor for TouchMoveToMouseMoveHandler.
- TouchPanel - Class in com.googlecode.mgwt.ui.client.widget.touch
-
- TouchPanel() - Constructor for class com.googlecode.mgwt.ui.client.widget.touch.TouchPanel
-
Construct a touch panel
- TouchStartEvent - Class in com.googlecode.mgwt.dom.client.event.touch
-
This represents a native touch start Event
- TouchStartEvent() - Constructor for class com.googlecode.mgwt.dom.client.event.touch.TouchStartEvent
-
Constructor for TouchStartEvent.
- TouchStartHandler - Interface in com.googlecode.mgwt.dom.client.event.touch
-
TouchStartHandler interface.
- TouchStartHandlerProxy - Class in info.magnolia.ui.vaadin.gwt.client.touchwidget
-
- TouchStartHandlerProxy(TouchStartHandler) - Constructor for class info.magnolia.ui.vaadin.gwt.client.touchwidget.TouchStartHandlerProxy
-
- TouchStartToMouseDownHandler - Class in com.googlecode.mgwt.dom.client.event.mouse
-
Convert TouchStartHandlers to mouse down handlers for non touch devices or dev mode
- TouchStartToMouseDownHandler(TouchStartHandler) - Constructor for class com.googlecode.mgwt.dom.client.event.mouse.TouchStartToMouseDownHandler
-
Constructor for TouchStartToMouseDownHandler.
- TouchUtil - Class in com.googlecode.mgwt.dom.client.event.touch
-
- TouchUtil() - Constructor for class com.googlecode.mgwt.dom.client.event.touch.TouchUtil
-
- TouchWidget - Class in com.googlecode.mgwt.ui.client.widget.touch
-
Base class for all widgets that support touch events Childclasses are
responsible for setting the dom element
- TouchWidget() - Constructor for class com.googlecode.mgwt.ui.client.widget.touch.TouchWidget
-
Constructor for TouchWidget.
- TouchWidgetDesktopImpl - Class in com.googlecode.mgwt.ui.client.widget.touch
-
- TouchWidgetDesktopImpl() - Constructor for class com.googlecode.mgwt.ui.client.widget.touch.TouchWidgetDesktopImpl
-
- TouchWidgetImpl - Interface in com.googlecode.mgwt.ui.client.widget.touch
-
The touch widget interface is used to abstract implementation details for
adding touch handlers on touch devices / mouse devices
- TouchWidgetMobileImpl - Class in com.googlecode.mgwt.ui.client.widget.touch
-
- TouchWidgetMobileImpl() - Constructor for class com.googlecode.mgwt.ui.client.widget.touch.TouchWidgetMobileImpl
-
- TransitionDelegate - Interface in info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport
-
Viewports might have different ways of displaying the content.
- translateDropTargetDetails(Map<String, Object>) - Method in class com.vaadin.ui.DragAndDropWrapper
-
Deprecated.
- treeSpacer - Variable in class com.vaadin.v7.client.ui.VTreeTablePatched.VTreeTableScrollBody.VTreeTableRow
-
- TreeTableConnectorPatched - Class in com.vaadin.v7.client.ui.treetable
-
- TreeTableConnectorPatched() - Constructor for class com.vaadin.v7.client.ui.treetable.TreeTableConnectorPatched
-
- triangleSVG - Variable in class info.magnolia.ui.vaadin.gwt.client.form.formsection.widget.InlineMessageWidget
-
- triggerAction(String) - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.connector.ActionbarConnector
-
- triggerAction(String) - Method in interface info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetView.Presenter
-
- triggerLazyColumnAdjustment(boolean) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- triggerRowFetch(int, int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.RowRequestHandler
-
- triggerRowFetch(int, int, int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.RowRequestHandler
-
- trueHeight - Variable in class info.magnolia.ui.vaadin.gwt.client.jcrop.JCropState
-
- trueWidth - Variable in class info.magnolia.ui.vaadin.gwt.client.jcrop.JCropState
-
- TYPE - Static variable in class info.magnolia.ui.vaadin.gwt.client.actionbar.event.ActionTriggerEvent
-
- TYPE - Static variable in class info.magnolia.ui.vaadin.gwt.client.applauncher.event.AppActivationEvent
-
- TYPE - Static variable in class info.magnolia.ui.vaadin.gwt.client.form.formsection.event.HelpAccessibilityEvent
-
- TYPE - Static variable in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.ActivateAppEvent
-
- TYPE - Static variable in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.AppRequestedEvent
-
- TYPE - Static variable in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.CurrentAppCloseEvent
-
- TYPE - Static variable in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.FullScreenEvent
-
- TYPE - Static variable in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.HideShellAppsEvent
-
- TYPE - Static variable in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.HideShellAppsRequestedEvent
-
- TYPE - Static variable in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.ShellAppRequestedEvent
-
- TYPE - Static variable in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.ShellAppsHiddenEvent
-
- TYPE - Static variable in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.ShellAppStartedEvent
-
- TYPE - Static variable in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.ShellAppStartingEvent
-
- type - Variable in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.ViewportState
-
- TYPE - Static variable in class info.magnolia.ui.vaadin.gwt.client.pinch.MagnoliaPinchMoveEvent
-
- TYPE - Static variable in class info.magnolia.ui.vaadin.gwt.client.pinch.MagnoliaPinchStartEvent
-
- TYPE - Static variable in class info.magnolia.ui.vaadin.gwt.client.tabsheet.event.ActiveTabChangedEvent
-
- TYPE - Static variable in class info.magnolia.ui.vaadin.gwt.client.tabsheet.event.ShowAllTabsEvent
-
- TYPE - Static variable in class info.magnolia.ui.vaadin.gwt.client.tabsheet.event.TabCloseEvent
-
- TYPE - Static variable in class info.magnolia.ui.vaadin.gwt.client.tabsheet.event.TabSetChangedEvent
-
- VActionbarGroup - Class in info.magnolia.ui.vaadin.gwt.client.actionbar.widget
-
The Class VActionbarGroup, which displays a group of actions within a section of the action bar.
- VActionbarGroup(String) - Constructor for class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.VActionbarGroup
-
Instantiates a new action bar group.
- VActionbarItemTablet - Class in info.magnolia.ui.vaadin.gwt.client.actionbar.widget
-
The Class VActionbarItemTablet, which displays a single tablet action.
- VActionbarItemTablet(ActionbarItem, VActionbarGroup, EventBus, Icon) - Constructor for class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.VActionbarItemTablet
-
- VActionbarItemTablet(ActionbarItem, VActionbarGroup, EventBus) - Constructor for class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.VActionbarItemTablet
-
- value - Variable in class com.vaadin.client.ui.VSliderPatched
-
- value - Variable in class info.magnolia.ui.vaadin.gwt.client.icon.connector.BadgeIconState
-
- valueOf(String) - Static method in enum com.googlecode.mgwt.dom.client.recognizer.longtap.LongTapRecognizer.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeEvent.DIRECTION
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.ui.DragAndDropWrapper.DragStartMode
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.v7.client.ui.VScrollTablePatched.SelectMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage.ShellMessageWidget.MessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.ShellAppType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.ViewportType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum info.magnolia.ui.vaadin.gwt.client.shared.messagebubble.MessageBubbleAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum info.magnolia.ui.vaadin.gwt.client.shared.messagebubble.MessageBubbleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum info.magnolia.ui.vaadin.overlay.MessageStyleTypeEnum
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.googlecode.mgwt.dom.client.recognizer.longtap.LongTapRecognizer.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeEvent.DIRECTION
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.ui.DragAndDropWrapper.DragStartMode
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.vaadin.v7.client.ui.VScrollTablePatched.SelectMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage.ShellMessageWidget.MessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.ShellAppType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.ViewportType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum info.magnolia.ui.vaadin.gwt.client.shared.messagebubble.MessageBubbleAlignment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum info.magnolia.ui.vaadin.gwt.client.shared.messagebubble.MessageBubbleType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum info.magnolia.ui.vaadin.overlay.MessageStyleTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VAppTileGroup - Class in info.magnolia.ui.vaadin.gwt.client.applauncher.widget
-
The container that groups semantically similar apps.
- VAppTileGroup(String) - Constructor for class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.VAppTileGroup
-
- VAR_EVENT_PREFIX - Static variable in class info.magnolia.ui.vaadin.gwt.client.richtext.VMagnoliaRichTextField
-
- VAR_EVENTNAMES - Static variable in class info.magnolia.ui.vaadin.gwt.client.richtext.VMagnoliaRichTextField
-
- VAR_FIRE_PLUGIN_EVENT - Static variable in class info.magnolia.ui.vaadin.gwt.client.richtext.VMagnoliaRichTextField
-
- VAR_FIRE_PLUGIN_EVENT_VALUE - Static variable in class info.magnolia.ui.vaadin.gwt.client.richtext.VMagnoliaRichTextField
-
- VAR_SERVERPLUGINS - Static variable in class info.magnolia.ui.vaadin.gwt.client.richtext.VMagnoliaRichTextField
-
- VARIATION_BLACK - Static variable in class info.magnolia.ui.vaadin.switcher.Switcher
-
The constant for the color-variation "black".
- VARIATION_GREEN - Static variable in class info.magnolia.ui.vaadin.switcher.Switcher
-
The constant for the color-variation "green" (which is default).
- VDetailedShellMessage - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage
-
Shell message that displays the details.
- VDetailedShellMessage(MagnoliaShellView, String, String, String) - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage.VDetailedShellMessage
-
- VIEWPORT_SLOT_CLASS_NAME - Static variable in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellViewImpl
-
- ViewportConnector - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector
-
ViewportConnector.
- ViewportConnector() - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.ViewportConnector
-
- viewports - Variable in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellState
-
- ViewportState - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector
-
ViewportState.
- ViewportState() - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.ViewportState
-
- ViewportType - Enum in info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell
-
Enumeration of possible viewport types.
- ViewportWidget<T extends TransitionDelegate> - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget
-
An overlay that displays the open app in the shell on top of each other.
- ViewportWidget() - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.ViewportWidget
-
- VInfoMessage - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage
-
Info message.
- VInfoMessage(MagnoliaShellView, String, String, String) - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage.VInfoMessage
-
- visibleSections - Variable in class info.magnolia.ui.vaadin.gwt.client.actionbar.connector.ActionbarState
-
- VMagnoliaRichTextEditor - Class in info.magnolia.ui.vaadin.gwt.client.richtext
-
Adds support for custom plugin events/listeners to CKEditor JSNI wrapper.
- VMagnoliaRichTextEditor() - Constructor for class info.magnolia.ui.vaadin.gwt.client.richtext.VMagnoliaRichTextEditor
-
- VMagnoliaRichTextEditor.Listener - Interface in info.magnolia.ui.vaadin.gwt.client.richtext
-
Listener interface for plugin events.
- VMagnoliaRichTextField - Class in info.magnolia.ui.vaadin.gwt.client.richtext
-
Magnolia rich text field adds an ability to custom plugins to communicate
with the server.
- VMagnoliaRichTextField() - Constructor for class info.magnolia.ui.vaadin.gwt.client.richtext.VMagnoliaRichTextField
-
- VMagnoliaTable - Class in info.magnolia.ui.vaadin.gwt.client.grid
-
Magnolia table extends VScrollTable in a way that out-of-the-box version of it would not allow.
- VMagnoliaTable() - Constructor for class info.magnolia.ui.vaadin.gwt.client.grid.VMagnoliaTable
-
- VMagnoliaTable.MagnoliaHeaderCell - Class in info.magnolia.ui.vaadin.gwt.client.grid
-
Extend header cell to contain caption text.
- VMagnoliaTable.MagnoliaTableBody - Class in info.magnolia.ui.vaadin.gwt.client.grid
-
Extension of VScrollTableBody.
- VMagnoliaTable.MagnoliaTableBody.MagnoliaTableRow - Class in info.magnolia.ui.vaadin.gwt.client.grid
-
Extend VScrollTableRow to contain selection checkbox.
- VMagnoliaTable.MagnoliaTableHead - Class in info.magnolia.ui.vaadin.gwt.client.grid
-
Extend TableHead to contain select all checkbox.
- VMagnoliaTreeTable - Class in info.magnolia.ui.vaadin.gwt.client.grid
-
VMagnoliaTreeTable extends VTreeTable by ways that patching is required to expose the necessary private fields.
- VMagnoliaTreeTable() - Constructor for class info.magnolia.ui.vaadin.gwt.client.grid.VMagnoliaTreeTable
-
- VMagnoliaTreeTable.VMagnoliaTreeTableScrollBody - Class in info.magnolia.ui.vaadin.gwt.client.grid
-
Extension for Scroll body.
- VMagnoliaTreeTableScrollBody() - Constructor for class info.magnolia.ui.vaadin.gwt.client.grid.VMagnoliaTreeTable.VMagnoliaTreeTableScrollBody
-
- VMobileSafariUI - Class in info.magnolia.ui.vaadin.gwt.client.touchwidget
-
Special implementation of VUI
that would preinitialize MGWT touch events, so that those will not interfere
with native GWT touch events.
- VMobileSafariUI() - Constructor for class info.magnolia.ui.vaadin.gwt.client.touchwidget.VMobileSafariUI
-
- VNonScrollableUI - Class in info.magnolia.ui.vaadin.gwt.client.touchwidget
-
VUI
extension for a fixed layout UI, without v-scrollable styles.
- VNonScrollableUI() - Constructor for class info.magnolia.ui.vaadin.gwt.client.touchwidget.VNonScrollableUI
-
- VPermanentAppTileGroup - Class in info.magnolia.ui.vaadin.gwt.client.applauncher.widget
-
The permanent App Group.
- VPermanentAppTileGroup(String, String) - Constructor for class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.VPermanentAppTileGroup
-
- VScrollTableBody() - Constructor for class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody
-
- VScrollTableDropHandler() - Constructor for class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableDropHandler
-
- VScrollTableGeneratedRow(UIDL, char[]) - Constructor for class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableGeneratedRow
-
- VScrollTablePatched - Class in com.vaadin.v7.client.ui
-
VScrollTable
VScrollTable is a FlowPanel having two widgets in it: * TableHead component *
ScrollPanel
TableHead contains table's header and widgets + logic for resizing,
reordering and hiding columns.
- VScrollTablePatched() - Constructor for class com.vaadin.v7.client.ui.VScrollTablePatched
-
- VScrollTablePatched.ContextMenuDetails - Class in com.vaadin.v7.client.ui
-
Used to recall the position of an open context menu if we need to close
and reopen it during a row update.
- VScrollTablePatched.FocusableScrollContextPanel - Class in com.vaadin.v7.client.ui
-
For internal use only.
- VScrollTablePatched.FooterCell - Class in com.vaadin.v7.client.ui
-
A cell in the footer
- VScrollTablePatched.HeaderCell - Class in com.vaadin.v7.client.ui
-
- VScrollTablePatched.RowHeadersFooterCell - Class in com.vaadin.v7.client.ui
-
HeaderCell that is header cell for row headers.
- VScrollTablePatched.RowHeadersHeaderCell - Class in com.vaadin.v7.client.ui
-
HeaderCell that is header cell for row headers.
- VScrollTablePatched.RowRequestHandler - Class in com.vaadin.v7.client.ui
-
For internal use only.
- VScrollTablePatched.SelectMode - Enum in com.vaadin.v7.client.ui
-
- VScrollTablePatched.TableFooter - Class in com.vaadin.v7.client.ui
-
The footer of the table which can be seen in the bottom of the Table.
- VScrollTablePatched.TableHead - Class in com.vaadin.v7.client.ui
-
- VScrollTablePatched.VScrollTableBody - Class in com.vaadin.v7.client.ui
-
This Panel can only contain VScrollTableRow type of widgets.
- VScrollTablePatched.VScrollTableBody.VScrollTableGeneratedRow - Class in com.vaadin.v7.client.ui
-
- VScrollTablePatched.VScrollTableBody.VScrollTableRow - Class in com.vaadin.v7.client.ui
-
- VScrollTablePatched.VScrollTableDropHandler - Class in com.vaadin.v7.client.ui
-
- VScrollTableRow(UIDL, char[]) - Constructor for class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
- VScrollTableRow() - Constructor for class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
Add a dummy row, used for measurements if Table is empty.
- VShellErrorMessage - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage
-
Error message.
- VShellErrorMessage(MagnoliaShellView, String, String, String) - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage.VShellErrorMessage
-
- VShellImageBundle - Interface in info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell
-
Image bundle.
- VSliderPatched - Class in com.vaadin.client.ui
-
- VSliderPatched() - Constructor for class com.vaadin.client.ui.VSliderPatched
-
- VSticker - Class in info.magnolia.ui.vaadin.gwt.client.sticker.widget
-
Client-side implementation for the
Sticker
component.
- VSticker() - Constructor for class info.magnolia.ui.vaadin.gwt.client.sticker.widget.VSticker
-
- VTemporaryAppGroupBar - Class in info.magnolia.ui.vaadin.gwt.client.applauncher.widget
-
The holder of the temporary app group tiles - the ones that expand to show the temporary app group.
- VTemporaryAppGroupBar() - Constructor for class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.VTemporaryAppGroupBar
-
- VTemporaryAppGroupBarTile - Class in info.magnolia.ui.vaadin.gwt.client.applauncher.widget
-
A tile representing a Temporary App Group - displayed in the Temporary App Group Bar.
- VTemporaryAppGroupBarTile(String, VAppTileGroup, VTemporaryAppGroupBar) - Constructor for class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.VTemporaryAppGroupBarTile
-
- VTemporaryAppTileGroup - Class in info.magnolia.ui.vaadin.gwt.client.applauncher.widget
-
The temporary app group.
- VTemporaryAppTileGroup(String) - Constructor for class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.VTemporaryAppTileGroup
-
- VTreeTableGeneratedRow(UIDL, char[]) - Constructor for class com.vaadin.v7.client.ui.VTreeTablePatched.VTreeTableScrollBody.VTreeTableGeneratedRow
-
- VTreeTablePatched - Class in com.vaadin.v7.client.ui
-
- VTreeTablePatched() - Constructor for class com.vaadin.v7.client.ui.VTreeTablePatched
-
- VTreeTablePatched.PendingNavigationEvent - Class in com.vaadin.v7.client.ui
-
For internal use only.
- VTreeTablePatched.VTreeTableScrollBody - Class in com.vaadin.v7.client.ui
-
- VTreeTablePatched.VTreeTableScrollBody.VTreeTableGeneratedRow - Class in com.vaadin.v7.client.ui
-
- VTreeTablePatched.VTreeTableScrollBody.VTreeTableRow - Class in com.vaadin.v7.client.ui
-
- VTreeTableRow(UIDL, char[]) - Constructor for class com.vaadin.v7.client.ui.VTreeTablePatched.VTreeTableScrollBody.VTreeTableRow
-
- VTreeTableScrollBody() - Constructor for class com.vaadin.v7.client.ui.VTreeTablePatched.VTreeTableScrollBody
-
- VWarningMessage - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage
-
Simple notification object that pops up when warnings/errors occur.
- VWarningMessage(MagnoliaShellView, String, String, String) - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage.VWarningMessage
-