- 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
-
- addAppTile(AppTileWidget) - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.VPermanentAppTileGroup
-
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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
-
Deprecated.
- addDialogCloseHandler(BaseDialog.DialogCloseEvent.Handler) - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog
-
Deprecated.
- addDoubleClickListener(LazyLayout.ElementDblClickListener) - Method in class info.magnolia.ui.vaadin.layout.LazyLayout
-
- addElements(List<ThumbnailData>, int) - Method in interface info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.rpc.LazyLayoutClientRpc
-
- addElementSelectionListener(LazyLayout.ElementSelectionListener) - Method in class info.magnolia.ui.vaadin.layout.LazyLayout
-
- addExternalPlugin(String, String) - Method in class info.magnolia.ui.vaadin.ckeditor.MagnoliaCKEditorConfig
-
- addExternalPlugin(String, String) - Method in class info.magnolia.ui.vaadin.richtext.MagnoliaRichTextFieldConfig
-
- addExtraConfig(String, String) - Method in class info.magnolia.ui.vaadin.ckeditor.MagnoliaCKEditorConfig
-
- 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.ckeditor.MagnoliaCKEditorConfig.ToolbarGroup
-
- addListenedEvent(String) - Method in class info.magnolia.ui.vaadin.ckeditor.MagnoliaCKEditorConfig
-
Add CKEditor event name that server side will listen.
- addListenedEvent(String) - Method in class info.magnolia.ui.vaadin.richtext.MagnoliaRichTextFieldConfig
-
Add CKEditor event name that server side will listen.
- addListener(MagnoliaCKEditorTextFieldEvents.PluginListener) - Method in class info.magnolia.ui.vaadin.ckeditor.MagnoliaCKEditorTextField
-
- addListener(MagnoliaCKEditorTextFieldEvents.PluginListener) - Method in interface info.magnolia.ui.vaadin.ckeditor.MagnoliaCKEditorTextFieldEvents
-
- addListener(MagnoliaCKEditorTextFieldEvents.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
-
Deprecated.
- 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
-
- addPluginListener(String, VMagnoliaCKEditorTextEvents.Listener) - Method in class info.magnolia.ui.vaadin.gwt.client.ckeditor.VMagnoliaCKEditor
-
- addPluginListener(String, VMagnoliaCKEditorTextEvents.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(LazyLayout.ElementRightClickListener) - Method in class info.magnolia.ui.vaadin.layout.LazyLayout
-
- 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, String) - Method in class info.magnolia.ui.vaadin.layout.SmallAppLayout
-
Add new section with title into small app layout.
- addSection(Component) - Method in class info.magnolia.ui.vaadin.layout.SmallAppLayout
-
Add new section without a title into small app layout.
- 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
-
- addToDom() - Method in class info.magnolia.ui.vaadin.gwt.client.grid.VMagnoliaTable.MagnoliaTableHead
-
- addToExtraPlugins(String) - Method in class info.magnolia.ui.vaadin.ckeditor.MagnoliaCKEditorConfig
-
- addToolbarLine(List<MagnoliaCKEditorConfig.ToolbarGroup>) - Method in class info.magnolia.ui.vaadin.ckeditor.MagnoliaCKEditorConfig
-
Adds list of toolbar groups.
- addToolbarLine(List<MagnoliaCKEditorConfig.ToolbarGroup>) - Method in class info.magnolia.ui.vaadin.richtext.MagnoliaRichTextFieldConfig
-
Adds list of toolbar groups.
- addToRemovePlugins(String) - Method in class info.magnolia.ui.vaadin.ckeditor.MagnoliaCKEditorConfig
-
- 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.lazylayout.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
-
Deprecated.
- adoptComponent(Component) - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog
-
Deprecated.
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(Consumer<String>) - 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
-
- AppLauncherServerRpc - Interface in info.magnolia.ui.vaadin.gwt.client.applauncher.rpc
-
AppLauncher Server RPC.
- 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, Function<String, Icon>) - 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, URLReference) - 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, Function<String, Icon>) - 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
-
Deprecated.
- 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
-
- ATTR_FOCUS - Static variable in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- ATTR_IMMEDIATE - Static variable in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- ATTR_INPAGECONFIG - Static variable in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- ATTR_INSERT_HTML - Static variable in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- ATTR_INSERT_TEXT - Static variable in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- ATTR_KEYSTROKES_COMMAND - Static variable in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- ATTR_KEYSTROKES_KEYSTROKE - Static variable in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- ATTR_PROTECTED_BODY - Static variable in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- ATTR_PROTECTED_SOURCE - Static variable in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- ATTR_READONLY - Static variable in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- ATTR_VIEW_WITHOUT_EDITOR - Static variable in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- ATTR_WRITER_INDENTATIONCHARS - Static variable in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- ATTR_WRITERRULES_JSRULE - Static variable in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- ATTR_WRITERRULES_TAGNAME - Static variable in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- 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
-
- getBackgroundColor() - Method in class info.magnolia.ui.vaadin.gwt.client.sticker.widget.VSticker
-
- getBackgroundColor() - Method in class info.magnolia.ui.vaadin.sticker.Sticker
-
- 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.layout.lazylayout.shared.ThumbnailData
-
- getCaption() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.widget.MagnoliaTabLabel
-
- getCaptionProperty(Object) - Method in interface info.magnolia.ui.vaadin.layout.data.ThumbnailContainer
-
- 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.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
-
- getComponents() - Method in class info.magnolia.ui.vaadin.form.FormSection
-
- 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.LazyLayout
-
- getContainerDataSource() - Method in class info.magnolia.ui.vaadin.switcher.Switcher
-
Returns the Container
.
- getContent() - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog
-
Deprecated.
- 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.lazylayout.widget.EscalatorPanel
-
- getCurrentOpenGroup() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.VTemporaryAppGroupBar
-
- getCurrentThumbnailOffset() - Method in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.widget.EscalatorPanel
-
- 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
-
Deprecated.
- 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.lazylayout.widget.EscalatorPanel
-
- 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
-
- getElementHeight() - Method in class info.magnolia.ui.vaadin.layout.LazyLayout
-
- getElementWidth() - Method in class info.magnolia.ui.vaadin.layout.LazyLayout
-
- 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.ckeditor.MagnoliaCKEditorConfig
-
- 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.lazylayout.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
-
- getImageContainer() - Method in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.widget.EscalatorPanel
-
- 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
-
- getItemId(String) - Method in class info.magnolia.ui.vaadin.layout.LazyLayout.DataProviderKeyMapper
-
- getItemIds(Collection<String>) - Method in class info.magnolia.ui.vaadin.layout.LazyLayout.DataProviderKeyMapper
-
- 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
-
- getKey(Object) - Method in class info.magnolia.ui.vaadin.layout.LazyLayout.DataProviderKeyMapper
-
- 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.ckeditor.MagnoliaCKEditorConfig
-
- 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
- getMaxCacheRange() - Method in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.connector.LazyLayoutConnector
-
- 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
-
Deprecated.
- 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.ckeditor.MagnoliaCKEditorConfig.ToolbarGroup
-
- 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
-
- 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
-
- 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.
- getRenderer() - Method in class info.magnolia.ui.vaadin.gwt.client.IconRendererConnector
-
- 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
-
- getScaleRatio() - Method in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.widget.ThumbnailsSizeKeeper
-
- 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
-
- 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.lazylayout.connector.ThumbnailLayoutState.SelectionModel
-
- 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
-
Deprecated.
- 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.IconRenderer
-
- 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.ckeditor.MagnoliaCKEditorConnector
-
- 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.IconRendererConnector
-
- getState() - Method in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.connector.LazyLayoutConnector
-
- 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.LazyLayout
-
- getState(boolean) - Method in class info.magnolia.ui.vaadin.layout.LazyLayout
-
- 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.lazylayout.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
-
- getTabIndex() - Method in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- 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.
- getTextColor() - Method in class info.magnolia.ui.vaadin.gwt.client.sticker.widget.VSticker
-
- getTextColor() - Method in class info.magnolia.ui.vaadin.sticker.Sticker
-
- 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
-
- getThumbnailId() - Method in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.shared.ThumbnailData
-
- getThumbnailIndex(Element) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.widget.EscalatorPanel
-
- getThumbnailProperty(Object) - Method in interface info.magnolia.ui.vaadin.layout.data.ThumbnailContainer
-
- getThumbnailPropertyId() - Method in interface info.magnolia.ui.vaadin.layout.data.ThumbnailContainer
-
- getTileContainer() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.VAppTileGroup
-
- getTileContainer() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.VPermanentAppTileGroup
-
- 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
-
- getUnscaledHeight() - Method in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.widget.ThumbnailsSizeKeeper
-
- getUnscaledWidth() - Method in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.widget.ThumbnailsSizeKeeper
-
- 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.lazylayout.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.ckeditor.MagnoliaCKEditorConnector
-
- 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.lazylayout.connector.LazyLayoutConnector
-
- 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
-
- icon - Variable in class info.magnolia.ui.vaadin.gwt.client.form.formsection.widget.InlineMessageWidget
-
- icon - Variable in class info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.connector.MagnoliaTabState
-
- Icon - Class in info.magnolia.ui.vaadin.icon
-
The Icon is a lightweight component that outputs a simple scalable icon.
- Icon(String) - Constructor for class info.magnolia.ui.vaadin.icon.Icon
-
- Icon(String, int) - Constructor for class info.magnolia.ui.vaadin.icon.Icon
-
- Icon(String, String) - Constructor for class info.magnolia.ui.vaadin.icon.Icon
-
- Icon(String, int, String) - Constructor for class info.magnolia.ui.vaadin.icon.Icon
-
- ICON_FONT_CODE - Static variable in class info.magnolia.ui.vaadin.actionbar.ActionPopup
-
- IconConnector - Class in info.magnolia.ui.vaadin.gwt.client.icon.connector
-
IconConnector.
- IconConnector() - Constructor for class info.magnolia.ui.vaadin.gwt.client.icon.connector.IconConnector
-
- iconName - Variable in class info.magnolia.ui.vaadin.gwt.client.icon.connector.IconState
-
- IconParameters - Interface in info.magnolia.ui.vaadin.gwt.client.shared.icon
-
IconParameters.
- IconRenderer<T> - Class in info.magnolia.ui.vaadin.grid
-
Custom renderer capable of rendering icons.
- IconRenderer() - Constructor for class info.magnolia.ui.vaadin.grid.IconRenderer
-
- IconRenderer - Class in info.magnolia.ui.vaadin.gwt.client
-
Client-side implementation of icon renderer.
- IconRenderer() - Constructor for class info.magnolia.ui.vaadin.gwt.client.IconRenderer
-
- IconRenderer(IconRendererConnector) - Constructor for class info.magnolia.ui.vaadin.gwt.client.IconRenderer
-
- IconRendererConnector - Class in info.magnolia.ui.vaadin.gwt.client
-
.
- IconRendererConnector() - Constructor for class info.magnolia.ui.vaadin.gwt.client.IconRendererConnector
-
- IconRendererState - Class in info.magnolia.ui.vaadin.gwt.client
-
.
- IconRendererState() - Constructor for class info.magnolia.ui.vaadin.gwt.client.IconRendererState
-
- IconState - Class in info.magnolia.ui.vaadin.gwt.client.icon.connector
-
IconState.
- IconState() - Constructor for class info.magnolia.ui.vaadin.gwt.client.icon.connector.IconState
-
- IconWidget - Class in info.magnolia.ui.vaadin.gwt.client.icon.widget
-
The GwtIcon widget.
- IconWidget() - Constructor for class info.magnolia.ui.vaadin.gwt.client.icon.widget.IconWidget
-
- IconWidget(String) - Constructor for class info.magnolia.ui.vaadin.gwt.client.icon.widget.IconWidget
-
- IconWidget(String, String) - Constructor for class info.magnolia.ui.vaadin.gwt.client.icon.widget.IconWidget
-
- id - Variable in class com.vaadin.client.ui.VSliderPatched
-
- idToIndex - Variable in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.connector.LazyLayoutConnector
-
- idToUrl - Variable in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.connector.LazyLayoutConnector
-
- iLayout() - Method in class com.vaadin.client.ui.VSliderPatched
-
- imgPath - Static variable in interface info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.widget.LazyThumbnailLayoutImageBundle
-
- imgPath - Static variable in interface info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.VShellImageBundle
-
- immediate - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
For internal use only.
- indexOf(Widget) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody
-
- indexOfId(Object) - Method in class info.magnolia.ui.vaadin.grid.MagnoliaTreeTable
-
This method is made public in order to be able to delegate the call to
tree tables' HierarchicalStrategy
instead of the actual container
which can be very slow.
- indexToThumbnail - Variable in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.connector.LazyLayoutConnector
-
- IndicationBubbleFactory - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell
-
Factory for generating the pads for the indicators in the MainLauncher
.
- IndicationBubbleFactory() - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.IndicationBubbleFactory
-
- indications - Variable in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellState
-
- info.magnolia.ui.vaadin.actionbar - package info.magnolia.ui.vaadin.actionbar
-
- info.magnolia.ui.vaadin.applauncher - package info.magnolia.ui.vaadin.applauncher
-
- info.magnolia.ui.vaadin.ckeditor - package info.magnolia.ui.vaadin.ckeditor
-
- info.magnolia.ui.vaadin.common - package info.magnolia.ui.vaadin.common
-
- info.magnolia.ui.vaadin.dialog - package info.magnolia.ui.vaadin.dialog
-
- info.magnolia.ui.vaadin.editor - package info.magnolia.ui.vaadin.editor
-
- info.magnolia.ui.vaadin.extension - package info.magnolia.ui.vaadin.extension
-
- info.magnolia.ui.vaadin.form - package info.magnolia.ui.vaadin.form
-
- info.magnolia.ui.vaadin.form.tab - package info.magnolia.ui.vaadin.form.tab
-
- info.magnolia.ui.vaadin.grid - package info.magnolia.ui.vaadin.grid
-
- info.magnolia.ui.vaadin.gwt.client - package info.magnolia.ui.vaadin.gwt.client
-
- info.magnolia.ui.vaadin.gwt.client.actionbar.connector - package info.magnolia.ui.vaadin.gwt.client.actionbar.connector
-
- info.magnolia.ui.vaadin.gwt.client.actionbar.event - package info.magnolia.ui.vaadin.gwt.client.actionbar.event
-
- info.magnolia.ui.vaadin.gwt.client.actionbar.rpc - package info.magnolia.ui.vaadin.gwt.client.actionbar.rpc
-
- info.magnolia.ui.vaadin.gwt.client.actionbar.shared - package info.magnolia.ui.vaadin.gwt.client.actionbar.shared
-
- info.magnolia.ui.vaadin.gwt.client.actionbar.widget - package info.magnolia.ui.vaadin.gwt.client.actionbar.widget
-
- info.magnolia.ui.vaadin.gwt.client.applauncher.connector - package info.magnolia.ui.vaadin.gwt.client.applauncher.connector
-
- info.magnolia.ui.vaadin.gwt.client.applauncher.event - package info.magnolia.ui.vaadin.gwt.client.applauncher.event
-
- info.magnolia.ui.vaadin.gwt.client.applauncher.rpc - package info.magnolia.ui.vaadin.gwt.client.applauncher.rpc
-
- info.magnolia.ui.vaadin.gwt.client.applauncher.shared - package info.magnolia.ui.vaadin.gwt.client.applauncher.shared
-
- info.magnolia.ui.vaadin.gwt.client.applauncher.widget - package info.magnolia.ui.vaadin.gwt.client.applauncher.widget
-
- info.magnolia.ui.vaadin.gwt.client.ckeditor - package info.magnolia.ui.vaadin.gwt.client.ckeditor
-
- info.magnolia.ui.vaadin.gwt.client.dialog.connector - package info.magnolia.ui.vaadin.gwt.client.dialog.connector
-
- info.magnolia.ui.vaadin.gwt.client.dialog.rpc - package info.magnolia.ui.vaadin.gwt.client.dialog.rpc
-
- info.magnolia.ui.vaadin.gwt.client.dialog.widget - package info.magnolia.ui.vaadin.gwt.client.dialog.widget
-
- info.magnolia.ui.vaadin.gwt.client.extension - package info.magnolia.ui.vaadin.gwt.client.extension
-
- info.magnolia.ui.vaadin.gwt.client.form.connector - package info.magnolia.ui.vaadin.gwt.client.form.connector
-
- info.magnolia.ui.vaadin.gwt.client.form.formsection.connector - package info.magnolia.ui.vaadin.gwt.client.form.formsection.connector
-
- info.magnolia.ui.vaadin.gwt.client.form.formsection.event - package info.magnolia.ui.vaadin.gwt.client.form.formsection.event
-
- info.magnolia.ui.vaadin.gwt.client.form.formsection.widget - package info.magnolia.ui.vaadin.gwt.client.form.formsection.widget
-
- info.magnolia.ui.vaadin.gwt.client.form.rpc - package info.magnolia.ui.vaadin.gwt.client.form.rpc
-
- info.magnolia.ui.vaadin.gwt.client.form.tab.connector - package info.magnolia.ui.vaadin.gwt.client.form.tab.connector
-
- info.magnolia.ui.vaadin.gwt.client.form.tab.widget - package info.magnolia.ui.vaadin.gwt.client.form.tab.widget
-
- info.magnolia.ui.vaadin.gwt.client.form.widget - package info.magnolia.ui.vaadin.gwt.client.form.widget
-
- info.magnolia.ui.vaadin.gwt.client.grid - package info.magnolia.ui.vaadin.gwt.client.grid
-
- info.magnolia.ui.vaadin.gwt.client.grid.connector - package info.magnolia.ui.vaadin.gwt.client.grid.connector
-
- info.magnolia.ui.vaadin.gwt.client.icon.connector - package info.magnolia.ui.vaadin.gwt.client.icon.connector
-
- info.magnolia.ui.vaadin.gwt.client.icon.widget - package info.magnolia.ui.vaadin.gwt.client.icon.widget
-
- info.magnolia.ui.vaadin.gwt.client.jcrop - package info.magnolia.ui.vaadin.gwt.client.jcrop
-
- info.magnolia.ui.vaadin.gwt.client.jquerywrapper - package info.magnolia.ui.vaadin.gwt.client.jquerywrapper
-
- info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.connector - package info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.connector
-
- info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.rpc - package info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.rpc
-
- info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.shared - package info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.shared
-
- info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.widget - package info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.widget
-
- info.magnolia.ui.vaadin.gwt.client.lightcombobox.connector - package info.magnolia.ui.vaadin.gwt.client.lightcombobox.connector
-
- info.magnolia.ui.vaadin.gwt.client.lightcombobox.widget - package info.magnolia.ui.vaadin.gwt.client.lightcombobox.widget
-
- info.magnolia.ui.vaadin.gwt.client.magnoliashell - package info.magnolia.ui.vaadin.gwt.client.magnoliashell
-
- info.magnolia.ui.vaadin.gwt.client.magnoliashell.event - package info.magnolia.ui.vaadin.gwt.client.magnoliashell.event
-
- info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell - package info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell
-
- info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.rpc - package info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.rpc
-
- info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage - package info.magnolia.ui.vaadin.gwt.client.magnoliashell.shellmessage
-
- info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport - package info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport
-
- info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.animation - package info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.animation
-
- info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector - package info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector
-
- info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget - package info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget
-
- info.magnolia.ui.vaadin.gwt.client.pinch - package info.magnolia.ui.vaadin.gwt.client.pinch
-
- info.magnolia.ui.vaadin.gwt.client.previewtoken - package info.magnolia.ui.vaadin.gwt.client.previewtoken
-
- info.magnolia.ui.vaadin.gwt.client.richtext - package info.magnolia.ui.vaadin.gwt.client.richtext
-
- info.magnolia.ui.vaadin.gwt.client.shared.icon - package info.magnolia.ui.vaadin.gwt.client.shared.icon
-
- info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell - package info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell
-
- info.magnolia.ui.vaadin.gwt.client.shared.messagebubble - package info.magnolia.ui.vaadin.gwt.client.shared.messagebubble
-
- info.magnolia.ui.vaadin.gwt.client.sticker - package info.magnolia.ui.vaadin.gwt.client.sticker
-
- info.magnolia.ui.vaadin.gwt.client.sticker.connector - package info.magnolia.ui.vaadin.gwt.client.sticker.connector
-
- info.magnolia.ui.vaadin.gwt.client.sticker.widget - package info.magnolia.ui.vaadin.gwt.client.sticker.widget
-
- info.magnolia.ui.vaadin.gwt.client.tabsheet.connector - package info.magnolia.ui.vaadin.gwt.client.tabsheet.connector
-
- info.magnolia.ui.vaadin.gwt.client.tabsheet.event - package info.magnolia.ui.vaadin.gwt.client.tabsheet.event
-
- info.magnolia.ui.vaadin.gwt.client.tabsheet.rpc - package info.magnolia.ui.vaadin.gwt.client.tabsheet.rpc
-
- info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.connector - package info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.connector
-
- info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.widget - package info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.widget
-
- info.magnolia.ui.vaadin.gwt.client.tabsheet.util - package info.magnolia.ui.vaadin.gwt.client.tabsheet.util
-
- info.magnolia.ui.vaadin.gwt.client.tabsheet.widget - package info.magnolia.ui.vaadin.gwt.client.tabsheet.widget
-
- info.magnolia.ui.vaadin.gwt.client.touchwidget - package info.magnolia.ui.vaadin.gwt.client.touchwidget
-
- info.magnolia.ui.vaadin.gwt.shared - package info.magnolia.ui.vaadin.gwt.shared
-
- info.magnolia.ui.vaadin.gwt.shared.jcrop - package info.magnolia.ui.vaadin.gwt.shared.jcrop
-
- info.magnolia.ui.vaadin.icon - package info.magnolia.ui.vaadin.icon
-
- info.magnolia.ui.vaadin.layout - package info.magnolia.ui.vaadin.layout
-
- info.magnolia.ui.vaadin.layout.data - package info.magnolia.ui.vaadin.layout.data
-
- info.magnolia.ui.vaadin.lightcombobox - package info.magnolia.ui.vaadin.lightcombobox
-
- info.magnolia.ui.vaadin.magnoliashell - package info.magnolia.ui.vaadin.magnoliashell
-
- info.magnolia.ui.vaadin.magnoliashell.rpc - package info.magnolia.ui.vaadin.magnoliashell.rpc
-
- info.magnolia.ui.vaadin.magnoliashell.viewport - package info.magnolia.ui.vaadin.magnoliashell.viewport
-
- info.magnolia.ui.vaadin.overlay - package info.magnolia.ui.vaadin.overlay
-
- info.magnolia.ui.vaadin.richtext - package info.magnolia.ui.vaadin.richtext
-
- info.magnolia.ui.vaadin.server - package info.magnolia.ui.vaadin.server
-
- info.magnolia.ui.vaadin.splitfeed - package info.magnolia.ui.vaadin.splitfeed
-
- info.magnolia.ui.vaadin.sticker - package info.magnolia.ui.vaadin.sticker
-
- info.magnolia.ui.vaadin.switcher - package info.magnolia.ui.vaadin.switcher
-
- info.magnolia.ui.vaadin.tabsheet - package info.magnolia.ui.vaadin.tabsheet
-
- info.magnolia.ui.vaadin.usermenu - package info.magnolia.ui.vaadin.usermenu
-
- InfoIcon - Class in info.magnolia.ui.vaadin.icon
-
The InfoIcon.
- InfoIcon() - Constructor for class info.magnolia.ui.vaadin.icon.InfoIcon
-
- InfoIcon(int) - Constructor for class info.magnolia.ui.vaadin.icon.InfoIcon
-
- init() - Method in class com.vaadin.v7.client.ui.table.TableConnectorPatched
-
- init(ApplicationConnection) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- init(String, String, boolean) - Method in class info.magnolia.ui.vaadin.dialog.ConfirmationDialog
-
Deprecated.
- init() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.connector.ActionbarConnector
-
- init() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.connector.AppLauncherConnector
-
- init() - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.connector.BaseDialogConnector
-
- init() - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.connector.DialogContainingFormConnector
-
- init() - Method in class info.magnolia.ui.vaadin.gwt.client.dialog.connector.OverlayConnector
-
- init() - Method in class info.magnolia.ui.vaadin.gwt.client.form.connector.FormConnector
-
- init() - Method in class info.magnolia.ui.vaadin.gwt.client.form.formsection.connector.FormSectionConnector
-
- init() - Method in class info.magnolia.ui.vaadin.gwt.client.form.tab.connector.FormTabConnector
-
- init() - Method in class info.magnolia.ui.vaadin.gwt.client.icon.connector.IconConnector
-
- init(RendererCellReference) - Method in class info.magnolia.ui.vaadin.gwt.client.IconRenderer
-
- init() - Method in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.connector.LazyLayoutConnector
-
- init() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellConnector
-
- init() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.AppsViewportConnector
-
- init() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.ShellAppsViewportConnector
-
- init() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.connector.ViewportConnector
-
- init() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.connector.MagnoliaTabSheetConnector
-
- init() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.connector.MagnoliaTabConnector
-
- initCellWidths() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableGeneratedRow
-
- initCellWidths() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
- initCellWidths() - Method in class com.vaadin.v7.client.ui.VTreeTablePatched.VTreeTableScrollBody.VTreeTableGeneratedRow
-
- initCellWithText(String, char, String, boolean, boolean, String, TableCellElement) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
- initCellWithText(String, char, String, boolean, boolean, String, TableCellElement) - Method in class info.magnolia.ui.vaadin.gwt.client.grid.VMagnoliaTable.MagnoliaTableBody.MagnoliaTableRow
-
- initCellWithWidget(Widget, char, String, boolean, TableCellElement) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
- initCellWithWidget(Widget, char, String, boolean, TableCellElement) - Method in class info.magnolia.ui.vaadin.gwt.client.grid.VMagnoliaTable.MagnoliaTableBody.MagnoliaTableRow
-
- initContent() - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- initContent() - Method in class info.magnolia.ui.vaadin.switcher.Switcher
-
- initHistory() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellConnector
-
- initHistory() - Method in interface info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellView.Presenter
-
- initialize(int, int, ThumbnailLayoutState.ThumbnailSize, float, boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.widget.EscalatorPanel
-
- initializedAndAttached - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
For internal use only.
- initializeRows(UIDL, UIDL) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
For internal use only.
- initKeyboardShortcutSupport() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellViewImpl
-
Bind keyboard handlers.
- InlineMessageWidget - Class in info.magnolia.ui.vaadin.gwt.client.form.formsection.widget
-
Error/Help bubble widget.
- InlineMessageWidget() - Constructor for class info.magnolia.ui.vaadin.gwt.client.form.formsection.widget.InlineMessageWidget
-
- inProgress() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.AppsTransitionDelegate
-
- inProgress() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.ShellAppsTransitionDelegate
-
- inProgress() - Method in interface info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.TransitionDelegate
-
- insert(Widget, int) - Method in class info.magnolia.ui.vaadin.gwt.client.form.formsection.widget.FormSectionWidget
-
- insertAndReindexRows(UIDL, int, int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody
-
- insertNodeIcon(TableCellElement) - Method in class info.magnolia.ui.vaadin.gwt.client.grid.VMagnoliaTable.MagnoliaTableBody.MagnoliaTableRow
-
- insertRows(UIDL, int, int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody
-
Inserts rows as provided in the rowData starting at firstIndex.
- insertRowsAnimated(UIDL, int, int) - Method in class com.vaadin.v7.client.ui.VTreeTablePatched.VTreeTableScrollBody
-
- insertRowsDeleteBelow(UIDL, int, int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody
-
- INSTANCE - Static variable in interface info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.widget.LazyThumbnailLayoutImageBundle
-
- intersects(Range) - Method in class info.magnolia.ui.vaadin.gwt.shared.Range
-
Checks whether this range and another range are at least partially
covering the same values.
- invalidate() - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- is(String) - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- isActive() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.AppTileWidget
-
- isActive() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.ShellAppsViewportWidget
-
- isActive - Variable in class info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.connector.MagnoliaTabState
-
- isAnimationInProgress() - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- isApp() - Method in class info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.Fragment
-
- isAppClosing() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.ShellState
-
- isAppClosing() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.widget.AppsViewportWidget
-
- isAppStarted() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.ShellState
-
- isAppStarting() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.ShellState
-
- isBefore(VScrollTablePatched.VScrollTableBody.VScrollTableRow) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
Makes a check based on indexes whether the row is before the
compared row.
- isCancelled() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.animation.JQueryAnimation
-
- isClientGroup() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppGroup
-
- isClientGroup() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.widget.VAppTileGroup
-
- isClosable - Variable in class info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.connector.MagnoliaTabState
-
- isClosable() - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTab
-
- isCollapsed - Variable in class info.magnolia.ui.vaadin.gwt.client.richtext.TextAreaStretcherState
-
- isConfirmed() - Method in class info.magnolia.ui.vaadin.dialog.ConfirmationDialog.ConfirmationEvent
-
Deprecated.
- isCropVisible() - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- isDefinedWidth() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.FooterCell
-
Detects if width is fixed by developer on server side or resized to
current width by user.
- isDefinedWidth() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.HeaderCell
-
Detects if width is fixed by developer on server side or resized to
current width by user.
- isDescendantOf(Object, Object) - Method in class info.magnolia.ui.vaadin.grid.MagnoliaTreeTable
-
- isDescriptionVisible - Static variable in class info.magnolia.ui.vaadin.gwt.client.dialog.widget.DialogHeaderWidget
-
- isDescriptionVisible - Variable in class info.magnolia.ui.vaadin.gwt.client.form.formsection.connector.FormSectionState
-
- isDeviceTablet() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.connector.ActionbarConnector
-
Determine if device is tablet.
- isDeviceTablet() - Method in interface info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetView.Presenter
-
- isDisplayingHelpSection() - Method in class info.magnolia.ui.vaadin.gwt.client.form.widget.FormFieldWrapper
-
- isDistanceReached() - Method in class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeEndEvent
-
is the minimum distance reached by this swipe
- isDistanceReached() - Method in class com.googlecode.mgwt.dom.client.recognizer.swipe.SwipeMoveEvent
-
is the minimum distance reached
- isEmpty() - Method in class info.magnolia.ui.vaadin.ckeditor.MagnoliaCKEditorTextField
-
- isEmpty() - Method in class info.magnolia.ui.vaadin.gwt.shared.Range
-
Checks whether the range has no elements between the start and end.
- isEmpty() - Method in class info.magnolia.ui.vaadin.magnoliashell.DeckLayout
-
- isEmpty() - Method in class info.magnolia.ui.vaadin.richtext.MagnoliaRichTextField
-
- isEnabled() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.FooterCell
-
Is the cell enabled?
- isEnabled() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.HeaderCell
-
- isEnabled - Variable in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarItemWidget
-
- isEnabled() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarItemWidget
-
- isFirstUpdate - Variable in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.connector.ThumbnailLayoutState
-
Is true
only during the first request.
- isFocusable() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
Can the Table be focused?
- isFocusedElementAnInputField() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellViewImpl
-
Returns whether the currently focused element is one that accepts keyboard input.
- isFullScreen - Variable in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellState
-
- isHasValues() - Static method in class com.googlecode.mgwt.dom.client.event.mouse.MultiTouchMouseEmulator
-
- isHelpAccesible() - Method in class info.magnolia.ui.vaadin.gwt.client.form.formsection.event.HelpAccessibilityEvent
-
- isInViewPort() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
Detects whether row is visible in tables viewport.
- isMultiSelectModeAny() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- isMultiSelectModeDefault() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- isMultiSelectModeSimple() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- isNotificationHidden - Variable in class info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.connector.MagnoliaTabState
-
- isNotifyServer() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.event.ActiveTabChangedEvent
-
- isOpen - Variable in class info.magnolia.ui.vaadin.gwt.client.actionbar.connector.ActionbarState
-
- isOpen() - Method in interface info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetView
-
- isOpen() - Method in class info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarWidgetViewImpl
-
- isPermanent() - Method in class info.magnolia.ui.vaadin.gwt.client.applauncher.shared.AppGroup
-
- isReadOnly() - Method in class com.vaadin.v7.client.ui.table.TableConnectorPatched
-
- isRealResource() - Method in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.shared.ThumbnailData
-
- isRendered(Component) - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTab
-
- isRenderHtmlInCells() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableGeneratedRow
-
- isRenderHtmlInCells() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
Overriding this and returning true causes all text cells to be
rendered as HTML.
- isRenderHtmlInCells() - Method in class com.vaadin.v7.client.ui.VTreeTablePatched.VTreeTableScrollBody.VTreeTableGeneratedRow
-
- isRenderHtmlInCells() - Method in class info.magnolia.ui.vaadin.gwt.client.grid.VMagnoliaTable.MagnoliaTableBody.MagnoliaTableRow
-
- isRequestHandlerRunning() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.RowRequestHandler
-
- isRunning() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.animation.JQueryAnimation
-
- isSameApp(Fragment) - Method in class info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.Fragment
-
- isScrollPositionVisible() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
For internal use only.
- isSectionVisible(String) - Method in class info.magnolia.ui.vaadin.actionbar.Actionbar
-
- isSelectable() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
For internal use only.
- isSelected() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
Has the row been selected?
- isShellApp() - Method in class info.magnolia.ui.vaadin.gwt.client.shared.magnoliashell.Fragment
-
- isShellAppClosing() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.ShellState
-
- isShellAppStarted() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.ShellState
-
- isShellAppStarting() - Method in class info.magnolia.ui.vaadin.gwt.client.magnoliashell.ShellState
-
- isShowingAllTabs() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.event.ActiveTabChangedEvent
-
- isShowingAllTabs() - Method in interface info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.MagnoliaTabSheetView
-
- isShowingAllTabs() - Method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.MagnoliaTabSheetViewImpl
-
- isSingleSelectMode() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- isSorted() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.HeaderCell
-
- isSpanColumns() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableGeneratedRow
-
- isSpanColumns() - Method in class com.vaadin.v7.client.ui.VTreeTablePatched.VTreeTableScrollBody.VTreeTableGeneratedRow
-
- isSubsetOf(Range) - Method in class info.magnolia.ui.vaadin.gwt.shared.Range
-
Checks whether this range is a subset of another range.
- isTreeCellAdded - Variable in class com.vaadin.v7.client.ui.VTreeTablePatched.VTreeTableScrollBody.VTreeTableRow
-
- isValid() - Method in class info.magnolia.ui.vaadin.form.Form
-
- isValid() - Method in interface info.magnolia.ui.vaadin.form.FormViewReduced
-
- isValid - Variable in class info.magnolia.ui.vaadin.gwt.client.jcrop.JCropState
-
- isValidationVisible - Variable in class info.magnolia.ui.vaadin.gwt.client.form.formsection.connector.FormSectionState
-
- isVisible() - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog.DescriptionVisibilityEvent
-
Deprecated.
- isVisible - Variable in class info.magnolia.ui.vaadin.gwt.client.jcrop.JCropState
-
- isVisibleInHierarchy() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- isWide() - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog.WideEvent
-
Deprecated.
- isWide - Variable in class info.magnolia.ui.vaadin.gwt.client.dialog.connector.BaseDialogState
-
- isWide - Variable in class info.magnolia.ui.vaadin.gwt.client.dialog.widget.DialogHeaderWidget
-
- isWorkPending() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- iterator() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.TableFooter
-
- iterator() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.TableHead
-
- iterator() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody
-
- iterator() - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody.VScrollTableRow
-
- iterator() - Method in class info.magnolia.ui.vaadin.dialog.BaseDialog
-
Deprecated.
- iterator() - Method in class info.magnolia.ui.vaadin.form.FormSection
-
- iterator() - Method in class info.magnolia.ui.vaadin.icon.CompositeIcon
-
- iterator() - Method in class info.magnolia.ui.vaadin.magnoliashell.DeckLayout
-
- iterator() - Method in class info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell
-
Must also include any overlays that have been attached to the shell.
- iterator() - Method in class info.magnolia.ui.vaadin.tabsheet.MagnoliaTabSheet
-
- MagnoliaCKEditorConfig - Class in info.magnolia.ui.vaadin.ckeditor
-
Magnolia 6 - Vaadin 8 extension of CKEditorConfig in order to define a more
coherent toolbar API and configure custom plugins.
- MagnoliaCKEditorConfig() - Constructor for class info.magnolia.ui.vaadin.ckeditor.MagnoliaCKEditorConfig
-
- MagnoliaCKEditorConfig.ToolbarGroup - Class in info.magnolia.ui.vaadin.ckeditor
-
Represents a CKEditor toolbar.
- MagnoliaCKEditorConnector - Class in info.magnolia.ui.vaadin.gwt.client.ckeditor
-
Connector class for rich text field.
- MagnoliaCKEditorConnector() - Constructor for class info.magnolia.ui.vaadin.gwt.client.ckeditor.MagnoliaCKEditorConnector
-
- MagnoliaCKEditorTextField - Class in info.magnolia.ui.vaadin.ckeditor
-
Magnolia 6 - Vaadin 8 extended CKEditorTextField for custom made Magnolia plugins.
- MagnoliaCKEditorTextField(MagnoliaCKEditorConfig) - Constructor for class info.magnolia.ui.vaadin.ckeditor.MagnoliaCKEditorTextField
-
- MagnoliaCKEditorTextFieldEvents - Interface in info.magnolia.ui.vaadin.ckeditor
-
Magnolia/CKEditor text field events interface.
- MagnoliaCKEditorTextFieldEvents.PluginListener - Interface in info.magnolia.ui.vaadin.ckeditor
-
Event handler listener for plugin connectivity.
- MagnoliaFormTab - Class in info.magnolia.ui.vaadin.form.tab
-
- MagnoliaFormTab(String, FormSection) - Constructor for class info.magnolia.ui.vaadin.form.tab.MagnoliaFormTab
-
- MagnoliaHeaderCell(String, String) - Constructor for class info.magnolia.ui.vaadin.gwt.client.grid.VMagnoliaTable.MagnoliaHeaderCell
-
- MagnoliaPinchEvent<H extends com.google.gwt.event.shared.EventHandler> - Class in info.magnolia.ui.vaadin.gwt.client.pinch
-
Magnolia Pinch event.
- MagnoliaPinchEvent(int, int, double) - Constructor for class info.magnolia.ui.vaadin.gwt.client.pinch.MagnoliaPinchEvent
-
- MagnoliaPinchMoveEvent - Class in info.magnolia.ui.vaadin.gwt.client.pinch
-
MagnoliaPinchMoveEvent.
- MagnoliaPinchMoveEvent(int, int, double) - Constructor for class info.magnolia.ui.vaadin.gwt.client.pinch.MagnoliaPinchMoveEvent
-
- MagnoliaPinchMoveEvent.Handler - Interface in info.magnolia.ui.vaadin.gwt.client.pinch
-
Event handler.
- MagnoliaPinchRecognizer - Class in info.magnolia.ui.vaadin.gwt.client.pinch
-
MagnoliaPinchRecognizer.
- MagnoliaPinchRecognizer(HasHandlers, OffsetProvider) - Constructor for class info.magnolia.ui.vaadin.gwt.client.pinch.MagnoliaPinchRecognizer
-
- MagnoliaPinchStartEvent - Class in info.magnolia.ui.vaadin.gwt.client.pinch
-
MagnoliaPinchStartEvent.
- MagnoliaPinchStartEvent(int, int, double) - Constructor for class info.magnolia.ui.vaadin.gwt.client.pinch.MagnoliaPinchStartEvent
-
- MagnoliaPinchStartEvent.Handler - Interface in info.magnolia.ui.vaadin.gwt.client.pinch
-
Event handler.
- MagnoliaRichTextField - Class in info.magnolia.ui.vaadin.richtext
-
Magnolia5 / Vaadin7 compatibility class.
- MagnoliaRichTextField() - Constructor for class info.magnolia.ui.vaadin.richtext.MagnoliaRichTextField
-
- MagnoliaRichTextField(MagnoliaRichTextFieldConfig) - Constructor for class info.magnolia.ui.vaadin.richtext.MagnoliaRichTextField
-
- MagnoliaRichTextFieldConfig - Class in info.magnolia.ui.vaadin.richtext
-
Magnolia5 / Vaadin7 compatibility class.
- MagnoliaRichTextFieldConfig() - Constructor for class info.magnolia.ui.vaadin.richtext.MagnoliaRichTextFieldConfig
-
- MagnoliaShell - Class in info.magnolia.ui.vaadin.magnoliashell
-
Server side implementation of the MagnoliaShell container.
- MagnoliaShell() - Constructor for class info.magnolia.ui.vaadin.magnoliashell.MagnoliaShell
-
- MagnoliaShell.Listener - Interface in info.magnolia.ui.vaadin.magnoliashell
-
Listener for events.
- MagnoliaShellConnector - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell
-
MagnoliaShellConnector.
- MagnoliaShellConnector() - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellConnector
-
- MagnoliaShellRpcDelegate - Class in info.magnolia.ui.vaadin.magnoliashell.rpc
-
MagnoliaShellRpcDelegate.
- MagnoliaShellRpcDelegate(MagnoliaShell) - Constructor for class info.magnolia.ui.vaadin.magnoliashell.rpc.MagnoliaShellRpcDelegate
-
- MagnoliaShellState - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell
-
MagnoliaShellState.
- MagnoliaShellState() - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellState
-
- MagnoliaShellView - Interface in info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell
-
The view interface for MagnoliaShell (implemented by GWT part of MagnoliaShell).
- MagnoliaShellView.Presenter - Interface in info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell
-
- MagnoliaShellViewImpl - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell
-
GWT implementation of MagnoliaShell client side (the view part basically).
- MagnoliaShellViewImpl() - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.shell.MagnoliaShellViewImpl
-
- MagnoliaSwipeRecognizer - Class in info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport
-
MagnoliaSwipeHandler.
- MagnoliaSwipeRecognizer(HasHandlers) - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.MagnoliaSwipeRecognizer
-
- MagnoliaSwipeRecognizer(HasHandlers, int) - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.MagnoliaSwipeRecognizer
-
- MagnoliaSwipeRecognizer(HasHandlers, int, int) - Constructor for class info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.MagnoliaSwipeRecognizer
-
- MagnoliaTab - Class in info.magnolia.ui.vaadin.tabsheet
-
A tab in the shell tabsheet.
- MagnoliaTab(String, Component) - Constructor for class info.magnolia.ui.vaadin.tabsheet.MagnoliaTab
-
- MagnoliaTabConnector - Class in info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.connector
-
MagnoliaTabConnector.
- MagnoliaTabConnector() - Constructor for class info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.connector.MagnoliaTabConnector
-
- MagnoliaTabLabel - Class in info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.widget
-
Tab label in the tab bar.
- MagnoliaTabLabel() - Constructor for class info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.widget.MagnoliaTabLabel
-
- MagnoliaTable - Class in info.magnolia.ui.vaadin.grid
-
MagnoliaTable.
- MagnoliaTable(Container) - Constructor for class info.magnolia.ui.vaadin.grid.MagnoliaTable
-
- MagnoliaTable() - Constructor for class info.magnolia.ui.vaadin.grid.MagnoliaTable
-
- MagnoliaTableBody() - Constructor for class info.magnolia.ui.vaadin.gwt.client.grid.VMagnoliaTable.MagnoliaTableBody
-
- MagnoliaTableConnector - Class in info.magnolia.ui.vaadin.gwt.client.grid.connector
-
Connector class for magnolia table.
- MagnoliaTableConnector() - Constructor for class info.magnolia.ui.vaadin.gwt.client.grid.connector.MagnoliaTableConnector
-
- MagnoliaTableHead() - Constructor for class info.magnolia.ui.vaadin.gwt.client.grid.VMagnoliaTable.MagnoliaTableHead
-
- MagnoliaTableRow(UIDL, char[]) - Constructor for class info.magnolia.ui.vaadin.gwt.client.grid.VMagnoliaTable.MagnoliaTableBody.MagnoliaTableRow
-
- MagnoliaTableRow() - Constructor for class info.magnolia.ui.vaadin.gwt.client.grid.VMagnoliaTable.MagnoliaTableBody.MagnoliaTableRow
-
- MagnoliaTabSheet - Class in info.magnolia.ui.vaadin.tabsheet
-
Simple lightweight tabsheet component.
- MagnoliaTabSheet() - Constructor for class info.magnolia.ui.vaadin.tabsheet.MagnoliaTabSheet
-
- MagnoliaTabSheetClientRpc - Interface in info.magnolia.ui.vaadin.gwt.client.tabsheet.rpc
-
MagnoliaTabSheetClientRpc.
- MagnoliaTabSheetConnector - Class in info.magnolia.ui.vaadin.gwt.client.tabsheet.connector
-
- MagnoliaTabSheetConnector() - Constructor for class info.magnolia.ui.vaadin.gwt.client.tabsheet.connector.MagnoliaTabSheetConnector
-
- MagnoliaTabSheetServerRpc - Interface in info.magnolia.ui.vaadin.gwt.client.tabsheet.rpc
-
MagnoliaTabSheetServerRpc.
- MagnoliaTabSheetState - Class in info.magnolia.ui.vaadin.gwt.client.tabsheet.connector
-
MagnoliaTabSheetState.
- MagnoliaTabSheetState() - Constructor for class info.magnolia.ui.vaadin.gwt.client.tabsheet.connector.MagnoliaTabSheetState
-
- MagnoliaTabSheetView - Interface in info.magnolia.ui.vaadin.gwt.client.tabsheet.widget
-
VShellTabView.
- MagnoliaTabSheetViewImpl - Class in info.magnolia.ui.vaadin.gwt.client.tabsheet.widget
-
Contains the tabs at the top and the tabs themselves.
- MagnoliaTabSheetViewImpl(EventBus) - Constructor for class info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.MagnoliaTabSheetViewImpl
-
- MagnoliaTabState - Class in info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.connector
-
- MagnoliaTabState() - Constructor for class info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.connector.MagnoliaTabState
-
- MagnoliaTabWidget - Class in info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.widget
-
Client-side implementation of the tab.
- MagnoliaTabWidget(MagnoliaTabConnector) - Constructor for class info.magnolia.ui.vaadin.gwt.client.tabsheet.tab.widget.MagnoliaTabWidget
-
- MagnoliaTreeTable - Class in info.magnolia.ui.vaadin.grid
-
VMagnoliaTreeTable.
- MagnoliaTreeTable(Container) - Constructor for class info.magnolia.ui.vaadin.grid.MagnoliaTreeTable
-
- MagnoliaTreeTable() - Constructor for class info.magnolia.ui.vaadin.grid.MagnoliaTreeTable
-
- MagnoliaTreeTableConnector - Class in info.magnolia.ui.vaadin.gwt.client.grid.connector
-
Connector class for Magnolia tree table.
- MagnoliaTreeTableConnector() - Constructor for class info.magnolia.ui.vaadin.gwt.client.grid.connector.MagnoliaTreeTableConnector
-
- mainActionContainer - Variable in class info.magnolia.ui.vaadin.gwt.client.dialog.connector.BaseDialogState
-
- makeItemFirst(List<T>, T) - Static method in class info.magnolia.ui.vaadin.gwt.client.tabsheet.util.CollectionUtil
-
- makeScrollable() - Method in class info.magnolia.ui.vaadin.gwt.client.touchwidget.VNonScrollableUI
-
- marginHeight() - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- marginWidth() - Method in class info.magnolia.ui.vaadin.gwt.client.jquerywrapper.JQueryWrapper
-
- max - Variable in class com.vaadin.client.ui.VSliderPatched
-
- max - Variable in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.connector.ThumbnailLayoutState.SelectionModel
-
- maxHeight - Variable in class info.magnolia.ui.vaadin.gwt.client.jcrop.JCropState
-
- MAXLENGTH_INDICATOR_STYLE_NAME - Static variable in class info.magnolia.ui.vaadin.gwt.client.extension.MaxLengthIndicatorConnector
-
- MaxLengthIndicator - Class in info.magnolia.ui.vaadin.extension
-
An AbstractTextField
-compatible extension which adds an indicator of maximum possible vs currently entered amount of characters in an input.
This extension is only meant for the text fields with the maxLength property defined.
- MaxLengthIndicator() - Constructor for class info.magnolia.ui.vaadin.extension.MaxLengthIndicator
-
- MaxLengthIndicatorConnector - Class in info.magnolia.ui.vaadin.gwt.client.extension
-
- MaxLengthIndicatorConnector() - Constructor for class info.magnolia.ui.vaadin.gwt.client.extension.MaxLengthIndicatorConnector
-
- maxWidth - Variable in class info.magnolia.ui.vaadin.gwt.client.jcrop.JCropState
-
- measureRowHeightOffset(int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- message - Variable in class info.magnolia.ui.vaadin.gwt.client.extension.MessageBubbleState
-
- MessageBubble - Class in info.magnolia.ui.vaadin.extension
-
Extension that display a box below a component.
- MessageBubble() - Constructor for class info.magnolia.ui.vaadin.extension.MessageBubble
-
- MessageBubbleAlignment - Enum in info.magnolia.ui.vaadin.gwt.client.shared.messagebubble
-
Alignments of triangle in the message bubble.
- MessageBubbleConnector - Class in info.magnolia.ui.vaadin.gwt.client.extension
-
- MessageBubbleConnector() - Constructor for class info.magnolia.ui.vaadin.gwt.client.extension.MessageBubbleConnector
-
- MessageBubbleState - Class in info.magnolia.ui.vaadin.gwt.client.extension
-
- MessageBubbleState() - Constructor for class info.magnolia.ui.vaadin.gwt.client.extension.MessageBubbleState
-
- MessageBubbleType - Enum in info.magnolia.ui.vaadin.gwt.client.shared.messagebubble
-
Supported message bubble types.
- messageEl - Variable in class info.magnolia.ui.vaadin.gwt.client.form.formsection.widget.InlineMessageWidget
-
- MessageStyleTypeEnum - Enum in info.magnolia.ui.vaadin.overlay
-
Enumeration of configured MessageStyleTypes.
- messageType - Variable in class info.magnolia.ui.vaadin.gwt.client.extension.MessageBubbleState
-
- messageWrapper - Variable in class info.magnolia.ui.vaadin.gwt.client.form.formsection.widget.InlineMessageWidget
-
- min - Variable in class com.vaadin.client.ui.VSliderPatched
-
- min - Variable in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.connector.ThumbnailLayoutState.SelectionModel
-
- minHeight - Variable in class info.magnolia.ui.vaadin.gwt.client.jcrop.JCropState
-
- minWidth - Variable in class info.magnolia.ui.vaadin.gwt.client.jcrop.JCropState
-
- MobileSafariTouchWidgetImplProxy - Class in info.magnolia.ui.vaadin.gwt.client.touchwidget
-
Special implementation of
TouchWidgetImpl
that prevents conflicts with the inbuilt GWT touch functionality.
- MobileSafariTouchWidgetImplProxy() - Constructor for class info.magnolia.ui.vaadin.gwt.client.touchwidget.MobileSafariTouchWidgetImplProxy
-
- modalityLevel - Variable in class info.magnolia.ui.vaadin.gwt.client.dialog.connector.BaseDialogState
-
- moveCell(int, int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.TableFooter
-
Swap cells when the column are dragged.
- moveCell(int, int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.TableHead
-
- moveCol(int, int) - Method in class com.vaadin.v7.client.ui.VScrollTablePatched.VScrollTableBody
-
- MozEventTypes - Class in com.googlecode.mgwt.dom.client.event
-
- MozEventTypes() - Constructor for class com.googlecode.mgwt.dom.client.event.MozEventTypes
-
- multiselectmode - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
- multiselectPending - Variable in class com.vaadin.v7.client.ui.VScrollTablePatched
-
For internal use only.
- MultiTapEvent - Class in com.googlecode.mgwt.dom.client.recognizer.tap
-
- MultiTapEvent(int, int, LightArray<LightArray<Touch>>) - Constructor for class com.googlecode.mgwt.dom.client.recognizer.tap.MultiTapEvent
-
Construct a Multitap event
- MultiTapHandler - Interface in com.googlecode.mgwt.dom.client.recognizer.tap
-
- MultiTapRecognizer - Class in com.googlecode.mgwt.dom.client.recognizer.tap
-
- MultiTapRecognizer(HasHandlers, int) - Constructor for class com.googlecode.mgwt.dom.client.recognizer.tap.MultiTapRecognizer
-
- MultiTapRecognizer(HasHandlers, int, int) - Constructor for class com.googlecode.mgwt.dom.client.recognizer.tap.MultiTapRecognizer
-
- MultiTapRecognizer(HasHandlers, int, int, int) - Constructor for class com.googlecode.mgwt.dom.client.recognizer.tap.MultiTapRecognizer
-
- MultiTapRecognizer(HasHandlers, int, int, int, int) - Constructor for class com.googlecode.mgwt.dom.client.recognizer.tap.MultiTapRecognizer
-
- MultiTouchMouseEmulator - Class in com.googlecode.mgwt.dom.client.event.mouse
-
- MultiTouchMouseEmulator() - Constructor for class com.googlecode.mgwt.dom.client.event.mouse.MultiTouchMouseEmulator
-
- 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.lazylayout.widget.EscalatorPanel
-
- scale(float) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.widget.ThumbnailsSizeKeeper
-
- scaleRatio - Variable in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.connector.ThumbnailLayoutState
-
- 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.lazylayout.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.lazylayout.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.lazylayout.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
-
- serveThumbnails() - Method in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.connector.LazyLayoutConnector
-
- 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
-
- setAccessKey(char) - Method in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- 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
-
- setBackgroundColor(String) - Method in class info.magnolia.ui.vaadin.gwt.client.sticker.widget.VSticker
-
- setBackgroundColor(String) - Method in class info.magnolia.ui.vaadin.sticker.Sticker
-
- setBackgroundOpacity(double) - Method in class info.magnolia.ui.vaadin.editor.JCrop
-
- setBackgroundOpacity(double) - Method in class info.magnolia.ui.vaadin.editor.JCropField
-
- setBaseFloatZIndex(int) - Method in class info.magnolia.ui.vaadin.ckeditor.MagnoliaCKEditorConfig
-
- 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
-
Deprecated.
- 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.layout.lazylayout.shared.ThumbnailData
-
- 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.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.LazyLayout
-
- 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
-
Deprecated.
- setContent(Component) - Method in class info.magnolia.ui.vaadin.dialog.ConfirmationDialog
-
Deprecated.
- setContent(Component) - Method in class info.magnolia.ui.vaadin.dialog.Notification
-
Deprecated.
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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.
- setElementSize(int, int) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.widget.EscalatorPanel
-
- setElementSize(int, int) - Method in class info.magnolia.ui.vaadin.layout.LazyLayout
-
- 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
-
- setFocus(boolean) - Method in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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.ckeditor.MagnoliaCKEditorTextField
-
- 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
-
- setHeight(String) - Method in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- 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(URLReference) - 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.lazylayout.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
-
Deprecated.
- 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
-
Deprecated.
- 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, 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.lazylayout.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
-
- setResizeEnabled(boolean) - Method in class info.magnolia.ui.vaadin.ckeditor.MagnoliaCKEditorConfig
-
- 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.lazylayout.rpc.LazyLayoutServerRpc
-
- setScaleRatio(float) - Method in class info.magnolia.ui.vaadin.layout.LazyLayoutServerRpcImpl
-
- 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.LazyLayout
-
- setSelectedThumbnailsViaIndices(List<Integer>) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.widget.EscalatorPanel
-
- 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
-
- setTabIndex(int) - Method in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- 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
-
- setTextColor(String) - Method in class info.magnolia.ui.vaadin.gwt.client.sticker.widget.VSticker
-
- setTextColor(String) - Method in class info.magnolia.ui.vaadin.sticker.Sticker
-
- setThumbnailAmount(int) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.widget.EscalatorPanel
-
- setThumbnailId(String) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.shared.ThumbnailData
-
- setThumbnailService(ThumbnailService) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.widget.EscalatorPanel
-
- 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.lazylayout.widget.Slider
-
- setValue(Double, boolean) - Method in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.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
-
Deprecated.
- 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
-
Deprecated.
- 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
-
- setWidth(String) - Method in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- 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
-
Deprecated.
- 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.lazylayout.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.lazylayout.widget
-
Simple client-side slider widget, wraps mgwt's slider.
- Slider() - Constructor for class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.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
-
- textColor - Variable in class info.magnolia.ui.vaadin.gwt.client.sticker.StickerState
-
- 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.
- THUMBNAIL_QUERY_RPC_DELAY - Static variable in class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.connector.LazyLayoutConnector
-
- 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.lazylayout.shared
-
ThumbnailData.
- ThumbnailData() - Constructor for class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.shared.ThumbnailData
-
- ThumbnailData(String, boolean) - Constructor for class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.shared.ThumbnailData
-
- ThumbnailLayoutState - Class in info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.connector
-
ThumbnailLayoutState.
- ThumbnailLayoutState() - Constructor for class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.connector.ThumbnailLayoutState
-
- ThumbnailLayoutState.SelectionModel - Class in info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.connector
-
Selection model.
- ThumbnailLayoutState.ThumbnailSize - Class in info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.connector
-
ThumbnailSize.
- ThumbnailService - Interface in info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.connector
-
Serves thumbnails.
- ThumbnailSize() - Constructor for class info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.connector.ThumbnailLayoutState.ThumbnailSize
-
- ThumbnailsSizeKeeper - Class in info.magnolia.ui.vaadin.gwt.client.layout.lazylayout.widget
-
Tracks the base sizes of the thumbnails set from the server, applies those to all the thumbnails,
calculates the resulting actual size.
- 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.lazylayout.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.lazylayout.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.ckeditor.MagnoliaCKEditorConfig.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 interface info.magnolia.ui.vaadin.gwt.client.ckeditor.VMagnoliaCKEditorTextEvents
-
- VAR_EVENTNAMES - Static variable in interface info.magnolia.ui.vaadin.gwt.client.ckeditor.VMagnoliaCKEditorTextEvents
-
- VAR_FIRE_PLUGIN_EVENT - Static variable in interface info.magnolia.ui.vaadin.gwt.client.ckeditor.VMagnoliaCKEditorTextEvents
-
- VAR_FIRE_PLUGIN_EVENT_VALUE - Static variable in interface info.magnolia.ui.vaadin.gwt.client.ckeditor.VMagnoliaCKEditorTextEvents
-
- VAR_SERVERPLUGINS - Static variable in interface info.magnolia.ui.vaadin.gwt.client.ckeditor.VMagnoliaCKEditorTextEvents
-
- VAR_TEXT - Static variable in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- VAR_VAADIN_SAVE_BUTTON_PRESSED - Static variable in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- VAR_VERSION - Static variable in class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
- 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).
- VCKEditorTextField - Class in org.vaadin.alump.ckeditor.client
-
Client side CKEditor widget which communicates with the server.
- VCKEditorTextField() - Constructor for class org.vaadin.alump.ckeditor.client.VCKEditorTextField
-
The constructor should first call super() to initialize the component and
then handle any initialization relevant to Vaadin.
- 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
-
- VMagnoliaCKEditor - Class in info.magnolia.ui.vaadin.gwt.client.ckeditor
-
Adds support for custom plugin events/listeners to CKEditor JSNI wrapper.
- VMagnoliaCKEditor() - Constructor for class info.magnolia.ui.vaadin.gwt.client.ckeditor.VMagnoliaCKEditor
-
- VMagnoliaCKEditorTextEvents - Interface in info.magnolia.ui.vaadin.gwt.client.ckeditor
-
Client-side interface for CKEditor text field events.
- VMagnoliaCKEditorTextEvents.Listener - Interface in info.magnolia.ui.vaadin.gwt.client.ckeditor
-
Listener interface for plugin events.
- VMagnoliaCKEditorTextField - Class in info.magnolia.ui.vaadin.gwt.client.ckeditor
-
Magnolia rich text field adds an ability to custom plugins to communicate
with the server.
- VMagnoliaCKEditorTextField() - Constructor for class info.magnolia.ui.vaadin.gwt.client.ckeditor.VMagnoliaCKEditorTextField
-
- VMagnoliaRichTextEditor - Class in info.magnolia.ui.vaadin.gwt.client.richtext
-
Magnolia5 - Vaadin7 compatibility class.
- VMagnoliaRichTextEditor() - Constructor for class info.magnolia.ui.vaadin.gwt.client.richtext.VMagnoliaRichTextEditor
-
- VMagnoliaRichTextField - Class in info.magnolia.ui.vaadin.gwt.client.richtext
-
Magnolia5 - Vaadin7 compatibility class.
- 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
-