A B C D E F G H I J L M N O P Q R S T U V W 
All Classes All Packages

A

AbstractBeanContainer<IDTYPE,​BEANTYPE> - Class in com.vaadin.v7.data.util
Deprecated.
As of 8.0, replaced by DataProvider
AbstractBeanContainer(Class<? super BEANTYPE>) - Constructor for class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
Constructs a AbstractBeanContainer for beans of the given type.
AbstractBeanContainer.BeanIdResolver<IDTYPE,​BEANTYPE> - Interface in com.vaadin.v7.data.util
Deprecated.
AbstractBeanContainer.PropertyBasedBeanIdResolver - Class in com.vaadin.v7.data.util
Deprecated.
AbstractColorPicker - Class in com.vaadin.v7.ui
Deprecated.
AbstractColorPicker() - Constructor for class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Instantiates a new color picker.
AbstractColorPicker(String) - Constructor for class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Instantiates a new color picker.
AbstractColorPicker(String, Color) - Constructor for class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Instantiates a new color picker.
AbstractColorPicker.Coordinates2Color - Interface in com.vaadin.v7.ui
Deprecated.
AbstractColorPicker.PopupStyle - Enum in com.vaadin.v7.ui
Deprecated.
AbstractContainer - Class in com.vaadin.v7.data.util
Deprecated.
As of 8.0, replaced by DataProvider
AbstractContainer() - Constructor for class com.vaadin.v7.data.util.AbstractContainer
Deprecated.
 
AbstractContainer.BaseItemSetChangeEvent - Class in com.vaadin.v7.data.util
Deprecated.
AbstractContainer.BasePropertySetChangeEvent - Class in com.vaadin.v7.data.util
Deprecated.
AbstractField<T> - Class in com.vaadin.v7.ui
Deprecated.
This class is, apart from the rename, identical to the Vaadin 7 com.vaadin.ui.AbstractField. It is provided for compatibility and migration purposes. As of 8.0, new field implementations should extend the new AbstractField instead.
AbstractField() - Constructor for class com.vaadin.v7.ui.AbstractField
Deprecated.
 
AbstractField.FocusShortcut - Class in com.vaadin.v7.ui
Deprecated.
Replaced in 8.0 with FocusShortcut
AbstractField.ReadOnlyStatusChangeEvent - Class in com.vaadin.v7.ui
Deprecated.
AbstractGridExtension() - Constructor for class com.vaadin.v7.ui.Grid.AbstractGridExtension
Deprecated.
Constructs a new Grid extension.
AbstractGridExtension(Grid) - Constructor for class com.vaadin.v7.ui.Grid.AbstractGridExtension
Deprecated.
Constructs a new Grid extension and extends given Grid.
AbstractInMemoryContainer<ITEMIDTYPE,​PROPERTYIDCLASS,​ITEMCLASS extends Item> - Class in com.vaadin.v7.data.util
Deprecated.
As of 8.0, replaced by DataProvider
AbstractInMemoryContainer() - Constructor for class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Constructor for an abstract in-memory container.
AbstractInMemoryContainer.BaseItemAddEvent - Class in com.vaadin.v7.data.util
Deprecated.
AbstractInMemoryContainer.BaseItemRemoveEvent - Class in com.vaadin.v7.data.util
Deprecated.
AbstractJavaScriptRenderer<T> - Class in com.vaadin.v7.ui.renderers
Deprecated.
AbstractJavaScriptRenderer(Class<T>) - Constructor for class com.vaadin.v7.ui.renderers.AbstractJavaScriptRenderer
Deprecated.
 
AbstractJavaScriptRenderer(Class<T>, String) - Constructor for class com.vaadin.v7.ui.renderers.AbstractJavaScriptRenderer
Deprecated.
 
AbstractJunctionFilter - Class in com.vaadin.v7.data.util.filter
Deprecated.
As of 8.0, the whole filtering feature is integrated into DataProvider. For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders, filters are specific to the implementation.
AbstractJunctionFilter(Container.Filter...) - Constructor for class com.vaadin.v7.data.util.filter.AbstractJunctionFilter
Deprecated.
 
AbstractLegacyComponent - Class in com.vaadin.v7.ui
Deprecated.
only used for Vaadin 7 compatiblity components
AbstractLegacyComponent() - Constructor for class com.vaadin.v7.ui.AbstractLegacyComponent
Deprecated.
 
AbstractProperty<T> - Class in com.vaadin.v7.data.util
Deprecated.
As of 8.0, replaced by ValueProvider, Setter, see Binder
AbstractProperty() - Constructor for class com.vaadin.v7.data.util.AbstractProperty
Deprecated.
 
AbstractProperty.ReadOnlyStatusChangeEvent - Class in com.vaadin.v7.data.util
Deprecated.
AbstractRenderer(Class<T>) - Constructor for class com.vaadin.v7.ui.Grid.AbstractRenderer
Deprecated.
 
AbstractRenderer(Class<T>, String) - Constructor for class com.vaadin.v7.ui.Grid.AbstractRenderer
Deprecated.
 
AbstractSelect - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0, replaced by AbstractListing
AbstractSelect() - Constructor for class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Creates an empty Select.
AbstractSelect(String) - Constructor for class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Creates an empty Select with caption.
AbstractSelect(String, Container) - Constructor for class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Creates a new select that is connected to a data-source.
AbstractSelect(String, Collection<?>) - Constructor for class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Creates a new select that is filled from a collection of option values.
AbstractSelect.AbstractSelectTargetDetails - Class in com.vaadin.v7.ui
Deprecated.
AbstractSelect.AcceptItem - Class in com.vaadin.v7.ui
Deprecated.
AbstractSelect.CaptionChangeListener - Class in com.vaadin.v7.ui
Deprecated.
AbstractSelect.DefaultNewItemHandler - Class in com.vaadin.v7.ui
Deprecated.
AbstractSelect.Filtering - Interface in com.vaadin.v7.ui
Deprecated.
AbstractSelect.ItemCaptionMode - Enum in com.vaadin.v7.ui
Deprecated.
AbstractSelect.ItemDescriptionGenerator - Interface in com.vaadin.v7.ui
Deprecated.
AbstractSelect.NewItemHandler - Interface in com.vaadin.v7.ui
Deprecated.
AbstractSelect.TargetItemIs - Class in com.vaadin.v7.ui
Deprecated.
AbstractSelect.VerticalLocationIs - Class in com.vaadin.v7.ui
Deprecated.
AbstractSelectionModel() - Constructor for class com.vaadin.v7.ui.Grid.AbstractSelectionModel
Deprecated.
 
AbstractSelectTargetDetails(Map<String, Object>) - Constructor for class com.vaadin.v7.ui.AbstractSelect.AbstractSelectTargetDetails
Deprecated.
Constructor that automatically converts itemIdOver key to corresponding item Id.
AbstractStringToNumberConverter<T> - Class in com.vaadin.v7.data.util.converter
Deprecated.
AbstractStringToNumberConverter() - Constructor for class com.vaadin.v7.data.util.converter.AbstractStringToNumberConverter
Deprecated.
 
AbstractStringValidator - Class in com.vaadin.v7.data.validator
Deprecated.
As of 8.0, replaced by AbstractValidator
AbstractStringValidator(String) - Constructor for class com.vaadin.v7.data.validator.AbstractStringValidator
Deprecated.
Constructs a validator for strings.
AbstractTextField - Class in com.vaadin.v7.ui
Deprecated.
AbstractTextField() - Constructor for class com.vaadin.v7.ui.AbstractTextField
Deprecated.
 
AbstractTextField.TextChangeEventImpl - Class in com.vaadin.v7.ui
Deprecated.
AbstractTextField.TextChangeEventMode - Enum in com.vaadin.v7.ui
Deprecated.
AbstractTransactionalQuery - Class in com.vaadin.v7.data.util.sqlcontainer.query
Deprecated.
As of 8.0, no replacement available.
AbstractValidator<T> - Class in com.vaadin.v7.data.validator
Deprecated.
As of 8.0, replaced by AbstractValidator
AbstractValidator(String) - Constructor for class com.vaadin.v7.data.validator.AbstractValidator
Deprecated.
Constructs a validator with the given error message.
accept(DragAndDropEvent) - Method in class com.vaadin.v7.ui.AbstractSelect.AcceptItem
Deprecated.
 
accept(DragAndDropEvent) - Method in class com.vaadin.v7.ui.AbstractSelect.TargetItemIs
Deprecated.
 
accept(DragAndDropEvent) - Method in class com.vaadin.v7.ui.Table.TableDropCriterion
Deprecated.
 
accept(DragAndDropEvent) - Method in class com.vaadin.v7.ui.Tree.TargetInSubtree
Deprecated.
 
accept(DragAndDropEvent) - Method in class com.vaadin.v7.ui.Tree.TargetItemAllowsChildren
Deprecated.
 
accept(DragAndDropEvent) - Method in class com.vaadin.v7.ui.Tree.TreeDropCriterion
Deprecated.
 
accept(File, String) - Method in class com.vaadin.v7.data.util.FilesystemContainer.FileExtensionFilter
Deprecated.
Allows only files with the extension and directories.
AcceptItem(AbstractSelect, Object...) - Constructor for class com.vaadin.v7.ui.AbstractSelect.AcceptItem
Deprecated.
 
ACCORDION_LIGHT - Static variable in class com.vaadin.v7.ui.themes.Runo
Deprecated.
A detached looking accordion, providing space around its captions and content.
ACCORDION_OPAQUE - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Makes the accordion background opaque (non-transparent).
add(int, E) - Method in class com.vaadin.v7.data.util.ListSet
Deprecated.
Works as java.util.ArrayList#add(int, java.lang.Object) but returns immediately if the element is already in the ListSet.
add(E) - Method in class com.vaadin.v7.data.util.ListSet
Deprecated.
 
addAction(T) - Method in class com.vaadin.v7.ui.Form
Deprecated.
 
addActionHandler(Action.Handler) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Adds an action handler to the calendar that handles event produced by the context menu.
addActionHandler(Action.Handler) - Method in class com.vaadin.v7.ui.Form
Deprecated.
 
addActionHandler(Action.Handler) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Registers a new action handler for this container.
addActionHandler(Action.Handler) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Adds an action handler.
addAll(int, Collection<? extends E>) - Method in class com.vaadin.v7.data.util.ListSet
Deprecated.
 
addAll(Collection<? extends BEANTYPE>) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
Adds all the beans from a Collection in one operation using the bean item identifier resolver.
addAll(Collection<? extends BEANTYPE>) - Method in class com.vaadin.v7.data.util.BeanContainer
Deprecated.
 
addAll(Collection<? extends BEANTYPE>) - Method in class com.vaadin.v7.data.util.BeanItemContainer
Deprecated.
Adds all the beans from a Collection in one go.
addAll(Collection<? extends E>) - Method in class com.vaadin.v7.data.util.ListSet
Deprecated.
 
addBean(BEANTYPE) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
Adds a bean to the container using the bean item id resolver to find its identifier.
addBean(BEANTYPE) - Method in class com.vaadin.v7.data.util.BeanContainer
Deprecated.
 
addBean(BEANTYPE) - Method in class com.vaadin.v7.data.util.BeanItemContainer
Deprecated.
Adds the bean to the Container.
addBeanAfter(IDTYPE, BEANTYPE) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
Adds a bean to the container after a specified item identifier, using the bean item id resolver to find its identifier.
addBeanAfter(IDTYPE, BEANTYPE) - Method in class com.vaadin.v7.data.util.BeanContainer
Deprecated.
 
addBeanAt(int, BEANTYPE) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
Adds a bean at a specified (filtered view) position in the container using the bean item id resolver to find its identifier.
addBeanAt(int, BEANTYPE) - Method in class com.vaadin.v7.data.util.BeanContainer
Deprecated.
 
addBlurListener(FieldEvents.BlurListener) - Method in interface com.vaadin.v7.event.FieldEvents.BlurNotifier
Deprecated.
Adds a BlurListener to the Component which gets fired when a Field loses keyboard focus.
addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
 
addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.v7.ui.CheckBox
Deprecated.
 
addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
 
addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.v7.ui.DateField
Deprecated.
 
addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
 
addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.v7.ui.NativeSelect
Deprecated.
 
addBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.v7.ui.OptionGroup
Deprecated.
 
addCell(Object) - Method in class com.vaadin.v7.ui.Grid.StaticSection.StaticRow
Deprecated.
 
addChangeListener(Upload.ChangeListener) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Adds a filename change event listener.
addClickListener(ClickableRenderer.RendererClickListener) - Method in class com.vaadin.v7.ui.renderers.ClickableRenderer
Deprecated.
Adds a click listener to this button renderer.
addCollapseListener(Tree.CollapseListener) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Adds the collapse listener.
addCollapseListener(Tree.CollapseListener) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
Adds a collapse listener.
addColorChangeListener(ColorChangeListener) - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
 
addColorChangeListener(ColorChangeListener) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerGradient
Deprecated.
 
addColorChangeListener(ColorChangeListener) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerGrid
Deprecated.
Adds a color change listener.
addColorChangeListener(ColorChangeListener) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerHistory
Deprecated.
Adds a color change listener.
addColorChangeListener(ColorChangeListener) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerPopup
Deprecated.
 
addColorChangeListener(ColorChangeListener) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerPreview
Deprecated.
 
addColorChangeListener(ColorChangeListener) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerSelect
Deprecated.
 
addColorChangeListener(ColorChangeListener) - Method in interface com.vaadin.v7.ui.components.colorpicker.HasColorChangeListener
Deprecated.
Adds a ColorChangeListener to the component.
addColumn(Object) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Adds a new Column to Grid.
addColumn(Object) - Method in class com.vaadin.v7.ui.Grid.StaticSection
Deprecated.
Adds a column for given property id to the section.
addColumn(Object, Class<?>) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Adds a new Column to Grid.
addColumnCollapseListener(Table.ColumnCollapseListener) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Adds a column collapse listener to the Table.
addColumnProperty(Object, Class<?>, Object) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
 
addColumnReorderListener(Grid.ColumnReorderListener) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Registers a new column reorder listener.
addColumnReorderListener(Table.ColumnReorderListener) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Adds a column reorder listener to the Table.
addColumnResizeListener(Grid.ColumnResizeListener) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Registers a new column resize listener.
addColumnResizeListener(Table.ColumnResizeListener) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Adds a column resize listener to the Table.
addColumnVisibilityChangeListener(Grid.ColumnVisibilityChangeListener) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Registers a new column visibility change listener.
addCommitHandler(FieldGroup.CommitHandler) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Adds a commit handler.
addComponentToGrid(Component) - Method in class com.vaadin.v7.ui.Grid.AbstractGridExtension
Deprecated.
Informs the parent Grid that this Extension wants to add a child component to it.
addContainerFilter(Container.Filter) - Method in interface com.vaadin.v7.data.Container.Filterable
Deprecated.
Adds a filter for the container.
addContainerFilter(Container.Filter) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
addContainerFilter(Container.Filter) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
addContainerFilter(Container.Filter) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
addContainerFilter(Container.Filter) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Adds a filter for the container.
addContainerFilter(Object, String, boolean, boolean) - Method in interface com.vaadin.v7.data.Container.SimpleFilterable
Deprecated.
Add a filter for given property.
addContainerFilter(Object, String, boolean, boolean) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
addContainerFilter(Object, String, boolean, boolean) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
addContainerFilter(Object, String, boolean, boolean) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
addContainerProperty(Object, Class<?>, Object) - Method in interface com.vaadin.v7.data.Container
Deprecated.
Adds a new Property to all Items in the Container.
addContainerProperty(Object, Class<?>, Object) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
addContainerProperty(Object, Class<?>, Object) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
addContainerProperty(Object, Class<?>, Object) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
Adds a new Property to all Items in the Container.
addContainerProperty(Object, Class<?>, Object) - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
Registers a new Property to all Items in the Container.
addContainerProperty(Object, Class<?>, Object) - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
 
addContainerProperty(Object, Class<?>, Object) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
Adds a previously removed property back to GeneratedPropertyContainer.
addContainerProperty(Object, Class<?>, Object) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
addContainerProperty(Object, Class<?>, Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
addContainerProperty(Object, Class<?>, Object) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Adds the new property to all items.
addContainerProperty(Object, Class<?>, Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Adds a new property to the table and show it as a visible column.
addContainerProperty(Object, Class<?>, Object, String, Resource, Table.Align) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Adds a new property to the table and show it as a visible column.
addContainerProperty(String, VaadinPropertyDescriptor<BEANTYPE>) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
Adds a property for the container and all its items.
addDataGenerator(DataGenerator) - Method in class com.vaadin.v7.server.communication.data.RpcDataProviderExtension
Deprecated.
Adds a DataGenerator for this RpcDataProviderExtension.
addErrorColumn(Grid.Column) - Method in class com.vaadin.v7.ui.Grid.CommitErrorEvent
Deprecated.
Marks that an error indicator should be shown for the editor of a column.
addEvent(CalendarEvent) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
addEvent(CalendarEvent) - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
 
addEvent(CalendarEvent) - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEventProvider
Deprecated.
 
addEvent(CalendarEvent) - Method in interface com.vaadin.v7.ui.components.calendar.event.CalendarEditableEventProvider
Deprecated.
Adds an event to the event provider.
addEventChangeListener(CalendarEvent.EventChangeListener) - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
 
addEventChangeListener(CalendarEvent.EventChangeListener) - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEvent
Deprecated.
 
addEventChangeListener(CalendarEvent.EventChangeListener) - Method in interface com.vaadin.v7.ui.components.calendar.event.CalendarEvent.EventChangeNotifier
Deprecated.
Add a listener to listen for EventChangeEvents.
addEventSetChangeListener(CalendarEventProvider.EventSetChangeListener) - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
 
addEventSetChangeListener(CalendarEventProvider.EventSetChangeListener) - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEventProvider
Deprecated.
 
addEventSetChangeListener(CalendarEventProvider.EventSetChangeListener) - Method in interface com.vaadin.v7.ui.components.calendar.event.CalendarEventProvider.EventSetChangeNotifier
Deprecated.
Add a listener for listening to when new events are adding or removed from the event provider.
addExpandListener(Tree.ExpandListener) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Adds the expand listener.
addExpandListener(Tree.ExpandListener) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
Adds an expand listener.
addFailedListener(Upload.FailedListener) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Adds the upload interrupted event listener.
addField(Object, Field<?>) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Registers the field with the form and adds the field to the form layout.
addFilter(Container.Filter) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Adds a container filter and re-filter the view.
addFilterTranslator(FilterTranslator) - Static method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.QueryBuilder
Deprecated.
 
addFinishedListener(Upload.FinishedListener) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Adds the upload received event listener.
addFocusListener(FieldEvents.FocusListener) - Method in interface com.vaadin.v7.event.FieldEvents.FocusNotifier
Deprecated.
Adds a FocusListener to the Component which gets fired when a Field receives keyboard focus.
addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
 
addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.v7.ui.CheckBox
Deprecated.
 
addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
 
addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.v7.ui.DateField
Deprecated.
 
addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
 
addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.v7.ui.NativeSelect
Deprecated.
 
addFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.v7.ui.OptionGroup
Deprecated.
 
addFooterClickListener(Table.FooterClickListener) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Adds a footer click listener which handles the click events when the user clicks on a column footer cell in the Table.
addFooterRowAt(int) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Inserts a new row at the given position to the footer section.
addFunction(String, JavaScriptFunction) - Method in class com.vaadin.v7.ui.renderers.AbstractJavaScriptRenderer
Deprecated.
Register a JavaScriptFunction that can be called from the JavaScript using the provided name.
addGeneratedColumn(Object, Table.ColumnGenerator) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Adds a generated column to the Table.
addGeneratedProperty(Object, PropertyValueGenerator<?>) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
Add a new PropertyValueGenerator with given property id.
addHeaderClickListener(Table.HeaderClickListener) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Adds a header click listener which handles the click events when the user clicks on a column header cell in the Table.
addHeaderRowAt(int) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Inserts a new row at the given position to the header section.
addIcon(String, Resource) - Static method in class com.vaadin.v7.util.FileTypeResolver
Deprecated.
Adds a icon for the given mime-type.
addItem() - Method in interface com.vaadin.v7.data.Container
Deprecated.
Creates a new Item into the Container, and assign it an automatic ID.
addItem() - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
addItem() - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
Creates a new Item into the Container, assigns it an automatic ID, and adds it to the hierarchy.
addItem() - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
Creates a new Item into the Container, assigns it an automatic ID, and adds it to the ordering.
addItem() - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
 
addItem() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
addItem() - Method in class com.vaadin.v7.data.util.HierarchicalContainer
Deprecated.
 
addItem() - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
Creates a new Item into the Container, and assign it an automatic ID.
addItem() - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Note! If auto commit mode is enabled, this method will still return the temporary row ID assigned for the item.
addItem() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Creates a new item into container with container managed id.
addItem(IDTYPE, BEANTYPE) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
Adds the bean to the Container.
addItem(IDTYPE, BEANTYPE) - Method in class com.vaadin.v7.data.util.BeanContainer
Deprecated.
Adds the bean to the Container.
addItem(Object) - Method in interface com.vaadin.v7.data.Container
Deprecated.
Creates a new Item with the given ID in the Container.
addItem(Object) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
addItem(Object) - Method in class com.vaadin.v7.data.util.BeanItemContainer
Deprecated.
Adds the bean to the Container.
addItem(Object) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
Adds a new Item by its ID to the underlying container and to the hierarchy.
addItem(Object) - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
Registers a new Item by its ID to the underlying container and to the ordering.
addItem(Object) - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
 
addItem(Object) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
addItem(Object) - Method in class com.vaadin.v7.data.util.HierarchicalContainer
Deprecated.
 
addItem(Object) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
addItem(Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
addItem(Object) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Create a new item into container.
addItem(Object[], Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Adds the new row to table and fill the visible cells (except generated columns) with given values.
addItemAfter(IDTYPE, IDTYPE, BEANTYPE) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
Adds the bean after the given bean.
addItemAfter(IDTYPE, IDTYPE, BEANTYPE) - Method in class com.vaadin.v7.data.util.BeanContainer
Deprecated.
Adds the bean after the given item id.
addItemAfter(Object) - Method in interface com.vaadin.v7.data.Container.Ordered
Deprecated.
Adds a new item after the given item.
addItemAfter(Object) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
addItemAfter(Object) - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
 
addItemAfter(Object) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
addItemAfter(Object) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
Adds a new item after the given item.
addItemAfter(Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
addItemAfter(Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Adds new item after the given item.
addItemAfter(Object, Object) - Method in interface com.vaadin.v7.data.Container.Ordered
Deprecated.
Adds a new item after the given item.
addItemAfter(Object, Object) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
addItemAfter(Object, Object) - Method in class com.vaadin.v7.data.util.BeanItemContainer
Deprecated.
Adds the bean after the given bean.
addItemAfter(Object, Object) - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
 
addItemAfter(Object, Object) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
addItemAfter(Object, Object) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
addItemAfter(Object, Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
addItemAfter(Object, Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Adds new item after the given item.
addItemAt(int) - Method in interface com.vaadin.v7.data.Container.Indexed
Deprecated.
Adds a new item at given index (in the filtered view).
addItemAt(int) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
addItemAt(int) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
addItemAt(int) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
Adds a new item at given index (in the filtered view).
addItemAt(int) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
addItemAt(int, IDTYPE, BEANTYPE) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
Adds a new bean at the given index.
addItemAt(int, IDTYPE, BEANTYPE) - Method in class com.vaadin.v7.data.util.BeanContainer
Deprecated.
Adds a new bean at the given index.
addItemAt(int, Object) - Method in interface com.vaadin.v7.data.Container.Indexed
Deprecated.
Adds a new item at given index (in the filtered view).
addItemAt(int, Object) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
addItemAt(int, Object) - Method in class com.vaadin.v7.data.util.BeanItemContainer
Deprecated.
Adds a new bean at the given index.
addItemAt(int, Object) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
addItemAt(int, Object) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
addItemAt(int, Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
addItemClickListener(ItemClickEvent.ItemClickListener) - Method in interface com.vaadin.v7.event.ItemClickEvent.ItemClickNotifier
Deprecated.
Register a listener to handle ItemClickEvents.
addItemClickListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
 
addItemClickListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
addItemClickListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
 
addItemProperty(Object, Property) - Method in interface com.vaadin.v7.data.Item
Deprecated.
Tries to add a new Property into the Item.
addItemProperty(Object, Property) - Method in class com.vaadin.v7.data.util.FilesystemContainer.FileItem
Deprecated.
Filesystem container does not support adding new properties.
addItemProperty(Object, Property) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedPropertyItem
Deprecated.
 
addItemProperty(Object, Property) - Method in class com.vaadin.v7.data.util.PropertysetItem
Deprecated.
Tries to add a new Property into the Item.
addItemProperty(Object, Property) - Method in class com.vaadin.v7.data.util.sqlcontainer.RowItem
Deprecated.
Adding properties is not supported.
addItemProperty(Object, Property) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Adds a new property to form and create corresponding field.
addItems(Object...) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Adds given items with given item ids to container.
addItems(Collection<?>) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Adds given items with given item ids to container.
addItemSetChangeListener(Container.ItemSetChangeListener) - Method in interface com.vaadin.v7.data.Container.ItemSetChangeNotifier
Deprecated.
Adds an Item set change listener for the object.
addItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.AbstractContainer
Deprecated.
Implementation of the corresponding method in Container.ItemSetChangeNotifier, override with the corresponding public method and implement the interface to use this.
addItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
addItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
 
addItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
 
addItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
addItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
addItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Adds an Item set change listener for the object.
addListener(FieldEvents.BlurListener) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
addListener(FieldEvents.BlurListener) - Method in class com.vaadin.v7.ui.CheckBox
Deprecated.
addListener(FieldEvents.FocusListener) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
addListener(FieldEvents.FocusListener) - Method in class com.vaadin.v7.ui.CheckBox
Deprecated.
addListener(Container.ItemSetChangeListener) - Method in interface com.vaadin.v7.data.Container.ItemSetChangeNotifier
addListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.AbstractContainer
addListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
addListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
addListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
addListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
addListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
addListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.ui.AbstractSelect
addListener(Container.PropertySetChangeListener) - Method in interface com.vaadin.v7.data.Container.PropertySetChangeNotifier
addListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
addListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.AbstractContainer
addListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
addListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
addListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
addListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.IndexedContainer
addListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.ui.AbstractSelect
addListener(Item.PropertySetChangeListener) - Method in interface com.vaadin.v7.data.Item.PropertySetChangeNotifier
addListener(Item.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.PropertysetItem
addListener(Property.ReadOnlyStatusChangeListener) - Method in interface com.vaadin.v7.data.Property.ReadOnlyStatusChangeNotifier
addListener(Property.ReadOnlyStatusChangeListener) - Method in class com.vaadin.v7.data.util.AbstractProperty
addListener(Property.ReadOnlyStatusChangeListener) - Method in class com.vaadin.v7.ui.AbstractField
addListener(Property.ValueChangeListener) - Method in interface com.vaadin.v7.data.Property.ValueChangeNotifier
addListener(Property.ValueChangeListener) - Method in class com.vaadin.v7.data.util.AbstractProperty
addListener(Property.ValueChangeListener) - Method in class com.vaadin.v7.data.util.IndexedContainer
addListener(Property.ValueChangeListener) - Method in class com.vaadin.v7.ui.AbstractField
addListener(Property.ValueChangeListener) - Method in class com.vaadin.v7.ui.Label
addListener(QueryDelegate.RowIdChangeListener) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeNotifier
addListener(QueryDelegate.RowIdChangeListener) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
addListener(QueryDelegate.RowIdChangeListener) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
addListener(FieldEvents.TextChangeListener) - Method in class com.vaadin.v7.ui.AbstractTextField
addListener(ItemClickEvent.ItemClickListener) - Method in interface com.vaadin.v7.event.ItemClickEvent.ItemClickNotifier
addListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
addListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.v7.ui.Table
Deprecated.
addListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
addListener(Table.ColumnReorderListener) - Method in class com.vaadin.v7.ui.Table
Deprecated.
addListener(Table.ColumnResizeListener) - Method in class com.vaadin.v7.ui.Table
Deprecated.
addListener(Table.FooterClickListener) - Method in class com.vaadin.v7.ui.Table
Deprecated.
addListener(Table.HeaderClickListener) - Method in class com.vaadin.v7.ui.Table
Deprecated.
addListener(Tree.CollapseListener) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
addListener(Tree.CollapseListener) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
addListener(Tree.ExpandListener) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
addListener(Tree.ExpandListener) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
addListener(Upload.FailedListener) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
addListener(Upload.FinishedListener) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
addListener(Upload.ProgressListener) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
addListener(Upload.StartedListener) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
addListener(Upload.SucceededListener) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
addNestedContainerBean(String) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
Adds a nested container properties for all sub-properties of a named property to the container.
addNestedContainerProperty(String) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
Adds a nested container property for the container, e.g.
addNestedProperty(String) - Method in class com.vaadin.v7.data.util.BeanItem
Deprecated.
Adds a nested property to the item.
addNewItem(String) - Method in class com.vaadin.v7.ui.AbstractSelect.DefaultNewItemHandler
Deprecated.
 
addNewItem(String) - Method in interface com.vaadin.v7.ui.AbstractSelect.NewItemHandler
Deprecated.
 
addNotifierForItem(Object) - Method in class com.vaadin.v7.ui.AbstractSelect.CaptionChangeListener
Deprecated.
 
addOrderBy(OrderBy) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Adds the given OrderBy to this container and refreshes the container contents with the new sorting rules.
addParameterValue(Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.StatementHelper
Deprecated.
 
addParameterValue(Object, Class<?>) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.StatementHelper
Deprecated.
 
addProgressListener(Upload.ProgressListener) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Adds the upload progress event listener.
addPropertySetChangeListener(Container.PropertySetChangeListener) - Method in interface com.vaadin.v7.data.Container.PropertySetChangeNotifier
Deprecated.
Registers a new Property set change listener for this Container.
addPropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
addPropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.AbstractContainer
Deprecated.
Implementation of the corresponding method in Container.PropertySetChangeNotifier, override with the corresponding public method and implement the interface to use this.
addPropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
 
addPropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
 
addPropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
addPropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
addPropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Adds a new Property set change listener for this Container.
addPropertySetChangeListener(Item.PropertySetChangeListener) - Method in interface com.vaadin.v7.data.Item.PropertySetChangeNotifier
Deprecated.
Registers a new property set change listener for this Item.
addPropertySetChangeListener(Item.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.PropertysetItem
Deprecated.
Registers a new property set change listener for this Item.
addReadOnlyStatusChangeListener(Property.ReadOnlyStatusChangeListener) - Method in interface com.vaadin.v7.data.Property.ReadOnlyStatusChangeNotifier
Deprecated.
Registers a new read-only status change listener for this Property.
addReadOnlyStatusChangeListener(Property.ReadOnlyStatusChangeListener) - Method in class com.vaadin.v7.data.util.AbstractProperty
Deprecated.
Registers a new read-only status change listener for this Property.
addReadOnlyStatusChangeListener(Property.ReadOnlyStatusChangeListener) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
 
addReference(SQLContainer, String, String) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Adds a new reference to the given SQLContainer.
addRoot(File) - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
Adds new root file directory.
addRow(Object...) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Adds a row to the underlying container.
addRowAt(int) - Method in class com.vaadin.v7.ui.Grid.StaticSection
Deprecated.
Inserts a new row at the given position.
addRowIdChangeListener(QueryDelegate.RowIdChangeListener) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeNotifier
Deprecated.
Adds a RowIdChangeListener for the object.
addRowIdChangeListener(QueryDelegate.RowIdChangeListener) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
Adds RowIdChangeListener to this query.
addRowIdChangeListener(QueryDelegate.RowIdChangeListener) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Adds a RowIdChangeListener to the QueryDelegate.
addSelectionListener(SelectionEvent.SelectionListener) - Method in interface com.vaadin.v7.event.SelectionEvent.SelectionNotifier
Deprecated.
Registers a new selection listener.
addSelectionListener(SelectionEvent.SelectionListener) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
 
addSortListener(SortEvent.SortListener) - Method in interface com.vaadin.v7.event.SortEvent.SortNotifier
Deprecated.
Adds a sort order change listener that gets notified when the sort order changes.
addSortListener(SortEvent.SortListener) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Adds a sort order change listener that gets notified when the sort order changes.
addStartedListener(Upload.StartedListener) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Adds the upload started event listener.
addSucceededListener(Upload.SucceededListener) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Adds the upload success event listener.
addTextChangeListener(FieldEvents.TextChangeListener) - Method in interface com.vaadin.v7.event.FieldEvents.TextChangeNotifier
Deprecated.
 
addTextChangeListener(FieldEvents.TextChangeListener) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
 
addValidator(Validator) - Method in interface com.vaadin.v7.data.Validatable
Deprecated.
Adds a new validator for this object.
addValidator(Validator) - Method in class com.vaadin.v7.data.validator.CompositeValidator
Deprecated.
Adds validator to the interface.
addValidator(Validator) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Adds a new validator for the field's value.
addValidator(Validator) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Adding validators directly to form is not supported.
addValueChangeListener(Property.ValueChangeListener) - Method in interface com.vaadin.v7.data.Property.ValueChangeNotifier
Deprecated.
Registers a new value change listener for this Property.
addValueChangeListener(Property.ValueChangeListener) - Method in class com.vaadin.v7.data.util.AbstractProperty
Deprecated.
 
addValueChangeListener(Property.ValueChangeListener) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
addValueChangeListener(Property.ValueChangeListener) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
 
addValueChangeListener(Property.ValueChangeListener) - Method in class com.vaadin.v7.ui.Label
Deprecated.
Adds the value change listener.
ALIGN_CENTER - Static variable in class com.vaadin.v7.ui.Table
Deprecated.
As of 7.0, use Table.Align.CENTER instead
ALIGN_LEFT - Static variable in class com.vaadin.v7.ui.Table
Deprecated.
As of 7.0, use Table.Align.LEFT instead
ALIGN_RIGHT - Static variable in class com.vaadin.v7.ui.Table
Deprecated.
As of 7.0, use Table.Align.RIGHT instead
ALL - Static variable in class com.vaadin.v7.ui.AbstractSelect.AcceptItem
Deprecated.
A simple accept criterion which ensures that Transferable contains an Item (or actually its identifier).
ALL_DAY_PROPERTY - Static variable in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
 
alwaysRecalculateColumnWidths - Variable in class com.vaadin.v7.ui.Table
Deprecated.
 
And - Class in com.vaadin.v7.data.util.filter
Deprecated.
As of 8.0, the whole filtering feature is integrated into DataProvider. For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders, filters are specific to the implementation.
And(Container.Filter...) - Constructor for class com.vaadin.v7.data.util.filter.And
Deprecated.
 
AND - com.vaadin.v7.data.validator.CompositeValidator.CombinationMode
Deprecated.
The validators are combined with AND clause: validity of the composite implies validity of the all validators it is composed of must be valid.
AndTranslator - Class in com.vaadin.v7.data.util.sqlcontainer.query.generator.filter
Deprecated.
As of 8.0, no replacement available.
AndTranslator() - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.AndTranslator
Deprecated.
 
anyField(Class<?>) - Method in class com.vaadin.v7.data.fieldgroup.DefaultFieldGroupFieldFactory
Deprecated.
 
anySelect(Class<? extends Field>) - Method in class com.vaadin.v7.data.fieldgroup.DefaultFieldGroupFieldFactory
Deprecated.
 
appendFooterRow() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Adds a new row at the bottom of the footer section.
appendHeaderRow() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Adds a new row at the bottom of the header section.
appendRow() - Method in class com.vaadin.v7.ui.Grid.StaticSection
Deprecated.
Adds a new row at the bottom of this section.
appliesToProperty(Object) - Method in interface com.vaadin.v7.data.Container.Filter
Deprecated.
Check if a change in the value of a property can affect the filtering result.
appliesToProperty(Object) - Method in class com.vaadin.v7.data.util.filter.AbstractJunctionFilter
Deprecated.
Returns true if a change in the named property may affect the filtering result.
appliesToProperty(Object) - Method in class com.vaadin.v7.data.util.filter.Between
Deprecated.
 
appliesToProperty(Object) - Method in class com.vaadin.v7.data.util.filter.Compare
Deprecated.
 
appliesToProperty(Object) - Method in class com.vaadin.v7.data.util.filter.IsNull
Deprecated.
 
appliesToProperty(Object) - Method in class com.vaadin.v7.data.util.filter.Like
Deprecated.
 
appliesToProperty(Object) - Method in class com.vaadin.v7.data.util.filter.Not
Deprecated.
Returns true if a change in the named property may affect the filtering result.
appliesToProperty(Object) - Method in class com.vaadin.v7.data.util.filter.Or
Deprecated.
Returns true if a change in the named property may affect the filtering result.
appliesToProperty(Object) - Method in class com.vaadin.v7.data.util.filter.SimpleStringFilter
Deprecated.
 
areChildrenAllowed(Object) - Method in interface com.vaadin.v7.data.Container.Hierarchical
Deprecated.
Tests if the Item with given ID can have children.
areChildrenAllowed(Object) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
 
areChildrenAllowed(Object) - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
Tests if the specified Item in the container may have children.
areChildrenAllowed(Object) - Method in class com.vaadin.v7.data.util.HierarchicalContainer
Deprecated.
 
areChildrenAllowed(Object) - Method in class com.vaadin.v7.data.util.HierarchicalContainerOrderedWrapper
Deprecated.
 
areChildrenAllowed(Object) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Tests if the Item with given ID can have any children.
areChildrenAllowed(Object) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
attach() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Notifies the component that it is connected to an application.
attach() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Notifies the component that it is connected to an application.
attach() - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerHistory
Deprecated.
 
attach() - Method in class com.vaadin.v7.ui.CustomField
Deprecated.
Constructs the content and notifies it that the CustomField is attached to a window.
attach() - Method in class com.vaadin.v7.ui.Label
Deprecated.
 
attach() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Notifies the component that it is connected to an application.
attachField(Object, Field) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Adds the field to the form layout.
autoScaleVisibleHoursOfDay() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Sets the displayed start and end time to fit all current events that were retrieved from the last call to getEvents().

B

backward(CalendarComponentEvents.BackwardEvent) - Method in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.BackwardHandler
Deprecated.
This method will be called when date range is moved backwards.
backward(CalendarComponentEvents.BackwardEvent) - Method in class com.vaadin.v7.ui.components.calendar.handler.BasicBackwardHandler
Deprecated.
 
BackwardEvent(Calendar) - Constructor for class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.BackwardEvent
Deprecated.
BackwardEvent needs only the source source component.
backwardMethod - Static variable in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.BackwardHandler
Deprecated.
Trigger method for the BackwardEvent.
BaseItemAddEvent(Container, Object, int, int) - Constructor for class com.vaadin.v7.data.util.AbstractInMemoryContainer.BaseItemAddEvent
Deprecated.
 
BaseItemRemoveEvent(Container, Object, int, int) - Constructor for class com.vaadin.v7.data.util.AbstractInMemoryContainer.BaseItemRemoveEvent
Deprecated.
 
BaseItemSetChangeEvent(Container) - Constructor for class com.vaadin.v7.data.util.AbstractContainer.BaseItemSetChangeEvent
Deprecated.
 
BasePropertySetChangeEvent(Container) - Constructor for class com.vaadin.v7.data.util.AbstractContainer.BasePropertySetChangeEvent
Deprecated.
 
BaseTheme - Class in com.vaadin.v7.ui.themes
Deprecated.
As of 8.0, no replacement available, only ValoTheme is supported.
BaseTheme() - Constructor for class com.vaadin.v7.ui.themes.BaseTheme
Deprecated.
 
BasicBackwardHandler - Class in com.vaadin.v7.ui.components.calendar.handler
Deprecated.
BasicBackwardHandler() - Constructor for class com.vaadin.v7.ui.components.calendar.handler.BasicBackwardHandler
Deprecated.
 
BasicDateClickHandler - Class in com.vaadin.v7.ui.components.calendar.handler
Deprecated.
BasicDateClickHandler() - Constructor for class com.vaadin.v7.ui.components.calendar.handler.BasicDateClickHandler
Deprecated.
 
BasicEvent - Class in com.vaadin.v7.ui.components.calendar.event
Deprecated.
BasicEvent() - Constructor for class com.vaadin.v7.ui.components.calendar.event.BasicEvent
Deprecated.
Default constructor.
BasicEvent(String, String, Date) - Constructor for class com.vaadin.v7.ui.components.calendar.event.BasicEvent
Deprecated.
Constructor for creating an event with the same start and end date.
BasicEvent(String, String, Date, Date) - Constructor for class com.vaadin.v7.ui.components.calendar.event.BasicEvent
Deprecated.
Constructor for creating an event with a start date and an end date.
BasicEventMoveHandler - Class in com.vaadin.v7.ui.components.calendar.handler
Deprecated.
BasicEventMoveHandler() - Constructor for class com.vaadin.v7.ui.components.calendar.handler.BasicEventMoveHandler
Deprecated.
 
BasicEventProvider - Class in com.vaadin.v7.ui.components.calendar.event
Deprecated.
BasicEventProvider() - Constructor for class com.vaadin.v7.ui.components.calendar.event.BasicEventProvider
Deprecated.
 
BasicEventResizeHandler - Class in com.vaadin.v7.ui.components.calendar.handler
Deprecated.
BasicEventResizeHandler() - Constructor for class com.vaadin.v7.ui.components.calendar.handler.BasicEventResizeHandler
Deprecated.
 
BasicForwardHandler - Class in com.vaadin.v7.ui.components.calendar.handler
Deprecated.
BasicForwardHandler() - Constructor for class com.vaadin.v7.ui.components.calendar.handler.BasicForwardHandler
Deprecated.
 
BasicWeekClickHandler - Class in com.vaadin.v7.ui.components.calendar.handler
Deprecated.
BasicWeekClickHandler() - Constructor for class com.vaadin.v7.ui.components.calendar.handler.BasicWeekClickHandler
Deprecated.
 
BeanContainer<IDTYPE,​BEANTYPE> - Class in com.vaadin.v7.data.util
Deprecated.
As of 8.0, replaced by ListDataProvider
BeanContainer(Class<? super BEANTYPE>) - Constructor for class com.vaadin.v7.data.util.BeanContainer
Deprecated.
 
BeanFieldGroup<T> - Class in com.vaadin.v7.data.fieldgroup
Deprecated.
As of 8.0, replaced by Binder and BeanValidationBinder
BeanFieldGroup(Class<T>) - Constructor for class com.vaadin.v7.data.fieldgroup.BeanFieldGroup
Deprecated.
 
BeanItem<BT> - Class in com.vaadin.v7.data.util
Deprecated.
As of 8.0, no direct replacement available. You can use any bean directly as an item for Binder or DataProvider and access the item properties with lambdas like binder.forField(component).bind(...) or new Grid<Bean>(dataProvider).addColumn(bean->bean.getSomething()).
BeanItem(BT) - Constructor for class com.vaadin.v7.data.util.BeanItem
Deprecated.
Creates a new instance of BeanItem and adds all properties of a Java Bean to it.
BeanItem(BT, Class<BT>) - Constructor for class com.vaadin.v7.data.util.BeanItem
Deprecated.
Creates a new instance of BeanItem and adds all properties of a Java Bean to it.
BeanItem(BT, String...) - Constructor for class com.vaadin.v7.data.util.BeanItem
Deprecated.
Creates a new instance of BeanItem and adds all listed properties of a Java Bean to it - in specified order.
BeanItem(BT, Collection<?>) - Constructor for class com.vaadin.v7.data.util.BeanItem
Deprecated.
Creates a new instance of BeanItem and adds all listed properties of a Java Bean to it - in specified order.
BeanItemContainer<BEANTYPE> - Class in com.vaadin.v7.data.util
Deprecated.
As of 8.0, replaced by ListDataProvider
BeanItemContainer(Class<? super BEANTYPE>) - Constructor for class com.vaadin.v7.data.util.BeanItemContainer
Deprecated.
Constructs a BeanItemContainer for beans of the given type.
BeanItemContainer(Class<? super BEANTYPE>, Collection<? extends BEANTYPE>) - Constructor for class com.vaadin.v7.data.util.BeanItemContainer
Deprecated.
Constructs a BeanItemContainer and adds the given beans to it.
BeanItemContainer(Collection<? extends BEANTYPE>) - Constructor for class com.vaadin.v7.data.util.BeanItemContainer
Deprecated.
BeanValidator - Class in com.vaadin.v7.data.validator
Deprecated.
BeanValidator(Class<?>, String) - Constructor for class com.vaadin.v7.data.validator.BeanValidator
Deprecated.
Creates a Vaadin Validator utilizing JSR-303 bean validation.
BeanValidator.SimpleContext - Class in com.vaadin.v7.data.validator
Deprecated.
beforeClientResponse(boolean) - Method in class com.vaadin.v7.server.communication.data.RpcDataProviderExtension
Deprecated.
beforeClientResponse(boolean) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
 
beforeClientResponse(boolean) - Method in class com.vaadin.v7.ui.AbstractLegacyComponent
Deprecated.
 
beforeClientResponse(boolean) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
 
beforeClientResponse(boolean) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
beforeClientResponse(boolean) - Method in class com.vaadin.v7.ui.ColorPickerArea
Deprecated.
 
beforeClientResponse(boolean) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
 
beforeClientResponse(boolean) - Method in class com.vaadin.v7.ui.ProgressBar
Deprecated.
 
beforeClientResponse(boolean) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
beginTransaction() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.AbstractTransactionalQuery
Deprecated.
Reserves a connection with auto-commit off if no transaction is in progress.
beginTransaction() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.FreeformQuery
Deprecated.
 
beginTransaction() - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.QueryDelegate
Deprecated.
Starts a new database transaction.
beginTransaction() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
 
Between - Class in com.vaadin.v7.data.util.filter
Deprecated.
As of 8.0, the whole filtering feature is integrated into DataProvider. For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders, filters are specific to the implementation.
Between(Object, Comparable<?>, Comparable<?>) - Constructor for class com.vaadin.v7.data.util.filter.Between
Deprecated.
 
BetweenTranslator - Class in com.vaadin.v7.data.util.sqlcontainer.query.generator.filter
Deprecated.
As of 8.0, no replacement available.
BetweenTranslator() - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.BetweenTranslator
Deprecated.
 
BigDecimalRangeValidator - Class in com.vaadin.v7.data.validator
Deprecated.
BigDecimalRangeValidator(String, BigDecimal, BigDecimal) - Constructor for class com.vaadin.v7.data.validator.BigDecimalRangeValidator
Deprecated.
Creates a validator for checking that an BigDecimal is within a given range.
BigIntegerRangeValidator - Class in com.vaadin.v7.data.validator
Deprecated.
BigIntegerRangeValidator(String, BigInteger, BigInteger) - Constructor for class com.vaadin.v7.data.validator.BigIntegerRangeValidator
Deprecated.
Creates a validator for checking that an BigInteger is within a given range.
bind(Field<?>, Object) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Binds the field with the given propertyId from the current item.
bind(Field, Object) - Method in class com.vaadin.v7.data.fieldgroup.BeanFieldGroup
Deprecated.
 
BindException(String) - Constructor for exception com.vaadin.v7.data.fieldgroup.FieldGroup.BindException
Deprecated.
 
BindException(String, Throwable) - Constructor for exception com.vaadin.v7.data.fieldgroup.FieldGroup.BindException
Deprecated.
 
bindFields() - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Binds all fields to the properties in the item in use.
bindFieldsBuffered(T, Object) - Static method in class com.vaadin.v7.data.fieldgroup.BeanFieldGroup
Deprecated.
Convenience method to bind Fields from a given "field container" to a given bean with buffering enabled.
bindFieldsUnbuffered(T, Object) - Static method in class com.vaadin.v7.data.fieldgroup.BeanFieldGroup
Deprecated.
Convenience method to bind Fields from a given "field container" to a given bean with buffering disabled.
bindMemberFields(Object) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Binds member fields found in the given object.
bindPropertyToField(Object, Property, Field) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Binds an item property to a field.
bindPropertyToField(Object, Object, Property, Field) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Binds an item property to a field generated by TableFieldFactory.
booleanValue() - Method in class com.vaadin.v7.ui.CheckBox
Deprecated.
As of 7.0, use AbstractField.getValue() instead and, if needed, handle null values.
BOTTOM - Static variable in class com.vaadin.v7.ui.AbstractSelect.VerticalLocationIs
Deprecated.
 
Buffered - Interface in com.vaadin.v7.data
Deprecated.
As of 8.0, no replacement available, see Binder.writeBean(Object), Binder.clearFields()
Buffered.SourceException - Exception in com.vaadin.v7.data
Deprecated.
BufferedValidatable - Interface in com.vaadin.v7.data
Deprecated.
As of 8.0, no direct replacement available. See Binder, Validator.
build() - Method in class com.vaadin.v7.data.sort.Sort
Deprecated.
Build a sort order list, ready to be passed to Grid.
build(String, Class<?>, Class<T>) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Creates a field based on the given data type.
buildAndBind(Object) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Builds a field and binds it to the given property id using the field binder.
buildAndBind(String, Object) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Builds a field using the given caption and binds it to the given property id using the field binder.
buildAndBind(String, Object, Class<T>) - Method in class com.vaadin.v7.data.fieldgroup.BeanFieldGroup
Deprecated.
 
buildAndBind(String, Object, Class<T>) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Builds a field using the given caption and binds it to the given property id using the field binder.
buildAndBindMemberFields(Object) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Binds member fields found in the given object and builds member fields that have not been initialized.
buildAndBindMemberFields(Object, boolean) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Binds member fields found in the given object and optionally builds member fields that have not been initialized.
buildFilter(String, FilteringMode) - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
Constructs a filter instance to use when using a Filterable container in the ITEM_CAPTION_MODE_PROPERTY mode.
BUTTON_BIG - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Big button, use to get more attention for the button action.
BUTTON_BIG - Static variable in class com.vaadin.v7.ui.themes.Runo
Deprecated.
Big sized button, use to gather much attention for some particular action.
BUTTON_BORDERLESS - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Removes all graphics from the button, leaving only the caption and the icon visible.
BUTTON_DEFAULT - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Default action style for buttons (the button that gets activated when user presses 'enter' in a form).
BUTTON_DEFAULT - Static variable in class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
Default action style for buttons (the button that should get activated when the user presses 'enter' in a form).
BUTTON_DEFAULT - Static variable in class com.vaadin.v7.ui.themes.Runo
Deprecated.
Default action style for buttons (the button that should get activated when the user presses 'enter' in a form).
BUTTON_DOWN - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Makes the button look like it is pressed down.
BUTTON_ICON_ON_RIGHT - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Places the button icon on the right side of the caption.
BUTTON_ICON_ON_TOP - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Places the button icon on top of the caption.
BUTTON_ICON_ONLY - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Removes the button caption and only shows its icon.
BUTTON_LINK - Static variable in class com.vaadin.v7.ui.themes.BaseTheme
Deprecated.
Creates a button that looks like a regular hypertext link but still acts like a normal button.
BUTTON_SMALL - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Small sized button, use for context specific actions for example.
BUTTON_SMALL - Static variable in class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
Small sized button, use for context specific actions for example.
BUTTON_SMALL - Static variable in class com.vaadin.v7.ui.themes.Runo
Deprecated.
Small sized button, use for context specific actions for example.
BUTTON_TALL - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Adds more padding on the top and on the bottom of the button.
BUTTON_WIDE - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Adds more padding on the sides of the button.
buttonClick(Button.ClickEvent) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerPopup
Deprecated.
 
ButtonRenderer - Class in com.vaadin.v7.ui.renderers
Deprecated.
ButtonRenderer() - Constructor for class com.vaadin.v7.ui.renderers.ButtonRenderer
Deprecated.
Creates a new button renderer.
ButtonRenderer(ClickableRenderer.RendererClickListener) - Constructor for class com.vaadin.v7.ui.renderers.ButtonRenderer
Deprecated.
Creates a new button renderer and adds the given click listener to it.
ButtonRenderer(ClickableRenderer.RendererClickListener, String) - Constructor for class com.vaadin.v7.ui.renderers.ButtonRenderer
Deprecated.
Creates a new button renderer and adds the given click listener to it.
ButtonRenderer(String) - Constructor for class com.vaadin.v7.ui.renderers.ButtonRenderer
Deprecated.
Creates a new button renderer.
by(Object) - Static method in class com.vaadin.v7.data.sort.Sort
Deprecated.
Start building a Sort order by sorting a provided column in ascending order.
by(Object, SortDirection) - Static method in class com.vaadin.v7.data.sort.Sort
Deprecated.
Start building a Sort order by sorting a provided column.
ByteRangeValidator - Class in com.vaadin.v7.data.validator
Deprecated.
ByteRangeValidator(String, Byte, Byte) - Constructor for class com.vaadin.v7.data.validator.ByteRangeValidator
Deprecated.
Creates a validator for checking that an Byte is within a given range.

C

CACHE_RATIO - Static variable in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Number of items to cache = CACHE_RATIO x pageLength.
CacheUpdateException(Table, String, Throwable[]) - Constructor for exception com.vaadin.v7.ui.Table.CacheUpdateException
Deprecated.
 
calculate(int, int) - Method in interface com.vaadin.v7.ui.AbstractColorPicker.Coordinates2Color
Deprecated.
Calculate color from coordinates.
calculate(Color) - Method in interface com.vaadin.v7.ui.AbstractColorPicker.Coordinates2Color
Deprecated.
Calculate coordinates from color.
Calendar - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0, no replacement available.
Calendar() - Constructor for class com.vaadin.v7.ui.Calendar
Deprecated.
Construct a Vaadin Calendar with a BasicEventProvider and no caption.
Calendar(CalendarEventProvider) - Constructor for class com.vaadin.v7.ui.Calendar
Deprecated.
Construct a Vaadin Calendar with event provider.
Calendar(String) - Constructor for class com.vaadin.v7.ui.Calendar
Deprecated.
Construct a Vaadin Calendar with a BasicEventProvider and the provided caption.
Calendar(String, CalendarEventProvider) - Constructor for class com.vaadin.v7.ui.Calendar
Deprecated.
Construct a Vaadin Calendar with event provider and a caption.
Calendar.TimeFormat - Enum in com.vaadin.v7.ui
Deprecated.
CalendarComponentEvent - Class in com.vaadin.v7.ui.components.calendar
Deprecated.
As of 8.0, no replacement available.
CalendarComponentEvent(Calendar) - Constructor for class com.vaadin.v7.ui.components.calendar.CalendarComponentEvent
Deprecated.
Set the source of the event.
CalendarComponentEvents - Interface in com.vaadin.v7.ui.components.calendar
Deprecated.
As of 8.0, no replacement available.
CalendarComponentEvents.BackwardEvent - Class in com.vaadin.v7.ui.components.calendar
Deprecated.
CalendarComponentEvents.BackwardHandler - Interface in com.vaadin.v7.ui.components.calendar
Deprecated.
CalendarComponentEvents.CalendarEventNotifier - Interface in com.vaadin.v7.ui.components.calendar
Deprecated.
CalendarComponentEvents.DateClickEvent - Class in com.vaadin.v7.ui.components.calendar
Deprecated.
CalendarComponentEvents.DateClickHandler - Interface in com.vaadin.v7.ui.components.calendar
Deprecated.
CalendarComponentEvents.EventClick - Class in com.vaadin.v7.ui.components.calendar
Deprecated.
CalendarComponentEvents.EventClickHandler - Interface in com.vaadin.v7.ui.components.calendar
Deprecated.
CalendarComponentEvents.EventMoveHandler - Interface in com.vaadin.v7.ui.components.calendar
Deprecated.
CalendarComponentEvents.EventMoveNotifier - Interface in com.vaadin.v7.ui.components.calendar
Deprecated.
CalendarComponentEvents.EventResize - Class in com.vaadin.v7.ui.components.calendar
Deprecated.
CalendarComponentEvents.EventResizeHandler - Interface in com.vaadin.v7.ui.components.calendar
Deprecated.
CalendarComponentEvents.EventResizeNotifier - Interface in com.vaadin.v7.ui.components.calendar
Deprecated.
CalendarComponentEvents.ForwardEvent - Class in com.vaadin.v7.ui.components.calendar
Deprecated.
CalendarComponentEvents.ForwardHandler - Interface in com.vaadin.v7.ui.components.calendar
Deprecated.
CalendarComponentEvents.MoveEvent - Class in com.vaadin.v7.ui.components.calendar
Deprecated.
CalendarComponentEvents.NavigationNotifier - Interface in com.vaadin.v7.ui.components.calendar
Deprecated.
CalendarComponentEvents.RangeSelectEvent - Class in com.vaadin.v7.ui.components.calendar
Deprecated.
CalendarComponentEvents.RangeSelectHandler - Interface in com.vaadin.v7.ui.components.calendar
Deprecated.
CalendarComponentEvents.RangeSelectNotifier - Interface in com.vaadin.v7.ui.components.calendar
Deprecated.
CalendarComponentEvents.WeekClick - Class in com.vaadin.v7.ui.components.calendar
Deprecated.
CalendarComponentEvents.WeekClickHandler - Interface in com.vaadin.v7.ui.components.calendar
Deprecated.
CalendarDateRange - Class in com.vaadin.v7.ui.components.calendar
Deprecated.
As of 8.0, no replacement available.
CalendarDateRange(Date, Date, TimeZone) - Constructor for class com.vaadin.v7.ui.components.calendar.CalendarDateRange
Deprecated.
Constructor.
CalendarEditableEventProvider - Interface in com.vaadin.v7.ui.components.calendar.event
Deprecated.
CalendarEvent - Interface in com.vaadin.v7.ui.components.calendar.event
Deprecated.
CalendarEvent.EventChangeEvent - Class in com.vaadin.v7.ui.components.calendar.event
Deprecated.
CalendarEvent.EventChangeListener - Interface in com.vaadin.v7.ui.components.calendar.event
Deprecated.
CalendarEvent.EventChangeNotifier - Interface in com.vaadin.v7.ui.components.calendar.event
Deprecated.
CalendarEventProvider - Interface in com.vaadin.v7.ui.components.calendar.event
Deprecated.
CalendarEventProvider.EventSetChangeEvent - Class in com.vaadin.v7.ui.components.calendar.event
Deprecated.
CalendarEventProvider.EventSetChangeListener - Interface in com.vaadin.v7.ui.components.calendar.event
Deprecated.
CalendarEventProvider.EventSetChangeNotifier - Interface in com.vaadin.v7.ui.components.calendar.event
Deprecated.
CalendarTargetDetails - Class in com.vaadin.v7.ui.components.calendar
Deprecated.
As of 8.0, no replacement available.
CalendarTargetDetails(Map<String, Object>, DropTarget) - Constructor for class com.vaadin.v7.ui.components.calendar.CalendarTargetDetails
Deprecated.
 
callFunction(String, Object...) - Method in class com.vaadin.v7.ui.renderers.AbstractJavaScriptRenderer
Deprecated.
Invoke a named function that the connector JavaScript has added to the JavaScript connector wrapper object.
cancelEditor() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Cancels the currently active edit if any.
canConverterHandle(Converter<?, ?>, Class<?>, Class<?>) - Static method in class com.vaadin.v7.data.util.converter.ConverterUtil
Deprecated.
Checks if the given converter can handle conversion between the given presentation and model type.
canConverterPossiblyHandle(Converter<?, ?>, Class<?>, Class<?>) - Static method in class com.vaadin.v7.data.util.converter.ConverterUtil
Deprecated.
Checks if it possible that the given converter can handle conversion between the given presentation and model type somehow.
Caption - Annotation Type in com.vaadin.v7.data.fieldgroup
Deprecated.
As of 8.0, no replacement available, use Component.setCaption(java.lang.String).
CAPTION_PROPERTY - Static variable in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
 
CAPTION_PROPERTY_ID - Static variable in class com.vaadin.v7.data.fieldgroup.DefaultFieldGroupFieldFactory
Deprecated.
 
CaptionChangeListener() - Constructor for class com.vaadin.v7.ui.AbstractSelect.CaptionChangeListener
Deprecated.
 
CELL_FIRSTCOL - Static variable in class com.vaadin.v7.ui.Table
Deprecated.
 
CELL_GENERATED_ROW - Static variable in class com.vaadin.v7.ui.Table
Deprecated.
 
CELL_HEADER - Static variable in class com.vaadin.v7.ui.Table
Deprecated.
 
CELL_ICON - Static variable in class com.vaadin.v7.ui.Table
Deprecated.
 
CELL_ITEMID - Static variable in class com.vaadin.v7.ui.Table
Deprecated.
 
CELL_KEY - Static variable in class com.vaadin.v7.ui.Table
Deprecated.
 
CellReference(Grid.RowReference) - Constructor for class com.vaadin.v7.ui.Grid.CellReference
Deprecated.
 
CENTER - com.vaadin.v7.ui.Table.Align
Deprecated.
Center column alignment.
ChameleonTheme - Class in com.vaadin.v7.ui.themes
Deprecated.
As of 8.0, no replacement available, only ValoTheme is supported.
ChameleonTheme() - Constructor for class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
 
ChangeEvent(Upload, String) - Constructor for class com.vaadin.v7.ui.Upload.ChangeEvent
Deprecated.
 
changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
 
changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
 
changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
 
changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.v7.ui.DateField
Deprecated.
 
changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.v7.ui.Form
Deprecated.
 
changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.v7.ui.OptionGroup
Deprecated.
 
changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.v7.ui.RichTextArea
Deprecated.
 
changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Invoked when the value of a variable has changed.
changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
 
changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
changeVariables(Object, Map<String, Object>) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
 
CheckBox - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0 replaced by CheckBox based on the new data binding API
CheckBox() - Constructor for class com.vaadin.v7.ui.CheckBox
Deprecated.
Creates a new checkbox.
CheckBox(String) - Constructor for class com.vaadin.v7.ui.CheckBox
Deprecated.
Creates a new checkbox with a set caption.
CheckBox(String, boolean) - Constructor for class com.vaadin.v7.ui.CheckBox
Deprecated.
Creates a new checkbox with a caption and a set initial state.
CheckBox(String, Property<?>) - Constructor for class com.vaadin.v7.ui.CheckBox
Deprecated.
Creates a new checkbox that is connected to a boolean property.
checkColumnIsAttached() - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Checks if column is attached and throws an IllegalStateException if it is not.
checkItemIdExists(Object) - Method in class com.vaadin.v7.ui.Grid.AbstractSelectionModel
Deprecated.
Sanity check for existence of item id.
checkItemIdsExist(Collection<?>) - Method in class com.vaadin.v7.ui.Grid.AbstractSelectionModel
Deprecated.
Sanity check for existence of item ids in given collection.
clear() - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Clears the value of all fields.
clear() - Method in class com.vaadin.v7.data.util.ListSet
Deprecated.
 
clear() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
 
clear() - Method in class com.vaadin.v7.ui.AbstractSelect.CaptionChangeListener
Deprecated.
 
clear() - Method in class com.vaadin.v7.ui.CheckBox
Deprecated.
 
clear() - Method in interface com.vaadin.v7.ui.Field
Deprecated.
Clears the value of the field.
clear() - Method in class com.vaadin.v7.ui.Form
Deprecated.
 
clear() - Method in class com.vaadin.v7.ui.PasswordField
Deprecated.
 
clear() - Method in class com.vaadin.v7.ui.ProgressBar
Deprecated.
 
clear() - Method in class com.vaadin.v7.ui.RichTextArea
Deprecated.
 
clear() - Method in class com.vaadin.v7.ui.Slider
Deprecated.
 
clear() - Method in class com.vaadin.v7.ui.TextArea
Deprecated.
 
clear() - Method in class com.vaadin.v7.ui.TextField
Deprecated.
 
clearExpandRatio() - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Clears the expand ratio for this column.
clearField(Field<?>) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Clears field and any possible existing binding.
clearSortOrder() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Clear the current sort order, and re-sort the grid.
click(ClickableRenderer.RendererClickEvent) - Method in interface com.vaadin.v7.ui.renderers.ClickableRenderer.RendererClickListener
Deprecated.
Called when a rendered button is clicked.
CLICK_METHOD - Static variable in interface com.vaadin.v7.ui.renderers.ClickableRenderer.RendererClickListener
Deprecated.
 
ClickableRenderer<T> - Class in com.vaadin.v7.ui.renderers
Deprecated.
ClickableRenderer(Class<T>) - Constructor for class com.vaadin.v7.ui.renderers.ClickableRenderer
Deprecated.
 
ClickableRenderer(Class<T>, String) - Constructor for class com.vaadin.v7.ui.renderers.ClickableRenderer
Deprecated.
 
ClickableRenderer.RendererClickEvent - Class in com.vaadin.v7.ui.renderers
Deprecated.
ClickableRenderer.RendererClickListener - Interface in com.vaadin.v7.ui.renderers
Deprecated.
CLIP - Static variable in class com.vaadin.v7.ui.themes.BaseTheme
Deprecated.
Clips the component so it will be constrained to its given size and not overflow.
clone() - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
As of 6.6. Cloning support might be removed from IndexedContainer in the future
clone() - Method in class com.vaadin.v7.data.util.ListSet
Deprecated.
 
clone() - Method in class com.vaadin.v7.data.util.PropertysetItem
Deprecated.
Creates and returns a copy of this object.
COLLAPSE_METHOD - Static variable in interface com.vaadin.v7.ui.Tree.CollapseListener
Deprecated.
 
CollapseEvent(Component, Object) - Constructor for class com.vaadin.v7.ui.Tree.CollapseEvent
Deprecated.
New instance of options change event.
collapseItem(Object) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Collapses an item.
collapseItemsRecursively(Object) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Collapses the items recursively.
Collapsible - Interface in com.vaadin.v7.data
Deprecated.
Use TreeGrid.addExpandListener() and TreeGrid.addCollapseListener().
color - Variable in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
The color.
colorChanged(ColorChangeEvent) - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Fired when a color change event occurs.
colorChanged(ColorChangeEvent) - Method in interface com.vaadin.v7.ui.components.colorpicker.ColorChangeListener
Deprecated.
Called when a new color has been selected.
colorChanged(ColorChangeEvent) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerHistory
Deprecated.
 
colorChanged(ColorChangeEvent) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerPopup
Deprecated.
 
ColorChangeEvent - Class in com.vaadin.v7.ui.components.colorpicker
Deprecated.
ColorChangeEvent(Component, Color) - Constructor for class com.vaadin.v7.ui.components.colorpicker.ColorChangeEvent
Deprecated.
 
ColorChangeListener - Interface in com.vaadin.v7.ui.components.colorpicker
Deprecated.
ColorPicker - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0 replaced by ColorPicker based on new data binding API
ColorPicker() - Constructor for class com.vaadin.v7.ui.ColorPicker
Deprecated.
Instantiates a new color picker.
ColorPicker(String) - Constructor for class com.vaadin.v7.ui.ColorPicker
Deprecated.
Instantiates a new color picker.
ColorPicker(String, Color) - Constructor for class com.vaadin.v7.ui.ColorPicker
Deprecated.
Instantiates a new color picker.
ColorPickerArea - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0 replaced by ColorPickerArea based on new data binding API
ColorPickerArea() - Constructor for class com.vaadin.v7.ui.ColorPickerArea
Deprecated.
Instantiates a new color picker.
ColorPickerArea(String) - Constructor for class com.vaadin.v7.ui.ColorPickerArea
Deprecated.
Instantiates a new color picker.
ColorPickerArea(String, Color) - Constructor for class com.vaadin.v7.ui.ColorPickerArea
Deprecated.
Instantiates a new color picker.
ColorPickerGradient - Class in com.vaadin.v7.ui.components.colorpicker
Deprecated.
ColorPickerGradient(String, AbstractColorPicker.Coordinates2Color) - Constructor for class com.vaadin.v7.ui.components.colorpicker.ColorPickerGradient
Deprecated.
Instantiates a new color picker gradient.
ColorPickerGrid - Class in com.vaadin.v7.ui.components.colorpicker
Deprecated.
ColorPickerGrid() - Constructor for class com.vaadin.v7.ui.components.colorpicker.ColorPickerGrid
Deprecated.
Instantiates a new color picker grid.
ColorPickerGrid(int, int) - Constructor for class com.vaadin.v7.ui.components.colorpicker.ColorPickerGrid
Deprecated.
Instantiates a new color picker grid.
ColorPickerGrid(Color[][]) - Constructor for class com.vaadin.v7.ui.components.colorpicker.ColorPickerGrid
Deprecated.
Instantiates a new color picker grid.
ColorPickerHistory - Class in com.vaadin.v7.ui.components.colorpicker
Deprecated.
ColorPickerHistory() - Constructor for class com.vaadin.v7.ui.components.colorpicker.ColorPickerHistory
Deprecated.
Instantiates a new color picker history.
ColorPickerPopup - Class in com.vaadin.v7.ui.components.colorpicker
Deprecated.
ColorPickerPopup(Color) - Constructor for class com.vaadin.v7.ui.components.colorpicker.ColorPickerPopup
Deprecated.
Instantiates a new color picker popup.
ColorPickerPreview - Class in com.vaadin.v7.ui.components.colorpicker
Deprecated.
ColorPickerPreview(Color) - Constructor for class com.vaadin.v7.ui.components.colorpicker.ColorPickerPreview
Deprecated.
Instantiates a new color picker preview.
ColorPickerSelect - Class in com.vaadin.v7.ui.components.colorpicker
Deprecated.
ColorPickerSelect() - Constructor for class com.vaadin.v7.ui.components.colorpicker.ColorPickerSelect
Deprecated.
Instantiates a new color picker select.
ColorSelector - Interface in com.vaadin.v7.ui.components.colorpicker
Deprecated.
COLUMN_HEADER_MODE_EXPLICIT - Static variable in class com.vaadin.v7.ui.Table
Deprecated.
As of 7.0, use Table.ColumnHeaderMode.EXPLICIT instead
COLUMN_HEADER_MODE_EXPLICIT_DEFAULTS_ID - Static variable in class com.vaadin.v7.ui.Table
Deprecated.
COLUMN_HEADER_MODE_HIDDEN - Static variable in class com.vaadin.v7.ui.Table
Deprecated.
As of 7.0, use Table.ColumnHeaderMode.HIDDEN instead
COLUMN_HEADER_MODE_ID - Static variable in class com.vaadin.v7.ui.Table
Deprecated.
As of 7.0, use Table.ColumnHeaderMode.ID instead
COLUMN_RESIZE_METHOD - Static variable in class com.vaadin.v7.ui.Table.ColumnResizeEvent
Deprecated.
 
ColumnCollapseEvent(Component, Object) - Constructor for class com.vaadin.v7.ui.Table.ColumnCollapseEvent
Deprecated.
Constructor.
columnCollapseStateChange(Table.ColumnCollapseEvent) - Method in interface com.vaadin.v7.ui.Table.ColumnCollapseListener
Deprecated.
This method is triggered when the collapse state for a column has changed.
ColumnProperty - Class in com.vaadin.v7.data.util.sqlcontainer
Deprecated.
As of 8.0, no replacement available.
ColumnProperty(String, boolean, boolean, boolean, boolean, Object, Class<?>) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.ColumnProperty
Deprecated.
Creates a new ColumnProperty instance.
ColumnProperty(String, boolean, boolean, boolean, Object, Class<?>) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.ColumnProperty
ColumnProperty.NotNullableException - Exception in com.vaadin.v7.data.util.sqlcontainer
Deprecated.
columnReorder(Grid.ColumnReorderEvent) - Method in interface com.vaadin.v7.ui.Grid.ColumnReorderListener
Deprecated.
Called when the columns of the grid have been reordered.
columnReorder(Table.ColumnReorderEvent) - Method in interface com.vaadin.v7.ui.Table.ColumnReorderListener
Deprecated.
This method is triggered when the column has been reordered.
ColumnReorderEvent(Component) - Constructor for class com.vaadin.v7.ui.Table.ColumnReorderEvent
Deprecated.
Constructor.
ColumnReorderEvent(Grid, boolean) - Constructor for class com.vaadin.v7.ui.Grid.ColumnReorderEvent
Deprecated.
 
columnResize(Grid.ColumnResizeEvent) - Method in interface com.vaadin.v7.ui.Grid.ColumnResizeListener
Deprecated.
Called when the columns of the grid have been resized.
columnResize(Table.ColumnResizeEvent) - Method in interface com.vaadin.v7.ui.Table.ColumnResizeListener
Deprecated.
This method is triggered when the column has been resized.
ColumnResizeEvent(Component, Object, int, int) - Constructor for class com.vaadin.v7.ui.Table.ColumnResizeEvent
Deprecated.
Constructor.
ColumnResizeEvent(Grid, Grid.Column, boolean) - Constructor for class com.vaadin.v7.ui.Grid.ColumnResizeEvent
Deprecated.
 
columnsAdded(List<Grid.Column>) - Method in class com.vaadin.v7.server.communication.data.RpcDataProviderExtension
Deprecated.
Informs this data provider that given columns have been added to grid.
columnsRemoved(List<Grid.Column>) - Method in class com.vaadin.v7.server.communication.data.RpcDataProviderExtension
Deprecated.
Informs this data provider that given columns have been removed from grid.
columnVisibilityChanged(Grid.ColumnVisibilityChangeEvent) - Method in interface com.vaadin.v7.ui.Grid.ColumnVisibilityChangeListener
Deprecated.
Called when a column has become hidden or unhidden.
ColumnVisibilityChangeEvent(Grid, Grid.Column, boolean, boolean) - Constructor for class com.vaadin.v7.ui.Grid.ColumnVisibilityChangeEvent
Deprecated.
Constructor for a column visibility change event.
com.vaadin.v7.data - package com.vaadin.v7.data
 
com.vaadin.v7.data.fieldgroup - package com.vaadin.v7.data.fieldgroup
 
com.vaadin.v7.data.sort - package com.vaadin.v7.data.sort
 
com.vaadin.v7.data.util - package com.vaadin.v7.data.util
 
com.vaadin.v7.data.util.converter - package com.vaadin.v7.data.util.converter
 
com.vaadin.v7.data.util.filter - package com.vaadin.v7.data.util.filter
 
com.vaadin.v7.data.util.sqlcontainer - package com.vaadin.v7.data.util.sqlcontainer
 
com.vaadin.v7.data.util.sqlcontainer.connection - package com.vaadin.v7.data.util.sqlcontainer.connection
 
com.vaadin.v7.data.util.sqlcontainer.query - package com.vaadin.v7.data.util.sqlcontainer.query
 
com.vaadin.v7.data.util.sqlcontainer.query.generator - package com.vaadin.v7.data.util.sqlcontainer.query.generator
 
com.vaadin.v7.data.util.sqlcontainer.query.generator.filter - package com.vaadin.v7.data.util.sqlcontainer.query.generator.filter
 
com.vaadin.v7.data.validator - package com.vaadin.v7.data.validator
 
com.vaadin.v7.event - package com.vaadin.v7.event
 
com.vaadin.v7.server.communication.data - package com.vaadin.v7.server.communication.data
 
com.vaadin.v7.ui - package com.vaadin.v7.ui
 
com.vaadin.v7.ui.components.calendar - package com.vaadin.v7.ui.components.calendar
 
com.vaadin.v7.ui.components.calendar.event - package com.vaadin.v7.ui.components.calendar.event
 
com.vaadin.v7.ui.components.calendar.handler - package com.vaadin.v7.ui.components.calendar.handler
 
com.vaadin.v7.ui.components.colorpicker - package com.vaadin.v7.ui.components.colorpicker
 
com.vaadin.v7.ui.renderers - package com.vaadin.v7.ui.renderers
 
com.vaadin.v7.ui.themes - package com.vaadin.v7.ui.themes
 
com.vaadin.v7.util - package com.vaadin.v7.util
 
ComboBox - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0 replaced by ComboBox based on the new data binding API
ComboBox() - Constructor for class com.vaadin.v7.ui.ComboBox
Deprecated.
 
ComboBox(String) - Constructor for class com.vaadin.v7.ui.ComboBox
Deprecated.
 
ComboBox(String, Container) - Constructor for class com.vaadin.v7.ui.ComboBox
Deprecated.
 
ComboBox(String, Collection<?>) - Constructor for class com.vaadin.v7.ui.ComboBox
Deprecated.
 
COMBOBOX_SEARCH - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Adds a magnifier icon on the left side of the fields text.
COMBOBOX_SELECT_BUTTON - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Adds a magnifier icon on the left side of the fields text.
ComboBox.ItemStyleGenerator - Interface in com.vaadin.v7.ui
Deprecated.
commit() - Method in interface com.vaadin.v7.data.Buffered
Deprecated.
Updates all changes since the previous commit to the data source.
commit() - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Commits all changes done to the bound fields.
commit() - Method in interface com.vaadin.v7.data.Property.Transactional
Deprecated.
Commits and ends the transaction that is in progress.
commit() - Method in class com.vaadin.v7.data.util.sqlcontainer.ColumnProperty
Deprecated.
 
commit() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.AbstractTransactionalQuery
Deprecated.
Commits (if not in auto-commit mode) and releases the active connection.
commit() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.FreeformQuery
Deprecated.
 
commit() - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.QueryDelegate
Deprecated.
Commits a transaction.
commit() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
 
commit() - Method in class com.vaadin.v7.data.util.sqlcontainer.RowItem
Deprecated.
 
commit() - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Commits all the changes, additions and removals made to the items of this container.
commit() - Method in class com.vaadin.v7.data.util.TransactionalPropertyWrapper
Deprecated.
 
commit() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
 
commit() - Method in class com.vaadin.v7.ui.Form
Deprecated.
 
commitError(Grid.CommitErrorEvent) - Method in class com.vaadin.v7.ui.Grid.DefaultEditorErrorHandler
Deprecated.
 
commitError(Grid.CommitErrorEvent) - Method in interface com.vaadin.v7.ui.Grid.EditorErrorHandler
Deprecated.
Called when an exception occurs while the editor row is being saved.
CommitErrorEvent(Grid, FieldGroup.CommitException) - Constructor for class com.vaadin.v7.ui.Grid.CommitErrorEvent
Deprecated.
 
CommitException() - Constructor for exception com.vaadin.v7.data.fieldgroup.FieldGroup.CommitException
Deprecated.
 
CommitException(String) - Constructor for exception com.vaadin.v7.data.fieldgroup.FieldGroup.CommitException
Deprecated.
 
CommitException(String, FieldGroup, Throwable) - Constructor for exception com.vaadin.v7.data.fieldgroup.FieldGroup.CommitException
Deprecated.
 
CommitException(String, Throwable) - Constructor for exception com.vaadin.v7.data.fieldgroup.FieldGroup.CommitException
Deprecated.
 
CommitException(Throwable) - Constructor for exception com.vaadin.v7.data.fieldgroup.FieldGroup.CommitException
Deprecated.
 
compare(Object, Object) - Method in class com.vaadin.v7.data.util.DefaultItemSorter
Deprecated.
 
compare(Object, Object) - Method in class com.vaadin.v7.data.util.DefaultItemSorter.DefaultPropertyValueComparator
Deprecated.
 
compare(Object, Object) - Method in interface com.vaadin.v7.data.util.ItemSorter
Deprecated.
Compares its two arguments for order.
Compare - Class in com.vaadin.v7.data.util.filter
Deprecated.
As of 8.0, the whole filtering feature is integrated into DataProvider. For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders, filters are specific to the implementation.
Compare.Equal - Class in com.vaadin.v7.data.util.filter
Deprecated.
As of 8.0, the whole filtering feature is integrated into DataProvider. For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders, filters are specific to the implementation.
Compare.Greater - Class in com.vaadin.v7.data.util.filter
Deprecated.
As of 8.0, the whole filtering feature is integrated into DataProvider. For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders, filters are specific to the implementation.
Compare.GreaterOrEqual - Class in com.vaadin.v7.data.util.filter
Deprecated.
As of 8.0, the whole filtering feature is integrated into DataProvider. For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders, filters are specific to the implementation.
Compare.Less - Class in com.vaadin.v7.data.util.filter
Deprecated.
As of 8.0, the whole filtering feature is integrated into DataProvider. For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders, filters are specific to the implementation.
Compare.LessOrEqual - Class in com.vaadin.v7.data.util.filter
Deprecated.
As of 8.0, the whole filtering feature is integrated into DataProvider. For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders, filters are specific to the implementation.
Compare.Operation - Enum in com.vaadin.v7.data.util.filter
Deprecated.
compareProperty(Object, boolean, Item, Item) - Method in class com.vaadin.v7.data.util.DefaultItemSorter
Deprecated.
Compares the property indicated by propertyId in the items indicated by item1 and item2 for order.
compareTo(Label) - Method in class com.vaadin.v7.ui.Label
Deprecated.
Compares the Label to other objects.
CompareTranslator - Class in com.vaadin.v7.data.util.sqlcontainer.query.generator.filter
Deprecated.
As of 8.0, no replacement available.
CompareTranslator() - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.CompareTranslator
Deprecated.
 
compareValue(Object) - Method in class com.vaadin.v7.data.util.filter.Compare
Deprecated.
 
CompositeValidator - Class in com.vaadin.v7.data.validator
Deprecated.
As of 8.0, no direct replacement available. See Binder.forField(HasValue) and various methods for validation and conversion chaining: withValidator(...), withConverter(...), withNullRepresentation(...)
CompositeValidator() - Constructor for class com.vaadin.v7.data.validator.CompositeValidator
Deprecated.
Construct a composite validator in AND mode without error message.
CompositeValidator(CompositeValidator.CombinationMode, String) - Constructor for class com.vaadin.v7.data.validator.CompositeValidator
Deprecated.
Constructs a composite validator in given mode.
CompositeValidator.CombinationMode - Enum in com.vaadin.v7.data.validator
Deprecated.
COMPOUND_CSSLAYOUT_TOOLBAR - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Adds a toolbar-like background for the layout, and aligns Buttons and Segments horizontally.
COMPOUND_HORIZONTAL_LAYOUT_SEGMENT - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Creates a context for a segment button control.
COMPOUND_HORIZONTAL_LAYOUT_SEGMENT_ALTERNATE - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Use this mixin-style in combination with the ChameleonTheme.COMPOUND_HORIZONTAL_LAYOUT_SEGMENT style to make buttons with the "down" style use the themes alternate color (e.g.
COMPOUND_LAYOUT_SIDEBAR_MENU - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Creates an iTunes-like menu from a CssLayout or a VerticalLayout.
configureField(Field<?>) - Method in class com.vaadin.v7.data.fieldgroup.BeanFieldGroup
Deprecated.
 
configureField(Field<?>) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Configures a field with the settings set for this FieldBinder.
Container - Interface in com.vaadin.v7.data
Deprecated.
As of 8.0, replaced by DataProvider
Container.Editor - Interface in com.vaadin.v7.data
Deprecated.
Container.Filter - Interface in com.vaadin.v7.data
Deprecated.
As of 8.0, the whole filtering feature is integrated into DataProvider. For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders, filters are specific to the implementation.
Container.Filterable - Interface in com.vaadin.v7.data
Deprecated.
Container.Hierarchical - Interface in com.vaadin.v7.data
Deprecated.
See HierarchicalDataProvider and its implementations.
Container.Indexed - Interface in com.vaadin.v7.data
Deprecated.
Container.Indexed.ItemAddEvent - Interface in com.vaadin.v7.data
Deprecated.
Container.Indexed.ItemRemoveEvent - Interface in com.vaadin.v7.data
Deprecated.
Container.ItemSetChangeEvent - Interface in com.vaadin.v7.data
Deprecated.
Container.ItemSetChangeListener - Interface in com.vaadin.v7.data
Deprecated.
Container.ItemSetChangeNotifier - Interface in com.vaadin.v7.data
Deprecated.
Container.Ordered - Interface in com.vaadin.v7.data
Deprecated.
Container.PropertySetChangeEvent - Interface in com.vaadin.v7.data
Deprecated.
Container.PropertySetChangeListener - Interface in com.vaadin.v7.data
Deprecated.
Container.PropertySetChangeNotifier - Interface in com.vaadin.v7.data
Deprecated.
Container.SimpleFilterable - Interface in com.vaadin.v7.data
Deprecated.
Container.Sortable - Interface in com.vaadin.v7.data
Deprecated.
As of 8.0, sorting is integrated into DataProvider and Query.getSortOrders(). For in-memory case, you can use also ListDataProvider.setSortComparator(SerializableComparator). For back-end DataProviders, see AbstractBackEndDataProvider.setSortOrders(List).
Container.Viewer - Interface in com.vaadin.v7.data
Deprecated.
ContainerEventProvider - Class in com.vaadin.v7.ui.components.calendar
Deprecated.
As of 8.0, no replacement available.
ContainerEventProvider(Container.Indexed) - Constructor for class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
Constructor.
ContainerHelpers - Class in com.vaadin.v7.data
Deprecated.
As of 8.0, no direct replacement available, see DataProvider
ContainerHelpers() - Constructor for class com.vaadin.v7.data.ContainerHelpers
Deprecated.
 
ContainerHierarchicalWrapper - Class in com.vaadin.v7.data.util
Deprecated.
No direct replacement - use an appropriate implementation of HierarchicalDataProvider such as TreeDataProvider or AbstractBackEndHierarchicalDataProvider.
ContainerHierarchicalWrapper(Container) - Constructor for class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
Constructs a new hierarchical wrapper for an existing Container.
containerItemSetChange(Container.ItemSetChangeEvent) - Method in interface com.vaadin.v7.data.Container.ItemSetChangeListener
Deprecated.
Lets the listener know a Containers visible (filtered and/or sorted, if applicable) Item set has changed.
containerItemSetChange(Container.ItemSetChangeEvent) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Lets the listener know a Containers Item set has changed.
containerItemSetChange(Container.ItemSetChangeEvent) - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
 
containerItemSetChange(Container.ItemSetChangeEvent) - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
 
containerItemSetChange(Container.ItemSetChangeEvent) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Container datasource item set change.
containerItemSetChange(Container.ItemSetChangeEvent) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
 
containerItemSetChange(Container.ItemSetChangeEvent) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
ContainerOrderedWrapper - Class in com.vaadin.v7.data.util
Deprecated.
As of 8.0, replaced by DataProvider
ContainerOrderedWrapper(Container) - Constructor for class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
Constructs a new ordered wrapper for an existing Container.
containerPropertySetChange(Container.PropertySetChangeEvent) - Method in interface com.vaadin.v7.data.Container.PropertySetChangeListener
Deprecated.
Notifies this listener that the set of property IDs supported by the Container has changed.
containerPropertySetChange(Container.PropertySetChangeEvent) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Notifies this listener that the Containers contents has changed.
containerPropertySetChange(Container.PropertySetChangeEvent) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Container datasource property set change.
contains(Object) - Method in class com.vaadin.v7.data.util.ListSet
Deprecated.
 
containsAll(Collection<?>) - Method in class com.vaadin.v7.data.util.ListSet
Deprecated.
 
containsEvent(BasicEvent) - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEventProvider
Deprecated.
Does this event provider container this event.
containsId(Object) - Method in interface com.vaadin.v7.data.Container
Deprecated.
Tests if the Container contains the specified Item.
containsId(Object) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
containsId(Object) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
 
containsId(Object) - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
 
containsId(Object) - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
 
containsId(Object) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
containsId(Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
containsId(Object) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Tests, if the collection contains an item with given id.
containsRowWithKey(Object...) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.FreeformQuery
Deprecated.
This implementation of the containsRowWithKey method rewrites existing WHERE clauses in the query string.
containsRowWithKey(Object...) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.QueryDelegate
Deprecated.
Performs a query to find out whether the SQL table contains a row with the given set of primary keys.
containsRowWithKey(Object...) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
 
CONTENT_DEFAULT - Static variable in class com.vaadin.v7.ui.Label
Deprecated.
As of 7.0, use ContentMode.TEXT instead
CONTENT_PREFORMATTED - Static variable in class com.vaadin.v7.ui.Label
Deprecated.
As of 7.0, use ContentMode.PREFORMATTED instead
CONTENT_RAW - Static variable in class com.vaadin.v7.ui.Label
Deprecated.
As of 7.0, use ContentMode.RAW instead
CONTENT_TEXT - Static variable in class com.vaadin.v7.ui.Label
Deprecated.
As of 7.0, use ContentMode.TEXT instead
CONTENT_XHTML - Static variable in class com.vaadin.v7.ui.Label
Deprecated.
As of 7.0, use ContentMode.HTML instead
CONTENT_XML - Static variable in class com.vaadin.v7.ui.Label
Deprecated.
As of 7.0, use ContentMode.XML instead
ConversionException() - Constructor for exception com.vaadin.v7.data.util.converter.Converter.ConversionException
Deprecated.
Constructs a new ConversionException without a detail message.
ConversionException(String) - Constructor for exception com.vaadin.v7.data.util.converter.Converter.ConversionException
Deprecated.
Constructs a new ConversionException with the specified detail message.
ConversionException(String, Throwable) - Constructor for exception com.vaadin.v7.data.util.converter.Converter.ConversionException
Deprecated.
Constructs a new ConversionException with the specified detail message and cause.
ConversionException(Throwable) - Constructor for exception com.vaadin.v7.data.util.converter.Converter.ConversionException
Deprecated.
Constructs a new ConversionException with the specified cause.
Converter<PRESENTATION,​MODEL> - Interface in com.vaadin.v7.data.util.converter
Deprecated.
Converter.ConversionException - Exception in com.vaadin.v7.data.util.converter
Deprecated.
ConverterFactory - Interface in com.vaadin.v7.data.util.converter
Deprecated.
As of 8.0, no replacement available - provide explicit converters for Binder.
ConverterUtil - Class in com.vaadin.v7.data.util.converter
Deprecated.
ConverterUtil() - Constructor for class com.vaadin.v7.data.util.converter.ConverterUtil
Deprecated.
 
convertFromModel(MODELTYPE, Class<? extends PRESENTATIONTYPE>, Converter<PRESENTATIONTYPE, MODELTYPE>, Locale) - Static method in class com.vaadin.v7.data.util.converter.ConverterUtil
Deprecated.
Convert the given value from the data source type to the UI type.
convertStringToAlign(String) - Method in enum com.vaadin.v7.ui.Table.Align
Deprecated.
 
convertToModel(String, Class<? extends Boolean>, Locale) - Method in class com.vaadin.v7.data.util.converter.StringToBooleanConverter
Deprecated.
 
convertToModel(String, Class<? extends Byte>, Locale) - Method in class com.vaadin.v7.data.util.converter.StringToByteConverter
Deprecated.
 
convertToModel(String, Class<? extends Double>, Locale) - Method in class com.vaadin.v7.data.util.converter.StringToDoubleConverter
Deprecated.
 
convertToModel(String, Class<? extends Enum>, Locale) - Method in class com.vaadin.v7.data.util.converter.StringToEnumConverter
Deprecated.
 
convertToModel(String, Class<? extends Float>, Locale) - Method in class com.vaadin.v7.data.util.converter.StringToFloatConverter
Deprecated.
 
convertToModel(String, Class<? extends Integer>, Locale) - Method in class com.vaadin.v7.data.util.converter.StringToIntegerConverter
Deprecated.
 
convertToModel(String, Class<? extends Long>, Locale) - Method in class com.vaadin.v7.data.util.converter.StringToLongConverter
Deprecated.
 
convertToModel(String, Class<? extends Short>, Locale) - Method in class com.vaadin.v7.data.util.converter.StringToShortConverter
Deprecated.
 
convertToModel(String, Class<? extends BigDecimal>, Locale) - Method in class com.vaadin.v7.data.util.converter.StringToBigDecimalConverter
Deprecated.
 
convertToModel(String, Class<? extends BigInteger>, Locale) - Method in class com.vaadin.v7.data.util.converter.StringToBigIntegerConverter
Deprecated.
 
convertToModel(String, Class<? extends Collection>, Locale) - Method in class com.vaadin.v7.data.util.converter.StringToCollectionConverter
Deprecated.
 
convertToModel(String, Class<? extends Date>, Locale) - Method in class com.vaadin.v7.data.util.converter.StringToDateConverter
Deprecated.
 
convertToModel(Date, Class<? extends Long>, Locale) - Method in class com.vaadin.v7.data.util.converter.DateToLongConverter
Deprecated.
 
convertToModel(Date, Class<? extends Date>, Locale) - Method in class com.vaadin.v7.data.util.converter.DateToSqlDateConverter
Deprecated.
 
convertToModel(PRESENTATION, Class<? extends MODEL>, Locale) - Method in interface com.vaadin.v7.data.util.converter.Converter
Deprecated.
Converts the given value from target type to source type.
convertToModel(PRESENTATION, Class<? extends MODEL>, Locale) - Method in class com.vaadin.v7.data.util.converter.ReverseConverter
Deprecated.
 
convertToModel(PRESENTATIONTYPE, Class<MODELTYPE>, Converter<PRESENTATIONTYPE, MODELTYPE>, Locale) - Static method in class com.vaadin.v7.data.util.converter.ConverterUtil
Deprecated.
Convert the given value from the presentation (UI) type to model (data source) type.
convertToNumber(String, Class<? extends Number>, Locale) - Method in class com.vaadin.v7.data.util.converter.AbstractStringToNumberConverter
Deprecated.
Convert the value to a Number using the given locale and AbstractStringToNumberConverter.getFormat(Locale).
convertToPresentation(Boolean, Class<? extends String>, Locale) - Method in class com.vaadin.v7.data.util.converter.StringToBooleanConverter
Deprecated.
 
convertToPresentation(Enum, Class<? extends String>, Locale) - Method in class com.vaadin.v7.data.util.converter.StringToEnumConverter
Deprecated.
 
convertToPresentation(Long, Class<? extends Date>, Locale) - Method in class com.vaadin.v7.data.util.converter.DateToLongConverter
Deprecated.
 
convertToPresentation(Date, Class<? extends Date>, Locale) - Method in class com.vaadin.v7.data.util.converter.DateToSqlDateConverter
Deprecated.
 
convertToPresentation(Collection, Class<? extends String>, Locale) - Method in class com.vaadin.v7.data.util.converter.StringToCollectionConverter
Deprecated.
 
convertToPresentation(Date, Class<? extends String>, Locale) - Method in class com.vaadin.v7.data.util.converter.StringToDateConverter
Deprecated.
 
convertToPresentation(MODEL, Class<? extends PRESENTATION>, Locale) - Method in interface com.vaadin.v7.data.util.converter.Converter
Deprecated.
Converts the given value from source type to target type.
convertToPresentation(MODEL, Class<? extends PRESENTATION>, Locale) - Method in class com.vaadin.v7.data.util.converter.ReverseConverter
Deprecated.
 
convertToPresentation(T, Class<? extends String>, Locale) - Method in class com.vaadin.v7.data.util.converter.AbstractStringToNumberConverter
Deprecated.
 
createAbstractTextField(Class<T>) - Method in class com.vaadin.v7.data.fieldgroup.DefaultFieldGroupFieldFactory
Deprecated.
 
createBeanItem(BEANTYPE) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
Create a BeanItem for a bean using pre-parsed bean metadata (based on AbstractBeanContainer.getBeanType()).
createBeanPropertyResolver(Object) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
Create an item identifier resolver using a named bean property.
createBooleanField(Class<T>) - Method in class com.vaadin.v7.data.fieldgroup.DefaultFieldGroupFieldFactory
Deprecated.
 
createCaptionByPropertyId(Object) - Static method in class com.vaadin.v7.ui.DefaultFieldFactory
Deprecated.
If name follows method naming conventions, convert the name to spaced upper case text.
createCell() - Method in class com.vaadin.v7.ui.Grid.FooterRow
Deprecated.
 
createCell() - Method in class com.vaadin.v7.ui.Grid.HeaderRow
Deprecated.
 
createCell() - Method in class com.vaadin.v7.ui.Grid.StaticSection.StaticRow
Deprecated.
Creates and returns a new instance of the cell type.
createCollection(Class<? extends Collection>) - Method in interface com.vaadin.v7.data.util.converter.StringToCollectionConverter.CollectionFactory
Deprecated.
Create collection by its type.
createCollection(Class<? extends Collection>) - Method in class com.vaadin.v7.data.util.converter.StringToCollectionConverter.DefaultCollectionFactory
Deprecated.
 
createCompatibleSelect(Class<? extends AbstractSelect>) - Method in class com.vaadin.v7.data.fieldgroup.DefaultFieldGroupFieldFactory
Deprecated.
 
createCompatibleSelect(Class<? extends AbstractSelect>) - Method in class com.vaadin.v7.ui.Grid.EditorFieldFactory
Deprecated.
 
createConverter(Class<PRESENTATION>, Class<MODEL>) - Method in interface com.vaadin.v7.data.util.converter.ConverterFactory
Deprecated.
 
createConverter(Class<PRESENTATION>, Class<MODEL>) - Method in class com.vaadin.v7.data.util.converter.DefaultConverterFactory
Deprecated.
 
createDateConverter(Class<?>) - Method in class com.vaadin.v7.data.util.converter.DefaultConverterFactory
Deprecated.
 
createDefaultField(Class<?>, Class<T>) - Method in class com.vaadin.v7.data.fieldgroup.DefaultFieldGroupFieldFactory
Deprecated.
Fallback when no specific field has been created.
createField(Container, Object, Object, Component) - Method in class com.vaadin.v7.ui.DefaultFieldFactory
Deprecated.
 
createField(Container, Object, Object, Component) - Method in interface com.vaadin.v7.ui.TableFieldFactory
Deprecated.
Creates a field based on the Container, item id, property id and the component responsible for displaying the field (most commonly Table).
createField(Item, Object, Component) - Method in class com.vaadin.v7.ui.DefaultFieldFactory
Deprecated.
 
createField(Item, Object, Component) - Method in interface com.vaadin.v7.ui.FormFieldFactory
Deprecated.
Creates a field based on the item, property id and the component (most commonly Form) where the Field will be presented.
createField(Class<?>, Class<T>) - Method in class com.vaadin.v7.data.fieldgroup.DefaultFieldGroupFieldFactory
Deprecated.
 
createField(Class<?>, Class<T>) - Method in interface com.vaadin.v7.data.fieldgroup.FieldGroupFieldFactory
Deprecated.
Creates a field based on the data type that we want to edit.
createField(Class<?>, Class<T>) - Method in class com.vaadin.v7.ui.Grid.EditorFieldFactory
Deprecated.
 
createFieldByPropertyType(Class<?>) - Static method in class com.vaadin.v7.ui.DefaultFieldFactory
Deprecated.
Creates fields based on the property type.
createModel() - Method in enum com.vaadin.v7.ui.Grid.SelectionMode
Deprecated.
 
createProperty(BT) - Method in class com.vaadin.v7.data.util.NestedPropertyDescriptor
Deprecated.
 
createProperty(BT) - Method in interface com.vaadin.v7.data.util.VaadinPropertyDescriptor
Deprecated.
Creates a new Property instance for this property for a bean.
createProperty(Object) - Method in class com.vaadin.v7.data.util.MethodPropertyDescriptor
Deprecated.
 
createRichTextArea() - Method in class com.vaadin.v7.data.fieldgroup.DefaultFieldGroupFieldFactory
Deprecated.
 
createRow() - Method in class com.vaadin.v7.ui.Grid.Footer
Deprecated.
 
createRow() - Method in class com.vaadin.v7.ui.Grid.Header
Deprecated.
 
createRow() - Method in class com.vaadin.v7.ui.Grid.StaticSection
Deprecated.
 
createStringConverter(Class<?>) - Method in class com.vaadin.v7.data.util.converter.DefaultConverterFactory
Deprecated.
 
CSSLAYOUT_SELECTABLE - Static variable in class com.vaadin.v7.ui.themes.Runo
Deprecated.
Adds necessary styles to the layout to make it look selectable (i.e.
CSSLAYOUT_SELECTABLE_SELECTED - Static variable in class com.vaadin.v7.ui.themes.Runo
Deprecated.
 
CSSLAYOUT_SHADOW - Static variable in class com.vaadin.v7.ui.themes.Runo
Deprecated.
Add a drop shadow around the layout and its contained components.
currentCalendar - Variable in class com.vaadin.v7.ui.Calendar
Deprecated.
Internal calendar data source.
currentTimeFormat - Variable in class com.vaadin.v7.ui.Calendar
Deprecated.
Defines currently active format for time.
CustomField<T> - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0 replaced by a CustomField based on new data binding API
CustomField() - Constructor for class com.vaadin.v7.ui.CustomField
Deprecated.
Constructs a new custom field.

D

DataBoundTransferable - Class in com.vaadin.v7.event
Deprecated.
As of 8.0, no replacement available.
DataBoundTransferable(Component, Map<String, Object>) - Constructor for class com.vaadin.v7.event.DataBoundTransferable
Deprecated.
 
DataGenerator - Interface in com.vaadin.v7.server.communication.data
Deprecated.
dateClick(CalendarComponentEvents.DateClickEvent) - Method in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.DateClickHandler
Deprecated.
This method will be called when a date is clicked.
dateClick(CalendarComponentEvents.DateClickEvent) - Method in class com.vaadin.v7.ui.components.calendar.handler.BasicDateClickHandler
Deprecated.
 
DateClickEvent(Calendar, Date) - Constructor for class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.DateClickEvent
Deprecated.
DateClickEvent needs the target date that was clicked.
dateClickMethod - Static variable in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.DateClickHandler
Deprecated.
Trigger method for the DateClickEvent.
DateField - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0, use DateField or DateTimeField instead.
DateField() - Constructor for class com.vaadin.v7.ui.DateField
Deprecated.
Constructs an empty DateField with no caption.
DateField(Property) - Constructor for class com.vaadin.v7.ui.DateField
Deprecated.
Constructs a new DateField that's bound to the specified Property and has no caption.
DateField(String) - Constructor for class com.vaadin.v7.ui.DateField
Deprecated.
Constructs an empty DateField with caption.
DateField(String, Property) - Constructor for class com.vaadin.v7.ui.DateField
Deprecated.
Constructs a new DateField that's bound to the specified Property and has the given caption String.
DateField(String, Date) - Constructor for class com.vaadin.v7.ui.DateField
Deprecated.
Constructs a new DateField with the given caption and initial text contents.
DATEFIELD_BIG - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Large sized date field with big font.
DATEFIELD_SMALL - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Small sized date field with small font.
DateField.UnparsableDateString - Exception in com.vaadin.v7.ui
Deprecated.
DateRangeValidator - Class in com.vaadin.v7.data.validator
Deprecated.
DateRangeValidator(String, Date, Date, Resolution) - Constructor for class com.vaadin.v7.data.validator.DateRangeValidator
Deprecated.
Creates a validator for checking that an Date is within a given range.
DateRenderer - Class in com.vaadin.v7.ui.renderers
Deprecated.
DateRenderer() - Constructor for class com.vaadin.v7.ui.renderers.DateRenderer
Deprecated.
Creates a new date renderer.
DateRenderer(String) - Constructor for class com.vaadin.v7.ui.renderers.DateRenderer
Deprecated.
Creates a new date renderer.
DateRenderer(String, String) - Constructor for class com.vaadin.v7.ui.renderers.DateRenderer
Deprecated.
Creates a new date renderer.
DateRenderer(String, Locale) - Constructor for class com.vaadin.v7.ui.renderers.DateRenderer
Deprecated.
Creates a new date renderer.
DateRenderer(String, Locale, String) - Constructor for class com.vaadin.v7.ui.renderers.DateRenderer
Deprecated.
Creates a new date renderer.
DateRenderer(DateFormat) - Constructor for class com.vaadin.v7.ui.renderers.DateRenderer
Deprecated.
Creates a new date renderer.
DateRenderer(DateFormat, String) - Constructor for class com.vaadin.v7.ui.renderers.DateRenderer
Deprecated.
Creates a new date renderer.
DateRenderer(Locale) - Constructor for class com.vaadin.v7.ui.renderers.DateRenderer
Deprecated.
Creates a new date renderer.
DateRenderer(Locale, String) - Constructor for class com.vaadin.v7.ui.renderers.DateRenderer
Deprecated.
Creates a new date renderer.
DateToLongConverter - Class in com.vaadin.v7.data.util.converter
Deprecated.
DateToLongConverter() - Constructor for class com.vaadin.v7.data.util.converter.DateToLongConverter
Deprecated.
 
DateToSqlDateConverter - Class in com.vaadin.v7.data.util.converter
Deprecated.
DateToSqlDateConverter() - Constructor for class com.vaadin.v7.data.util.converter.DateToSqlDateConverter
Deprecated.
 
DEFAULT_ICON - Static variable in class com.vaadin.v7.util.FileTypeResolver
Deprecated.
Default icon given if no icon is specified for a mime-type.
DEFAULT_MAX_SELECTIONS - Static variable in class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
The default selection size limit.
DEFAULT_PAGE_LENGTH - Static variable in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
DefaultCollectionFactory() - Constructor for class com.vaadin.v7.data.util.converter.StringToCollectionConverter.DefaultCollectionFactory
Deprecated.
 
DefaultConverterFactory - Class in com.vaadin.v7.data.util.converter
Deprecated.
As of 8.0, no replacement available.
DefaultConverterFactory() - Constructor for class com.vaadin.v7.data.util.converter.DefaultConverterFactory
Deprecated.
 
DefaultEditorErrorHandler() - Constructor for class com.vaadin.v7.ui.Grid.DefaultEditorErrorHandler
Deprecated.
 
DefaultFieldFactory - Class in com.vaadin.v7.ui
Deprecated.
Removed feature in 8.0
DefaultFieldFactory() - Constructor for class com.vaadin.v7.ui.DefaultFieldFactory
Deprecated.
 
DefaultFieldGroupFieldFactory - Class in com.vaadin.v7.data.fieldgroup
Deprecated.
As of 8.0, no direct replacement available. Binder.forMemberField(HasValue) and Binder.bindInstanceFields(Object) should be used instead.
DefaultFieldGroupFieldFactory() - Constructor for class com.vaadin.v7.data.fieldgroup.DefaultFieldGroupFieldFactory
Deprecated.
 
DefaultItemSorter - Class in com.vaadin.v7.data.util
Deprecated.
As of 8.0, sorting is integrated into DataProvider and Query.getSortOrders(). For in-memory case, you can use also ListDataProvider.setSortComparator(SerializableComparator). For back-end DataProviders, see AbstractBackEndDataProvider.setSortOrders(List).
DefaultItemSorter() - Constructor for class com.vaadin.v7.data.util.DefaultItemSorter
Deprecated.
Constructs a DefaultItemSorter using the default Comparator for comparing Propertyvalues.
DefaultItemSorter(Comparator<Object>) - Constructor for class com.vaadin.v7.data.util.DefaultItemSorter
Deprecated.
Constructs a DefaultItemSorter which uses the Comparator indicated by the propertyValueComparator parameter for comparing Propertyvalues.
DefaultItemSorter.DefaultPropertyValueComparator - Class in com.vaadin.v7.data.util
Deprecated.
DefaultNewItemHandler() - Constructor for class com.vaadin.v7.ui.AbstractSelect.DefaultNewItemHandler
Deprecated.
 
DefaultPropertyValueComparator() - Constructor for class com.vaadin.v7.data.util.DefaultItemSorter.DefaultPropertyValueComparator
Deprecated.
 
DefaultSQLGenerator - Class in com.vaadin.v7.data.util.sqlcontainer.query.generator
Deprecated.
As of 8.0, no replacement available.
DefaultSQLGenerator() - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
Deprecated.
 
DefaultSQLGenerator(Class<? extends StatementHelper>) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
Deprecated.
Create a new DefaultSqlGenerator instance that uses the given implementation of StatementHelper.
DefaultSQLGenerator(String, String) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
Deprecated.
Construct a DefaultSQLGenerator with the specified identifiers for start and end of quoted strings.
DefaultSQLGenerator(String, String, Class<? extends StatementHelper>) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
Deprecated.
Same as DefaultSQLGenerator(String, String) but with support for custom StatementHelper implementation.
DESCRIPTION_PROPERTY - Static variable in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
 
deselect(Object) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Marks an item as unselected.
deselect(Object...) - Method in class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
 
deselect(Object...) - Method in interface com.vaadin.v7.ui.Grid.SelectionModel.Multi
Deprecated.
Marks items as deselected.
deselect(Collection<?>) - Method in class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
 
deselect(Collection<?>) - Method in interface com.vaadin.v7.ui.Grid.SelectionModel.Multi
Deprecated.
Marks items as deselected.
deselect(Collection<?>, boolean) - Method in class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
 
deselectAll() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Marks all items as unselected.
deselectAll() - Method in class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
 
deselectAll() - Method in interface com.vaadin.v7.ui.Grid.SelectionModel.Multi
Deprecated.
Marks all the items in the current Container as deselected.
deselectAll(boolean) - Method in class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
 
destroy() - Method in class com.vaadin.v7.data.util.sqlcontainer.connection.J2EEConnectionPool
Deprecated.
 
destroy() - Method in interface com.vaadin.v7.data.util.sqlcontainer.connection.JDBCConnectionPool
Deprecated.
Destroys the connection pool: close() is called an all the connections in the pool, whether available or reserved.
destroy() - Method in class com.vaadin.v7.data.util.sqlcontainer.connection.SimpleJDBCConnectionPool
Deprecated.
 
destroyData(Object) - Method in interface com.vaadin.v7.server.communication.data.DataGenerator
Deprecated.
Informs the DataGenerator that an item id has been dropped and is no longer needed.
destroyData(Object) - Method in class com.vaadin.v7.ui.Grid.AbstractSelectionModel
Deprecated.
 
destroyData(Object) - Method in class com.vaadin.v7.ui.Grid.DetailComponentManager
Deprecated.
 
detach() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
 
detach() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Detaches the component from application.
detach() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Notifies the component that it is detached from the application.
detachContainerDataSource() - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
If you are reusing the container which previously have been attached to this ContainerEventProvider call this method to remove this event providers container listeners before attaching it to an other ContainerEventProvider.
detachField(Field) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Called when a form field is detached from a Form.
detachFromProperty() - Method in class com.vaadin.v7.data.util.TransactionalPropertyWrapper
Deprecated.
Removes the ValueChangeListener from wrapped Property that was added by TransactionalPropertyWrapper.
DetailComponentManager(Grid) - Constructor for class com.vaadin.v7.ui.Grid.DetailComponentManager
Deprecated.
 
DetailComponentManager(Grid, Grid.DetailsGenerator) - Constructor for class com.vaadin.v7.ui.Grid.DetailComponentManager
Deprecated.
 
df_date - Variable in class com.vaadin.v7.ui.Calendar
Deprecated.
Date format that will be used in the UIDL for dates.
df_date_time - Variable in class com.vaadin.v7.ui.Calendar
Deprecated.
Date format that will be used in the UIDL for both date and time.
df_time - Variable in class com.vaadin.v7.ui.Calendar
Deprecated.
Time format that will be used in the UIDL for time.
disableContentRefreshing() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Go to mode where content updates are not done.
discard() - Method in interface com.vaadin.v7.data.Buffered
Deprecated.
Discards all changes since last commit.
discard() - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Discards all changes done to the bound fields.
discard() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
 
discard() - Method in class com.vaadin.v7.ui.DateField
Deprecated.
 
discard() - Method in class com.vaadin.v7.ui.Form
Deprecated.
 
doCancelEditor() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
 
doEditItem() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
 
doFilterContainer(boolean) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Filters the data in the container and updates internal data structures.
doFilterContainer(boolean) - Method in class com.vaadin.v7.data.util.HierarchicalContainer
Deprecated.
 
doSort() - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Perform the sorting of the data structures in the container.
doSort() - Method in class com.vaadin.v7.data.util.HierarchicalContainer
Deprecated.
 
DoubleRangeValidator - Class in com.vaadin.v7.data.validator
Deprecated.
DoubleRangeValidator(String, Double, Double) - Constructor for class com.vaadin.v7.data.validator.DoubleRangeValidator
Deprecated.
Creates a validator for checking that an Double is within a given range.
DoubleValidator - Class in com.vaadin.v7.data.validator
Deprecated.
As of 7.0. Use a StringToDoubleConverter converter on the field instead or bind the field to a Property of type Double.
DoubleValidator(String) - Constructor for class com.vaadin.v7.data.validator.DoubleValidator
Deprecated.
As of 7.0. Use a Double converter on the field instead and/or use a DoubleRangeValidator for validating that the value is inside a given range.

E

EAGER - com.vaadin.v7.ui.AbstractTextField.TextChangeEventMode
Deprecated.
An event is triggered on each text content change, most commonly key press events.
EditableCalendarEvent - Interface in com.vaadin.v7.ui.components.calendar.event
Deprecated.
editItem(Object) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Opens the editor interface for the provided item.
EDITOR_CLOSE_METHOD - Static variable in interface com.vaadin.v7.ui.Grid.EditorListener
Deprecated.
 
EDITOR_MOVE_METHOD - Static variable in interface com.vaadin.v7.ui.Grid.EditorListener
Deprecated.
 
EDITOR_OPEN_METHOD - Static variable in interface com.vaadin.v7.ui.Grid.EditorListener
Deprecated.
 
editorClosed(Grid.EditorCloseEvent) - Method in interface com.vaadin.v7.ui.Grid.EditorListener
Deprecated.
Called when an editor is closed.
EditorCloseEvent(Grid, Object) - Constructor for class com.vaadin.v7.ui.Grid.EditorCloseEvent
Deprecated.
 
EditorEvent(Grid, Object) - Constructor for class com.vaadin.v7.ui.Grid.EditorEvent
Deprecated.
 
EditorFieldFactory() - Constructor for class com.vaadin.v7.ui.Grid.EditorFieldFactory
Deprecated.
 
editorMoved(Grid.EditorMoveEvent) - Method in interface com.vaadin.v7.ui.Grid.EditorListener
Deprecated.
Called when an editor is reopened without closing it first.
EditorMoveEvent(Grid, Object) - Constructor for class com.vaadin.v7.ui.Grid.EditorMoveEvent
Deprecated.
 
editorOpened(Grid.EditorOpenEvent) - Method in interface com.vaadin.v7.ui.Grid.EditorListener
Deprecated.
Called when an editor is opened.
EditorOpenEvent(Grid, Object) - Constructor for class com.vaadin.v7.ui.Grid.EditorOpenEvent
Deprecated.
 
EmailValidator - Class in com.vaadin.v7.data.validator
Deprecated.
EmailValidator(String) - Constructor for class com.vaadin.v7.data.validator.EmailValidator
Deprecated.
Creates a validator for checking that a string is a syntactically valid e-mail address.
EmptyValueException(String) - Constructor for exception com.vaadin.v7.data.Validator.EmptyValueException
Deprecated.
 
enableCacheFlushNotifications() - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Calling this will enable this SQLContainer to send and receive cache flush notifications for its lifetime.
enableContentRefreshing(boolean) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Go to mode where content content refreshing has effect.
encode(Resource) - Method in class com.vaadin.v7.ui.renderers.ImageRenderer
Deprecated.
 
encode(Double) - Method in class com.vaadin.v7.ui.renderers.ProgressBarRenderer
Deprecated.
 
encode(Number) - Method in class com.vaadin.v7.ui.renderers.NumberRenderer
Deprecated.
 
encode(Date) - Method in class com.vaadin.v7.ui.renderers.DateRenderer
Deprecated.
 
encode(T) - Method in class com.vaadin.v7.ui.Grid.AbstractRenderer
Deprecated.
 
encode(T) - Method in interface com.vaadin.v7.ui.renderers.Renderer
Deprecated.
Encodes the given value into a JsonValue.
encode(U, Class<U>) - Method in class com.vaadin.v7.ui.Grid.AbstractRenderer
Deprecated.
Encodes the given value to JSON.
encodeValue(Object, Renderer<T>, Converter<?, ?>, Locale) - Static method in class com.vaadin.v7.ui.Grid.AbstractRenderer
Deprecated.
Converts and encodes the given data model property value using the given converter and renderer.
endDate - Variable in class com.vaadin.v7.ui.Calendar
Deprecated.
Defines the calendar's date range ending point.
ENDDATE_PROPERTY - Static variable in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
 
endTransaction() - Method in class com.vaadin.v7.data.util.TransactionalPropertyWrapper
Deprecated.
 
ensureTransaction() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.AbstractTransactionalQuery
Deprecated.
Check that a transaction is active.
enumToString(Enum<?>, Locale) - Static method in class com.vaadin.v7.data.util.converter.StringToEnumConverter
Deprecated.
Converts the given enum to a human readable string using the given locale.
Equal(Object, Object) - Constructor for class com.vaadin.v7.data.util.filter.Compare.Equal
Deprecated.
Construct a filter that accepts items for which the identified property value is equal to value.
EQUAL - com.vaadin.v7.data.util.filter.Compare.Operation
Deprecated.
 
equals(Object) - Method in class com.vaadin.v7.data.sort.SortOrder
Deprecated.
 
equals(Object) - Method in class com.vaadin.v7.data.util.FilesystemContainer.FileItem
Deprecated.
Tests if the given object is the same as the this object.
equals(Object) - Method in class com.vaadin.v7.data.util.filter.AbstractJunctionFilter
Deprecated.
 
equals(Object) - Method in class com.vaadin.v7.data.util.filter.Between
Deprecated.
 
equals(Object) - Method in class com.vaadin.v7.data.util.filter.Compare
Deprecated.
 
equals(Object) - Method in class com.vaadin.v7.data.util.filter.IsNull
Deprecated.
 
equals(Object) - Method in class com.vaadin.v7.data.util.filter.Like
Deprecated.
 
equals(Object) - Method in class com.vaadin.v7.data.util.filter.Not
Deprecated.
 
equals(Object) - Method in class com.vaadin.v7.data.util.filter.SimpleStringFilter
Deprecated.
 
equals(Object) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedPropertyItem
Deprecated.
Tests if the given object is the same as the this object.
equals(Object) - Method in class com.vaadin.v7.data.util.PropertysetItem
Deprecated.
 
equals(Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.ReadOnlyRowId
Deprecated.
 
equals(Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.RowId
Deprecated.
 
equals(Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.TemporaryRowId
Deprecated.
 
escapeSQL(String) - Static method in class com.vaadin.v7.data.util.sqlcontainer.SQLUtil
Deprecated.
Escapes different special characters in strings that are passed to SQL.
EVENT_ID - Static variable in interface com.vaadin.v7.event.FieldEvents.TextChangeListener
Deprecated.
 
EVENT_ID - Static variable in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.BackwardEvent
Deprecated.
 
EVENT_ID - Static variable in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.DateClickEvent
Deprecated.
 
EVENT_ID - Static variable in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.EventClick
Deprecated.
 
EVENT_ID - Static variable in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.EventResize
Deprecated.
 
EVENT_ID - Static variable in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.ForwardEvent
Deprecated.
 
EVENT_ID - Static variable in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.MoveEvent
Deprecated.
 
EVENT_ID - Static variable in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.RangeSelectEvent
Deprecated.
 
EVENT_ID - Static variable in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.WeekClick
Deprecated.
 
EVENT_METHOD - Static variable in interface com.vaadin.v7.event.FieldEvents.TextChangeListener
Deprecated.
 
eventChange(CalendarEvent.EventChangeEvent) - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEventProvider
Deprecated.
 
eventChange(CalendarEvent.EventChangeEvent) - Method in interface com.vaadin.v7.ui.components.calendar.event.CalendarEvent.EventChangeListener
Deprecated.
Called when an Event has changed.
EventChangeEvent(CalendarEvent) - Constructor for class com.vaadin.v7.ui.components.calendar.event.CalendarEvent.EventChangeEvent
Deprecated.
 
eventClick(CalendarComponentEvents.EventClick) - Method in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.EventClickHandler
Deprecated.
This method will be called when an event is clicked.
EventClick(Calendar, CalendarEvent) - Constructor for class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.EventClick
Deprecated.
Target source event is needed for the EventClick.
eventClickMethod - Static variable in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.EventClickHandler
Deprecated.
Trigger method for the EventClick.
eventList - Variable in class com.vaadin.v7.ui.components.calendar.event.BasicEventProvider
Deprecated.
 
eventMove(CalendarComponentEvents.MoveEvent) - Method in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.EventMoveHandler
Deprecated.
This method will be called when event has been moved to a new position.
eventMove(CalendarComponentEvents.MoveEvent) - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
 
eventMove(CalendarComponentEvents.MoveEvent) - Method in class com.vaadin.v7.ui.components.calendar.handler.BasicEventMoveHandler
Deprecated.
 
eventMoveMethod - Static variable in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.EventMoveHandler
Deprecated.
Trigger method for the MoveEvent.
eventResize(CalendarComponentEvents.EventResize) - Method in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.EventResizeHandler
Deprecated.
 
eventResize(CalendarComponentEvents.EventResize) - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
 
eventResize(CalendarComponentEvents.EventResize) - Method in class com.vaadin.v7.ui.components.calendar.handler.BasicEventResizeHandler
Deprecated.
 
EventResize(Calendar, CalendarEvent, Date, Date) - Constructor for class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.EventResize
Deprecated.
 
eventResizeMethod - Static variable in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.EventResizeHandler
Deprecated.
Trigger method for the EventResize.
events - Variable in class com.vaadin.v7.ui.Calendar
Deprecated.
Internal buffer for the events that are retrieved from the event provider.
eventSetChange(CalendarEventProvider.EventSetChangeEvent) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
eventSetChange(CalendarEventProvider.EventSetChangeEvent) - Method in interface com.vaadin.v7.ui.components.calendar.event.CalendarEventProvider.EventSetChangeListener
Deprecated.
Called when the set of Events has changed.
EventSetChangeEvent(CalendarEventProvider) - Constructor for class com.vaadin.v7.ui.components.calendar.event.CalendarEventProvider.EventSetChangeEvent
Deprecated.
 
EXPAND_METHOD - Static variable in interface com.vaadin.v7.ui.Tree.ExpandListener
Deprecated.
 
expandEndDate(Date, boolean) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Finds the last day of the week and returns a day representing the end of that day.
ExpandEvent(Component, Object) - Constructor for class com.vaadin.v7.ui.Tree.ExpandEvent
Deprecated.
New instance of expanding event.
expandItem(Object) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Expands an item.
expandItemsRecursively(Object) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Expands the items recursively Expands all the children recursively starting from an item.
expandProperty(String, String...) - Method in class com.vaadin.v7.data.util.BeanItem
Deprecated.
Expands nested bean properties by replacing a top-level property with some or all of its sub-properties.
expandStartDate(Date, boolean) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Finds the first day of the week and returns a day representing the start of that day.
EXPLICIT - com.vaadin.v7.ui.AbstractSelect.ItemCaptionMode
Deprecated.
Item caption mode: Captions must be explicitly specified.
EXPLICIT - com.vaadin.v7.ui.Table.ColumnHeaderMode
Deprecated.
Column headers are explicitly specified with Table.setColumnHeaders(String[]).
EXPLICIT - com.vaadin.v7.ui.Table.RowHeaderMode
Deprecated.
Row caption mode: Item captions are explicitly specified.
EXPLICIT_DEFAULTS_ID - com.vaadin.v7.ui.AbstractSelect.ItemCaptionMode
Deprecated.
Item caption mode: If an Item has a caption it's used, if not, Item's ID converted to a String using VaadinSession.getConverterFactory() is used as caption.
EXPLICIT_DEFAULTS_ID - com.vaadin.v7.ui.Table.ColumnHeaderMode
Deprecated.
Column headers are explicitly specified with Table.setColumnHeaders(String[]).
EXPLICIT_DEFAULTS_ID - com.vaadin.v7.ui.Table.RowHeaderMode
Deprecated.
Row caption mode: Item captions are explicitly specified, but if the caption is missing, the item id objects toString() is used instead.
extend(AbstractClientConnector) - Method in class com.vaadin.v7.ui.Grid.AbstractGridExtension
Deprecated.
 
extend(AbstractClientConnector) - Method in class com.vaadin.v7.ui.Grid.AbstractRenderer
Deprecated.
extend(AbstractClientConnector) - Method in class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
 
extend(AbstractClientConnector) - Method in class com.vaadin.v7.ui.Grid.SingleSelectionModel
Deprecated.
 
extend(Grid) - Method in class com.vaadin.v7.server.communication.data.RpcDataProviderExtension
Deprecated.
Makes the data source available to the given Grid component.

F

FailedEvent(Upload, String, String, long) - Constructor for class com.vaadin.v7.ui.Upload.FailedEvent
Deprecated.
 
FailedEvent(Upload, String, String, long, Exception) - Constructor for class com.vaadin.v7.ui.Upload.FailedEvent
Deprecated.
 
Field<T> - Interface in com.vaadin.v7.ui
Deprecated.
This interface is, apart from the rename, identical to the Vaadin 7 com.vaadin.ui.Field. It is provided for compatibility and migration purposes. As of 8.0, new field components should extend AbstractField instead.
Field.ValueChangeEvent - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0, replaced by Field.ValueChangeEvent.
FieldEvents - Interface in com.vaadin.v7.event
Deprecated.
FieldEvents.BlurNotifier - Interface in com.vaadin.v7.event
Deprecated.
FieldEvents.FocusNotifier - Interface in com.vaadin.v7.event
Deprecated.
FieldEvents.TextChangeEvent - Class in com.vaadin.v7.event
Deprecated.
FieldEvents.TextChangeListener - Interface in com.vaadin.v7.event
Deprecated.
FieldEvents.TextChangeNotifier - Interface in com.vaadin.v7.event
Deprecated.
FieldGroup - Class in com.vaadin.v7.data.fieldgroup
Deprecated.
As of 8.0, replaced by Binder
FieldGroup() - Constructor for class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Constructs a field binder.
FieldGroup(Item) - Constructor for class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Constructs a field binder that uses the given data source.
FieldGroup.BindException - Exception in com.vaadin.v7.data.fieldgroup
Deprecated.
FieldGroup.CommitEvent - Class in com.vaadin.v7.data.fieldgroup
Deprecated.
FieldGroup.CommitException - Exception in com.vaadin.v7.data.fieldgroup
Deprecated.
FieldGroup.CommitHandler - Interface in com.vaadin.v7.data.fieldgroup
Deprecated.
FieldGroup.FieldGroupInvalidValueException - Exception in com.vaadin.v7.data.fieldgroup
Deprecated.
FieldGroup.SearchException - Exception in com.vaadin.v7.data.fieldgroup
Deprecated.
FieldGroupFieldFactory - Interface in com.vaadin.v7.data.fieldgroup
Deprecated.
As of 8.0, no direct replacement available. Binder.forMemberField(HasValue) and Binder.bindInstanceFields(Object) should be used instead.
FieldGroupInvalidValueException(Map<Field<?>, Validator.InvalidValueException>) - Constructor for exception com.vaadin.v7.data.fieldgroup.FieldGroup.FieldGroupInvalidValueException
Deprecated.
Constructs a new exception with the specified validation exceptions.
FILE_PROPERTIES - Static variable in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
List of the string identifiers for the available properties.
FileExtensionFilter(String) - Constructor for class com.vaadin.v7.data.util.FilesystemContainer.FileExtensionFilter
Deprecated.
Constructs a new FileExtensionFilter using given extension.
FILENAME_CHANGED - Static variable in interface com.vaadin.v7.ui.Upload.ChangeListener
Deprecated.
 
filenameChanged(Upload.ChangeEvent) - Method in interface com.vaadin.v7.ui.Upload.ChangeListener
Deprecated.
A file has been selected but upload has not yet started.
FilesystemContainer - Class in com.vaadin.v7.data.util
Deprecated.
No direct replacement - use a subclass of AbstractBackEndHierarchicalDataProvider, such as the example in Vaadin Sampler for File System Explorer.
FilesystemContainer(File) - Constructor for class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
Constructs a new FileSystemContainer with the specified file as the root of the filesystem.
FilesystemContainer(File, boolean) - Constructor for class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
Constructs a new FileSystemContainer with the specified file as the root of the filesystem.
FilesystemContainer(File, FilenameFilter, boolean) - Constructor for class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
Constructs a new FileSystemContainer with the specified root and recursivity status.
FilesystemContainer(File, String, boolean) - Constructor for class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
Constructs a new FileSystemContainer with the specified file as the root of the filesystem.
FilesystemContainer.FileExtensionFilter - Class in com.vaadin.v7.data.util
Deprecated.
FilesystemContainer.FileItem - Class in com.vaadin.v7.data.util
Deprecated.
FileTypeResolver - Class in com.vaadin.v7.util
Deprecated.
Only used for compatibility-server
filterAll() - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Filter the view to recreate the visible item list from the unfiltered items, and send a notification if the set of visible items changed in any way.
FILTERINGMODE_CONTAINS - Static variable in interface com.vaadin.v7.ui.AbstractSelect.Filtering
Deprecated.
As of 7.0, use FilteringMode.CONTAINS instead
FILTERINGMODE_OFF - Static variable in interface com.vaadin.v7.ui.AbstractSelect.Filtering
Deprecated.
As of 7.0, use FilteringMode.OFF instead
FILTERINGMODE_STARTSWITH - Static variable in interface com.vaadin.v7.ui.AbstractSelect.Filtering
Deprecated.
As of 7.0, use FilteringMode.STARTSWITH instead
filters - Variable in class com.vaadin.v7.data.util.filter.AbstractJunctionFilter
Deprecated.
 
FilterTranslator - Interface in com.vaadin.v7.data.util.sqlcontainer.query.generator.filter
Deprecated.
As of 8.0, no replacement available.
findConverter(Class<PRESENTATION>, Class<MODEL>) - Method in class com.vaadin.v7.data.util.converter.DefaultConverterFactory
Deprecated.
 
findPropertyId(Field) - Method in class com.vaadin.v7.data.fieldgroup.BeanFieldGroup
Deprecated.
 
findPropertyId(Field) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Searches for a property id from the current itemDataSource that matches the given memberField.
FinishedEvent(Upload, String, String, long) - Constructor for class com.vaadin.v7.ui.Upload.FinishedEvent
Deprecated.
 
fireCollapseEvent(Object) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Emits collapse event.
fireCollapseEvent(Object) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
Emits a collapse event.
fireColorChanged() - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Notifies the listeners that the selected color has changed.
fireColorChanged() - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerPopup
Deprecated.
Notifies the listeners that the color changed.
fireColorChanged(Color) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerGradient
Deprecated.
Notifies the listeners that the color has changed.
fireColorChanged(Color) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerGrid
Deprecated.
Notifies the listeners that a color change has occurred.
fireContainerPropertySetChange() - Method in class com.vaadin.v7.data.util.AbstractContainer
Deprecated.
Sends a simple Property set change event to all interested listeners.
fireContainerPropertySetChange(Container.PropertySetChangeEvent) - Method in class com.vaadin.v7.data.util.AbstractContainer
Deprecated.
Sends a Property set change event to all interested listeners.
fireContentsChange() - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
fireDateClick(Date) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Fires event when a date was clicked in the calendar.
fireEventChange() - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEvent
Deprecated.
Fires an event change event to the listeners.
fireEventClick(Integer) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Fires event when a date was clicked in the calendar.
fireEventMove(int, Date) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Fires an event move event to all server side move listeners.
fireEventResize(int, Date, Date) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Fires an event resize event.
fireEventSetChange() - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEventProvider
Deprecated.
Fires a eventsetchange event.
fireExpandEvent(Object) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Emits the expand event.
fireExpandEvent(Object) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
Emits an expand event.
fireItemAdded(int, ITEMIDTYPE, ITEMCLASS) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Notify item set change listeners that an item has been added to the container.
fireItemAdded(int, Object, Item) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
fireItemRemoved(int, Object) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Notify item set change listeners that an item has been removed from the container.
fireItemsAdded(int, ITEMIDTYPE, int) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Notify item set change listeners that items has been added to the container.
fireItemSetChange() - Method in class com.vaadin.v7.data.util.AbstractContainer
Deprecated.
Sends a simple Item set change event to all interested listeners, indicating that anything in the contents may have changed (items added, removed etc.).
fireItemSetChange() - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
fireItemSetChange() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Fires the item set change event.
fireItemSetChange(Container.ItemSetChangeEvent) - Method in class com.vaadin.v7.data.util.AbstractContainer
Deprecated.
Sends an Item set change event to all registered interested listeners.
fireItemSetChange(Container.ItemSetChangeEvent) - Method in class com.vaadin.v7.data.util.HierarchicalContainer
Deprecated.
 
fireItemsRemoved(int, Object, int) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Notify item set change listeners that items has been removed from the container.
fireNavigationEvent(boolean) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Fires an event when the user selecing moving forward/backward in the calendar.
fireNoInputStream(String, String, long) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
 
fireNoOutputStream(String, String, long) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
 
firePropertySetChange() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Fires the property set change event.
fireRangeSelect(Date, Date, boolean) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Fires an event range selected event.
fireReadOnlyStatusChange() - Method in class com.vaadin.v7.data.util.AbstractProperty
Deprecated.
Sends a read only status change event to all registered listeners.
fireReadOnlyStatusChange() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Emits the read-only status change event.
fireSelectionEvent(Collection<Object>, Collection<Object>) - Method in class com.vaadin.v7.ui.Grid.AbstractSelectionModel
Deprecated.
Fires a SelectionEvent to all the SelectionListeners currently added to the Grid in which this SelectionModel is.
fireSelectionEvent(Collection<Object>, Collection<Object>) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Fires a selection change event.
fireStarted(String, String) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Emit upload received event.
fireUpdateProgress(long, long) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Emits the progress event.
fireUploadInterrupted(String, String, long) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Emits the upload failed event.
fireUploadInterrupted(String, String, long, Exception) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
 
fireUploadSuccess(String, String, long) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Emits the upload success event.
fireValueChange() - Method in class com.vaadin.v7.data.util.AbstractProperty
Deprecated.
Sends a value change event to all registered listeners.
fireValueChange() - Method in class com.vaadin.v7.data.util.MethodProperty
Deprecated.
Sends a value change event to all registered listeners.
fireValueChange() - Method in class com.vaadin.v7.data.util.TransactionalPropertyWrapper
Deprecated.
 
fireValueChange() - Method in class com.vaadin.v7.ui.Label
Deprecated.
Emits the options change event.
fireValueChange(boolean) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Emits the value change event.
fireValueChange(boolean) - Method in class com.vaadin.v7.ui.DateField
Deprecated.
 
fireWeekClick(int, int) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Fires event when a week was clicked in the calendar.
firstItemId() - Method in interface com.vaadin.v7.data.Container.Ordered
Deprecated.
Gets the ID of the first Item in the Container.
firstItemId() - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
firstItemId() - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
 
firstItemId() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
firstItemId() - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
firstItemId() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Gets the ID of the first Item in the Container.
FloatRangeValidator - Class in com.vaadin.v7.data.validator
Deprecated.
FloatRangeValidator(String, Float, Float) - Constructor for class com.vaadin.v7.data.validator.FloatRangeValidator
Deprecated.
Creates a validator for checking that an Float is within a given range.
focus() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
focus() - Method in class com.vaadin.v7.ui.CustomField
Deprecated.
 
focus() - Method in class com.vaadin.v7.ui.Form
Deprecated.
Focuses the first field in the form.
focus() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
 
focus() - Method in class com.vaadin.v7.ui.Upload
Deprecated.
focusable - Variable in class com.vaadin.v7.ui.AbstractField.FocusShortcut
Deprecated.
 
FocusShortcut(Component.Focusable, int) - Constructor for class com.vaadin.v7.ui.AbstractField.FocusShortcut
Deprecated.
Creates a keyboard shortcut for focusing the given Component.Focusable.
FocusShortcut(Component.Focusable, int, int...) - Constructor for class com.vaadin.v7.ui.AbstractField.FocusShortcut
Deprecated.
Creates a keyboard shortcut for focusing the given Component.Focusable.
FocusShortcut(Component.Focusable, String) - Constructor for class com.vaadin.v7.ui.AbstractField.FocusShortcut
Deprecated.
Creates a keyboard shortcut for focusing the given Component.Focusable using the shorthand notation defined in ShortcutAction.
Footer(Grid) - Constructor for class com.vaadin.v7.ui.Grid.Footer
Deprecated.
 
FOOTER_CLICK_METHOD - Static variable in class com.vaadin.v7.ui.Table.FooterClickEvent
Deprecated.
 
FooterCell(Grid.FooterRow) - Constructor for class com.vaadin.v7.ui.Grid.FooterCell
Deprecated.
 
footerClick(Table.FooterClickEvent) - Method in interface com.vaadin.v7.ui.Table.FooterClickListener
Deprecated.
Called when a user clicks a footer column cell.
FooterClickEvent(Component, Object, MouseEventDetails) - Constructor for class com.vaadin.v7.ui.Table.FooterClickEvent
Deprecated.
Constructor.
FooterRow(Grid.StaticSection<?>) - Constructor for class com.vaadin.v7.ui.Grid.FooterRow
Deprecated.
 
Form - Class in com.vaadin.v7.ui
Deprecated.
As of 7.0, use FieldGroup instead of Form for more flexibility.
Form() - Constructor for class com.vaadin.v7.ui.Form
Deprecated.
Constructs a new form with default layout.
Form(Layout) - Constructor for class com.vaadin.v7.ui.Form
Deprecated.
Constructs a new form with given Layout.
Form(Layout, FormFieldFactory) - Constructor for class com.vaadin.v7.ui.Form
Deprecated.
Constructs a new form with given Layout and FormFieldFactory.
format(T) - Method in class com.vaadin.v7.data.util.PropertyFormatter
Deprecated.
This method must be implemented to format the values received from DataSource.
Format12H - com.vaadin.v7.ui.Calendar.TimeFormat
Deprecated.
 
Format24H - com.vaadin.v7.ui.Calendar.TimeFormat
Deprecated.
 
formatPropertyValue(Object, Object, Property<?>) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Formats table cell property values.
FormFieldFactory - Interface in com.vaadin.v7.ui
Deprecated.
As of 7.0, use FieldGroup instead of Form for more flexibility.
forward(CalendarComponentEvents.ForwardEvent) - Method in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.ForwardHandler
Deprecated.
This method will be called when date range is moved forward.
forward(CalendarComponentEvents.ForwardEvent) - Method in class com.vaadin.v7.ui.components.calendar.handler.BasicForwardHandler
Deprecated.
 
ForwardEvent(Calendar) - Constructor for class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.ForwardEvent
Deprecated.
ForwardEvent needs only the source component.
forwardMethod - Static variable in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.ForwardHandler
Deprecated.
Trigger method for the ForwardEvent.
FreeformQuery - Class in com.vaadin.v7.data.util.sqlcontainer.query
Deprecated.
As of 8.0, no replacement available.
FreeformQuery(String, JDBCConnectionPool, String...) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.FreeformQuery
Deprecated.
Creates a new freeform query delegate to be used with the SQLContainer.
FreeformQuery(String, List<String>, JDBCConnectionPool) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.FreeformQuery
FreeformQueryDelegate - Interface in com.vaadin.v7.data.util.sqlcontainer.query
Deprecated.
As of 8.0, no replacement available.
FreeformStatementDelegate - Interface in com.vaadin.v7.data.util.sqlcontainer.query
Deprecated.
As of 8.0, no replacement available.

G

generateCell(Table, Object, Object) - Method in interface com.vaadin.v7.ui.Table.ColumnGenerator
Deprecated.
Called by Table when a cell in a generated column needs to be generated.
generateColumnToValueMap(RowItem) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
Deprecated.
 
generateData(Object, Item, JsonObject) - Method in interface com.vaadin.v7.server.communication.data.DataGenerator
Deprecated.
Adds data to row object for given item and item id being sent to client.
generateData(Object, Item, JsonObject) - Method in class com.vaadin.v7.ui.Grid.AbstractSelectionModel
Deprecated.
 
generateData(Object, Item, JsonObject) - Method in class com.vaadin.v7.ui.Grid.DetailComponentManager
Deprecated.
 
generateDeleteQuery(String, List<String>, String, RowItem) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
Deprecated.
 
generateDeleteQuery(String, List<String>, String, RowItem) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.generator.SQLGenerator
Deprecated.
Generates a DELETE query for deleting data related to the given RowItem from the database.
generateDescription(Component, Object, Object) - Method in interface com.vaadin.v7.ui.AbstractSelect.ItemDescriptionGenerator
Deprecated.
Called by Table when a cell (and row) is painted or a item is painted in Tree.
GeneratedItemAddEvent(Container.Indexed.ItemAddEvent) - Constructor for class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedItemAddEvent
Deprecated.
 
GeneratedItemAddOrRemoveEvent(Object, int, int) - Constructor for class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent
Deprecated.
 
GeneratedItemRemoveEvent(Container.Indexed.ItemRemoveEvent) - Constructor for class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedItemRemoveEvent
Deprecated.
 
GeneratedProperty(Item, Object, Object, PropertyValueGenerator<T>) - Constructor for class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedProperty
Deprecated.
 
GeneratedPropertyContainer - Class in com.vaadin.v7.data.util
Deprecated.
As of 8.0, replaced by DataProvider
GeneratedPropertyContainer(Container.Indexed) - Constructor for class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
GeneratedPropertyContainer.GeneratedItemAddEvent - Class in com.vaadin.v7.data.util
Deprecated.
GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent - Class in com.vaadin.v7.data.util
Deprecated.
GeneratedPropertyContainer.GeneratedItemRemoveEvent - Class in com.vaadin.v7.data.util
Deprecated.
GeneratedPropertyContainer.GeneratedProperty<T> - Class in com.vaadin.v7.data.util
Deprecated.
GeneratedPropertyContainer.GeneratedPropertyItem - Class in com.vaadin.v7.data.util
Deprecated.
GeneratedPropertyItem(Object, Item) - Constructor for class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedPropertyItem
Deprecated.
 
GeneratedRow(String...) - Constructor for class com.vaadin.v7.ui.Table.GeneratedRow
Deprecated.
Creates a new generated row.
generateInsertQuery(String, RowItem) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
Deprecated.
 
generateInsertQuery(String, RowItem) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.generator.SQLGenerator
Deprecated.
Generates an INSERT query for inserting a new row with the provided values.
generateLimits(StringBuffer, int, int) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
Deprecated.
Generates the LIMIT and OFFSET clause.
generateOrderBy(StringBuffer, OrderBy, boolean) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
Deprecated.
Generates sorting rules as an ORDER BY -clause.
generateRow(Table, Object) - Method in interface com.vaadin.v7.ui.Table.RowGenerator
Deprecated.
Called for every row that is painted in the Table.
generateRowIdentifiers(RowItem) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
Deprecated.
 
generateSelectQuery(String, List<Container.Filter>, List<OrderBy>, int, int, String) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
Deprecated.
 
generateSelectQuery(String, List<Container.Filter>, List<OrderBy>, int, int, String) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.MSSQLGenerator
Deprecated.
 
generateSelectQuery(String, List<Container.Filter>, List<OrderBy>, int, int, String) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.OracleGenerator
Deprecated.
 
generateSelectQuery(String, List<Container.Filter>, List<OrderBy>, int, int, String) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.generator.SQLGenerator
Deprecated.
Generates a SELECT query with the provided parameters.
generateUpdateQuery(String, RowItem) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
Deprecated.
 
generateUpdateQuery(String, RowItem) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.generator.SQLGenerator
Deprecated.
Generates an UPDATE query with the provided parameters.
get() - Static method in class com.vaadin.v7.data.fieldgroup.DefaultFieldGroupFieldFactory
Deprecated.
Gets the singleton instance.
get() - Static method in class com.vaadin.v7.ui.DefaultFieldFactory
Deprecated.
Singleton method to get an instance of DefaultFieldFactory.
get() - Static method in class com.vaadin.v7.ui.Grid.EditorFieldFactory
Deprecated.
Returns the singleton instance.
get() - Static method in class com.vaadin.v7.ui.Tree.TargetItemAllowsChildren
Deprecated.
 
getAdded() - Method in class com.vaadin.v7.event.SelectionEvent
Deprecated.
A Collection of all the itemIds that became selected.
getAddedItemIndex() - Method in class com.vaadin.v7.data.util.IndexedContainer.ItemSetChangeEvent
Deprecated.
If and only if one item is added, gives its index.
getAddedItemsCount() - Method in interface com.vaadin.v7.data.Container.Indexed.ItemAddEvent
Deprecated.
Gets the number of the added items.
getAddedItemsCount() - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer.BaseItemAddEvent
Deprecated.
 
getAddedItemsCount() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedItemAddEvent
Deprecated.
 
getAddedRowCount() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Subclass and override this to enable partial row additions, bypassing the normal caching mechanism.
getAddedRowCount() - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
getAffectedItemsCount() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent
Deprecated.
 
getAllDayProperty() - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
Get the all day property for the event.
getAllItemIds() - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Internal helper method to get the internal list of all item identifiers.
getAllowedItemIds(DragAndDropEvent, Table, Collection<Object>) - Method in class com.vaadin.v7.ui.Table.TableDropCriterion
Deprecated.
 
getAllowedItemIds(DragAndDropEvent, Tree) - Method in class com.vaadin.v7.ui.Tree.TreeDropCriterion
Deprecated.
 
getAssistiveText() - Method in class com.vaadin.v7.ui.PopupDateField
Deprecated.
Get the description that explains the usage of the Widget for users of assistive devices.
getBean() - Method in class com.vaadin.v7.data.util.BeanItem
Deprecated.
Gets the underlying JavaBean object.
getBeanIdResolver() - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
Returns the resolver that finds the item ID for a bean.
getBeanType() - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
Returns the type of beans this Container can contain.
getBoundPropertyIds() - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Returns a collection of all property ids that have been bound to fields.
getButtonCaption() - Method in class com.vaadin.v7.ui.Upload
Deprecated.
 
getBytesRead() - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Gets read bytes of the file currently being uploaded.
getCacheRate() - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
getCalendarEvent() - Method in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.EventClick
Deprecated.
Get the clicked event.
getCalendarEvent() - Method in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.EventResize
Deprecated.
Get target event.
getCalendarEvent() - Method in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.MoveEvent
Deprecated.
Get target event.
getCalendarEvent() - Method in class com.vaadin.v7.ui.components.calendar.event.CalendarEvent.EventChangeEvent
Deprecated.
 
getCaption() - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEvent
Deprecated.
 
getCaption() - Method in interface com.vaadin.v7.ui.components.calendar.event.CalendarEvent
Deprecated.
Gets caption of event.
getCaptionChangeListener() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
 
getCaptionProperty() - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
Get the property which provides the caption of the event.
getCatalogName() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
Returns the catalog name for the query.
getCause() - Method in exception com.vaadin.v7.data.Buffered.SourceException
Deprecated.
Gets the cause of the exception.
getCause() - Method in exception com.vaadin.v7.data.util.MethodProperty.MethodException
Deprecated.
 
getCause() - Method in class com.vaadin.v7.ui.Grid.CommitErrorEvent
Deprecated.
Retrieves the cause of the failure.
getCauses() - Method in exception com.vaadin.v7.data.Buffered.SourceException
Deprecated.
Gets all the causes for this exception.
getCauses() - Method in exception com.vaadin.v7.data.Validator.InvalidValueException
Deprecated.
Returns the InvalidValueExceptions that caused this exception.
getCauses() - Method in exception com.vaadin.v7.ui.Table.CacheUpdateException
Deprecated.
Returns the cause(s) for this exception.
getCell(Object) - Method in class com.vaadin.v7.ui.Grid.StaticSection.StaticRow
Deprecated.
Returns the cell for the given property id on this row.
getCellDescriptionContentMode() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Gets the content mode used for cell descriptions.
getCellDescriptionGenerator() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Returns the CellDescriptionGenerator instance used to generate descriptions (tooltips) for Grid cells.
getCellStyleGenerator() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Gets the style generator that is used for generating styles for cells.
getCellStyleGenerator() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Get the current cell style generator.
getCellTagName() - Method in class com.vaadin.v7.ui.Grid.FooterRow
Deprecated.
 
getCellTagName() - Method in class com.vaadin.v7.ui.Grid.HeaderRow
Deprecated.
 
getCellTagName() - Method in class com.vaadin.v7.ui.Grid.StaticSection.StaticRow
Deprecated.
 
getChildMeasurementHint() - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
getChildren(Object) - Method in interface com.vaadin.v7.data.Container.Hierarchical
Deprecated.
Gets the IDs of all Items that are children of the specified Item.
getChildren(Object) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
 
getChildren(Object) - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
 
getChildren(Object) - Method in class com.vaadin.v7.data.util.HierarchicalContainer
Deprecated.
 
getChildren(Object) - Method in class com.vaadin.v7.data.util.HierarchicalContainerOrderedWrapper
Deprecated.
 
getChildren(Object) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Gets the IDs of all Items that are children of the specified Item.
getChildren(Object) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
getCollapseMenuContent() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Checks whether only collapsible columns are shown to the user in the column collapse menu.
getColor() - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
 
getColor() - Method in class com.vaadin.v7.ui.components.colorpicker.ColorChangeEvent
Deprecated.
Returns the new color.
getColor() - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerGradient
Deprecated.
 
getColor() - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerGrid
Deprecated.
 
getColor() - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerHistory
Deprecated.
 
getColor() - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerPopup
Deprecated.
 
getColor() - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerPreview
Deprecated.
 
getColor() - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerSelect
Deprecated.
 
getColor() - Method in interface com.vaadin.v7.ui.components.colorpicker.ColorSelector
Deprecated.
Gets the color.
getColorHistory() - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerPopup
Deprecated.
Gets the color history.
getColumn() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.OrderBy
Deprecated.
 
getColumn() - Method in class com.vaadin.v7.ui.Grid.ColumnResizeEvent
Deprecated.
Returns the column that was resized.
getColumn() - Method in class com.vaadin.v7.ui.Grid.ColumnVisibilityChangeEvent
Deprecated.
Gets the column that became hidden or visible.
getColumn() - Method in class com.vaadin.v7.ui.renderers.ClickableRenderer.RendererClickEvent
Deprecated.
Returns the Grid.Column where the click event originated.
getColumn(Object) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Returns a column based on the property id.
getColumn(String) - Method in class com.vaadin.v7.ui.Grid.AbstractGridExtension
Deprecated.
Gets the column for a column id.
getColumnAlignment(Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Gets the specified column's alignment.
getColumnAlignments() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Gets the array of column alignments.
getColumnExpandRatio(Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Gets the column expand ratio for a column.
getColumnFooter(Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Gets the footer caption beneath the rows.
getColumnGenerator(Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Returns the ColumnGenerator used to generate the given column.
getColumnHeader(Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Gets the header for the specified column.
getColumnHeaderMode() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Getter for property columnHeaderMode.
getColumnHeaders() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Gets the headers of the columns.
getColumnIcon(Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Gets the icon Resource for the specified column.
getColumnIcons() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Gets the icons of the columns.
getColumnResizeMode() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Returns the current column resize mode.
getColumns() - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
Gets the number of columns in the editor.
getColumns() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Returns a copy of currently configures columns in their current visual order in this Grid.
getColumns() - Method in class com.vaadin.v7.ui.ListSelect
Deprecated.
As of 7.0. "Columns" does not reflect the exact number of characters that will be displayed. It is better to use setWidth together with "em" to control the width of the field.
getColumns() - Method in class com.vaadin.v7.ui.NativeSelect
Deprecated.
As of 7.0. "Columns" does not reflect the exact number of characters that will be displayed. It is better to use setWidth together with "em" to control the width of the field.
getColumns() - Method in class com.vaadin.v7.ui.TwinColSelect
Deprecated.
As of 7.0. "Columns" does not reflect the exact number of characters that will be displayed. It is better to use setWidth together with "em" to control the width of the field.
getColumnWidth(Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Gets the pixel width of column.
getCommitHandlers() - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Returns a list of all commit handlers for this FieldGroup.
getComponent() - Method in class com.vaadin.v7.ui.AbstractTextField.TextChangeEventImpl
Deprecated.
 
getComponent() - Method in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvent
Deprecated.
 
getComponent() - Method in class com.vaadin.v7.ui.Grid.CommitErrorEvent
Deprecated.
 
getComponent() - Method in class com.vaadin.v7.ui.Grid.GridContextClickEvent
Deprecated.
 
getComponent() - Method in class com.vaadin.v7.ui.Table.TableContextClickEvent
Deprecated.
 
getComponent() - Method in class com.vaadin.v7.ui.Tree.TreeContextClickEvent
Deprecated.
 
getComponentCount() - Method in class com.vaadin.v7.ui.Form
Deprecated.
 
getComponentIterator() - Method in class com.vaadin.v7.ui.Form
Deprecated.
As of 7.0, use Form.iterator() instead.
getComponentIterator() - Method in class com.vaadin.v7.ui.Table
Deprecated.
As of 7.0, use Table.iterator() instead.
getConnection() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.AbstractTransactionalQuery
Deprecated.
Returns the currently active connection, reserves and returns a new connection if no active connection.
getConstraintDescriptor() - Method in class com.vaadin.v7.data.validator.BeanValidator.SimpleContext
Deprecated.
 
getContainer() - Method in interface com.vaadin.v7.data.Container.ItemSetChangeEvent
Deprecated.
Gets the Property where the event occurred.
getContainer() - Method in interface com.vaadin.v7.data.Container.PropertySetChangeEvent
Deprecated.
Retrieves the Container whose contents have been modified.
getContainer() - Method in class com.vaadin.v7.data.util.AbstractContainer.BaseItemSetChangeEvent
Deprecated.
 
getContainer() - Method in class com.vaadin.v7.data.util.AbstractContainer.BasePropertySetChangeEvent
Deprecated.
 
getContainer() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent
Deprecated.
 
getContainer() - Method in class com.vaadin.v7.data.util.sqlcontainer.RowItem
Deprecated.
 
getContainer() - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer.ItemSetChangeEvent
Deprecated.
 
getContainerDataSource() - Method in interface com.vaadin.v7.data.Container.Viewer
Deprecated.
Gets the Container serving as the data source of the viewer.
getContainerDataSource() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Gets the viewing data-source container.
getContainerDataSource() - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
Returns the container used as data source.
getContainerDataSource() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Returns the grid data source.
getContainerDataSource() - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
getContainerFilters() - Method in interface com.vaadin.v7.data.Container.Filterable
Deprecated.
Returns the filters which have been applied to the container.
getContainerFilters() - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
getContainerFilters() - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
getContainerFilters() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
getContainerFilters() - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
getContainerFilters() - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
getContainerProperty(Object, Object) - Method in interface com.vaadin.v7.data.Container
Deprecated.
Gets the Property identified by the given itemId and propertyId from the Container.
getContainerProperty(Object, Object) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
getContainerProperty(Object, Object) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
 
getContainerProperty(Object, Object) - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
 
getContainerProperty(Object, Object) - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
Gets the specified property of the specified file Item.
getContainerProperty(Object, Object) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
getContainerProperty(Object, Object) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
getContainerProperty(Object, Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
getContainerProperty(Object, Object) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Gets the Property identified by the given itemId and propertyId from the Container.
getContainerPropertyIds() - Method in interface com.vaadin.v7.data.Container
Deprecated.
Gets the ID's of all Properties stored in the Container.
getContainerPropertyIds() - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
getContainerPropertyIds() - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
 
getContainerPropertyIds() - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
 
getContainerPropertyIds() - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
Gets the collection of available file properties.
getContainerPropertyIds() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
Returns a list of propety ids available in this container.
getContainerPropertyIds() - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
getContainerPropertyIds() - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
getContainerPropertyIds() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Gets the property Id collection from the container.
getContainsRowQueryStatement(Object...) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.FreeformStatementDelegate
Deprecated.
Should return a new instance of StatementHelper that contains the query string and parameter values required to create a PreparedStatement used by the FreeformQuery.containsRowWithKeys() method.
getContainsRowQueryString(Object...) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.FreeformQueryDelegate
Deprecated.
As of 6.7. Implement FreeformStatementDelegate instead of FreeformQueryDelegate
getContent() - Method in class com.vaadin.v7.ui.CustomField
Deprecated.
Returns the content (UI) of the custom component.
getContentLength() - Method in class com.vaadin.v7.ui.Upload.StartedEvent
Deprecated.
 
getContentMode() - Method in class com.vaadin.v7.ui.Label
Deprecated.
Gets the content mode of the Label.
getConversionError() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Gets the error that is shown if the field value cannot be converted to the data source type.
getConversionError(Class<?>, Converter.ConversionException) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Returns the conversion error with {0} replaced by the data source type and {1} replaced by the exception (localized) message.
getConvertedValue() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Returns the current value (as returned by AbstractField.getValue()) converted to the data source type.
getConverter() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Gets the converter used to convert the property data source value to the field value.
getConverter() - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Returns the converter instance used by this column.
getConverter() - Method in class com.vaadin.v7.ui.Label
Deprecated.
Gets the converter used to convert the property data source value to the label value.
getConverter(Class<PRESENTATIONTYPE>, Class<MODELTYPE>, VaadinSession) - Static method in class com.vaadin.v7.data.util.converter.ConverterUtil
Deprecated.
Finds a converter that can convert from the given presentation type to the given model type and back.
getConverter(Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Returns the converter used to format the given propertyId.
getCount() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.FreeformQuery
Deprecated.
This implementation of getCount() actually fetches all records from the database, which might be a performance issue.
getCount() - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.QueryDelegate
Deprecated.
Generates and executes a query to determine the current row count from the DB.
getCount() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
 
getCountQuery() - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.FreeformQueryDelegate
Deprecated.
As of 6.7. Implement FreeformStatementDelegate instead of FreeformQueryDelegate
getCountStatement() - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.FreeformStatementDelegate
Deprecated.
Should return a new instance of StatementHelper that contains the query string and parameter values required to create a PreparedStatement that will fetch the row count from the DB.
getCss(Component) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerPreview
Deprecated.
Called when the component is refreshing.
getCurrentBufferedSourceException() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Gets the current buffered source exception.
getCurrentPageFirstItemId() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Getter for property currentPageFirstItem.
getCurrentPageFirstItemIndex() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Getter for property currentPageFirstItem.
getCurrentWidth() - Method in class com.vaadin.v7.ui.Table.ColumnResizeEvent
Deprecated.
Get the width in pixels of the column after the resize event.
getCursorPosition() - Method in class com.vaadin.v7.event.FieldEvents.TextChangeEvent
Deprecated.
 
getCursorPosition() - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
Returns the last known cursor position of the field.
getCursorPosition() - Method in class com.vaadin.v7.ui.AbstractTextField.TextChangeEventImpl
Deprecated.
 
getCustomAttributes() - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
 
getCustomAttributes() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
 
getCustomAttributes() - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
 
getCustomAttributes() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
getCustomAttributes() - Method in class com.vaadin.v7.ui.CheckBox
Deprecated.
 
getCustomAttributes() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
 
getCustomAttributes() - Method in class com.vaadin.v7.ui.Label
Deprecated.
 
getCustomAttributes() - Method in class com.vaadin.v7.ui.Slider
Deprecated.
 
getCustomAttributes() - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
getDate() - Method in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.DateClickEvent
Deprecated.
Get clicked date.
getDateFormat() - Method in class com.vaadin.v7.ui.DateField
Deprecated.
Returns a format string used to format date value on client side or null if default formatting from Component.getLocale() is used.
getDateOutOfRangeMessage() - Method in class com.vaadin.v7.ui.DateField
Deprecated.
Returns current date-out-of-range error message.
getDayNamesShort() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Localized display names for week days starting from sunday.
getDefaultHeaderRow() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Returns the current default row of the header section.
getDefaultRow() - Method in class com.vaadin.v7.ui.Grid.Header
Deprecated.
Returns the current default row of this header.
getDelegate() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.FreeformQuery
Deprecated.
 
getDescription() - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEvent
Deprecated.
 
getDescription() - Method in interface com.vaadin.v7.ui.components.calendar.event.CalendarEvent
Deprecated.
Gets description of event.
getDescription(Grid.CellReference) - Method in interface com.vaadin.v7.ui.Grid.CellDescriptionGenerator
Deprecated.
Called by Grid to generate a description (tooltip) for a cell.
getDescription(Grid.RowReference) - Method in interface com.vaadin.v7.ui.Grid.RowDescriptionGenerator
Deprecated.
Called by Grid to generate a description (tooltip) for a row.
getDescriptionProperty() - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
Get the property which provides the description of the event.
getDetails(Grid.RowReference) - Method in interface com.vaadin.v7.ui.Grid.DetailsGenerator
Deprecated.
This method is called for whenever a details row needs to be shown on the client.
getDetailsGenerator() - Method in class com.vaadin.v7.ui.Grid.DetailComponentManager
Deprecated.
Gets the current details generator for row details.
getDetailsGenerator() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Gets the current details generator for row details.
getDirection() - Method in class com.vaadin.v7.data.sort.SortOrder
Deprecated.
Returns the SortDirection value.
getDragMode() - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
getDragMode() - Method in class com.vaadin.v7.ui.Tree
Deprecated.
 
getDropHandler() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Get the currently active drop handler.
getDropHandler() - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
getDropHandler() - Method in class com.vaadin.v7.ui.Tree
Deprecated.
 
getDropLocation() - Method in class com.vaadin.v7.ui.AbstractSelect.AbstractSelectTargetDetails
Deprecated.
Returns a detailed vertical location where the drop happened on Item.
getDropTime() - Method in class com.vaadin.v7.ui.components.calendar.CalendarTargetDetails
Deprecated.
 
getEditedItemId() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Gets the id of the item that is currently being edited.
getEditorCancelCaption() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Gets the current caption of the cancel button in the Grid editor.
getEditorErrorHandler() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Gets the error handler used for the editor.
getEditorField() - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Returns the editor field used to edit the properties in this column when the item editor is active.
getEditorFieldFactory() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Gets the field factory for the FieldGroup.
getEditorFieldGroup() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Gets the field group that is backing the item editor of this grid.
getEditorSaveCaption() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Gets the current caption of the save button in the Grid editor.
getEnd() - Method in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.RangeSelectEvent
Deprecated.
Get end date.
getEnd() - Method in class com.vaadin.v7.ui.components.calendar.CalendarDateRange
Deprecated.
Get the end date of the date range.
getEnd() - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEvent
Deprecated.
 
getEnd() - Method in interface com.vaadin.v7.ui.components.calendar.event.CalendarEvent
Deprecated.
Get end date of event.
getEndDate() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Gets the calendar's end date.
getEndDateProperty() - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
Get the property which provides the ending date and time of the event.
getEndValue() - Method in class com.vaadin.v7.data.util.filter.Between
Deprecated.
 
getErrorColumns() - Method in class com.vaadin.v7.ui.Grid.CommitErrorEvent
Deprecated.
Gets all the columns that have been marked as erroneous.
getErrorMessage() - Method in exception com.vaadin.v7.data.Buffered.SourceException
Deprecated.
 
getErrorMessage() - Method in class com.vaadin.v7.data.validator.AbstractValidator
Deprecated.
Returns the message to be included in the exception in case the value does not validate.
getErrorMessage() - Method in class com.vaadin.v7.data.validator.CompositeValidator
Deprecated.
Gets the error message for the composite validator.
getErrorMessage() - Method in exception com.vaadin.v7.data.Validator.InvalidValueException
Deprecated.
 
getErrorMessage() - Method in class com.vaadin.v7.data.validator.NullValidator
Deprecated.
Gets the error message that is displayed in case the value is invalid.
getErrorMessage() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Error messages shown by the fields are composites of the error message thrown by the superclasses (that is the component error message), validation errors and buffered source errors.
getErrorMessage() - Method in class com.vaadin.v7.ui.Form
Deprecated.
The error message of a Form is the error of the first field with a non-empty error.
getEventProvider() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
getEvents(Date, Date) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
getEvents(Date, Date) - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
 
getEvents(Date, Date) - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEventProvider
Deprecated.
 
getEvents(Date, Date) - Method in interface com.vaadin.v7.ui.components.calendar.event.CalendarEventProvider
Deprecated.
Gets all available events in the target date range between startDate and endDate.
getEventSortOrder() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Returns sort order for events.
getExpandRatio() - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Returns the column's expand ratio.
getExplicitImmediateValue() - Method in class com.vaadin.v7.ui.AbstractLegacyComponent
Deprecated.
Returns the explicitly set immediate value.
getFalseString() - Method in class com.vaadin.v7.data.util.converter.StringToBooleanConverter
Deprecated.
Gets the string representation for false.
getFalseString(Locale) - Method in class com.vaadin.v7.data.util.converter.StringToBooleanConverter
Deprecated.
Gets the locale-depended string representation for false.
getField(Object) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Returns the field that is bound to the given property id.
getField(Object) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Gets the field identified by the propertyid.
getFieldBinder() - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup.CommitEvent
Deprecated.
Returns the field binder that this commit relates to.
getFieldFactory() - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Gets the field factory for the FieldGroup.
getFieldGroup() - Method in exception com.vaadin.v7.data.fieldgroup.FieldGroup.CommitException
Deprecated.
Returns the field group where the exception occurred.
getFields() - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Returns a collection of all fields that have been bound.
getFieldsInDeclareOrder(Class) - Static method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Returns an array containing Field objects reflecting all the fields of the class or interface represented by this Class object.
getFilename() - Method in class com.vaadin.v7.ui.Upload.ChangeEvent
Deprecated.
Gets the file name.
getFilename() - Method in class com.vaadin.v7.ui.Upload.FinishedEvent
Deprecated.
Gets the file name.
getFilename() - Method in class com.vaadin.v7.ui.Upload.StartedEvent
Deprecated.
Gets the file name.
getFilter() - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
Returns the file filter used to limit the files in this container.
getFilter() - Method in class com.vaadin.v7.data.util.filter.Not
Deprecated.
Returns the negated filter.
getFilteredItemIds() - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Internal helper method to get the internal list of filtered item identifiers.
getFilteredOptions() - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
Filters the options in memory and returns the full filtered list.
getFilteringMode() - Method in interface com.vaadin.v7.ui.AbstractSelect.Filtering
Deprecated.
Gets the current filtering mode.
getFilteringMode() - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
 
getFilters() - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Returns the internal collection of filters.
getFilters() - Method in class com.vaadin.v7.data.util.filter.AbstractJunctionFilter
Deprecated.
Returns an unmodifiable collection of the sub-filters of this composite filter.
getFilterString() - Method in class com.vaadin.v7.data.util.filter.SimpleStringFilter
Deprecated.
Returns the filter string.
getFirstAddedItemIndex() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Subclass and override this to enable partial row additions, bypassing the normal caching mechanism.
getFirstAddedItemIndex() - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
getFirstDateForWeek(Date) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Gets a date that is first day in the week that target given date belongs to.
getFirstIndex() - Method in interface com.vaadin.v7.data.Container.Indexed.ItemAddEvent
Deprecated.
Gets the index of the first added item.
getFirstIndex() - Method in interface com.vaadin.v7.data.Container.Indexed.ItemRemoveEvent
Deprecated.
Gets the index of the first removed item.
getFirstIndex() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent
Deprecated.
 
getFirstItemId() - Method in interface com.vaadin.v7.data.Container.Indexed.ItemAddEvent
Deprecated.
Gets the item id of the first added item.
getFirstItemId() - Method in interface com.vaadin.v7.data.Container.Indexed.ItemRemoveEvent
Deprecated.
Gets the item id of the first removed item.
getFirstItemId() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent
Deprecated.
 
getFirstUpdatedItemIndex() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Subclass and override this to enable partial row updates, bypassing the normal caching and lazy loading mechanism.
getFirstUpdatedItemIndex() - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
getFirstVisibleDayOfWeek() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Get the first visible day of the week.
getFirstVisibleHourOfDay() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Returns the first visible hour in the week view.
getFirstVisibleItem() - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Returns the item id of the first visible item after filtering.
getFooter() - Method in class com.vaadin.v7.ui.Form
Deprecated.
Returns a layout that is rendered below normal form contents.
getFooter() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Returns the footer section of this grid.
getFooterRow(int) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Gets the footer row at given index.
getFooterRowCount() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Gets the row count for the footer.
getFormat(Locale) - Method in class com.vaadin.v7.data.util.converter.AbstractStringToNumberConverter
Deprecated.
getFormat(Locale) - Method in class com.vaadin.v7.data.util.converter.StringToBigDecimalConverter
Deprecated.
 
getFormat(Locale) - Method in class com.vaadin.v7.data.util.converter.StringToBigIntegerConverter
Deprecated.
 
getFormat(Locale) - Method in class com.vaadin.v7.data.util.converter.StringToByteConverter
Deprecated.
getFormat(Locale) - Method in class com.vaadin.v7.data.util.converter.StringToDateConverter
Deprecated.
getFormat(Locale) - Method in class com.vaadin.v7.data.util.converter.StringToIntegerConverter
Deprecated.
getFormat(Locale) - Method in class com.vaadin.v7.data.util.converter.StringToLongConverter
Deprecated.
getFormat(Locale) - Method in class com.vaadin.v7.data.util.converter.StringToShortConverter
Deprecated.
getFormFieldFactory() - Method in class com.vaadin.v7.ui.Form
Deprecated.
Get the field factory of the form.
getFrozenColumnCount() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Gets the number of frozen columns in this grid.
getFullTableName() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
Returns the complete table name obtained by concatenation of the catalog and schema names (if any) and the table name.
getGetMethods() - Method in class com.vaadin.v7.data.util.NestedMethodProperty
Deprecated.
Returns an unmodifiable list of getter methods to call in sequence to get the property value.
getGrid() - Method in class com.vaadin.v7.server.communication.data.RpcDataProviderExtension
Deprecated.
 
getGrid() - Method in class com.vaadin.v7.ui.Grid.CellReference
Deprecated.
Gets the grid that contains the referenced cell.
getGrid() - Method in class com.vaadin.v7.ui.Grid.RowReference
Deprecated.
Gets the grid that contains the referenced row.
getHandler(String) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
getHandler(String) - Method in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.CalendarEventNotifier
Deprecated.
Get the assigned event handler for the given eventId.
getHeader() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Returns the header section of this grid.
getHeaderCaption() - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Returns the caption of the header.
getHeaderRow(int) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Gets the header row at given index.
getHeaderRowCount() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Gets the row count for the header section.
getHeightByRows() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Gets the amount of rows in Grid's body that are shown, while Grid.getHeightMode() is HeightMode.ROW.
getHeightMode() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Returns the current HeightMode the Grid is in.
getHidingToggleCaption() - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Gets the caption of the hiding toggle for this column.
getHierarchyColumnId() - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
getHistory() - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerHistory
Deprecated.
Gets the history.
getHistory() - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerPopup
Deprecated.
Gets the history.
getHistoryVisibility() - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Gets the visibility of the Color History.
getHSVVisibility() - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Gets the visibility of the HSV Tab.
getHtmlMessage() - Method in exception com.vaadin.v7.data.Validator.InvalidValueException
Deprecated.
Returns the message of the error in HTML.
getIcon() - Method in class com.vaadin.v7.data.util.FilesystemContainer.FileItem
Deprecated.
Gets the icon of this file.
getIcon(File) - Static method in class com.vaadin.v7.util.FileTypeResolver
Deprecated.
Gets the descriptive icon representing a file.
getIcon(String) - Static method in class com.vaadin.v7.util.FileTypeResolver
Deprecated.
Gets the descriptive icon representing file, based on the filename.
getId() - Method in class com.vaadin.v7.data.util.sqlcontainer.RowId
Deprecated.
 
getId() - Method in class com.vaadin.v7.data.util.sqlcontainer.RowItem
Deprecated.
 
getIdByIndex(int) - Method in interface com.vaadin.v7.data.Container.Indexed
Deprecated.
Get the item id for the item at the position given by index.
getIdByIndex(int) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
getIdByIndex(int) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
getIdByIndex(int) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
getIdByIndex(int) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Returns the item ID for the item represented by the index given.
getIdByIndex(int) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
getIdentifier() - Method in class com.vaadin.v7.ui.Table.TableDropCriterion
Deprecated.
 
getIdentifier() - Method in class com.vaadin.v7.ui.Tree.TreeDropCriterion
Deprecated.
 
getIdForBean(BEANTYPE) - Method in interface com.vaadin.v7.data.util.AbstractBeanContainer.BeanIdResolver
Deprecated.
Return the item identifier for a bean.
getIdForBean(BEANTYPE) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer.PropertyBasedBeanIdResolver
Deprecated.
 
getInputPrompt() - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
Gets the current input prompt.
getInputPrompt() - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
Gets the current input prompt.
getInputPrompt() - Method in class com.vaadin.v7.ui.PopupDateField
Deprecated.
Gets the current input prompt.
getInstance() - Method in class com.vaadin.v7.data.util.MethodProperty
Deprecated.
The instance used by this property.
getInstance() - Method in class com.vaadin.v7.data.util.NestedMethodProperty
Deprecated.
The instance used by this property.
getInternalCalendar() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Get the internally used Calendar instance.
getInternalValue() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Returns the internal field value, which might not match the data source value e.g.
getInvalidFields() - Method in exception com.vaadin.v7.data.fieldgroup.FieldGroup.CommitException
Deprecated.
Returns a map containing the fields which failed validation and the exceptions the corresponding validators threw.
getInvalidFields() - Method in exception com.vaadin.v7.data.fieldgroup.FieldGroup.FieldGroupInvalidValueException
Deprecated.
Returns a map containing fields which failed validation and the exceptions the corresponding validators threw.
getItem() - Method in interface com.vaadin.v7.data.Item.PropertySetChangeEvent
Deprecated.
Retrieves the Item whose contents has been modified.
getItem() - Method in class com.vaadin.v7.event.ItemClickEvent
Deprecated.
Gets the item on which the click event occurred.
getItem() - Method in class com.vaadin.v7.ui.Grid.CellReference
Deprecated.
Gets the item for the row of the cell.
getItem() - Method in class com.vaadin.v7.ui.Grid.EditorEvent
Deprecated.
Get the item (row) for which this editor was opened.
getItem() - Method in class com.vaadin.v7.ui.Grid.RowReference
Deprecated.
Gets the item for the row.
getItem(Object) - Method in interface com.vaadin.v7.data.Container
Deprecated.
Gets the Item with the given Item ID from the Container.
getItem(Object) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
getItem(Object) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
getItem(Object) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
 
getItem(Object) - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
 
getItem(Object) - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
 
getItem(Object) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
getItem(Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
getItem(Object) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Gets the item from the container with given id.
getItemCaption(Object) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Gets the caption of an item.
getItemCaptionMode() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Gets the item caption mode.
getItemCaptionMode() - Method in enum com.vaadin.v7.ui.Table.RowHeaderMode
Deprecated.
 
getItemCaptionPropertyId() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Gets the item caption property.
getItemDataSource() - Method in class com.vaadin.v7.data.fieldgroup.BeanFieldGroup
Deprecated.
 
getItemDataSource() - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Gets the item used by this FieldBinder.
getItemDataSource() - Method in interface com.vaadin.v7.data.Item.Viewer
Deprecated.
Gets the Item serving as the data source of the viewer.
getItemDataSource() - Method in class com.vaadin.v7.ui.Form
Deprecated.
 
getItemDescriptionGenerator() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Get the item description generator which generates tooltips for cells and rows in the Table.
getItemDescriptionGenerator() - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Get the item description generator which generates tooltips for tree items.
getItemIcon(Object) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Gets the item icon.
getItemIconAlternateText(Object) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Return the alternate text of an icon in a tree item.
getItemIconPropertyId() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Gets the item icon property.
getItemId() - Method in class com.vaadin.v7.event.DataBoundTransferable
Deprecated.
Returns the identifier of the item being transferred.
getItemId() - Method in class com.vaadin.v7.event.ItemClickEvent
Deprecated.
Gets a possible identifier in source for clicked Item.
getItemId() - Method in class com.vaadin.v7.ui.Grid.CellReference
Deprecated.
Gets the item id of the row of the cell.
getItemId() - Method in class com.vaadin.v7.ui.Grid.GridContextClickEvent
Deprecated.
Returns the item id of context clicked row.
getItemId() - Method in class com.vaadin.v7.ui.Grid.RowReference
Deprecated.
Gets the item id of the row.
getItemId() - Method in class com.vaadin.v7.ui.renderers.ClickableRenderer.RendererClickEvent
Deprecated.
Returns the item ID of the row where the click event originated.
getItemId() - Method in class com.vaadin.v7.ui.Table.TableContextClickEvent
Deprecated.
Returns the item id of context clicked row.
getItemId() - Method in class com.vaadin.v7.ui.Table.TableTransferable
Deprecated.
 
getItemId() - Method in class com.vaadin.v7.ui.Tree.CollapseEvent
Deprecated.
Gets the ID of the item that was collapsed.
getItemId() - Method in class com.vaadin.v7.ui.Tree.ExpandEvent
Deprecated.
ID of the item that was expanded.
getItemId() - Method in class com.vaadin.v7.ui.Tree.TreeContextClickEvent
Deprecated.
Returns the item id of context clicked row.
getItemId() - Method in class com.vaadin.v7.ui.Tree.TreeTransferable
Deprecated.
 
getItemId(String) - Method in class com.vaadin.v7.ui.Grid.AbstractGridExtension
Deprecated.
Gets the item id for a row key.
getItemId(String) - Method in class com.vaadin.v7.ui.Grid.AbstractSelectionModel
Deprecated.
 
getItemIdAfter() - Method in class com.vaadin.v7.ui.Tree.TreeTargetDetails
Deprecated.
If drop is targeted into "folder node" (see Tree.TreeTargetDetails.getItemIdInto() ), this method returns the item id of the node after the drag was targeted.
getItemIdInto() - Method in class com.vaadin.v7.ui.Tree.TreeTargetDetails
Deprecated.
If the event is on a node that can not have children (see Tree.areChildrenAllowed(Object)), this method returns the parent item id of the target item (see AbstractSelect.AbstractSelectTargetDetails.getItemIdOver() ).
getItemIdOver() - Method in class com.vaadin.v7.ui.AbstractSelect.AbstractSelectTargetDetails
Deprecated.
If the drag operation is currently over an Item, this method returns the identifier of that Item.
getItemIds() - Method in interface com.vaadin.v7.data.Container
Deprecated.
Gets the ID's of all visible (after filtering and sorting) Items stored in the Container.
getItemIds() - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
getItemIds() - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
getItemIds() - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
 
getItemIds() - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
 
getItemIds() - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
 
getItemIds() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
getItemIds() - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
NOTE! Do not use this method if in any way avoidable.
getItemIds() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Gets the item Id collection from the container.
getItemIds() - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
getItemIds(int, int) - Method in interface com.vaadin.v7.data.Container.Indexed
Deprecated.
Get numberOfItems consecutive item ids from the container, starting with the item id at startIndex.
getItemIds(int, int) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
getItemIds(int, int) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
getItemIds(int, int) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
getItemIds(int, int) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
getItemIds(int, int) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
getItemIdsUsingGetIdByIndex(int, int, Container.Indexed) - Static method in class com.vaadin.v7.data.ContainerHelpers
Deprecated.
Get a range of item ids from the container using Container.Indexed.getIdByIndex(int).
getItemProperty(Object) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Gets the property with the given property id from the item.
getItemProperty(Object) - Method in interface com.vaadin.v7.data.Item
Deprecated.
Gets the Property corresponding to the given Property ID stored in the Item.
getItemProperty(Object) - Method in class com.vaadin.v7.data.util.FilesystemContainer.FileItem
Deprecated.
 
getItemProperty(Object) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedPropertyItem
Deprecated.
 
getItemProperty(Object) - Method in class com.vaadin.v7.data.util.PropertysetItem
Deprecated.
Gets the Property corresponding to the given Property ID stored in the Item.
getItemProperty(Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.RowItem
Deprecated.
 
getItemProperty(Object) - Method in class com.vaadin.v7.ui.Form
Deprecated.
The property identified by the property id.
getItemPropertyIds() - Method in interface com.vaadin.v7.data.Item
Deprecated.
Gets the collection of IDs of all Properties stored in the Item.
getItemPropertyIds() - Method in class com.vaadin.v7.data.util.FilesystemContainer.FileItem
Deprecated.
 
getItemPropertyIds() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedPropertyItem
Deprecated.
 
getItemPropertyIds() - Method in class com.vaadin.v7.data.util.PropertysetItem
Deprecated.
Gets the collection of IDs of all Properties stored in the Item.
getItemPropertyIds() - Method in class com.vaadin.v7.data.util.sqlcontainer.RowItem
Deprecated.
 
getItemPropertyIds() - Method in class com.vaadin.v7.ui.Form
Deprecated.
 
getItemSetChangeListeners() - Method in class com.vaadin.v7.data.util.AbstractContainer
Deprecated.
Returns the item set change listener collection.
getItemSorter() - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
getItemSorter() - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Returns the ItemSorter used for comparing items in a sort.
getItemSorter() - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
getItemStyleGenerator() - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
Gets the currently used item style generator.
getItemStyleGenerator() - Method in class com.vaadin.v7.ui.Tree
Deprecated.
 
getItemUnfiltered(Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Bypasses in-memory filtering to return items that are cached in memory.
getJavaxBeanValidator() - Method in class com.vaadin.v7.data.validator.BeanValidator
Deprecated.
Returns a shared Validator instance to use.
getJavaxBeanValidatorFactory() - Static method in class com.vaadin.v7.data.validator.BeanValidator
Deprecated.
Returns the underlying JSR-303 bean validator factory used.
getJoinedFilterString(Collection<Container.Filter>, String, StatementHelper) - Static method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.QueryBuilder
Deprecated.
 
getKeyMapper() - Method in class com.vaadin.v7.server.communication.data.RpcDataProviderExtension
Deprecated.
 
getLastDateForWeek(Date) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Gets a date that is last day in the week that target given date belongs to.
getLastVisibleDayOfWeek() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Get the last visible day of the week.
getLastVisibleHourOfDay() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Returns the last visible hour in the week view.
getLayout() - Method in class com.vaadin.v7.ui.Form
Deprecated.
Gets the layout of the form.
getLeftColumnCaption() - Method in class com.vaadin.v7.ui.TwinColSelect
Deprecated.
Returns the text shown above the left column.
getLength() - Method in class com.vaadin.v7.ui.Upload.FinishedEvent
Deprecated.
Gets the length of the file.
getListeners(Class<?>) - Method in class com.vaadin.v7.data.util.AbstractContainer
Deprecated.
 
getListeners(Class<?>) - Method in class com.vaadin.v7.data.util.AbstractProperty
Deprecated.
 
getListeners(Class<?>) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
getListeners(Class<?>) - Method in class com.vaadin.v7.data.util.PropertysetItem
Deprecated.
 
getListeners(Class<?>) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
 
getListeners(Class<?>) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
 
getLocale() - Method in class com.vaadin.v7.data.validator.BeanValidator
Deprecated.
Gets the locale used for validation error messages.
getLogger() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Returns the logger for the calendar.
getMax() - Method in class com.vaadin.v7.ui.Slider
Deprecated.
Gets the maximum slider value.
getMaximumWidth() - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Returns the maximum width for this column.
getMaxLength() - Method in class com.vaadin.v7.data.validator.StringLengthValidator
Deprecated.
Gets the maximum permissible length of the string.
getMaxLength() - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
Returns the maximum number of characters in the field.
getMaxValue() - Method in class com.vaadin.v7.data.validator.RangeValidator
Deprecated.
Gets the maximum value of the range.
getMethodProperty() - Method in exception com.vaadin.v7.data.util.MethodProperty.MethodException
Deprecated.
Gets the method property this exception originates from.
getMIMEType() - Method in class com.vaadin.v7.ui.Upload.FinishedEvent
Deprecated.
Gets the MIME Type of the file.
getMIMEType() - Method in class com.vaadin.v7.ui.Upload.StartedEvent
Deprecated.
Gets the MIME Type of the file.
getMIMETypeToIconMapping() - Static method in class com.vaadin.v7.util.FileTypeResolver
Deprecated.
Gets the internal mime-type to icon mapping.
getMin() - Method in class com.vaadin.v7.ui.Slider
Deprecated.
Gets the minimum slider value.
getMinimumWidth() - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Return the minimum width for this column.
getMinLength() - Method in class com.vaadin.v7.data.validator.StringLengthValidator
Deprecated.
Gets the minimum permissible length of the string.
getMinValue() - Method in class com.vaadin.v7.data.validator.RangeValidator
Deprecated.
Gets the minimum value of the range.
getMode() - Method in class com.vaadin.v7.data.validator.CompositeValidator
Deprecated.
Gets the mode of the validator.
getModelType() - Method in interface com.vaadin.v7.data.util.converter.Converter
Deprecated.
The source type of the converter.
getModelType() - Method in class com.vaadin.v7.data.util.converter.DateToLongConverter
Deprecated.
 
getModelType() - Method in class com.vaadin.v7.data.util.converter.DateToSqlDateConverter
Deprecated.
 
getModelType() - Method in class com.vaadin.v7.data.util.converter.ReverseConverter
Deprecated.
 
getModelType() - Method in class com.vaadin.v7.data.util.converter.StringToBigDecimalConverter
Deprecated.
 
getModelType() - Method in class com.vaadin.v7.data.util.converter.StringToBigIntegerConverter
Deprecated.
 
getModelType() - Method in class com.vaadin.v7.data.util.converter.StringToBooleanConverter
Deprecated.
 
getModelType() - Method in class com.vaadin.v7.data.util.converter.StringToByteConverter
Deprecated.
 
getModelType() - Method in class com.vaadin.v7.data.util.converter.StringToCollectionConverter
Deprecated.
 
getModelType() - Method in class com.vaadin.v7.data.util.converter.StringToDateConverter
Deprecated.
 
getModelType() - Method in class com.vaadin.v7.data.util.converter.StringToDoubleConverter
Deprecated.
 
getModelType() - Method in class com.vaadin.v7.data.util.converter.StringToEnumConverter
Deprecated.
 
getModelType() - Method in class com.vaadin.v7.data.util.converter.StringToFloatConverter
Deprecated.
 
getModelType() - Method in class com.vaadin.v7.data.util.converter.StringToIntegerConverter
Deprecated.
 
getModelType() - Method in class com.vaadin.v7.data.util.converter.StringToLongConverter
Deprecated.
 
getModelType() - Method in class com.vaadin.v7.data.util.converter.StringToShortConverter
Deprecated.
 
getModelType() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Retrieves the type of the currently used data model.
getMonthNamesShort() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Localized display names for months starting from January.
getMultiselectMode() - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Returns the mode the multiselect is in.
getMultiSelectMode() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Returns the select mode in which multi-select is used.
getName() - Method in class com.vaadin.v7.data.util.FilesystemContainer.FileItem
Deprecated.
Gets the name of this file.
getName() - Method in class com.vaadin.v7.data.util.MethodPropertyDescriptor
Deprecated.
 
getName() - Method in class com.vaadin.v7.data.util.NestedPropertyDescriptor
Deprecated.
 
getName() - Method in interface com.vaadin.v7.data.util.VaadinPropertyDescriptor
Deprecated.
Returns the name of the property.
getNewEnd() - Method in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.EventResize
Deprecated.
Returns the updates end date/time of the event.
getNewEndTime() - Method in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.EventResize
getNewItemHandler() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Returns the new item handler, which is called when user adds new item in newItemAllowed mode.
getNewRowId() - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeEvent
Deprecated.
Gets the new, possibly database assigned RowId of the added row that raised this event.
getNewRowId() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery.RowIdChangeEvent
Deprecated.
 
getNewStart() - Method in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.EventResize
Deprecated.
Returns the updated start date/time of the event.
getNewStart() - Method in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.MoveEvent
Deprecated.
Get new start date.
getNewStartTime() - Method in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.EventResize
getNullRepresentation() - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
Gets the null-string representation.
getNullRepresentation() - Method in class com.vaadin.v7.ui.Grid.AbstractRenderer
Deprecated.
Null representation for the renderer.
getNullRepresentation() - Method in class com.vaadin.v7.ui.renderers.ButtonRenderer
Deprecated.
 
getNullRepresentation() - Method in class com.vaadin.v7.ui.renderers.DateRenderer
Deprecated.
 
getNullRepresentation() - Method in class com.vaadin.v7.ui.renderers.HtmlRenderer
Deprecated.
 
getNullRepresentation() - Method in class com.vaadin.v7.ui.renderers.NumberRenderer
Deprecated.
 
getNullRepresentation() - Method in class com.vaadin.v7.ui.renderers.TextRenderer
Deprecated.
 
getNullRepresentation() - Method in class com.vaadin.v7.ui.RichTextArea
Deprecated.
Gets the null-string representation.
getNullSelectionItemId() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Returns the item id that represents null value of this select in single select mode.
getOldRowId() - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeEvent
Deprecated.
Gets the old (temporary) RowId of the added row that raised this event.
getOldRowId() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery.RowIdChangeEvent
Deprecated.
 
getOldValue() - Method in class com.vaadin.v7.data.util.sqlcontainer.ColumnProperty
Deprecated.
Returns the original non-modified value of this property if it has been modified.
getOperation() - Method in class com.vaadin.v7.data.util.filter.Compare
Deprecated.
Returns the comparison operation.
getOptionsWithFilter(boolean) - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
Returns the filtered options for the current page using a container filter.
getOrientation() - Method in class com.vaadin.v7.ui.Slider
Deprecated.
Get the current orientation of the slider (horizontal or vertical).
getOwnActionManager() - Method in class com.vaadin.v7.ui.Form
Deprecated.
Gets the ActionManager responsible for handling Actions added to this Form.
Note that Form has another ActionManager inherited from AbstractField.
getPageLength() - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Returns the currently set page length.
getPageLength() - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
Returns the page length of the suggestion popup.
getPageLength() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Gets the page length.
getParent(Object) - Method in interface com.vaadin.v7.data.Container.Hierarchical
Deprecated.
Gets the ID of the parent Item of the specified Item.
getParent(Object) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
 
getParent(Object) - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
 
getParent(Object) - Method in class com.vaadin.v7.data.util.HierarchicalContainer
Deprecated.
 
getParent(Object) - Method in class com.vaadin.v7.data.util.HierarchicalContainerOrderedWrapper
Deprecated.
 
getParent(Object) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Gets the ID of the parent Item of the specified Item.
getParent(Object) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
getParentGrid() - Method in class com.vaadin.v7.ui.Grid.AbstractGridExtension
Deprecated.
Gets the parent Grid of the renderer.
getParseErrorMessage() - Method in class com.vaadin.v7.ui.DateField
Deprecated.
Return the error message that is shown if the user inputted value can't be parsed into a Date object.
getPollingInterval() - Method in class com.vaadin.v7.ui.ProgressIndicator
Deprecated.
Gets the interval that component checks for progress.
getPopupStyle() - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Gets the style for the popup window.
getPopupWidth() - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
Returns the suggestion pop-up's width as a CSS string.
getPosition() - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerGrid
Deprecated.
Gets the position.
getPresentationType() - Method in class com.vaadin.v7.data.util.converter.AbstractStringToNumberConverter
Deprecated.
 
getPresentationType() - Method in interface com.vaadin.v7.data.util.converter.Converter
Deprecated.
The target type of the converter.
getPresentationType() - Method in class com.vaadin.v7.data.util.converter.DateToLongConverter
Deprecated.
 
getPresentationType() - Method in class com.vaadin.v7.data.util.converter.DateToSqlDateConverter
Deprecated.
 
getPresentationType() - Method in class com.vaadin.v7.data.util.converter.ReverseConverter
Deprecated.
 
getPresentationType() - Method in class com.vaadin.v7.data.util.converter.StringToBooleanConverter
Deprecated.
 
getPresentationType() - Method in class com.vaadin.v7.data.util.converter.StringToCollectionConverter
Deprecated.
 
getPresentationType() - Method in class com.vaadin.v7.data.util.converter.StringToDateConverter
Deprecated.
 
getPresentationType() - Method in class com.vaadin.v7.data.util.converter.StringToEnumConverter
Deprecated.
 
getPresentationType() - Method in class com.vaadin.v7.ui.Grid.AbstractRenderer
Deprecated.
 
getPresentationType() - Method in interface com.vaadin.v7.ui.renderers.Renderer
Deprecated.
Returns the class literal corresponding to the presentation type T.
getPreviousWidth() - Method in class com.vaadin.v7.ui.Table.ColumnResizeEvent
Deprecated.
Get the width in pixels of the column before the resize event.
getPrimaryKeyColumns() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.FreeformQuery
Deprecated.
 
getPrimaryKeyColumns() - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.QueryDelegate
Deprecated.
Returns a list of primary key column names.
getPrimaryKeyColumns() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
 
getProperty() - Method in interface com.vaadin.v7.data.Property.ReadOnlyStatusChangeEvent
Deprecated.
Property whose read-only state has changed.
getProperty() - Method in interface com.vaadin.v7.data.Property.ValueChangeEvent
Deprecated.
Retrieves the Property that has been modified.
getProperty() - Method in class com.vaadin.v7.data.util.AbstractProperty.ReadOnlyStatusChangeEvent
Deprecated.
Gets the Property whose read-only state has changed.
getProperty() - Method in exception com.vaadin.v7.data.util.MethodProperty.MethodException
Deprecated.
Gets the method property this exception originates from.
getProperty() - Method in class com.vaadin.v7.ui.AbstractField.ReadOnlyStatusChangeEvent
Deprecated.
Property where the event occurred.
getProperty() - Method in class com.vaadin.v7.ui.Field.ValueChangeEvent
Deprecated.
Gets the Property which triggered the event.
getProperty() - Method in class com.vaadin.v7.ui.Grid.CellReference
Deprecated.
 
getProperty() - Method in class com.vaadin.v7.ui.Label.ValueChangeEvent
Deprecated.
Gets the Property that has been modified.
getPropertyDataSource() - Method in interface com.vaadin.v7.data.Property.Viewer
Deprecated.
Gets the Property serving as the data source of the viewer.
getPropertyDataSource() - Method in class com.vaadin.v7.data.util.PropertyFormatter
Deprecated.
Gets the current data source of the formatter, if any.
getPropertyDataSource() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Gets the current data source of the field, if any.
getPropertyDataSource() - Method in class com.vaadin.v7.ui.Label
Deprecated.
Gets the viewing data-source property.
getPropertyId() - Method in class com.vaadin.v7.data.sort.SortOrder
Deprecated.
Returns the property ID.
getPropertyId() - Method in class com.vaadin.v7.data.util.filter.Between
Deprecated.
 
getPropertyId() - Method in class com.vaadin.v7.data.util.filter.Compare
Deprecated.
Returns the property id of the property to compare against the fixed value.
getPropertyId() - Method in class com.vaadin.v7.data.util.filter.IsNull
Deprecated.
Returns the property id of the property tested by the filter, not null for valid filters.
getPropertyId() - Method in class com.vaadin.v7.data.util.filter.Like
Deprecated.
 
getPropertyId() - Method in class com.vaadin.v7.data.util.filter.SimpleStringFilter
Deprecated.
Returns the property identifier to which this filter applies.
getPropertyId() - Method in class com.vaadin.v7.data.util.sqlcontainer.ColumnProperty
Deprecated.
 
getPropertyId() - Method in class com.vaadin.v7.event.DataBoundTransferable
Deprecated.
Returns the optional property identifier that the transfer concerns.
getPropertyId() - Method in class com.vaadin.v7.event.ItemClickEvent
Deprecated.
Returns property on which click event occurred.
getPropertyId() - Method in class com.vaadin.v7.ui.Grid.CellReference
Deprecated.
 
getPropertyId() - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Returns the property id for the backing property of this Column.
getPropertyId() - Method in class com.vaadin.v7.ui.Grid.GridContextClickEvent
Deprecated.
Returns property id of clicked column.
getPropertyId() - Method in class com.vaadin.v7.ui.renderers.ClickableRenderer.RendererClickEvent
Deprecated.
Returns the property ID where the click event originated.
getPropertyId() - Method in class com.vaadin.v7.ui.Table.ColumnCollapseEvent
Deprecated.
Gets the id of the column whose collapse state changed.
getPropertyId() - Method in class com.vaadin.v7.ui.Table.ColumnResizeEvent
Deprecated.
Get the column property id of the column that was resized.
getPropertyId() - Method in class com.vaadin.v7.ui.Table.FooterClickEvent
Deprecated.
Gets the property id of the column which header was pressed.
getPropertyId() - Method in class com.vaadin.v7.ui.Table.HeaderClickEvent
Deprecated.
Gets the property id of the column which header was pressed.
getPropertyId() - Method in class com.vaadin.v7.ui.Table.TableContextClickEvent
Deprecated.
Returns the property id of context clicked column.
getPropertyId() - Method in class com.vaadin.v7.ui.Table.TableTransferable
Deprecated.
 
getPropertyId() - Method in class com.vaadin.v7.ui.Tree.TreeTransferable
Deprecated.
 
getPropertyId(Field<?>) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Returns the property id that is bound to the given field.
getPropertySetChangeListeners() - Method in class com.vaadin.v7.data.util.AbstractContainer
Deprecated.
Returns the property set change listener collection.
getPropertyType() - Method in class com.vaadin.v7.data.util.MethodPropertyDescriptor
Deprecated.
 
getPropertyType() - Method in class com.vaadin.v7.data.util.NestedPropertyDescriptor
Deprecated.
 
getPropertyType() - Method in interface com.vaadin.v7.data.util.VaadinPropertyDescriptor
Deprecated.
Returns the type of the property.
getPropertyType(Object) - Method in class com.vaadin.v7.data.fieldgroup.BeanFieldGroup
Deprecated.
 
getPropertyType(Object) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Gets the type of the property with the given property id.
getPropertyValue(Object, Object, Property) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Gets the value of property.
getProvider() - Method in class com.vaadin.v7.ui.components.calendar.event.CalendarEventProvider.EventSetChangeEvent
Deprecated.
 
getQueryDelegate() - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Returns the QueryDelegate set for this SQLContainer.
getQueryStatement(int, int) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.FreeformStatementDelegate
Deprecated.
Should return a new instance of StatementHelper that contains the query string and parameter values required to create a PreparedStatement.
getQueryString() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.FreeformQuery
Deprecated.
 
getQueryString() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.StatementHelper
Deprecated.
 
getQueryString(int, int) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.FreeformQueryDelegate
Deprecated.
As of 6.7. Implement FreeformStatementDelegate instead of FreeformQueryDelegate
getRangeEnd() - Method in class com.vaadin.v7.ui.DateField
Deprecated.
Returns the precise rangeEnd used.
getRangeStart() - Method in class com.vaadin.v7.ui.DateField
Deprecated.
Returns the precise rangeStart used.
getReason() - Method in class com.vaadin.v7.ui.Upload.FailedEvent
Deprecated.
Gets the exception that caused the failure.
getReceiver() - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Returns the current receiver.
getReferencedItem(Object, SQLContainer) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Fetches the referenced item from the target SQLContainer.
getReferencedItemId(Object, SQLContainer) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Fetches the Item Id of the referenced item from the target SQLContainer.
getRemoved() - Method in class com.vaadin.v7.event.SelectionEvent
Deprecated.
A Collection of all the itemIds that became deselected.
getRemovedItemsCount() - Method in interface com.vaadin.v7.data.Container.Indexed.ItemRemoveEvent
Deprecated.
Gets the number of the removed items.
getRemovedItemsCount() - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer.BaseItemRemoveEvent
Deprecated.
 
getRemovedItemsCount() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedItemRemoveEvent
Deprecated.
 
getRenderer() - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Returns the renderer instance used by this column.
getRequiredError() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
 
getRequiredError() - Method in interface com.vaadin.v7.ui.Field
Deprecated.
Gets the error message that is to be displayed if a required field is empty.
getResolution() - Method in class com.vaadin.v7.ui.DateField
Deprecated.
Gets the resolution.
getResolution() - Method in class com.vaadin.v7.ui.Slider
Deprecated.
Get the current resolution of the slider.
getResults(int, int) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.FreeformQuery
Deprecated.
Fetches the results for the query.
getResults(int, int) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.QueryDelegate
Deprecated.
Executes a paged SQL query and returns the ResultSet.
getResults(int, int) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
 
getRGBVisibility() - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Gets the visibility of the RGB Tab.
getRightColumnCaption() - Method in class com.vaadin.v7.ui.TwinColSelect
Deprecated.
Returns the text shown above the right column.
getRow(int) - Method in class com.vaadin.v7.ui.Grid.StaticSection
Deprecated.
Gets row at given index.
getRowCount() - Method in class com.vaadin.v7.ui.Grid.StaticSection
Deprecated.
Gets the amount of rows in this section.
getRowDescriptionContentMode() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Gets the content mode used for row descriptions.
getRowDescriptionGenerator() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Returns the RowDescriptionGenerator instance used to generate descriptions (tooltips) for Grid rows.
getRowGenerator() - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
getRowHeaderMode() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Gets the row header mode.
getRowId() - Method in exception com.vaadin.v7.data.util.sqlcontainer.OptimisticLockException
Deprecated.
 
getRowIndex() - Method in class com.vaadin.v7.ui.Grid.GridContextClickEvent
Deprecated.
Returns the clicked row index relative to Grid section.
getRowNum() - Method in class com.vaadin.v7.data.util.sqlcontainer.ReadOnlyRowId
Deprecated.
 
getRows() - Method in class com.vaadin.v7.ui.ListSelect
Deprecated.
 
getRows() - Method in class com.vaadin.v7.ui.TextArea
Deprecated.
Gets the number of rows in the text area.
getRows() - Method in class com.vaadin.v7.ui.TwinColSelect
Deprecated.
 
getRowState() - Method in class com.vaadin.v7.ui.Grid.StaticSection.StaticRow
Deprecated.
 
getRowStyleGenerator() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Gets the style generator that is used for generating styles for rows.
getSchemaName() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
Returns the catalog name for the query.
getSection() - Method in class com.vaadin.v7.ui.Grid.GridContextClickEvent
Deprecated.
Return the clicked section of Grid.
getSection() - Method in class com.vaadin.v7.ui.Table.TableContextClickEvent
Deprecated.
Returns the clicked section of Table.
getSectionState() - Method in class com.vaadin.v7.ui.Grid.Footer
Deprecated.
 
getSectionState() - Method in class com.vaadin.v7.ui.Grid.Header
Deprecated.
 
getSectionState() - Method in class com.vaadin.v7.ui.Grid.StaticSection
Deprecated.
 
getSelected() - Method in class com.vaadin.v7.event.SelectionEvent
Deprecated.
A Collection of all the itemIds that are currently selected.
getSelectedRow() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Gets the item id of the currently selected item.
getSelectedRow() - Method in interface com.vaadin.v7.ui.Grid.SelectionModel.Single
Deprecated.
Gets the item id of the currently selected item.
getSelectedRow() - Method in class com.vaadin.v7.ui.Grid.SingleSelectionModel
Deprecated.
 
getSelectedRows() - Method in class com.vaadin.v7.ui.Grid.AbstractSelectionModel
Deprecated.
 
getSelectedRows() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Returns a collection of all the currently selected itemIds.
getSelectedRows() - Method in class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
Returns a collection of all the currently selected itemIds.
getSelectedRows() - Method in class com.vaadin.v7.ui.Grid.NoSelectionModel
Deprecated.
 
getSelectedRows() - Method in interface com.vaadin.v7.ui.Grid.SelectionModel
Deprecated.
Returns a collection of all the currently selected itemIds.
getSelectedRows() - Method in interface com.vaadin.v7.ui.Grid.SelectionModel.None
Deprecated.
Returns a collection of all the currently selected itemIds.
getSelectionLimit() - Method in class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
Gets the selection limit.
getSelectionModel() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Returns the currently used Grid.SelectionModel.
getSize() - Method in class com.vaadin.v7.data.util.FilesystemContainer.FileItem
Deprecated.
Gets the size of this file.
getSortableContainerPropertyIds() - Method in interface com.vaadin.v7.data.Container.Sortable
Deprecated.
Gets the container property IDs which can be used to sort the items.
getSortableContainerPropertyIds() - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
getSortableContainerPropertyIds() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
getSortableContainerPropertyIds() - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
getSortableContainerPropertyIds() - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
getSortableContainerPropertyIds() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Gets the container property IDs, which can be used to sort the item.
getSortablePropertyIds() - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Returns the sortable property identifiers for the container.
getSortContainerPropertyId() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Gets the currently sorted column property ID.
getSortOrder() - Method in class com.vaadin.v7.event.SortEvent
Deprecated.
Gets the sort order list.
getSortOrder() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Get the current sort order list.
getSortProperties(SortOrder) - Method in class com.vaadin.v7.data.util.PropertyValueGenerator
Deprecated.
Translates sorting of the generated property in a specific direction to a set of property ids and directions in the underlying container.
getSource() - Method in exception com.vaadin.v7.data.Buffered.SourceException
Deprecated.
Gets a source of the exception.
getSource() - Method in class com.vaadin.v7.ui.Upload.ChangeEvent
Deprecated.
Uploads where the event occurred.
getSourceComponent() - Method in class com.vaadin.v7.ui.Table.TableTransferable
Deprecated.
 
getSourceContainer() - Method in class com.vaadin.v7.event.DataBoundTransferable
Deprecated.
Returns the container data source from which the transfer occurs.
getSqlGenerator() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
 
getStart() - Method in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.RangeSelectEvent
Deprecated.
Get start date.
getStart() - Method in class com.vaadin.v7.ui.components.calendar.CalendarDateRange
Deprecated.
Get the start date of the date range.
getStart() - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEvent
Deprecated.
 
getStart() - Method in interface com.vaadin.v7.ui.components.calendar.event.CalendarEvent
Deprecated.
Gets start date of event.
getStartDate() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Gets the calendar's start date.
getStartDateProperty() - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
Get the property which provides the starting date and time of the event.
getStartValue() - Method in class com.vaadin.v7.data.util.filter.Between
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.AbstractLegacyComponent
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.CheckBox
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerGradient
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerGrid
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.DateField
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.Form
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.Grid.SingleSelectionModel
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.Label
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.OptionGroup
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.PopupDateField
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.ProgressBar
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.ProgressIndicator
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.renderers.AbstractJavaScriptRenderer
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.RichTextArea
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.Slider
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.TextArea
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.Tree
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.TwinColSelect
Deprecated.
 
getState() - Method in class com.vaadin.v7.ui.Upload
Deprecated.
 
getState(boolean) - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
 
getState(boolean) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
 
getState(boolean) - Method in class com.vaadin.v7.ui.AbstractLegacyComponent
Deprecated.
 
getState(boolean) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
 
getState(boolean) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
 
getState(boolean) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
getState(boolean) - Method in class com.vaadin.v7.ui.DateField
Deprecated.
 
getState(boolean) - Method in class com.vaadin.v7.ui.Form
Deprecated.
 
getState(boolean) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
 
getState(boolean) - Method in class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
 
getState(boolean) - Method in class com.vaadin.v7.ui.Grid.SingleSelectionModel
Deprecated.
 
getState(boolean) - Method in class com.vaadin.v7.ui.Label
Deprecated.
 
getState(boolean) - Method in class com.vaadin.v7.ui.OptionGroup
Deprecated.
 
getState(boolean) - Method in class com.vaadin.v7.ui.PopupDateField
Deprecated.
 
getState(boolean) - Method in class com.vaadin.v7.ui.ProgressBar
Deprecated.
 
getState(boolean) - Method in class com.vaadin.v7.ui.ProgressIndicator
Deprecated.
 
getState(boolean) - Method in class com.vaadin.v7.ui.Slider
Deprecated.
 
getState(boolean) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
getState(boolean) - Method in class com.vaadin.v7.ui.TextArea
Deprecated.
 
getStatementHelper() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.DefaultSQLGenerator
Deprecated.
Returns the statement helper for the generator.
getStreamVariable() - Method in class com.vaadin.v7.ui.Upload
Deprecated.
 
getStyle(ComboBox, Object) - Method in interface com.vaadin.v7.ui.ComboBox.ItemStyleGenerator
Deprecated.
Called by ComboBox when an item is painted.
getStyle(Grid.CellReference) - Method in interface com.vaadin.v7.ui.Grid.CellStyleGenerator
Deprecated.
Called by Grid to generate a style name for a column.
getStyle(Grid.RowReference) - Method in interface com.vaadin.v7.ui.Grid.RowStyleGenerator
Deprecated.
Called by Grid to generate a style name for a row.
getStyle(Table, Object, Object) - Method in interface com.vaadin.v7.ui.Table.CellStyleGenerator
Deprecated.
Called by Table when a cell (and row) is painted.
getStyle(Tree, Object) - Method in interface com.vaadin.v7.ui.Tree.ItemStyleGenerator
Deprecated.
Called by Tree when an item is painted.
getStyleName() - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEvent
Deprecated.
 
getStyleName() - Method in interface com.vaadin.v7.ui.components.calendar.event.CalendarEvent
Deprecated.
Gets style name of event.
getStyleName() - Method in class com.vaadin.v7.ui.Grid.StaticSection.StaticRow
Deprecated.
Returns the custom style name for this row.
getStyleNameProperty() - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
Get the property which provides the style name for the event.
getSubValidators(Class<?>) - Method in class com.vaadin.v7.data.validator.CompositeValidator
Deprecated.
Gets sub-validators by class.
getSupportedParentType() - Method in class com.vaadin.v7.ui.Grid.AbstractRenderer
Deprecated.
getSwatchesVisibility() - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Gets the visibility of the Swatches Tab.
getTabIndex() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
 
getTabIndex() - Method in class com.vaadin.v7.ui.CustomField
Deprecated.
 
getTabIndex() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
 
getTabIndex() - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Gets the Tabulator index of this Focusable component.
getTable() - Method in exception com.vaadin.v7.ui.Table.CacheUpdateException
Deprecated.
 
getTableFieldFactory() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Gets the TableFieldFactory that is used to create editor for table cells.
getTableName() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
Returns the table name for the query without catalog and schema information.
getTarget() - Method in class com.vaadin.v7.ui.Tree.TreeTargetDetails
Deprecated.
 
getTargetCalendar() - Method in class com.vaadin.v7.ui.components.calendar.CalendarTargetDetails
Deprecated.
 
getText() - Method in class com.vaadin.v7.event.FieldEvents.TextChangeEvent
Deprecated.
 
getText() - Method in class com.vaadin.v7.ui.AbstractTextField.TextChangeEventImpl
Deprecated.
 
getText() - Method in class com.vaadin.v7.ui.Table.GeneratedRow
Deprecated.
 
getTextChangeEventMode() - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
 
getTextChangeTimeout() - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
getTextfieldVisibility() - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Gets the visibility of CSS color code text field.
getTimeFormat() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Gets currently active time format.
getTimeZone() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Returns a time zone that is currently used by this component.
getTimeZone() - Method in class com.vaadin.v7.ui.DateField
Deprecated.
Gets the time zone used by this field.
getTransferable(Map<String, Object>) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
getTransferable(Map<String, Object>) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
 
getTrueString() - Method in class com.vaadin.v7.data.util.converter.StringToBooleanConverter
Deprecated.
Gets the string representation for true.
getTrueString(Locale) - Method in class com.vaadin.v7.data.util.converter.StringToBooleanConverter
Deprecated.
Gets the locale-depended string representation for true.
getType() - Method in interface com.vaadin.v7.data.Property
Deprecated.
Returns the type of the Property.
getType() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedProperty
Deprecated.
 
getType() - Method in class com.vaadin.v7.data.util.MethodProperty
Deprecated.
Returns the type of the Property.
getType() - Method in class com.vaadin.v7.data.util.NestedMethodProperty
Deprecated.
 
getType() - Method in class com.vaadin.v7.data.util.ObjectProperty
Deprecated.
Returns the type of the ObjectProperty.
getType() - Method in class com.vaadin.v7.data.util.PropertyFormatter
Deprecated.
 
getType() - Method in class com.vaadin.v7.data.util.PropertyValueGenerator
Deprecated.
Return Property type for this generator.
getType() - Method in class com.vaadin.v7.data.util.sqlcontainer.ColumnProperty
Deprecated.
 
getType() - Method in class com.vaadin.v7.data.util.TextFileProperty
Deprecated.
 
getType() - Method in class com.vaadin.v7.data.util.TransactionalPropertyWrapper
Deprecated.
 
getType() - Method in class com.vaadin.v7.data.validator.AbstractStringValidator
Deprecated.
 
getType() - Method in class com.vaadin.v7.data.validator.AbstractValidator
Deprecated.
 
getType() - Method in class com.vaadin.v7.data.validator.RangeValidator
Deprecated.
 
getType() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Returns the type of the Field.
getType() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Returns the type of the property.
getType() - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
 
getType() - Method in class com.vaadin.v7.ui.CheckBox
Deprecated.
 
getType() - Method in class com.vaadin.v7.ui.DateField
Deprecated.
 
getType() - Method in class com.vaadin.v7.ui.Form
Deprecated.
Gets the field type.
getType() - Method in class com.vaadin.v7.ui.Label
Deprecated.
Gets the type of the Property.
getType() - Method in class com.vaadin.v7.ui.ProgressBar
Deprecated.
 
getType() - Method in class com.vaadin.v7.ui.RichTextArea
Deprecated.
 
getType() - Method in class com.vaadin.v7.ui.Slider
Deprecated.
 
getType(Object) - Method in interface com.vaadin.v7.data.Container
Deprecated.
Gets the data type of all Properties identified by the given Property ID.
getType(Object) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
getType(Object) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
 
getType(Object) - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
 
getType(Object) - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
Gets the specified property's data type.
getType(Object) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
getType(Object) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
Gets the type of a Property stored in the list.
getType(Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
getType(Object) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Gets the property type.
getUnboundPropertyIds() - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Returns a collection of all property ids that exist in the item set using FieldGroup.setItemDataSource(Item) but have not been bound to fields.
getUnfilteredItem(Object) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
getUnfilteredItem(Object) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Get an item even if filtered out.
getUnfilteredItem(Object) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
getUpdatedRowCount() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Subclass and override this to enable partial row updates, bypassing the normal caching and lazy loading mechanism.
getUpdatedRowCount() - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
getUpload() - Method in class com.vaadin.v7.ui.Upload.FinishedEvent
Deprecated.
Uploads where the event occurred.
getUpload() - Method in class com.vaadin.v7.ui.Upload.StartedEvent
Deprecated.
Uploads where the event occurred.
getUploadSize() - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Returns size of file currently being uploaded.
getUserErrorMessage() - Method in class com.vaadin.v7.ui.Grid.CommitErrorEvent
Deprecated.
Gets the error message to show to the user.
getValidatedValue() - Method in class com.vaadin.v7.data.validator.BeanValidator.SimpleContext
Deprecated.
 
getValidators() - Method in interface com.vaadin.v7.data.Validatable
Deprecated.
Returns a collection of all validators currently registered for the object.
getValidators() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Gets the validators of the field.
getValue() - Method in interface com.vaadin.v7.data.Property
Deprecated.
Gets the value stored in the Property.
getValue() - Method in class com.vaadin.v7.data.util.filter.Compare
Deprecated.
Returns the value to compare the property against.
getValue() - Method in class com.vaadin.v7.data.util.filter.Like
Deprecated.
 
getValue() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedProperty
Deprecated.
 
getValue() - Method in class com.vaadin.v7.data.util.MethodProperty
Deprecated.
Gets the value stored in the Property.
getValue() - Method in class com.vaadin.v7.data.util.NestedMethodProperty
Deprecated.
Gets the value stored in the Property.
getValue() - Method in class com.vaadin.v7.data.util.ObjectProperty
Deprecated.
Gets the value stored in the Property.
getValue() - Method in class com.vaadin.v7.data.util.PropertyFormatter
Deprecated.
Get the formatted value.
getValue() - Method in class com.vaadin.v7.data.util.sqlcontainer.ColumnProperty
Deprecated.
Returns the current value for this property.
getValue() - Method in class com.vaadin.v7.data.util.TextFileProperty
Deprecated.
 
getValue() - Method in class com.vaadin.v7.data.util.TransactionalPropertyWrapper
Deprecated.
 
getValue() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Gets the current value of the field.
getValue() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Gets the selected item id or in multiselect mode a set of selected ids.
getValue() - Method in class com.vaadin.v7.ui.Grid.CellReference
Deprecated.
Gets the value of the cell.
getValue() - Method in class com.vaadin.v7.ui.Label
Deprecated.
Gets the value of the label.
getValue() - Method in class com.vaadin.v7.ui.ProgressBar
Deprecated.
Gets the value of this progress bar.
getValue() - Method in exception com.vaadin.v7.ui.Slider.ValueOutOfBoundsException
Deprecated.
Gets the value that is outside the valid range of the slider.
getValue() - Method in class com.vaadin.v7.ui.Table.GeneratedRow
Deprecated.
 
getValue(Item, Object, Object) - Method in class com.vaadin.v7.data.util.PropertyValueGenerator
Deprecated.
Returns value for given Item.
getVersionColumn() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
 
getVisibleColumns() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Gets the array of visible column id:s, including generated columns.
getVisibleItemIds() - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Returns the internal list of visible item identifiers after filtering.
getVisibleItemIds() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Gets the visible item ids.
getVisibleItemIds() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Returns item identifiers of the items which are currently rendered on the client.
getVisibleItemIds() - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Gets the visible item ids.
getVisibleItemProperties() - Method in class com.vaadin.v7.ui.Form
Deprecated.
Returns the visibleProperties.
getWeek() - Method in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.WeekClick
Deprecated.
Get week as a integer.
getWeeklyCaptionFormat() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Gets the date caption format for the weekly view.
getWhereStringForFilter(Container.Filter, StatementHelper) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.AndTranslator
Deprecated.
 
getWhereStringForFilter(Container.Filter, StatementHelper) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.BetweenTranslator
Deprecated.
 
getWhereStringForFilter(Container.Filter, StatementHelper) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.CompareTranslator
Deprecated.
 
getWhereStringForFilter(Container.Filter, StatementHelper) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.FilterTranslator
Deprecated.
 
getWhereStringForFilter(Container.Filter, StatementHelper) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.IsNullTranslator
Deprecated.
 
getWhereStringForFilter(Container.Filter, StatementHelper) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.LikeTranslator
Deprecated.
 
getWhereStringForFilter(Container.Filter, StatementHelper) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.NotTranslator
Deprecated.
 
getWhereStringForFilter(Container.Filter, StatementHelper) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.OrTranslator
Deprecated.
 
getWhereStringForFilter(Container.Filter, StatementHelper) - Static method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.QueryBuilder
Deprecated.
Constructs and returns a string representing the filter that can be used in a WHERE clause.
getWhereStringForFilter(Container.Filter, StatementHelper) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.SimpleStringTranslator
Deprecated.
 
getWhereStringForFilters(List<Container.Filter>, StatementHelper) - Static method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.QueryBuilder
Deprecated.
 
getWidth() - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Returns the width (in pixels).
getWrappedContainer() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
Returns the original underlying container.
getWrappedItem() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedPropertyItem
Deprecated.
Returns the wrapped Item that belongs to the wrapped container.
getWrappedProperty() - Method in class com.vaadin.v7.data.util.TransactionalPropertyWrapper
Deprecated.
 
getYear() - Method in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.WeekClick
Deprecated.
Get year as a integer.
Greater(Object, Object) - Constructor for class com.vaadin.v7.data.util.filter.Compare.Greater
Deprecated.
Construct a filter that accepts items for which the identified property value is greater than value.
GREATER - com.vaadin.v7.data.util.filter.Compare.Operation
Deprecated.
 
GREATER_OR_EQUAL - com.vaadin.v7.data.util.filter.Compare.Operation
Deprecated.
 
GreaterOrEqual(Object, Object) - Constructor for class com.vaadin.v7.data.util.filter.Compare.GreaterOrEqual
Deprecated.
Construct a filter that accepts items for which the identified property value is greater than or equal to value.
grid - Variable in class com.vaadin.v7.ui.Grid.StaticSection
Deprecated.
 
Grid - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0 replaced by Grid based on the new data binding API
Grid() - Constructor for class com.vaadin.v7.ui.Grid
Deprecated.
Creates a new Grid with a new IndexedContainer as the data source.
Grid(Container.Indexed) - Constructor for class com.vaadin.v7.ui.Grid
Deprecated.
Creates a new Grid using the given data source.
Grid(String) - Constructor for class com.vaadin.v7.ui.Grid
Deprecated.
Creates a new Grid with the given caption and a new IndexedContainer data source.
Grid(String, Container.Indexed) - Constructor for class com.vaadin.v7.ui.Grid
Deprecated.
Creates a new Grid with the given caption and data source.
Grid.AbstractGridExtension - Class in com.vaadin.v7.ui
Deprecated.
Grid.AbstractRenderer<T> - Class in com.vaadin.v7.ui
Deprecated.
Grid.AbstractSelectionModel - Class in com.vaadin.v7.ui
Deprecated.
Grid.CellDescriptionGenerator - Interface in com.vaadin.v7.ui
Deprecated.
Grid.CellReference - Class in com.vaadin.v7.ui
Deprecated.
Grid.CellStyleGenerator - Interface in com.vaadin.v7.ui
Deprecated.
Grid.Column - Class in com.vaadin.v7.ui
Deprecated.
Grid.ColumnReorderEvent - Class in com.vaadin.v7.ui
Deprecated.
Grid.ColumnReorderListener - Interface in com.vaadin.v7.ui
Deprecated.
Grid.ColumnResizeEvent - Class in com.vaadin.v7.ui
Deprecated.
Grid.ColumnResizeListener - Interface in com.vaadin.v7.ui
Deprecated.
Grid.ColumnVisibilityChangeEvent - Class in com.vaadin.v7.ui
Deprecated.
Grid.ColumnVisibilityChangeListener - Interface in com.vaadin.v7.ui
Deprecated.
Grid.CommitErrorEvent - Class in com.vaadin.v7.ui
Deprecated.
Grid.DefaultEditorErrorHandler - Class in com.vaadin.v7.ui
Deprecated.
Grid.DetailComponentManager - Class in com.vaadin.v7.ui
Deprecated.
Grid.DetailsGenerator - Interface in com.vaadin.v7.ui
Deprecated.
Grid.EditorCloseEvent - Class in com.vaadin.v7.ui
Deprecated.
Grid.EditorErrorHandler - Interface in com.vaadin.v7.ui
Deprecated.
Grid.EditorEvent - Class in com.vaadin.v7.ui
Deprecated.
Grid.EditorFieldFactory - Class in com.vaadin.v7.ui
Deprecated.
Grid.EditorListener - Interface in com.vaadin.v7.ui
Deprecated.
Grid.EditorMoveEvent - Class in com.vaadin.v7.ui
Deprecated.
Grid.EditorOpenEvent - Class in com.vaadin.v7.ui
Deprecated.
Grid.Footer - Class in com.vaadin.v7.ui
Deprecated.
Grid.FooterCell - Class in com.vaadin.v7.ui
Deprecated.
Grid.FooterRow - Class in com.vaadin.v7.ui
Deprecated.
Grid.GridContextClickEvent - Class in com.vaadin.v7.ui
Deprecated.
Grid.Header - Class in com.vaadin.v7.ui
Deprecated.
Grid.HeaderCell - Class in com.vaadin.v7.ui
Deprecated.
Grid.HeaderRow - Class in com.vaadin.v7.ui
Deprecated.
Grid.MultiSelectionModel - Class in com.vaadin.v7.ui
Deprecated.
Grid.NoSelectionModel - Class in com.vaadin.v7.ui
Deprecated.
Grid.RowDescriptionGenerator - Interface in com.vaadin.v7.ui
Deprecated.
Grid.RowReference - Class in com.vaadin.v7.ui
Deprecated.
Grid.RowStyleGenerator - Interface in com.vaadin.v7.ui
Deprecated.
Grid.SelectionMode - Enum in com.vaadin.v7.ui
Deprecated.
Grid.SelectionModel - Interface in com.vaadin.v7.ui
Deprecated.
Grid.SelectionModel.HasUserSelectionAllowed - Interface in com.vaadin.v7.ui
Deprecated.
Grid.SelectionModel.Multi - Interface in com.vaadin.v7.ui
Deprecated.
Grid.SelectionModel.None - Interface in com.vaadin.v7.ui
Deprecated.
Grid.SelectionModel.Single - Interface in com.vaadin.v7.ui
Deprecated.
Grid.SingleSelectionModel - Class in com.vaadin.v7.ui
Deprecated.
Grid.StaticSection<ROWTYPE extends Grid.StaticSection.StaticRow<?>> - Class in com.vaadin.v7.ui
Deprecated.
Grid.StaticSection.StaticRow<CELLTYPE extends com.vaadin.v7.ui.Grid.StaticSection.StaticCell> - Class in com.vaadin.v7.ui
Deprecated.
GridContextClickEvent(Grid, MouseEventDetails, GridConstants.Section, int, Object, Object) - Constructor for class com.vaadin.v7.ui.Grid.GridContextClickEvent
Deprecated.
 
group(String) - Static method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.QueryBuilder
Deprecated.
 
group(String) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.StringDecorator
Deprecated.
Groups a string by surrounding it in parenthesis.

H

handleAction(Object, Object) - Method in class com.vaadin.v7.ui.AbstractField.FocusShortcut
Deprecated.
 
handleUnparsableDateString(String) - Method in class com.vaadin.v7.ui.DateField
Deprecated.
This method is called to handle a non-empty date string from the client if the client could not parse it as a Date.
handleUnrecognizedTypeNullValue(int, PreparedStatement, Map<Integer, Class<?>>) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.StatementHelper
Deprecated.
Handle unrecognized null values.
hasChildren(Object) - Method in interface com.vaadin.v7.data.Container.Hierarchical
Deprecated.
Tests if the Item specified with itemId has child Items or if it is a leaf.
hasChildren(Object) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
 
hasChildren(Object) - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
 
hasChildren(Object) - Method in class com.vaadin.v7.data.util.HierarchicalContainer
Deprecated.
 
hasChildren(Object) - Method in class com.vaadin.v7.data.util.HierarchicalContainerOrderedWrapper
Deprecated.
 
hasChildren(Object) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Tests if the Item specified with itemId has child Items.
hasChildren(Object) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
hasColor(Color) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerHistory
Deprecated.
Checks if the history contains given color.
HasColorChangeListener - Interface in com.vaadin.v7.ui.components.colorpicker
Deprecated.
hasContainerFilters() - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
hasContainerFilters() - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Returns true if any filters have been applied to the container.
hasContainerFilters() - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
hasContainerFilters() - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Returns true if any filters have been applied to the container.
hasConverter(Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Checks if there is a converter set explicitly for the given property id.
hasDropTime() - Method in class com.vaadin.v7.ui.components.calendar.CalendarTargetDetails
Deprecated.
 
hashCode() - Method in class com.vaadin.v7.data.sort.SortOrder
Deprecated.
 
hashCode() - Method in class com.vaadin.v7.data.util.FilesystemContainer.FileItem
Deprecated.
Calculates a integer hash-code for the Property that's unique inside the Item containing the Property.
hashCode() - Method in class com.vaadin.v7.data.util.filter.AbstractJunctionFilter
Deprecated.
 
hashCode() - Method in class com.vaadin.v7.data.util.filter.Between
Deprecated.
 
hashCode() - Method in class com.vaadin.v7.data.util.filter.Compare
Deprecated.
 
hashCode() - Method in class com.vaadin.v7.data.util.filter.IsNull
Deprecated.
 
hashCode() - Method in class com.vaadin.v7.data.util.filter.Like
Deprecated.
 
hashCode() - Method in class com.vaadin.v7.data.util.filter.Not
Deprecated.
 
hashCode() - Method in class com.vaadin.v7.data.util.filter.SimpleStringFilter
Deprecated.
 
hashCode() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedPropertyItem
Deprecated.
 
hashCode() - Method in class com.vaadin.v7.data.util.PropertysetItem
Deprecated.
 
hashCode() - Method in class com.vaadin.v7.data.util.sqlcontainer.ReadOnlyRowId
Deprecated.
 
hashCode() - Method in class com.vaadin.v7.data.util.sqlcontainer.RowId
Deprecated.
 
hashCode() - Method in class com.vaadin.v7.data.util.sqlcontainer.TemporaryRowId
Deprecated.
 
Header(Grid) - Constructor for class com.vaadin.v7.ui.Grid.Header
Deprecated.
 
HEADER_CLICK_METHOD - Static variable in class com.vaadin.v7.ui.Table.HeaderClickEvent
Deprecated.
 
HeaderCell(Grid.HeaderRow) - Constructor for class com.vaadin.v7.ui.Grid.HeaderCell
Deprecated.
 
headerClick(Table.HeaderClickEvent) - Method in interface com.vaadin.v7.ui.Table.HeaderClickListener
Deprecated.
Called when a user clicks a header column cell.
HeaderClickEvent(Component, Object, MouseEventDetails) - Constructor for class com.vaadin.v7.ui.Table.HeaderClickEvent
Deprecated.
 
HeaderRow(Grid.StaticSection<?>) - Constructor for class com.vaadin.v7.ui.Grid.HeaderRow
Deprecated.
 
HIDDEN - com.vaadin.v7.ui.Table.ColumnHeaderMode
Deprecated.
Column headers are hidden.
HIDDEN - com.vaadin.v7.ui.Table.RowHeaderMode
Deprecated.
Row caption mode: The row headers are hidden.
hidePopup() - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Hides a popup-window for color selection.
HierarchicalContainer - Class in com.vaadin.v7.data.util
Deprecated.
Use an appropriate implementation of HierarchicalDataProvider such as TreeDataProvider or AbstractBackEndHierarchicalDataProvider.
HierarchicalContainer() - Constructor for class com.vaadin.v7.data.util.HierarchicalContainer
Deprecated.
 
HierarchicalContainerOrderedWrapper - Class in com.vaadin.v7.data.util
Deprecated.
No direct replacement - use an appropriate implementation of HierarchicalDataProvider such as TreeDataProvider or AbstractBackEndHierarchicalDataProvider.
HierarchicalContainerOrderedWrapper(Container.Hierarchical) - Constructor for class com.vaadin.v7.data.util.HierarchicalContainerOrderedWrapper
Deprecated.
 
historyVisible - Variable in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
 
HorizontalLayout - Class in com.vaadin.v7.ui
Deprecated.
Replaced in 8.0 with HorizontalLayout with spacing on by default
HorizontalLayout() - Constructor for class com.vaadin.v7.ui.HorizontalLayout
Deprecated.
Constructs an empty HorizontalLayout.
HorizontalLayout(Component...) - Constructor for class com.vaadin.v7.ui.HorizontalLayout
Deprecated.
Constructs a HorizontalLayout with the given components.
hsvVisible - Variable in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
 
HtmlRenderer - Class in com.vaadin.v7.ui.renderers
Deprecated.
HtmlRenderer() - Constructor for class com.vaadin.v7.ui.renderers.HtmlRenderer
Deprecated.
Creates a new HTML renderer.
HtmlRenderer(String) - Constructor for class com.vaadin.v7.ui.renderers.HtmlRenderer
Deprecated.
Creates a new HTML renderer.

I

ICON_ONLY - com.vaadin.v7.ui.AbstractSelect.ItemCaptionMode
Deprecated.
Item caption mode: Only icons are shown, captions are hidden.
ICON_ONLY - com.vaadin.v7.ui.Table.RowHeaderMode
Deprecated.
Row caption mode: Only icons are shown, the captions are hidden.
id - Variable in class com.vaadin.v7.data.util.sqlcontainer.RowId
Deprecated.
 
ID - com.vaadin.v7.ui.AbstractSelect.ItemCaptionMode
Deprecated.
Item caption mode: Item's ID converted to a String using VaadinSession.getConverterFactory() is used as caption.
ID - com.vaadin.v7.ui.Table.ColumnHeaderMode
Deprecated.
Property ID:s are used as column headers.
ID - com.vaadin.v7.ui.Table.RowHeaderMode
Deprecated.
Row caption mode: Items Id-objects toString is used as row caption.
ID_TOSTRING - com.vaadin.v7.ui.AbstractSelect.ItemCaptionMode
Deprecated.
Item caption mode: Item's ID's String representation is used as caption.
idOver - Variable in class com.vaadin.v7.ui.AbstractSelect.AbstractSelectTargetDetails
Deprecated.
The item id over which the drag event happened.
ImageRenderer - Class in com.vaadin.v7.ui.renderers
Deprecated.
ImageRenderer() - Constructor for class com.vaadin.v7.ui.renderers.ImageRenderer
Deprecated.
Creates a new image renderer.
ImageRenderer(ClickableRenderer.RendererClickListener) - Constructor for class com.vaadin.v7.ui.renderers.ImageRenderer
Deprecated.
Creates a new image renderer and adds the given click listener to it.
implementationRespectsPagingLimits() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.FreeformQuery
Deprecated.
 
implementationRespectsPagingLimits() - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.QueryDelegate
Deprecated.
Allows the SQLContainer implementation to check whether the QueryDelegate implementation implements paging in the getResults method.
implementationRespectsPagingLimits() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
 
INDEX - com.vaadin.v7.ui.AbstractSelect.ItemCaptionMode
Deprecated.
Item caption mode: Index of the item is used as caption.
INDEX - com.vaadin.v7.ui.Table.RowHeaderMode
Deprecated.
Row caption mode: Index of the item is used as item caption.
IndexedContainer - Class in com.vaadin.v7.data.util
Deprecated.
As of 8.0, replaced by ListDataProvider
IndexedContainer() - Constructor for class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
IndexedContainer(Collection<?>) - Constructor for class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
IndexedContainer.ItemSetChangeEvent - Class in com.vaadin.v7.data.util
Deprecated.
indexOf(Object) - Method in class com.vaadin.v7.data.util.ListSet
Deprecated.
 
indexOfId(Object) - Method in interface com.vaadin.v7.data.Container.Indexed
Deprecated.
Gets the index of the Item corresponding to the itemId.
indexOfId(Object) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
indexOfId(Object) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
indexOfId(Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
indexOfId(Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
indexOfId(Object) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
initContent() - Method in class com.vaadin.v7.ui.CustomField
Deprecated.
Create the content component or layout for the field.
InlineDateField - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0, replaced by InlineDateField and InlineDateTimeField based on LocalDate
InlineDateField() - Constructor for class com.vaadin.v7.ui.InlineDateField
Deprecated.
 
InlineDateField(Property) - Constructor for class com.vaadin.v7.ui.InlineDateField
Deprecated.
 
InlineDateField(String) - Constructor for class com.vaadin.v7.ui.InlineDateField
Deprecated.
 
InlineDateField(String, Property) - Constructor for class com.vaadin.v7.ui.InlineDateField
Deprecated.
 
InlineDateField(String, Date) - Constructor for class com.vaadin.v7.ui.InlineDateField
Deprecated.
 
inRange(Date) - Method in class com.vaadin.v7.ui.components.calendar.CalendarDateRange
Deprecated.
Is a date in the date range.
IntegerRangeValidator - Class in com.vaadin.v7.data.validator
Deprecated.
IntegerRangeValidator(String, Integer, Integer) - Constructor for class com.vaadin.v7.data.validator.IntegerRangeValidator
Deprecated.
Creates a validator for checking that an Integer is within a given range.
IntegerValidator - Class in com.vaadin.v7.data.validator
Deprecated.
As of 7.0. Use a StringToIntegerConverter converter on the field instead or bind the field to a Property of type Integer.
IntegerValidator(String) - Constructor for class com.vaadin.v7.data.validator.IntegerValidator
Deprecated.
As of 7.0. Use an Integer converter on the field instead and/or use an IntegerRangeValidator for validating that the value is inside a given range.
internalAddItemAfter(ITEMIDTYPE, ITEMIDTYPE, ITEMCLASS, boolean) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Add an item after a given (visible) item, and perform filtering.
internalAddItemAt(int, ITEMIDTYPE, ITEMCLASS, boolean) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Add an item at a given (visible after filtering) item index, and perform filtering.
internalAddItemAtEnd(ITEMIDTYPE, ITEMCLASS, boolean) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Add an item at the end of the container, and perform filtering if necessary.
internalRemoveAllItems() - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Removes all items from the internal data structures of this class.
internalRemoveItem(Object) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Removes a single item from the internal data structures of this class.
interruptUpload() - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Interrupts the upload currently being received.
InvalidValueException(String) - Constructor for exception com.vaadin.v7.data.Validator.InvalidValueException
Deprecated.
Constructs a new InvalidValueException with the specified message.
InvalidValueException(String, Validator.InvalidValueException...) - Constructor for exception com.vaadin.v7.data.Validator.InvalidValueException
Deprecated.
Constructs a new InvalidValueException with a set of causing validation exceptions.
invokeSetMethod(T) - Method in class com.vaadin.v7.data.util.MethodProperty
Deprecated.
Internal method to actually call the setter method of the wrapped property.
invokeSetMethod(T) - Method in class com.vaadin.v7.data.util.NestedMethodProperty
Deprecated.
Internal method to actually call the setter method of the wrapped property.
isAllDay() - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEvent
Deprecated.
 
isAllDay() - Method in interface com.vaadin.v7.ui.components.calendar.event.CalendarEvent
Deprecated.
An all-day event typically does not occur at a specific time but targets a whole day or days.
isAnimationsEnabled() - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
isAscending() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.OrderBy
Deprecated.
 
isAutoCommit() - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Returns status of the auto commit mode.
isBeanValidationImplementationAvailable() - Static method in class com.vaadin.v7.data.fieldgroup.BeanFieldGroup
Deprecated.
Checks whether a bean validation implementation (e.g.
isBuffered() - Method in interface com.vaadin.v7.data.Buffered
Deprecated.
Checks the buffered mode.
isBuffered() - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Checks the buffered mode for the bound fields.
isBuffered() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Checks the buffered mode of this Field.
isCaseSensitive() - Method in class com.vaadin.v7.data.util.filter.Like
Deprecated.
 
isClientChangeAllowed() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Is the user allowed to trigger events which alters the events.
isCollapsed(Object) - Method in interface com.vaadin.v7.data.Collapsible
Deprecated.
Checks whether the Item, identified by itemId is collapsed or not.
isCollapsed(Object) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
Checks if Item with given identifier is collapsed in the UI.
isColumnCollapsed(Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Checks if the specified column is collapsed.
isColumnCollapsible(Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Checks if the given column is collapsible.
isColumnCollapsingAllowed() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Checks if column collapsing is allowed.
isColumnReorderingAllowed() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Returns whether column reordering is allowed.
isColumnReorderingAllowed() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Checks if column reordering is allowed.
isDefaultCaptionEnabled() - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Returns true if the component shows the default caption (css-code for the currently selected color, e.g.
isDeselectAllowed() - Method in interface com.vaadin.v7.ui.Grid.SelectionModel.Single
Deprecated.
Sets whether it's allowed to deselect the selected row through the UI.
isDeselectAllowed() - Method in class com.vaadin.v7.ui.Grid.SingleSelectionModel
Deprecated.
 
isDetailsVisible(Object) - Method in class com.vaadin.v7.ui.Grid.DetailComponentManager
Deprecated.
Checks whether details are visible for the given item.
isDetailsVisible(Object) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Checks whether details are visible for the given item.
isEditable() - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Returns whether the properties corresponding to this column should be editable when the item editor is active.
isEditable() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Is table editable.
isEditorActive() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Returns whether an item is currently being edited in the editor.
isEditorBuffered() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Gets the buffered editor mode.
isEditorEnabled() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Checks whether the item editor UI is enabled for this grid.
isEmpty() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
 
isEmpty() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
For multi-selectable fields, also an empty collection of values is considered to be an empty field.
isEmpty() - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
 
isEmpty() - Method in class com.vaadin.v7.ui.CheckBox
Deprecated.
 
isEmpty() - Method in interface com.vaadin.v7.ui.Field
Deprecated.
Is the field empty? In general, "empty" state is same as null.
isEmpty() - Method in class com.vaadin.v7.ui.Form
Deprecated.
Is the field empty? In general, "empty" state is same as null.
isEmpty() - Method in class com.vaadin.v7.ui.ProgressBar
Deprecated.
 
isEmpty() - Method in class com.vaadin.v7.ui.RichTextArea
Deprecated.
 
isEmpty() - Method in class com.vaadin.v7.ui.Slider
Deprecated.
 
isEnabled() - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Returns the enabled status for the fields.
isEventCaptionAsHtml() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Checks whether event captions are rendered as HTML
isEventClickAllowed() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
As of 7.4, override Calendar.fireEventClick(Integer) instead.
isExpanded(Object) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Check is an item is expanded.
isFiltered() - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Returns true is the container has active filters.
isFirstId(Object) - Method in interface com.vaadin.v7.data.Container.Ordered
Deprecated.
Tests if the Item corresponding to the given Item ID is the first Item in the Container.
isFirstId(Object) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
isFirstId(Object) - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
 
isFirstId(Object) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
isFirstId(Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
isFirstId(Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Tests if the Item corresponding to the given Item ID is the first Item in the Container.
isFooterVisible() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Returns the visibility of the footer section.
isFooterVisible() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Is the footer currently visible?
isHeaderVisible() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Returns the visibility of the header section.
isHidable() - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Returns whether this column can be hidden by the user.
isHidden() - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Returns whether this column is hidden.
isHidden() - Method in class com.vaadin.v7.ui.Grid.ColumnVisibilityChangeEvent
Deprecated.
Was the column set hidden or visible.
isHtmlContentAllowed() - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
isHtmlContentAllowed() - Method in class com.vaadin.v7.ui.OptionGroup
Deprecated.
Checks whether captions are interpreted as html or plain text.
isHtmlContentAllowed() - Method in class com.vaadin.v7.ui.Table.GeneratedRow
Deprecated.
 
isHtmlContentAllowed() - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Checks whether captions are interpreted as html or plain text.
isIgnoreCase() - Method in class com.vaadin.v7.data.util.filter.SimpleStringFilter
Deprecated.
Returns whether the filter is case-insensitive or case-sensitive.
isImmediate() - Method in class com.vaadin.v7.ui.AbstractLegacyComponent
Deprecated.
Returns the immediate mode of the component.
isImmediate() - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Returns the immediate mode of the component.
isIncludeParentsWhenFiltering() - Method in class com.vaadin.v7.data.util.HierarchicalContainer
Deprecated.
Used to control how filtering works.
isIndeterminate() - Method in class com.vaadin.v7.ui.ProgressBar
Deprecated.
Gets whether or not this progress indicator is indeterminate.
isInTransaction() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.AbstractTransactionalQuery
Deprecated.
 
isInvalidAllowed() - Method in interface com.vaadin.v7.data.Validatable
Deprecated.
Checks the validabtable object accept invalid values.The default value is true.
isInvalidAllowed() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Fields allow invalid values by default.
isInvalidAllowed() - Method in class com.vaadin.v7.ui.Form
Deprecated.
Checks the validabtable object accept invalid values.
isInvalidCommitted() - Method in interface com.vaadin.v7.data.BufferedValidatable
Deprecated.
Tests if the invalid data is committed to datasource.
isInvalidCommitted() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Tests if the invalid data is committed to datasource.
isInvisible() - Method in exception com.vaadin.v7.data.Validator.InvalidValueException
Deprecated.
Check if the error message should be hidden.
isItemEnabled(Object) - Method in class com.vaadin.v7.ui.OptionGroup
Deprecated.
Returns true if the item is enabled.
isLastId(Object) - Method in interface com.vaadin.v7.data.Container.Ordered
Deprecated.
Tests if the Item corresponding to the given Item ID is the last Item in the Container.
isLastId(Object) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
isLastId(Object) - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
 
isLastId(Object) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
isLastId(Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
isLastId(Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Tests if the Item corresponding to the given Item ID is the last Item in the Container.
isLastId(Object) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
isLenient() - Method in class com.vaadin.v7.ui.DateField
Deprecated.
Returns whether date/time interpretation is to be lenient.
isMaxValueIncluded() - Method in class com.vaadin.v7.data.validator.RangeValidator
Deprecated.
Checks if the maximum value is part of the accepted range.
isMinValueIncluded() - Method in class com.vaadin.v7.data.validator.RangeValidator
Deprecated.
Checks if the minimum value is part of the accepted range.
isModified() - Method in interface com.vaadin.v7.data.Buffered
Deprecated.
Tests if the value stored in the object has been modified since it was last updated from the data source.
isModified() - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Checks if any bound field has been modified.
isModified() - Method in class com.vaadin.v7.data.util.sqlcontainer.ColumnProperty
Deprecated.
 
isModified() - Method in class com.vaadin.v7.data.util.sqlcontainer.RowItem
Deprecated.
 
isModified() - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Returns modify state of the container.
isModified() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
 
isModified() - Method in class com.vaadin.v7.ui.Form
Deprecated.
 
isMonthlyMode() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Is the calendar in a mode where all days of the month is shown.
isMonthlyMode() - Method in class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.RangeSelectEvent
Deprecated.
isMultiSelect() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Is the select in multiselect mode? In multiselect mode
isMultiSelect() - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
As of 7.0, use ListSelect, OptionGroup or TwinColSelect instead
isMultiSelectTouchDetectionEnabled() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Returns if touch screen detection is used to toggle multi select mode.
isNewItemsAllowed() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Does the select allow adding new options by the user.
IsNull - Class in com.vaadin.v7.data.util.filter
Deprecated.
As of 8.0, the whole filtering feature is integrated into DataProvider. For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders, filters are specific to the implementation.
IsNull(Object) - Constructor for class com.vaadin.v7.data.util.filter.IsNull
Deprecated.
Constructor for a filter that compares the value of an item property with null.
isNullable() - Method in class com.vaadin.v7.data.util.sqlcontainer.ColumnProperty
Deprecated.
 
isNullAllowed() - Method in class com.vaadin.v7.data.validator.NullValidator
Deprecated.
Returns true if nulls are allowed otherwise false.
isNullAllowed() - Method in class com.vaadin.v7.data.validator.StringLengthValidator
Deprecated.
isNullSelectionAllowed() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Checks if null empty selection is allowed by the user.
isNullSettingAllowed() - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
Is setting nulls with null-string representation allowed.
isNullSettingAllowed() - Method in class com.vaadin.v7.ui.RichTextArea
Deprecated.
Is setting nulls with null-string representation allowed.
IsNullTranslator - Class in com.vaadin.v7.data.util.sqlcontainer.query.generator.filter
Deprecated.
As of 8.0, no replacement available.
IsNullTranslator() - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.IsNullTranslator
Deprecated.
 
isOnlyMatchPrefix() - Method in class com.vaadin.v7.data.util.filter.SimpleStringFilter
Deprecated.
Returns true if the filter only applies to the beginning of the value string, false for any location in the value.
isPartialRowUpdate() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Subclass and override this to enable partial row updates and additions, which bypass the normal caching mechanism.
isPartialRowUpdate() - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
isPersistent() - Method in class com.vaadin.v7.data.util.sqlcontainer.ColumnProperty
Deprecated.
Return whether the value of this property should be persisted to the database.
isPrimaryKey() - Method in class com.vaadin.v7.data.util.sqlcontainer.ColumnProperty
Deprecated.
 
isPropertyFiltered(Object) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Checks if there is a filter that applies to a given property.
isReadOnly() - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Returns the read only status that is used by default with all fields that have a writable data source.
isReadOnly() - Method in interface com.vaadin.v7.data.Property
Deprecated.
Tests if the Property is in read-only mode.
isReadOnly() - Method in class com.vaadin.v7.data.util.AbstractProperty
Deprecated.
Tests if the Property is in read-only mode.
isReadOnly() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedProperty
Deprecated.
 
isReadOnly() - Method in class com.vaadin.v7.data.util.MethodProperty
Deprecated.
Tests if the object is in read-only mode.
isReadOnly() - Method in class com.vaadin.v7.data.util.NestedMethodProperty
Deprecated.
 
isReadOnly() - Method in class com.vaadin.v7.data.util.PropertyFormatter
Deprecated.
Reflects the read-only status of the datasource.
isReadOnly() - Method in class com.vaadin.v7.data.util.sqlcontainer.ColumnProperty
Deprecated.
 
isReadOnly() - Method in class com.vaadin.v7.data.util.TextFileProperty
Deprecated.
 
isReadOnly() - Method in class com.vaadin.v7.data.util.TransactionalPropertyWrapper
Deprecated.
 
isReadOnly() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
The abstract field is read only also if the data source is in read only mode.
isReadOnly() - Method in class com.vaadin.v7.ui.AbstractLegacyComponent
Deprecated.
Tests whether the component is in the read-only mode.
isReadOnly() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Returns the read-only state.
isReadOnlyChangeAllowed() - Method in class com.vaadin.v7.data.util.sqlcontainer.ColumnProperty
Deprecated.
Returns whether the read-only status of this property can be changed using ColumnProperty.setReadOnly(boolean).
isRecursive() - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
Is this container recursive filesystem.
isRendered(Component) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
 
isRequired() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
 
isRequired() - Method in interface com.vaadin.v7.ui.Field
Deprecated.
Is this field required.
isResizable() - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Returns whether this column can be resized by the user.
isRoot(Object) - Method in interface com.vaadin.v7.data.Container.Hierarchical
Deprecated.
Tests if the Item specified with itemId is a root Item.
isRoot(Object) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
 
isRoot(Object) - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
 
isRoot(Object) - Method in class com.vaadin.v7.data.util.HierarchicalContainer
Deprecated.
 
isRoot(Object) - Method in class com.vaadin.v7.data.util.HierarchicalContainerOrderedWrapper
Deprecated.
 
isRoot(Object) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Tests if the Item specified with itemId is a root Item.
isRoot(Object) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
isRowCacheInvalidated() - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
isRowIdentifier() - Method in class com.vaadin.v7.data.util.sqlcontainer.ColumnProperty
Deprecated.
Returns whether or not this property is used as a row identifier.
isScrollToSelectedItem() - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
Returns true if the select should find the page with the selected item when opening the popup (single select combo box only).
isSelectable() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Returns whether table is selectable.
isSelectable() - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Returns the current selectable state.
isSelected(Object) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Tests if an item is selected.
isSelected(Object) - Method in class com.vaadin.v7.ui.Grid.AbstractSelectionModel
Deprecated.
 
isSelected(Object) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Checks whether an item is selected or not.
isSelected(Object) - Method in class com.vaadin.v7.ui.Grid.NoSelectionModel
Deprecated.
 
isSelected(Object) - Method in interface com.vaadin.v7.ui.Grid.SelectionModel
Deprecated.
Checks whether an item is selected or not.
isSelected(Object) - Method in interface com.vaadin.v7.ui.Grid.SelectionModel.None
Deprecated.
Checks whether an item is selected or not.
isShowISOWeekNumbers() - Method in class com.vaadin.v7.ui.DateField
Deprecated.
Checks whether ISO 8601 week numbers are shown in the date selector.
isSortable() - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Returns whether the user can sort the grid by this column.
isSortAscending() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Is the table currently sorted in ascending order.
isSortDisabled() - Method in class com.vaadin.v7.ui.Table
Deprecated.
As of 7.0, use Table.isSortEnabled() instead
isSortEnabled() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Checks if sorting is enabled.
isSpanColumns() - Method in class com.vaadin.v7.ui.Table.GeneratedRow
Deprecated.
 
isTextFieldEnabled() - Method in class com.vaadin.v7.ui.PopupDateField
Deprecated.
Checks whether the text field is enabled (default) or not.
isTextInputAllowed() - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
Returns true if the user can enter text into the field to either filter the selections or enter a new value if AbstractSelect.isNewItemsAllowed() returns true.
isUploading() - Method in class com.vaadin.v7.ui.Upload
Deprecated.
 
isUserOriginated() - Method in class com.vaadin.v7.event.SortEvent
Deprecated.
Returns whether this event originated from actions done by the user.
isUserOriginated() - Method in class com.vaadin.v7.ui.Grid.ColumnReorderEvent
Deprecated.
Returns true if the column reorder was done by the user, false if not and it was triggered by server side code.
isUserOriginated() - Method in class com.vaadin.v7.ui.Grid.ColumnResizeEvent
Deprecated.
Returns true if the column resize was done by the user, false if not and it was triggered by server side code.
isUserOriginated() - Method in class com.vaadin.v7.ui.Grid.ColumnVisibilityChangeEvent
Deprecated.
Returns true if the column reorder was done by the user, false if not and it was triggered by server side code.
isUserSelectionAllowed() - Method in class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
 
isUserSelectionAllowed() - Method in interface com.vaadin.v7.ui.Grid.SelectionModel.HasUserSelectionAllowed
Deprecated.
Checks if the user is allowed to change the selection.
isUserSelectionAllowed() - Method in class com.vaadin.v7.ui.Grid.SingleSelectionModel
Deprecated.
 
isValid() - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Checks the validity of the bound fields.
isValid() - Method in interface com.vaadin.v7.data.Validatable
Deprecated.
Tests the current value of the object against all registered validators.
isValid() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Tests the current value against registered validators if the field is not empty.
isValid(Object) - Method in class com.vaadin.v7.data.validator.AbstractValidator
Deprecated.
Since Vaadin 7, subclasses of AbstractValidator should override AbstractValidator.isValidValue(Object) or AbstractValidator.validate(Object) instead of AbstractValidator.isValid(Object).
isValidationFailure() - Method in class com.vaadin.v7.ui.Grid.CommitErrorEvent
Deprecated.
Checks if validation exceptions caused this error.
isValidationVisible() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Is automatic, visible validation enabled? If automatic validation is enabled, any validators connected to this component are evaluated while painting the component and potential error messages are sent to client.
isValidationVisibleOnCommit() - Method in class com.vaadin.v7.ui.Form
Deprecated.
Is validation made automatically visible on commit? See setValidationVisibleOnCommit().
isValidType(Object) - Method in class com.vaadin.v7.data.validator.AbstractValidator
Deprecated.
Checks the type of the value to validate to ensure it conforms with getType.
isValidValue(String) - Method in class com.vaadin.v7.data.validator.DoubleValidator
Deprecated.
 
isValidValue(String) - Method in class com.vaadin.v7.data.validator.IntegerValidator
Deprecated.
 
isValidValue(String) - Method in class com.vaadin.v7.data.validator.RegexpValidator
Deprecated.
 
isValidValue(String) - Method in class com.vaadin.v7.data.validator.StringLengthValidator
Deprecated.
Checks if the given value is valid.
isValidValue(T) - Method in class com.vaadin.v7.data.validator.AbstractValidator
Deprecated.
Internally check the validity of a value.
isValidValue(T) - Method in class com.vaadin.v7.data.validator.RangeValidator
Deprecated.
 
isVersionColumn() - Method in class com.vaadin.v7.data.util.sqlcontainer.ColumnProperty
Deprecated.
 
isVisible() - Method in class com.vaadin.v7.ui.Grid.StaticSection
Deprecated.
Returns the visibility of this section.
isWidthUndefined() - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Returns whether this column has an undefined width.
isWordwrap() - Method in class com.vaadin.v7.ui.TextArea
Deprecated.
Tests if the text area is in word-wrap mode.
Item - Interface in com.vaadin.v7.data
Deprecated.
As of 8.0, no direct replacement available, see Binder, DataProvider
ITEM - com.vaadin.v7.ui.AbstractSelect.ItemCaptionMode
Deprecated.
Item caption mode: Item's String representation is used as caption.
ITEM - com.vaadin.v7.ui.Table.RowHeaderMode
Deprecated.
Row caption mode: Item-objects toString is used as row caption.
ITEM_CAPTION_MODE_EXPLICIT - Static variable in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
ITEM_CAPTION_MODE_EXPLICIT_DEFAULTS_ID - Static variable in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
ITEM_CAPTION_MODE_ICON_ONLY - Static variable in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
ITEM_CAPTION_MODE_ID - Static variable in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
As of 7.0, use AbstractSelect.ItemCaptionMode.ID instead
ITEM_CAPTION_MODE_INDEX - Static variable in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
ITEM_CAPTION_MODE_ITEM - Static variable in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
ITEM_CAPTION_MODE_PROPERTY - Static variable in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
ITEM_CLICK_METHOD - Static variable in class com.vaadin.v7.event.ItemClickEvent
Deprecated.
 
Item.Editor - Interface in com.vaadin.v7.data
Deprecated.
Item.PropertySetChangeEvent - Interface in com.vaadin.v7.data
Deprecated.
Item.PropertySetChangeListener - Interface in com.vaadin.v7.data
Deprecated.
Item.PropertySetChangeNotifier - Interface in com.vaadin.v7.data
Deprecated.
Item.Viewer - Interface in com.vaadin.v7.data
Deprecated.
itemClick(ItemClickEvent) - Method in interface com.vaadin.v7.event.ItemClickEvent.ItemClickListener
Deprecated.
 
ItemClickEvent - Class in com.vaadin.v7.event
Deprecated.
As of 8.0, see component-specific click events.
ItemClickEvent(Component, Item, Object, Object, MouseEventDetails) - Constructor for class com.vaadin.v7.event.ItemClickEvent
Deprecated.
 
ItemClickEvent.ItemClickListener - Interface in com.vaadin.v7.event
Deprecated.
ItemClickEvent.ItemClickNotifier - Interface in com.vaadin.v7.event
Deprecated.
itemIdMapper - Variable in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Keymapper used to map key values.
itemPropertySetChange(Item.PropertySetChangeEvent) - Method in interface com.vaadin.v7.data.Item.PropertySetChangeListener
Deprecated.
Notifies this listener that the Item's property set has changed.
itemPropertySetChange(Item.PropertySetChangeEvent) - Method in class com.vaadin.v7.ui.AbstractSelect.CaptionChangeListener
Deprecated.
 
items - Variable in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Select options.
ItemSorter - Interface in com.vaadin.v7.data.util
Deprecated.
As of 8.0, sorting is integrated into DataProvider and Query.getSortOrders(). For in-memory case, you can use also ListDataProvider.setSortComparator(SerializableComparator). For back-end DataProviders, see AbstractBackEndDataProvider.setSortOrders(List).
iterator() - Method in class com.vaadin.v7.ui.CustomField
Deprecated.
 
iterator() - Method in class com.vaadin.v7.ui.Form
Deprecated.
 
iterator() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
 
iterator() - Method in class com.vaadin.v7.ui.Table
Deprecated.
 

J

J2EEConnectionPool - Class in com.vaadin.v7.data.util.sqlcontainer.connection
Deprecated.
As of 8.0, no replacement available.
J2EEConnectionPool(String) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.connection.J2EEConnectionPool
Deprecated.
 
J2EEConnectionPool(DataSource) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.connection.J2EEConnectionPool
Deprecated.
 
JDBCConnectionPool - Interface in com.vaadin.v7.data.util.sqlcontainer.connection
Deprecated.
As of 8.0, no replacement available.
join(CELLTYPE...) - Method in class com.vaadin.v7.ui.Grid.StaticSection.StaticRow
Deprecated.
Merges columns cells in a row.
join(Object...) - Method in class com.vaadin.v7.ui.Grid.StaticSection.StaticRow
Deprecated.
Merges columns cells in a row.
join(Set<CELLTYPE>) - Method in class com.vaadin.v7.ui.Grid.StaticSection.StaticRow
Deprecated.
 

L

Label - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0, replaced by Label that removes data binding support
Label() - Constructor for class com.vaadin.v7.ui.Label
Deprecated.
Creates an empty Label.
Label(Property) - Constructor for class com.vaadin.v7.ui.Label
Deprecated.
Creates a new instance of Label with text-contents read from given datasource.
Label(Property, ContentMode) - Constructor for class com.vaadin.v7.ui.Label
Deprecated.
Creates a new instance of Label with text-contents read from given datasource.
Label(String) - Constructor for class com.vaadin.v7.ui.Label
Deprecated.
Creates a new instance of Label with text-contents.
Label(String, ContentMode) - Constructor for class com.vaadin.v7.ui.Label
Deprecated.
Creates a new instance of Label with text-contents.
LABEL_BIG - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Big font for important or emphasized texts.
LABEL_COLOR - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Adds color to the text (usually the alternate color of the theme).
LABEL_ERROR - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Adds an error icon on the left side and a red background to the label.
LABEL_H1 - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Large font for main application headings.
LABEL_H1 - Static variable in class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
Large font for main application headings.
LABEL_H1 - Static variable in class com.vaadin.v7.ui.themes.Runo
Deprecated.
Largest title/header size.
LABEL_H2 - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Large font for different sections in the application.
LABEL_H2 - Static variable in class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
Large font for different sections in the application.
LABEL_H2 - Static variable in class com.vaadin.v7.ui.themes.Runo
Deprecated.
Similar style as in panel captions.
LABEL_H3 - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Font for sub-section headers.
LABEL_H4 - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Font for paragraphs headers.
LABEL_LOADING - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Adds a spinner icon on the left side of the label.
LABEL_SMALL - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Small and a little lighter font.
LABEL_SMALL - Static variable in class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
Small and a little lighter font.
LABEL_SMALL - Static variable in class com.vaadin.v7.ui.themes.Runo
Deprecated.
Small font size.
LABEL_TINY - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Very small and lighter font for things such as footnotes and component specific informations.
LABEL_WARNING - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Adds a warning icon on the left side and a yellow background to the label.
Label.ValueChangeEvent - Class in com.vaadin.v7.ui
Deprecated.
lastIndexOf(Object) - Method in class com.vaadin.v7.data.util.ListSet
Deprecated.
 
lastItemId() - Method in interface com.vaadin.v7.data.Container.Ordered
Deprecated.
Gets the ID of the last Item in the Container..
lastItemId() - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
lastItemId() - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
 
lastItemId() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
lastItemId() - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
lastItemId() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Gets the ID of the last Item in the Container.
lastItemId() - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
lastModified() - Method in class com.vaadin.v7.data.util.FilesystemContainer.FileItem
Deprecated.
Gets the last modified date of this file.
LAYOUT_BLACK - Static variable in class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
Changes the background of a layout to almost black, and at the same time transforms contained components to their black style correspondents when available.
LAYOUT_BLUE - Static variable in class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
Changes the background of a layout to a shade of blue.
LAYOUT_DARKER - Static variable in class com.vaadin.v7.ui.themes.Runo
Deprecated.
An alternative background color for layouts.
LAYOUT_WHITE - Static variable in class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
Changes the background of a layout to white.
LAZY - com.vaadin.v7.ui.AbstractTextField.TextChangeEventMode
Deprecated.
An event is triggered when there is a pause of text modifications.
LEFT - com.vaadin.v7.ui.Table.Align
Deprecated.
Left column alignment.
Less(Object, Object) - Constructor for class com.vaadin.v7.data.util.filter.Compare.Less
Deprecated.
Construct a filter that accepts items for which the identified property value is less than value.
LESS - com.vaadin.v7.data.util.filter.Compare.Operation
Deprecated.
 
LESS_OR_EQUAL - com.vaadin.v7.data.util.filter.Compare.Operation
Deprecated.
 
LessOrEqual(Object, Object) - Constructor for class com.vaadin.v7.data.util.filter.Compare.LessOrEqual
Deprecated.
Construct a filter that accepts items for which the identified property value is less than or equal to value.
Like - Class in com.vaadin.v7.data.util.filter
Deprecated.
As of 8.0, the whole filtering feature is integrated into DataProvider. For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders, filters are specific to the implementation.
Like(Object, String) - Constructor for class com.vaadin.v7.data.util.filter.Like
Deprecated.
 
Like(Object, String, boolean) - Constructor for class com.vaadin.v7.data.util.filter.Like
Deprecated.
 
LikeTranslator - Class in com.vaadin.v7.data.util.sqlcontainer.query.generator.filter
Deprecated.
As of 8.0, no replacement available.
LikeTranslator() - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.LikeTranslator
Deprecated.
 
ListSelect - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0 replaced by ListSelect based on the new data binding API
ListSelect() - Constructor for class com.vaadin.v7.ui.ListSelect
Deprecated.
 
ListSelect(String) - Constructor for class com.vaadin.v7.ui.ListSelect
Deprecated.
 
ListSelect(String, Container) - Constructor for class com.vaadin.v7.ui.ListSelect
Deprecated.
 
ListSelect(String, Collection<?>) - Constructor for class com.vaadin.v7.ui.ListSelect
Deprecated.
 
ListSet<E> - Class in com.vaadin.v7.data.util
Deprecated.
As of 8.0, no replacement available.
ListSet() - Constructor for class com.vaadin.v7.data.util.ListSet
Deprecated.
 
ListSet(int) - Constructor for class com.vaadin.v7.data.util.ListSet
Deprecated.
 
ListSet(Collection<? extends E>) - Constructor for class com.vaadin.v7.data.util.ListSet
Deprecated.
 
LongRangeValidator - Class in com.vaadin.v7.data.validator
Deprecated.
LongRangeValidator(String, Long, Long) - Constructor for class com.vaadin.v7.data.validator.LongRangeValidator
Deprecated.
Creates a validator for checking that an Long is within a given range.

M

markAsDirty() - Method in class com.vaadin.v7.ui.Grid.StaticSection
Deprecated.
Informs the grid that state has changed and it should be redrawn.
markAsDirty() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Requests that the Table should be repainted as soon as possible.
markAsDirty() - Method in class com.vaadin.v7.ui.Tree
Deprecated.
 
markAsDirty() - Method in class com.vaadin.v7.ui.Upload
Deprecated.
 
markAsDirtyRecursive() - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
METHOD - Static variable in class com.vaadin.v7.ui.Table.ColumnCollapseEvent
Deprecated.
 
METHOD - Static variable in class com.vaadin.v7.ui.Table.ColumnReorderEvent
Deprecated.
 
MethodException(Property, String) - Constructor for exception com.vaadin.v7.data.util.MethodProperty.MethodException
Deprecated.
Constructs a new MethodException with the specified detail message.
MethodException(Property, Throwable) - Constructor for exception com.vaadin.v7.data.util.MethodProperty.MethodException
Deprecated.
Constructs a new MethodException from another exception.
MethodProperty<T> - Class in com.vaadin.v7.data.util
Deprecated.
As of 8.0, replaced by ValueProvider, Setter, see Binder
MethodProperty(Class<?>, Object, Method, Method, Object[], Object[], int) - Constructor for class com.vaadin.v7.data.util.MethodProperty
Deprecated.
Creates a new instance of MethodProperty from the getter and setter methods, and argument lists.
MethodProperty(Class<? extends T>, Object, Method, Method) - Constructor for class com.vaadin.v7.data.util.MethodProperty
Deprecated.
Creates a new instance of MethodProperty with the getter and setter methods.
MethodProperty(Class<? extends T>, Object, String, String) - Constructor for class com.vaadin.v7.data.util.MethodProperty
Deprecated.
Creates a new instance of MethodProperty from named getter and setter methods.
MethodProperty(Class<? extends T>, Object, String, String, Object[], Object[], int) - Constructor for class com.vaadin.v7.data.util.MethodProperty
Deprecated.
Creates a new instance of MethodProperty from named getter and setter methods and argument lists.
MethodProperty(Object, String) - Constructor for class com.vaadin.v7.data.util.MethodProperty
Deprecated.
Creates a new instance of MethodProperty from a named bean property.
MethodProperty.MethodException - Exception in com.vaadin.v7.data.util
Deprecated.
MethodPropertyDescriptor<BT> - Class in com.vaadin.v7.data.util
Deprecated.
As of 8.0, no replacement available.
MethodPropertyDescriptor(String, Class<?>, Method, Method) - Constructor for class com.vaadin.v7.data.util.MethodPropertyDescriptor
Deprecated.
Creates a property descriptor that can create MethodProperty instances to access the underlying bean property.
MIDDLE - Static variable in class com.vaadin.v7.ui.AbstractSelect.VerticalLocationIs
Deprecated.
 
minifyFieldName(String) - Static method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
 
MODE_AND - Static variable in class com.vaadin.v7.data.validator.CompositeValidator
Deprecated.
MODE_OR - Static variable in class com.vaadin.v7.data.validator.CompositeValidator
Deprecated.
modifyFilter(Container.Filter) - Method in class com.vaadin.v7.data.util.PropertyValueGenerator
Deprecated.
Return an updated filter that should be compatible with the underlying container.
moveAfterSibling(Object, Object) - Method in class com.vaadin.v7.data.util.HierarchicalContainer
Deprecated.
Moves a node (an Item) in the container immediately after a sibling node.
MoveEvent(Calendar, CalendarEvent, Date) - Constructor for class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.MoveEvent
Deprecated.
MoveEvent needs the target event and new start date.
MSSQLGenerator - Class in com.vaadin.v7.data.util.sqlcontainer.query.generator
Deprecated.
As of 8.0, no replacement available.
MSSQLGenerator() - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.generator.MSSQLGenerator
Deprecated.
 
MSSQLGenerator(String, String) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.generator.MSSQLGenerator
Deprecated.
Construct a MSSQLGenerator with the specified identifiers for start and end of quoted strings.
MULTI - com.vaadin.v7.ui.Grid.SelectionMode
Deprecated.
A SelectionMode that maps to Grid.MultiSelectionModel.
MULTIROW - com.vaadin.v7.ui.Table.TableDragMode
Deprecated.
Table drags selected rows, if drag starts on a selected rows.
MultiSelectionModel() - Constructor for class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
 

N

NativeSelect - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0 replaced by NativeSelect based on the new data binding API
NativeSelect() - Constructor for class com.vaadin.v7.ui.NativeSelect
Deprecated.
 
NativeSelect(String) - Constructor for class com.vaadin.v7.ui.NativeSelect
Deprecated.
 
NativeSelect(String, Container) - Constructor for class com.vaadin.v7.ui.NativeSelect
Deprecated.
 
NativeSelect(String, Collection<?>) - Constructor for class com.vaadin.v7.ui.NativeSelect
Deprecated.
 
NestedMethodProperty<T> - Class in com.vaadin.v7.data.util
Deprecated.
As of 8.0, replaced by ValueProvider, Setter, see Binder
NestedMethodProperty(Object, String) - Constructor for class com.vaadin.v7.data.util.NestedMethodProperty
Deprecated.
Constructs a nested method property for a given object instance.
NestedPropertyDescriptor<BT> - Class in com.vaadin.v7.data.util
Deprecated.
As of 8.0, no replacement available.
NestedPropertyDescriptor(String, Class<BT>) - Constructor for class com.vaadin.v7.data.util.NestedPropertyDescriptor
Deprecated.
Creates a property descriptor that can create MethodProperty instances to access the underlying bean property.
nextItemId(Object) - Method in interface com.vaadin.v7.data.Container.Ordered
Deprecated.
Gets the ID of the Item following the Item that corresponds to itemId.
nextItemId(Object) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
nextItemId(Object) - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
 
nextItemId(Object) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
nextItemId(Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
nextItemId(Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Gets the ID of the Item following the Item that corresponds to itemId.
nextItemId(Object) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
NODE - com.vaadin.v7.ui.Tree.TreeDragMode
Deprecated.
When drag mode is NODE, users can initiate drag from Tree nodes that represent Items in from the backed Container.
nodeCollapse(Tree.CollapseEvent) - Method in interface com.vaadin.v7.ui.Tree.CollapseListener
Deprecated.
A node has been collapsed.
nodeExpand(Tree.ExpandEvent) - Method in interface com.vaadin.v7.ui.Tree.ExpandListener
Deprecated.
A node has been expanded.
NoInputStreamEvent(Upload, String, String, long) - Constructor for class com.vaadin.v7.ui.Upload.NoInputStreamEvent
Deprecated.
 
NONE - com.vaadin.v7.ui.Grid.SelectionMode
Deprecated.
A SelectionMode that maps to Grid.NoSelectionModel.
NONE - com.vaadin.v7.ui.Table.TableDragMode
Deprecated.
Table does not start drag and drop events.
NONE - com.vaadin.v7.ui.Tree.TreeDragMode
Deprecated.
When drag mode is NONE, dragging from Tree is not supported.
NoOutputStreamEvent(Upload, String, String, long) - Constructor for class com.vaadin.v7.ui.Upload.NoOutputStreamEvent
Deprecated.
 
NoSelectionModel() - Constructor for class com.vaadin.v7.ui.Grid.NoSelectionModel
Deprecated.
 
Not - Class in com.vaadin.v7.data.util.filter
Deprecated.
As of 8.0, the whole filtering feature is integrated into DataProvider. For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders, filters are specific to the implementation.
Not(Container.Filter) - Constructor for class com.vaadin.v7.data.util.filter.Not
Deprecated.
Constructs a filter that negates a filter.
NotNullableException() - Constructor for exception com.vaadin.v7.data.util.sqlcontainer.ColumnProperty.NotNullableException
Deprecated.
Constructs a new NotNullableException without a detail message.
NotNullableException(String) - Constructor for exception com.vaadin.v7.data.util.sqlcontainer.ColumnProperty.NotNullableException
Deprecated.
Constructs a new NotNullableException with the specified detail message.
NotNullableException(Throwable) - Constructor for exception com.vaadin.v7.data.util.sqlcontainer.ColumnProperty.NotNullableException
Deprecated.
Constructs a new NotNullableException from another exception.
NotTranslator - Class in com.vaadin.v7.data.util.sqlcontainer.query.generator.filter
Deprecated.
As of 8.0, no replacement available.
NotTranslator() - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.NotTranslator
Deprecated.
 
NULL - Static variable in interface com.vaadin.v7.ui.Grid.DetailsGenerator
Deprecated.
A details generator that provides no details.
NullValidator - Class in com.vaadin.v7.data.validator
Deprecated.
As of 8.0, no direct replacement available. See Binder.forField(HasValue) and various methods for validation and conversion chaining: withValidator(...), withConverter(...), withNullRepresentation(...)
NullValidator(String, boolean) - Constructor for class com.vaadin.v7.data.validator.NullValidator
Deprecated.
Creates a new NullValidator.
NumberRenderer - Class in com.vaadin.v7.ui.renderers
Deprecated.
NumberRenderer() - Constructor for class com.vaadin.v7.ui.renderers.NumberRenderer
Deprecated.
Creates a new number renderer.
NumberRenderer(String) - Constructor for class com.vaadin.v7.ui.renderers.NumberRenderer
Deprecated.
Creates a new number renderer.
NumberRenderer(String, Locale) - Constructor for class com.vaadin.v7.ui.renderers.NumberRenderer
Deprecated.
Creates a new number renderer.
NumberRenderer(String, Locale, String) - Constructor for class com.vaadin.v7.ui.renderers.NumberRenderer
Deprecated.
Creates a new number renderer.
NumberRenderer(NumberFormat) - Constructor for class com.vaadin.v7.ui.renderers.NumberRenderer
Deprecated.
Creates a new number renderer.
NumberRenderer(NumberFormat, String) - Constructor for class com.vaadin.v7.ui.renderers.NumberRenderer
Deprecated.
Creates a new number renderer.
NumberRenderer(Locale) - Constructor for class com.vaadin.v7.ui.renderers.NumberRenderer
Deprecated.
Creates a new number renderer.

O

ObjectProperty<T> - Class in com.vaadin.v7.data.util
Deprecated.
As of 8.0, replaced by ValueProvider, Setter, see Binder
ObjectProperty(T) - Constructor for class com.vaadin.v7.data.util.ObjectProperty
Deprecated.
Creates a new instance of ObjectProperty with the given value.
ObjectProperty(T, Class<T>) - Constructor for class com.vaadin.v7.data.util.ObjectProperty
Deprecated.
Creates a new instance of ObjectProperty with the given value and type.
ObjectProperty(T, Class<T>, boolean) - Constructor for class com.vaadin.v7.data.util.ObjectProperty
Deprecated.
Creates a new instance of ObjectProperty with the given value, type and read-only mode status.
OptimisticLockException - Exception in com.vaadin.v7.data.util.sqlcontainer
Deprecated.
As of 8.0, no replacement available.
OptimisticLockException(RowId) - Constructor for exception com.vaadin.v7.data.util.sqlcontainer.OptimisticLockException
Deprecated.
 
OptimisticLockException(String, RowId) - Constructor for exception com.vaadin.v7.data.util.sqlcontainer.OptimisticLockException
Deprecated.
 
OptionGroup - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0, use RadioButtonGroup for single select or CheckBoxGroup for multiselect instead
OptionGroup() - Constructor for class com.vaadin.v7.ui.OptionGroup
Deprecated.
 
OptionGroup(String) - Constructor for class com.vaadin.v7.ui.OptionGroup
Deprecated.
 
OptionGroup(String, Container) - Constructor for class com.vaadin.v7.ui.OptionGroup
Deprecated.
 
OptionGroup(String, Collection<?>) - Constructor for class com.vaadin.v7.ui.OptionGroup
Deprecated.
 
Or - Class in com.vaadin.v7.data.util.filter
Deprecated.
As of 8.0, the whole filtering feature is integrated into DataProvider. For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders, filters are specific to the implementation.
Or(Container.Filter...) - Constructor for class com.vaadin.v7.data.util.filter.Or
Deprecated.
 
OR - com.vaadin.v7.data.validator.CompositeValidator.CombinationMode
Deprecated.
The validators are combined with OR clause: validity of the composite implies that some of validators it is composed of must be valid.
OracleGenerator - Class in com.vaadin.v7.data.util.sqlcontainer.query.generator
Deprecated.
As of 8.0, no replacement available.
OracleGenerator() - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.generator.OracleGenerator
Deprecated.
 
OracleGenerator(Class<? extends StatementHelper>) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.generator.OracleGenerator
Deprecated.
 
OracleGenerator(String, String) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.generator.OracleGenerator
Deprecated.
Construct an OracleSQLGenerator with the specified identifiers for start and end of quoted strings.
OracleGenerator(String, String, Class<? extends StatementHelper>) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.generator.OracleGenerator
Deprecated.
 
OrderBy - Class in com.vaadin.v7.data.util.sqlcontainer.query
Deprecated.
As of 8.0, no replacement available.
OrderBy(String, boolean) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.OrderBy
Deprecated.
 
OrTranslator - Class in com.vaadin.v7.data.util.sqlcontainer.query.generator.filter
Deprecated.
As of 8.0, no replacement available.
OrTranslator() - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.OrTranslator
Deprecated.
 

P

pageLength - Variable in class com.vaadin.v7.ui.ComboBox
Deprecated.
Holds value of property pageLength.
paintContent(PaintTarget) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Paints the content of this component.
paintContent(PaintTarget) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
 
paintContent(PaintTarget) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
paintContent(PaintTarget) - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
 
paintContent(PaintTarget) - Method in class com.vaadin.v7.ui.DateField
Deprecated.
 
paintContent(PaintTarget) - Method in class com.vaadin.v7.ui.Form
Deprecated.
 
paintContent(PaintTarget) - Method in class com.vaadin.v7.ui.ListSelect
Deprecated.
 
paintContent(PaintTarget) - Method in class com.vaadin.v7.ui.NativeSelect
Deprecated.
 
paintContent(PaintTarget) - Method in class com.vaadin.v7.ui.OptionGroup
Deprecated.
 
paintContent(PaintTarget) - Method in class com.vaadin.v7.ui.PopupDateField
Deprecated.
 
paintContent(PaintTarget) - Method in class com.vaadin.v7.ui.RichTextArea
Deprecated.
 
paintContent(PaintTarget) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
paintContent(PaintTarget) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Paints any needed component-specific things to the given UIDL stream.
paintContent(PaintTarget) - Method in class com.vaadin.v7.ui.Tree.TargetInSubtree
Deprecated.
 
paintContent(PaintTarget) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
paintContent(PaintTarget) - Method in class com.vaadin.v7.ui.TwinColSelect
Deprecated.
 
paintContent(PaintTarget) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Paints the content of this component.
paintItem(PaintTarget, Object) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
 
paintItem(PaintTarget, Object) - Method in class com.vaadin.v7.ui.OptionGroup
Deprecated.
 
paintResponse(PaintTarget) - Method in class com.vaadin.v7.ui.Table.TableDropCriterion
Deprecated.
 
paintResponse(PaintTarget) - Method in class com.vaadin.v7.ui.Tree.TreeDropCriterion
Deprecated.
 
paintRowAttributes(PaintTarget, Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
A method where extended Table implementations may add their custom attributes for rows.
paintRowAttributes(PaintTarget, Object) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
paintRowHeader(PaintTarget, Object[][], int) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
paintRowIcon(PaintTarget, Object[][], int) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
paintRowIcon(PaintTarget, Object[][], int) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
PANEL_BORDERLESS - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Removes borders and background color from the panel.
PANEL_BUBBLE - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Adds a more vibrant header for the panel, using the alternate color of the theme, and adds slight rounded corners (not supported in all browsers).
PANEL_LIGHT - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Removes borders and background color from the panel.
PANEL_LIGHT - Static variable in class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
Removes borders and background color from the panel.
PANEL_LIGHT - Static variable in class com.vaadin.v7.ui.themes.Runo
Deprecated.
Removes borders and background color from the panel.
parse(String) - Method in class com.vaadin.v7.data.util.PropertyFormatter
Deprecated.
Parse string and convert it to format compatible with datasource.
passesFilter(Object, Item) - Method in interface com.vaadin.v7.data.Container.Filter
Deprecated.
Check if an item passes the filter (in-memory filtering).
passesFilter(Object, Item) - Method in class com.vaadin.v7.data.util.filter.And
Deprecated.
 
passesFilter(Object, Item) - Method in class com.vaadin.v7.data.util.filter.Between
Deprecated.
 
passesFilter(Object, Item) - Method in class com.vaadin.v7.data.util.filter.Compare
Deprecated.
 
passesFilter(Object, Item) - Method in class com.vaadin.v7.data.util.filter.IsNull
Deprecated.
 
passesFilter(Object, Item) - Method in class com.vaadin.v7.data.util.filter.Like
Deprecated.
 
passesFilter(Object, Item) - Method in class com.vaadin.v7.data.util.filter.Not
Deprecated.
 
passesFilter(Object, Item) - Method in class com.vaadin.v7.data.util.filter.Or
Deprecated.
 
passesFilter(Object, Item) - Method in class com.vaadin.v7.data.util.filter.SimpleStringFilter
Deprecated.
 
passesFilters(Object) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Checks if the given itemId passes the filters set for the container.
passesFilters(Object) - Method in class com.vaadin.v7.data.util.HierarchicalContainer
Deprecated.
 
PasswordField - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0 replaced by PasswordField based on the new data binding API
PasswordField() - Constructor for class com.vaadin.v7.ui.PasswordField
Deprecated.
Constructs an empty PasswordField.
PasswordField(Property) - Constructor for class com.vaadin.v7.ui.PasswordField
Deprecated.
Constructs a PasswordField with given property data source.
PasswordField(String) - Constructor for class com.vaadin.v7.ui.PasswordField
Deprecated.
Constructs a PasswordField with given caption.
PasswordField(String, Property) - Constructor for class com.vaadin.v7.ui.PasswordField
Deprecated.
Constructs a PasswordField with given caption and property data source.
PasswordField(String, String) - Constructor for class com.vaadin.v7.ui.PasswordField
Deprecated.
Constructs a PasswordField with given value and caption.
populateWithEnumData(AbstractSelect, Class<? extends Enum>) - Method in class com.vaadin.v7.data.fieldgroup.DefaultFieldGroupFieldFactory
Deprecated.
Populates the given select with all the enums in the given Enum class.
populateWithEnumData(AbstractSelect, Class<? extends Enum>) - Method in class com.vaadin.v7.ui.Grid.EditorFieldFactory
Deprecated.
 
POPUP_NORMAL - com.vaadin.v7.ui.AbstractColorPicker.PopupStyle
Deprecated.
 
POPUP_SIMPLE - com.vaadin.v7.ui.AbstractColorPicker.PopupStyle
Deprecated.
 
popupCaption - Variable in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
 
PopupDateField - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0, use DateField or DateTimeField instead.
PopupDateField() - Constructor for class com.vaadin.v7.ui.PopupDateField
Deprecated.
 
PopupDateField(Property) - Constructor for class com.vaadin.v7.ui.PopupDateField
Deprecated.
 
PopupDateField(String) - Constructor for class com.vaadin.v7.ui.PopupDateField
Deprecated.
 
PopupDateField(String, Property) - Constructor for class com.vaadin.v7.ui.PopupDateField
Deprecated.
 
PopupDateField(String, Date) - Constructor for class com.vaadin.v7.ui.PopupDateField
Deprecated.
 
popupStyle - Variable in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
 
postCommit(FieldGroup.CommitEvent) - Method in interface com.vaadin.v7.data.fieldgroup.FieldGroup.CommitHandler
Deprecated.
Called after changes are committed to the fields and the item is updated.
preCommit(FieldGroup.CommitEvent) - Method in interface com.vaadin.v7.data.fieldgroup.FieldGroup.CommitHandler
Deprecated.
Called before changes are committed to the field and the item is updated.
prependFooterRow() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Adds a new row at the top of the footer section.
prependHeaderRow() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Adds a new row at the top of the header section.
prependRow() - Method in class com.vaadin.v7.ui.Grid.StaticSection
Deprecated.
Adds a new row at the top of this section.
prevItemId(Object) - Method in interface com.vaadin.v7.data.Container.Ordered
Deprecated.
Gets the ID of the Item preceding the Item that corresponds to itemId.
prevItemId(Object) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
prevItemId(Object) - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
 
prevItemId(Object) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
prevItemId(Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
prevItemId(Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Gets the ID of the Item preceding the Item that corresponds to the itemId.
prevItemId(Object) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
PROGRESS_INDICATOR_BIG - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Increases the height of the progress bar.
PROGRESS_INDICATOR_INDETERMINATE_BAR - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Displays an indeterminate progress indicator as a bar with animated background stripes.
PROGRESS_INDICATOR_SMALL - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Reduces the height of the progress bar.
ProgressBar - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0 replaced by ProgressBar based on the new data binding API
ProgressBar() - Constructor for class com.vaadin.v7.ui.ProgressBar
Deprecated.
Creates a new progress bar initially set to 0% progress.
ProgressBar(float) - Constructor for class com.vaadin.v7.ui.ProgressBar
Deprecated.
Creates a new progress bar with the given initial value.
ProgressBar(Property<?>) - Constructor for class com.vaadin.v7.ui.ProgressBar
Deprecated.
Creates a new progress bar bound to the given data source.
PROGRESSBAR_STATIC - Static variable in class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
Displays the progress bar with a static background, instead of an animated one.
PROGRESSBAR_STATIC - Static variable in class com.vaadin.v7.ui.themes.Runo
Deprecated.
Displays the progress bar with a static background, instead of an animated one.
ProgressBarRenderer - Class in com.vaadin.v7.ui.renderers
Deprecated.
ProgressBarRenderer() - Constructor for class com.vaadin.v7.ui.renderers.ProgressBarRenderer
Deprecated.
Creates a new text renderer.
ProgressIndicator - Class in com.vaadin.v7.ui
Deprecated.
ProgressIndicator() - Constructor for class com.vaadin.v7.ui.ProgressIndicator
Deprecated.
Creates an a new ProgressIndicator.
ProgressIndicator(float) - Constructor for class com.vaadin.v7.ui.ProgressIndicator
Deprecated.
Creates a new instance of ProgressIndicator with given state.
ProgressIndicator(Property) - Constructor for class com.vaadin.v7.ui.ProgressIndicator
Deprecated.
Creates a new instance of ProgressIndicator with state read from the given datasource.
Property<T> - Interface in com.vaadin.v7.data
Deprecated.
As of 8.0, replaced by HasValue, ValueProvider, Setter, see Binder
PROPERTY - com.vaadin.v7.ui.AbstractSelect.ItemCaptionMode
Deprecated.
Item caption mode: Item captions are read from property specified with setItemCaptionPropertyId.
PROPERTY - com.vaadin.v7.ui.Table.RowHeaderMode
Deprecated.
Row caption mode: Item captions are read from property specified with AbstractSelect.setItemCaptionPropertyId(Object) .
PROPERTY_ICON - Static variable in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
String identifier of a file's "icon" property.
PROPERTY_LASTMODIFIED - Static variable in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
String identifier of a file's "last modified" property.
PROPERTY_NAME - Static variable in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
String identifier of a file's "name" property.
PROPERTY_SIZE - Static variable in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
String identifier of a file's "size" property.
Property.Editor - Interface in com.vaadin.v7.data
Deprecated.
Property.ReadOnlyException - Exception in com.vaadin.v7.data
Deprecated.
Property.ReadOnlyStatusChangeEvent - Interface in com.vaadin.v7.data
Deprecated.
Property.ReadOnlyStatusChangeListener - Interface in com.vaadin.v7.data
Deprecated.
Property.ReadOnlyStatusChangeNotifier - Interface in com.vaadin.v7.data
Deprecated.
Property.Transactional<T> - Interface in com.vaadin.v7.data
Deprecated.
Property.ValueChangeEvent - Interface in com.vaadin.v7.data
Deprecated.
Property.ValueChangeListener - Interface in com.vaadin.v7.data
Deprecated.
Property.ValueChangeNotifier - Interface in com.vaadin.v7.data
Deprecated.
Property.Viewer - Interface in com.vaadin.v7.data
Deprecated.
PropertyBasedBeanIdResolver(Object) - Constructor for class com.vaadin.v7.data.util.AbstractBeanContainer.PropertyBasedBeanIdResolver
Deprecated.
 
PropertyFormatter<T> - Class in com.vaadin.v7.data.util
Deprecated.
As of 7.0, replaced by Converter
PropertyFormatter() - Constructor for class com.vaadin.v7.data.util.PropertyFormatter
Deprecated.
Construct a new PropertyFormatter that is not connected to any data source.
PropertyFormatter(Property<T>) - Constructor for class com.vaadin.v7.data.util.PropertyFormatter
Deprecated.
Construct a new formatter that is connected to given data source.
PropertysetItem - Class in com.vaadin.v7.data.util
Deprecated.
As of 8.0, no direct replacement available. You can use Map directly as an item for Binder or DataProvider and access item properties with lambdas like binder.forField(component).bind(...) or new Grid<Map<...>>(dataProvider).addColumn(map->map.get(...)).
PropertysetItem() - Constructor for class com.vaadin.v7.data.util.PropertysetItem
Deprecated.
 
PropertyValueGenerator<T> - Class in com.vaadin.v7.data.util
Deprecated.
As of 8.0, no direct replacement available. You can use any bean directly as an item for Binder or DataProvider and access item properties with lambdas like binder.forField(component).bind(...) or new Grid<Bean>(dataProvider).addColumn(bean->bean.getSomething()).
PropertyValueGenerator() - Constructor for class com.vaadin.v7.data.util.PropertyValueGenerator
Deprecated.
 

Q

QueryBuilder - Class in com.vaadin.v7.data.util.sqlcontainer.query.generator.filter
Deprecated.
As of 8.0, no replacement available.
QueryBuilder() - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.QueryBuilder
Deprecated.
 
QueryDelegate - Interface in com.vaadin.v7.data.util.sqlcontainer.query
Deprecated.
As of 8.0, no replacement available.
QueryDelegate.RowIdChangeEvent - Interface in com.vaadin.v7.data.util.sqlcontainer.query
Deprecated.
QueryDelegate.RowIdChangeListener - Interface in com.vaadin.v7.data.util.sqlcontainer.query
Deprecated.
QueryDelegate.RowIdChangeNotifier - Interface in com.vaadin.v7.data.util.sqlcontainer.query
Deprecated.
quote(Object) - Static method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.QueryBuilder
Deprecated.
 
quote(Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.StringDecorator
Deprecated.
Surround a string with quote characters.

R

rangeSelect(CalendarComponentEvents.RangeSelectEvent) - Method in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.RangeSelectHandler
Deprecated.
This method will be called when day or time cells are drag-marked with mouse.
RangeSelectEvent(Calendar, Date, Date, boolean) - Constructor for class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.RangeSelectEvent
Deprecated.
RangeSelectEvent needs a start and end date.
rangeSelectMethod - Static variable in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.RangeSelectHandler
Deprecated.
Trigger method for the RangeSelectEvent.
RangeValidator<T extends Comparable> - Class in com.vaadin.v7.data.validator
Deprecated.
RangeValidator(String, Class<T>, T, T) - Constructor for class com.vaadin.v7.data.validator.RangeValidator
Deprecated.
Creates a new range validator of the given type.
readBody(Element, DesignContext) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
readBody(Element, DesignContext) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
readClass(ObjectInputStream) - Static method in class com.vaadin.v7.util.SerializerHelper
Deprecated.
Deserializes a class reference serialized by writeClass(ObjectOutputStream, Class).
readClassArray(ObjectInputStream) - Static method in class com.vaadin.v7.util.SerializerHelper
Deprecated.
Deserializes a class references serialized by writeClassArray(ObjectOutputStream, Class[]).
readDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
 
readDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
 
readDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.AbstractLegacyComponent
Deprecated.
 
readDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
 
readDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
 
readDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
readDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.CheckBox
Deprecated.
 
readDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.DateField
Deprecated.
 
readDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Reads the design attributes for this column from given element.
readDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.Grid.Header
Deprecated.
 
readDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.Grid.HeaderRow
Deprecated.
 
readDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
 
readDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.Grid.StaticSection
Deprecated.
Writes the declarative design from the given table section element.
readDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.Grid.StaticSection.StaticRow
Deprecated.
Reads the declarative design from the given table row element.
readDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.Label
Deprecated.
 
readDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.PasswordField
Deprecated.
 
readDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.ProgressBar
Deprecated.
 
readDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.RichTextArea
Deprecated.
 
readDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.Slider
Deprecated.
 
readDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
readDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.TextArea
Deprecated.
 
readDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.TextField
Deprecated.
 
readItem(Element, Set<String>, DesignContext) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Reads an Item from a design and inserts it into the data source.
readItem(Element, Set<String>, DesignContext) - Method in class com.vaadin.v7.ui.OptionGroup
Deprecated.
 
readItem(Element, Set<String>, DesignContext) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
readItem(Element, Set<String>, DesignContext) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Reads an Item from a design and inserts it into the data source.
readItem(Element, Set<String>, DesignContext) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
readItems(Element, DesignContext) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
 
readItems(Element, DesignContext) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
ReadOnlyException() - Constructor for exception com.vaadin.v7.data.Property.ReadOnlyException
Deprecated.
Constructs a new ReadOnlyException without a detail message.
ReadOnlyException(String) - Constructor for exception com.vaadin.v7.data.Property.ReadOnlyException
Deprecated.
Constructs a new ReadOnlyException with the specified detail message.
ReadOnlyRowId - Class in com.vaadin.v7.data.util.sqlcontainer
Deprecated.
As of 8.0, no replacement available.
ReadOnlyRowId(int) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.ReadOnlyRowId
Deprecated.
 
readOnlyStatusChange(Property.ReadOnlyStatusChangeEvent) - Method in interface com.vaadin.v7.data.Property.ReadOnlyStatusChangeListener
Deprecated.
Notifies this listener that a Property's read-only status has changed.
readOnlyStatusChange(Property.ReadOnlyStatusChangeEvent) - Method in class com.vaadin.v7.data.util.PropertyFormatter
Deprecated.
Listens for changes in the datasource.
readOnlyStatusChange(Property.ReadOnlyStatusChangeEvent) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
React to read only status changes of the property by requesting a repaint.
ReadOnlyStatusChangeEvent(Property) - Constructor for class com.vaadin.v7.data.util.AbstractProperty.ReadOnlyStatusChangeEvent
Deprecated.
Constructs a new read-only status change event for this object.
ReadOnlyStatusChangeEvent(AbstractField) - Constructor for class com.vaadin.v7.ui.AbstractField.ReadOnlyStatusChangeEvent
Deprecated.
New instance of text change event.
recalculateColumnWidths() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Requests that the column widths should be recalculated.
receiveUpload(String, String) - Method in interface com.vaadin.v7.ui.Upload.Receiver
Deprecated.
Invoked when a new upload arrives.
refresh() - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Refreshes the container - clears all caches and resets size and offset.
refreshAllRows() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Refreshes, i.e.
refreshCache() - Method in class com.vaadin.v7.server.communication.data.RpcDataProviderExtension
Deprecated.
Pushes a new version of all the rows in the active cache range.
refreshDetails() - Method in class com.vaadin.v7.ui.Grid.DetailComponentManager
Deprecated.
Recreates all visible details components.
refreshRenderedCells() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Refreshes the rows in the internal cache.
refreshRow(Object) - Method in class com.vaadin.v7.ui.Grid.AbstractGridExtension
Deprecated.
Resends the row data for given item id to the client.
refreshRowCache() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Discards and recreates the internal row cache.
refreshRows(Object...) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Refreshes, i.e.
RegexpValidator - Class in com.vaadin.v7.data.validator
Deprecated.
RegexpValidator(String, boolean, String) - Constructor for class com.vaadin.v7.data.validator.RegexpValidator
Deprecated.
Creates a validator for checking that the regular expression matches the string to validate.
RegexpValidator(String, String) - Constructor for class com.vaadin.v7.data.validator.RegexpValidator
Deprecated.
Creates a validator for checking that the regular expression matches the complete string to validate.
registerComponent(Component) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
registerNewItem(int, IDTYPE, BeanItem<BEANTYPE>) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
registerNewItem(int, ITEMIDTYPE, ITEMCLASS) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Registers a new item as having been added to the container.
registerNewItem(int, Object, Item) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
registerRpc(R, Class<R>) - Method in class com.vaadin.v7.ui.renderers.AbstractJavaScriptRenderer
Deprecated.
 
Reindeer - Class in com.vaadin.v7.ui.themes
Deprecated.
As of 8.0, no replacement available, only ValoTheme is supported.
Reindeer() - Constructor for class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
 
releaseConnection(Connection) - Method in class com.vaadin.v7.data.util.sqlcontainer.connection.J2EEConnectionPool
Deprecated.
 
releaseConnection(Connection) - Method in interface com.vaadin.v7.data.util.sqlcontainer.connection.JDBCConnectionPool
Deprecated.
Releases a connection that was retrieved earlier.
releaseConnection(Connection) - Method in class com.vaadin.v7.data.util.sqlcontainer.connection.SimpleJDBCConnectionPool
Deprecated.
 
releaseConnection(Connection, Statement, ResultSet) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.AbstractTransactionalQuery
Deprecated.
Closes a statement and a resultset, then releases the connection if it is not part of an active transaction.
remove() - Method in class com.vaadin.v7.ui.Grid.AbstractGridExtension
Deprecated.
 
remove() - Method in interface com.vaadin.v7.ui.renderers.Renderer
Deprecated.
remove(int) - Method in class com.vaadin.v7.data.util.ListSet
Deprecated.
 
remove(Object) - Method in class com.vaadin.v7.data.util.ListSet
Deprecated.
 
removeAction(T) - Method in class com.vaadin.v7.ui.Form
Deprecated.
 
removeActionHandler(Action.Handler) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
removeActionHandler(Action.Handler) - Method in class com.vaadin.v7.ui.Form
Deprecated.
 
removeActionHandler(Action.Handler) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Removes a previously registered action handler for the contents of this container.
removeActionHandler(Action.Handler) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Removes an action handler.
removeAllActionHandlers() - Method in class com.vaadin.v7.ui.Form
Deprecated.
Removes all action handlers.
removeAllActionHandlers() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Removes all action handlers.
removeAllActionHandlers() - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Removes all action handlers.
removeAllColumns() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Removes all columns from this Grid.
removeAllContainerFilters() - Method in interface com.vaadin.v7.data.Container.Filterable
Deprecated.
Remove all active filters from the container.
removeAllContainerFilters() - Method in interface com.vaadin.v7.data.Container.SimpleFilterable
Deprecated.
Remove all filters from all properties.
removeAllContainerFilters() - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
removeAllContainerFilters() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
removeAllContainerFilters() - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
removeAllContainerFilters() - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Remove all active filters from the container.
removeAllFilters() - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Remove all container filters for all properties and re-filter the view.
removeAllItems() - Method in interface com.vaadin.v7.data.Container
Deprecated.
Removes all Items from the Container.
removeAllItems() - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
removeAllItems() - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
removeAllItems() - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
Removes all items from the underlying container and from the hierarcy.
removeAllItems() - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
Removes all items from the underlying container and from the ordering.
removeAllItems() - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
 
removeAllItems() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
removeAllItems() - Method in class com.vaadin.v7.data.util.HierarchicalContainer
Deprecated.
 
removeAllItems() - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
removeAllItems() - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
removeAllItems() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Removes all items from the container.
removeAllItems() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Removes all Items from the Container.
removeAllProperties() - Method in class com.vaadin.v7.ui.Form
Deprecated.
Removes all properties and fields from the form.
removeAllValidators() - Method in interface com.vaadin.v7.data.Validatable
Deprecated.
Removes all validators from this object, as if removeValidator was called for each registered validator.
removeAllValidators() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Removes all validators from the field.
removeBlurListener(FieldEvents.BlurListener) - Method in interface com.vaadin.v7.event.FieldEvents.BlurNotifier
Deprecated.
Removes a BlurListener from the Component.
removeBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
 
removeBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.v7.ui.CheckBox
Deprecated.
 
removeBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
 
removeBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.v7.ui.DateField
Deprecated.
 
removeBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
 
removeBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.v7.ui.NativeSelect
Deprecated.
 
removeBlurListener(FieldEvents.BlurListener) - Method in class com.vaadin.v7.ui.OptionGroup
Deprecated.
 
removeCell(Object) - Method in class com.vaadin.v7.ui.Grid.StaticSection.StaticRow
Deprecated.
 
removeChangeListener(Upload.ChangeListener) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Removes a filename change event listener.
removeClickListener(ClickableRenderer.RendererClickListener) - Method in class com.vaadin.v7.ui.renderers.ClickableRenderer
Deprecated.
Removes the given click listener from this renderer.
removeCollapseListener(Tree.CollapseListener) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Removes the collapse listener.
removeCollapseListener(Tree.CollapseListener) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
Removes a collapse listener.
removeColorChangeListener(ColorChangeListener) - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
 
removeColorChangeListener(ColorChangeListener) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerGradient
Deprecated.
 
removeColorChangeListener(ColorChangeListener) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerGrid
Deprecated.
Removes a color change listener.
removeColorChangeListener(ColorChangeListener) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerHistory
Deprecated.
Removes a color change listener.
removeColorChangeListener(ColorChangeListener) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerPopup
Deprecated.
 
removeColorChangeListener(ColorChangeListener) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerPreview
Deprecated.
 
removeColorChangeListener(ColorChangeListener) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerSelect
Deprecated.
 
removeColorChangeListener(ColorChangeListener) - Method in interface com.vaadin.v7.ui.components.colorpicker.HasColorChangeListener
Deprecated.
Removes a ColorChangeListener from the component.
removeColumn(Object) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Removes a column from Grid based on a property id.
removeColumn(Object) - Method in class com.vaadin.v7.ui.Grid.StaticSection
Deprecated.
Removes a column for given property id from the section.
removeColumnCollapseListener(Table.ColumnCollapseListener) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Removes a column reorder listener from the Table.
removeColumnReorderListener(Grid.ColumnReorderListener) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Removes a previously registered column reorder listener.
removeColumnReorderListener(Table.ColumnReorderListener) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Removes a column reorder listener from the Table.
removeColumnResizeListener(Grid.ColumnResizeListener) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Removes a previously registered column resize listener.
removeColumnResizeListener(Table.ColumnResizeListener) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Removes a column resize listener from the Table.
removeColumnVisibilityChangeListener(Grid.ColumnVisibilityChangeListener) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Removes a previously registered column visibility change listener.
removeCommitHandler(FieldGroup.CommitHandler) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Removes the given commit handler.
removeComponentFromGrid(Component) - Method in class com.vaadin.v7.ui.Grid.AbstractGridExtension
Deprecated.
Informs the parent Grid that this Extension wants to remove a child component from it.
removeContainerFilter(Container.Filter) - Method in interface com.vaadin.v7.data.Container.Filterable
Deprecated.
Removes a filter from the container.
removeContainerFilter(Container.Filter) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
removeContainerFilter(Container.Filter) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
removeContainerFilter(Container.Filter) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
removeContainerFilter(Container.Filter) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Removes a filter from the container.
removeContainerFilters(Object) - Method in interface com.vaadin.v7.data.Container.SimpleFilterable
Deprecated.
Remove all filters from the given property.
removeContainerFilters(Object) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
removeContainerFilters(Object) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
removeContainerFilters(Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
removeContainerProperty(Object) - Method in interface com.vaadin.v7.data.Container
Deprecated.
Removes a Property specified by the given Property ID from the Container.
removeContainerProperty(Object) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
removeContainerProperty(Object) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
removeContainerProperty(Object) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
Removes the specified Property from the underlying container and from the hierarchy.
removeContainerProperty(Object) - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
Removes the specified Property from the underlying container and from the ordering.
removeContainerProperty(Object) - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
 
removeContainerProperty(Object) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
Marks the given property as hidden.
removeContainerProperty(Object) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
removeContainerProperty(Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
removeContainerProperty(Object) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Removes the property from all items.
removeContainerProperty(Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Removes a Property specified by the given Property ID from the Container.
removeDataGenerator(DataGenerator) - Method in class com.vaadin.v7.server.communication.data.RpcDataProviderExtension
Deprecated.
Removes a DataGenerator from this RpcDataProviderExtension.
removeEvent(CalendarEvent) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
removeEvent(CalendarEvent) - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
 
removeEvent(CalendarEvent) - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEventProvider
Deprecated.
 
removeEvent(CalendarEvent) - Method in interface com.vaadin.v7.ui.components.calendar.event.CalendarEditableEventProvider
Deprecated.
Removes an event from the event provider.
removeEventChangeListener(CalendarEvent.EventChangeListener) - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
 
removeEventChangeListener(CalendarEvent.EventChangeListener) - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEvent
Deprecated.
 
removeEventChangeListener(CalendarEvent.EventChangeListener) - Method in interface com.vaadin.v7.ui.components.calendar.event.CalendarEvent.EventChangeNotifier
Deprecated.
Remove a listener from the event provider.
removeEventSetChangeListener(CalendarEventProvider.EventSetChangeListener) - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
 
removeEventSetChangeListener(CalendarEventProvider.EventSetChangeListener) - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEventProvider
Deprecated.
 
removeEventSetChangeListener(CalendarEventProvider.EventSetChangeListener) - Method in interface com.vaadin.v7.ui.components.calendar.event.CalendarEventProvider.EventSetChangeNotifier
Deprecated.
Remove a listener which listens to CalendarEventProvider.EventSetChangeEvent-events.
removeExpandListener(Tree.ExpandListener) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Removes the expand listener.
removeExpandListener(Tree.ExpandListener) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
Removes an expand listener.
removeFailedListener(Upload.FailedListener) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Removes the upload interrupted event listener.
removeFilter(Container.Filter) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Remove a specific container filter and re-filter the view (if necessary).
removeFilters(Object) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Remove all container filters for a given property identifier and re-filter the view.
removeFinishedListener(Upload.FinishedListener) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Removes the upload received event listener.
removeFocusListener(FieldEvents.FocusListener) - Method in interface com.vaadin.v7.event.FieldEvents.FocusNotifier
Deprecated.
Removes a FocusListener from the Component.
removeFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
 
removeFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.v7.ui.CheckBox
Deprecated.
 
removeFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
 
removeFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.v7.ui.DateField
Deprecated.
 
removeFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
 
removeFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.v7.ui.NativeSelect
Deprecated.
 
removeFocusListener(FieldEvents.FocusListener) - Method in class com.vaadin.v7.ui.OptionGroup
Deprecated.
 
removeFooterClickListener(Table.FooterClickListener) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Removes a footer click listener.
removeFooterRow(int) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Removes the row at the given position from the footer section.
removeFooterRow(Grid.FooterRow) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Removes the given row from the footer section.
removeGeneratedColumn(Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Removes a generated column previously added with addGeneratedColumn.
removeGeneratedProperty(Object) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
Removes any possible PropertyValueGenerator with given property id.
removeHeaderClickListener(Table.HeaderClickListener) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Removes a header click listener.
removeHeaderRow(int) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Removes the row at the given position from the header section.
removeHeaderRow(Grid.HeaderRow) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Removes the given row from the header section.
removeItem(Object) - Method in interface com.vaadin.v7.data.Container.Hierarchical
Deprecated.
Removes the Item identified by ItemId from the Container.
removeItem(Object) - Method in interface com.vaadin.v7.data.Container
Deprecated.
Removes the Item identified by ItemId from the Container.
removeItem(Object) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
removeItem(Object) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
removeItem(Object) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
Removes an Item specified by the itemId from the underlying container and from the hierarchy.
removeItem(Object) - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
Removes an Item specified by the itemId from the underlying container and from the ordering.
removeItem(Object) - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
 
removeItem(Object) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
removeItem(Object) - Method in class com.vaadin.v7.data.util.HierarchicalContainer
Deprecated.
 
removeItem(Object) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
removeItem(Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
removeItem(Object) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
 
removeItem(Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Removes the Item identified by ItemId from the Container.
removeItem(Object) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
 
removeItemClickListener(ItemClickEvent.ItemClickListener) - Method in interface com.vaadin.v7.event.ItemClickEvent.ItemClickNotifier
Deprecated.
Removes an ItemClickListener.
removeItemClickListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
 
removeItemClickListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
removeItemClickListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
 
removeItemProperty(Object) - Method in interface com.vaadin.v7.data.Item
Deprecated.
Removes the Property identified by ID from the Item.
removeItemProperty(Object) - Method in class com.vaadin.v7.data.util.FilesystemContainer.FileItem
Deprecated.
Filesystem container does not support removing properties.
removeItemProperty(Object) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedPropertyItem
Deprecated.
 
removeItemProperty(Object) - Method in class com.vaadin.v7.data.util.PropertysetItem
Deprecated.
Removes the Property identified by ID from the Item.
removeItemProperty(Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.RowItem
Deprecated.
Removing properties is not supported.
removeItemProperty(Object) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Removes the property and corresponding field from the form.
removeItemRecursively(Container.Hierarchical, Object) - Static method in class com.vaadin.v7.data.util.HierarchicalContainer
Deprecated.
Removes the Item identified by given itemId and all its children from the given Container.
removeItemRecursively(Object) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
Removes the Item identified by given itemId and all its children.
removeItemRecursively(Object) - Method in class com.vaadin.v7.data.util.HierarchicalContainer
Deprecated.
Removes the Item identified by given itemId and all its children.
removeItemSetChangeListener(Container.ItemSetChangeListener) - Method in interface com.vaadin.v7.data.Container.ItemSetChangeNotifier
Deprecated.
Removes the Item set change listener from the object.
removeItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.AbstractContainer
Deprecated.
Implementation of the corresponding method in Container.ItemSetChangeNotifier, override with the corresponding public method and implement the interface to use this.
removeItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
removeItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
 
removeItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
 
removeItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
removeItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
removeItemSetChangeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Removes the Item set change listener from the object.
removeListener(FieldEvents.BlurListener) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
removeListener(FieldEvents.BlurListener) - Method in class com.vaadin.v7.ui.CheckBox
Deprecated.
removeListener(FieldEvents.FocusListener) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
removeListener(FieldEvents.FocusListener) - Method in class com.vaadin.v7.ui.CheckBox
Deprecated.
removeListener(Container.ItemSetChangeListener) - Method in interface com.vaadin.v7.data.Container.ItemSetChangeNotifier
removeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.AbstractContainer
removeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
removeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
removeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
removeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
removeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
removeListener(Container.ItemSetChangeListener) - Method in class com.vaadin.v7.ui.AbstractSelect
removeListener(Container.PropertySetChangeListener) - Method in interface com.vaadin.v7.data.Container.PropertySetChangeNotifier
removeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
removeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.AbstractContainer
removeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
removeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
removeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
removeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.IndexedContainer
removeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.ui.AbstractSelect
removeListener(Item.PropertySetChangeListener) - Method in interface com.vaadin.v7.data.Item.PropertySetChangeNotifier
removeListener(Item.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.PropertysetItem
removeListener(Property.ReadOnlyStatusChangeListener) - Method in interface com.vaadin.v7.data.Property.ReadOnlyStatusChangeNotifier
removeListener(Property.ReadOnlyStatusChangeListener) - Method in class com.vaadin.v7.data.util.AbstractProperty
removeListener(Property.ReadOnlyStatusChangeListener) - Method in class com.vaadin.v7.ui.AbstractField
removeListener(Property.ValueChangeListener) - Method in interface com.vaadin.v7.data.Property.ValueChangeNotifier
removeListener(Property.ValueChangeListener) - Method in class com.vaadin.v7.data.util.AbstractProperty
removeListener(Property.ValueChangeListener) - Method in class com.vaadin.v7.data.util.IndexedContainer
removeListener(Property.ValueChangeListener) - Method in class com.vaadin.v7.ui.AbstractField
removeListener(Property.ValueChangeListener) - Method in class com.vaadin.v7.ui.Label
removeListener(QueryDelegate.RowIdChangeListener) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeNotifier
removeListener(QueryDelegate.RowIdChangeListener) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
removeListener(QueryDelegate.RowIdChangeListener) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
removeListener(FieldEvents.TextChangeListener) - Method in class com.vaadin.v7.ui.AbstractTextField
removeListener(ItemClickEvent.ItemClickListener) - Method in interface com.vaadin.v7.event.ItemClickEvent.ItemClickNotifier
removeListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
removeListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.v7.ui.Table
Deprecated.
removeListener(ItemClickEvent.ItemClickListener) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
removeListener(Table.ColumnReorderListener) - Method in class com.vaadin.v7.ui.Table
removeListener(Table.ColumnResizeListener) - Method in class com.vaadin.v7.ui.Table
Deprecated.
removeListener(Table.FooterClickListener) - Method in class com.vaadin.v7.ui.Table
Deprecated.
removeListener(Table.HeaderClickListener) - Method in class com.vaadin.v7.ui.Table
Deprecated.
removeListener(Tree.CollapseListener) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
removeListener(Tree.CollapseListener) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
removeListener(Tree.ExpandListener) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
removeListener(Tree.ExpandListener) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
removeListener(Upload.FailedListener) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
removeListener(Upload.FinishedListener) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
removeListener(Upload.ProgressListener) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
removeListener(Upload.StartedListener) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
removeListener(Upload.SucceededListener) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
removeProgressListener(Upload.ProgressListener) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Removes the upload progress event listener.
removePropertySetChangeListener(Container.PropertySetChangeListener) - Method in interface com.vaadin.v7.data.Container.PropertySetChangeNotifier
Deprecated.
Removes a previously registered Property set change listener.
removePropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
removePropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.AbstractContainer
Deprecated.
Implementation of the corresponding method in Container.PropertySetChangeNotifier, override with the corresponding public method and implement the interface to use this.
removePropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
 
removePropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
 
removePropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
removePropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
removePropertySetChangeListener(Container.PropertySetChangeListener) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Removes a previously registered Property set change listener.
removePropertySetChangeListener(Item.PropertySetChangeListener) - Method in interface com.vaadin.v7.data.Item.PropertySetChangeNotifier
Deprecated.
Removes a previously registered property set change listener.
removePropertySetChangeListener(Item.PropertySetChangeListener) - Method in class com.vaadin.v7.data.util.PropertysetItem
Deprecated.
Removes a previously registered property set change listener.
removeRange(int, int) - Method in class com.vaadin.v7.data.util.ListSet
Deprecated.
 
removeReadOnlyStatusChangeListener(Property.ReadOnlyStatusChangeListener) - Method in interface com.vaadin.v7.data.Property.ReadOnlyStatusChangeNotifier
Deprecated.
Removes a previously registered read-only status change listener.
removeReadOnlyStatusChangeListener(Property.ReadOnlyStatusChangeListener) - Method in class com.vaadin.v7.data.util.AbstractProperty
Deprecated.
Removes a previously registered read-only status change listener.
removeReadOnlyStatusChangeListener(Property.ReadOnlyStatusChangeListener) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
 
removeReference(SQLContainer) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Removes the reference pointing to the given SQLContainer.
removeRow(int) - Method in class com.vaadin.v7.ui.Grid.Header
Deprecated.
 
removeRow(int) - Method in class com.vaadin.v7.ui.Grid.StaticSection
Deprecated.
Removes the row at the given position.
removeRow(RowItem) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.FreeformQuery
Deprecated.
 
removeRow(RowItem) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.QueryDelegate
Deprecated.
Removes the given RowItem from the database.
removeRow(RowItem) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
 
removeRow(Connection, RowItem) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.FreeformQueryDelegate
Deprecated.
Removes the given RowItem from the database.
removeRow(ROWTYPE) - Method in class com.vaadin.v7.ui.Grid.StaticSection
Deprecated.
Removes the given row from the section.
removeRowIdChangeListener(QueryDelegate.RowIdChangeListener) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeNotifier
Deprecated.
Removes the specified RowIdChangeListener from the object.
removeRowIdChangeListener(QueryDelegate.RowIdChangeListener) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
Removes the given RowIdChangeListener from this query.
removeRowIdChangeListener(QueryDelegate.RowIdChangeListener) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Removes a RowIdChangeListener from the QueryDelegate.
removeSelectionListener(SelectionEvent.SelectionListener) - Method in interface com.vaadin.v7.event.SelectionEvent.SelectionNotifier
Deprecated.
Removes a previously registered selection change listener.
removeSelectionListener(SelectionEvent.SelectionListener) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
 
removeSortListener(SortEvent.SortListener) - Method in interface com.vaadin.v7.event.SortEvent.SortNotifier
Deprecated.
Removes a sort order change listener previously added using SortEvent.SortNotifier.addSortListener(SortListener).
removeSortListener(SortEvent.SortListener) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Removes a sort order change listener previously added using Grid.addSortListener(SortListener).
removeStartedListener(Upload.StartedListener) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Removes the upload started event listener.
removeSucceededListener(Upload.SucceededListener) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Removes the upload success event listener.
removeTextChangeListener(FieldEvents.TextChangeListener) - Method in interface com.vaadin.v7.event.FieldEvents.TextChangeNotifier
Deprecated.
 
removeTextChangeListener(FieldEvents.TextChangeListener) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
 
removeValidator(Validator) - Method in interface com.vaadin.v7.data.Validatable
Deprecated.
Removes a previously registered validator from the object.
removeValidator(Validator) - Method in class com.vaadin.v7.data.validator.CompositeValidator
Deprecated.
Removes a validator from the composite.
removeValidator(Validator) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Removes the validator from the field.
removeValueChangeListener(Property.ValueChangeListener) - Method in interface com.vaadin.v7.data.Property.ValueChangeNotifier
Deprecated.
Removes a previously registered value change listener.
removeValueChangeListener(Property.ValueChangeListener) - Method in class com.vaadin.v7.data.util.AbstractProperty
Deprecated.
 
removeValueChangeListener(Property.ValueChangeListener) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
removeValueChangeListener(Property.ValueChangeListener) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
 
removeValueChangeListener(Property.ValueChangeListener) - Method in class com.vaadin.v7.ui.Label
Deprecated.
Removes the value change listener.
Renderer<T> - Interface in com.vaadin.v7.ui.renderers
Deprecated.
RendererClickEvent(Grid, Object, Grid.Column, MouseEventDetails) - Constructor for class com.vaadin.v7.ui.renderers.ClickableRenderer.RendererClickEvent
Deprecated.
 
replaceWithSelect(Object, Object[], Object[]) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Sets the form field to be selectable from static list of changes.
requestRepaint() - Method in class com.vaadin.v7.ui.Table
Deprecated.
As of 7.0, use Table.markAsDirty() instead
reserveConnection() - Method in class com.vaadin.v7.data.util.sqlcontainer.connection.J2EEConnectionPool
Deprecated.
 
reserveConnection() - Method in interface com.vaadin.v7.data.util.sqlcontainer.connection.JDBCConnectionPool
Deprecated.
Retrieves a connection.
reserveConnection() - Method in class com.vaadin.v7.data.util.sqlcontainer.connection.SimpleJDBCConnectionPool
Deprecated.
 
reset() - Method in class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
Resets the selection model.
reset() - Method in class com.vaadin.v7.ui.Grid.NoSelectionModel
Deprecated.
Semantically resets the selection model.
reset() - Method in interface com.vaadin.v7.ui.Grid.SelectionModel
Deprecated.
Resets the SelectiomModel to an initial state.
reset() - Method in class com.vaadin.v7.ui.Grid.SingleSelectionModel
Deprecated.
Resets the selection state.
resetPageBuffer() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Clears the current page buffer.
resetVisibleHoursOfDay() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Resets the Calendar.setFirstVisibleHourOfDay(int) and Calendar.setLastVisibleHourOfDay(int) to the default values, 0 and 23 respectively.
RESOLUTION_DAY - Static variable in class com.vaadin.v7.ui.DateField
Deprecated.
As of 7.0, use Resolution.DAY
RESOLUTION_HOUR - Static variable in class com.vaadin.v7.ui.DateField
Deprecated.
As of 7.0, use Resolution.HOUR
RESOLUTION_MIN - Static variable in class com.vaadin.v7.ui.DateField
Deprecated.
As of 7.0, use Resolution.MINUTE
RESOLUTION_MONTH - Static variable in class com.vaadin.v7.ui.DateField
Deprecated.
As of 7.0, use Resolution.MONTH
RESOLUTION_SEC - Static variable in class com.vaadin.v7.ui.DateField
Deprecated.
As of 7.0, use Resolution.SECOND
RESOLUTION_YEAR - Static variable in class com.vaadin.v7.ui.DateField
Deprecated.
As of 7.0, use Resolution.YEAR
resolveBeanId(BEANTYPE) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
Use the bean resolver to get the identifier for a bean.
resolveClass(String) - Static method in class com.vaadin.v7.util.SerializerHelper
Deprecated.
Resolves the class given by className.
ReverseConverter<PRESENTATION,​MODEL> - Class in com.vaadin.v7.data.util.converter
Deprecated.
As of 8.0, no direct replacement available.
ReverseConverter(Converter<MODEL, PRESENTATION>) - Constructor for class com.vaadin.v7.data.util.converter.ReverseConverter
Deprecated.
Creates a converter from source to target based on a converter that converts from target to source.
rgbVisible - Variable in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
 
RichTextArea - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0 replaced by RichTextArea based on the new data binding API
RichTextArea() - Constructor for class com.vaadin.v7.ui.RichTextArea
Deprecated.
Constructs an empty RichTextArea with no caption.
RichTextArea(Property) - Constructor for class com.vaadin.v7.ui.RichTextArea
Deprecated.
Constructs a new RichTextArea that's bound to the specified Property and has no caption.
RichTextArea(String) - Constructor for class com.vaadin.v7.ui.RichTextArea
Deprecated.
Constructs an empty RichTextArea with the given caption.
RichTextArea(String, Property) - Constructor for class com.vaadin.v7.ui.RichTextArea
Deprecated.
Constructs a new RichTextArea that's bound to the specified Property and has the given caption.
RichTextArea(String, String) - Constructor for class com.vaadin.v7.ui.RichTextArea
Deprecated.
Constructs a new RichTextArea with the given caption and initial text contents.
RIGHT - com.vaadin.v7.ui.Table.Align
Deprecated.
Right column alignment.
rollback() - Method in interface com.vaadin.v7.data.Property.Transactional
Deprecated.
Aborts and rolls back the transaction that is in progress.
rollback() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.AbstractTransactionalQuery
Deprecated.
Rolls back and releases the active connection.
rollback() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.FreeformQuery
Deprecated.
 
rollback() - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.QueryDelegate
Deprecated.
Rolls a transaction back.
rollback() - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
 
rollback() - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Rolls back all the changes, additions and removals made to the items of this container.
rollback() - Method in class com.vaadin.v7.data.util.TransactionalPropertyWrapper
Deprecated.
 
rootItemIds() - Method in interface com.vaadin.v7.data.Container.Hierarchical
Deprecated.
Gets the IDs of all Items in the container that don't have a parent.
rootItemIds() - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
 
rootItemIds() - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
 
rootItemIds() - Method in class com.vaadin.v7.data.util.HierarchicalContainer
Deprecated.
 
rootItemIds() - Method in class com.vaadin.v7.data.util.HierarchicalContainerOrderedWrapper
Deprecated.
 
rootItemIds() - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Gets the IDs of all Items in the container that don't have a parent.
rootItemIds() - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
ROW - com.vaadin.v7.ui.Table.TableDragMode
Deprecated.
Table starts drag with a one row only.
ROW_HEADER_MODE_EXPLICIT - Static variable in class com.vaadin.v7.ui.Table
Deprecated.
As of 7.0, use Table.RowHeaderMode.EXPLICIT instead
ROW_HEADER_MODE_EXPLICIT_DEFAULTS_ID - Static variable in class com.vaadin.v7.ui.Table
Deprecated.
ROW_HEADER_MODE_HIDDEN - Static variable in class com.vaadin.v7.ui.Table
Deprecated.
As of 7.0, use Table.RowHeaderMode.HIDDEN instead
ROW_HEADER_MODE_ICON_ONLY - Static variable in class com.vaadin.v7.ui.Table
Deprecated.
As of 7.0, use Table.RowHeaderMode.ICON_ONLY instead
ROW_HEADER_MODE_ID - Static variable in class com.vaadin.v7.ui.Table
Deprecated.
As of 7.0, use Table.RowHeaderMode.ID instead
ROW_HEADER_MODE_INDEX - Static variable in class com.vaadin.v7.ui.Table
Deprecated.
As of 7.0, use Table.RowHeaderMode.INDEX instead
ROW_HEADER_MODE_ITEM - Static variable in class com.vaadin.v7.ui.Table
Deprecated.
As of 7.0, use Table.RowHeaderMode.ITEM instead
ROW_HEADER_MODE_PROPERTY - Static variable in class com.vaadin.v7.ui.Table
Deprecated.
As of 7.0, use Table.RowHeaderMode.PROPERTY instead
rowHeadersAreEnabled() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Checks whether row headers are visible.
rowHeadersAreEnabled() - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
RowId - Class in com.vaadin.v7.data.util.sqlcontainer
Deprecated.
As of 8.0, no replacement available.
RowId() - Constructor for class com.vaadin.v7.data.util.sqlcontainer.RowId
Deprecated.
Prevent instantiation without required parameters.
RowId(Object...) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.RowId
Deprecated.
 
rowIdChange(QueryDelegate.RowIdChangeEvent) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.QueryDelegate.RowIdChangeListener
Deprecated.
Lets the listener know that a RowId has been changed.
RowItem - Class in com.vaadin.v7.data.util.sqlcontainer
Deprecated.
As of 8.0, no replacement available.
RowItem(SQLContainer, RowId, Collection<ColumnProperty>) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.RowItem
Deprecated.
 
RowReference(Grid) - Constructor for class com.vaadin.v7.ui.Grid.RowReference
Deprecated.
Creates a new row reference for the given grid.
rows - Variable in class com.vaadin.v7.ui.Grid.StaticSection
Deprecated.
 
RpcDataProviderExtension - Class in com.vaadin.v7.server.communication.data
Deprecated.
As of 8.0, no replacement available.
RpcDataProviderExtension(Container.Indexed) - Constructor for class com.vaadin.v7.server.communication.data.RpcDataProviderExtension
Deprecated.
Runo - Class in com.vaadin.v7.ui.themes
Deprecated.
As of 8.0, no replacement available, only ValoTheme is supported.
Runo() - Constructor for class com.vaadin.v7.ui.themes.Runo
Deprecated.
 

S

sanitizeSelection() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Checks that the current selection is valid, i.e.
sanityCheck() - Method in class com.vaadin.v7.ui.Grid.Footer
Deprecated.
 
sanityCheck() - Method in class com.vaadin.v7.ui.Grid.Header
Deprecated.
 
sanityCheck() - Method in class com.vaadin.v7.ui.Grid.StaticSection
Deprecated.
Performs a sanity check that section is in correct state.
saveEditor() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Saves all changes done to the bound fields.
scrollTo(Object) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Scrolls to a certain item, using ScrollDestination.ANY.
scrollTo(Object, ScrollDestination) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Scrolls to a certain item, using user-specified scroll destination.
scrollToEnd() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Scrolls to the end of the last data row.
scrollToStart() - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Scrolls to the beginning of the first data row.
SearchException(String) - Constructor for exception com.vaadin.v7.data.fieldgroup.FieldGroup.SearchException
Deprecated.
 
SearchException(String, Throwable) - Constructor for exception com.vaadin.v7.data.fieldgroup.FieldGroup.SearchException
Deprecated.
 
section - Variable in class com.vaadin.v7.ui.Grid.StaticSection.StaticRow
Deprecated.
 
select(SelectionEvent) - Method in interface com.vaadin.v7.event.SelectionEvent.SelectionListener
Deprecated.
Notifies the listener that the selection state has changed.
select(Object) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Selects an item.
select(Object) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Marks an item as selected.
select(Object) - Method in interface com.vaadin.v7.ui.Grid.SelectionModel.Single
Deprecated.
Marks an item as selected.
select(Object) - Method in class com.vaadin.v7.ui.Grid.SingleSelectionModel
Deprecated.
 
select(Object...) - Method in class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
 
select(Object...) - Method in interface com.vaadin.v7.ui.Grid.SelectionModel.Multi
Deprecated.
Marks items as selected.
select(Object, boolean) - Method in class com.vaadin.v7.ui.Grid.SingleSelectionModel
Deprecated.
 
select(Collection<?>) - Method in class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
Marks items as selected.
select(Collection<?>) - Method in interface com.vaadin.v7.ui.Grid.SelectionModel.Multi
Deprecated.
Marks items as selected.
select(Collection<?>, boolean) - Method in class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
 
Select - Class in com.vaadin.v7.ui
Deprecated.
As of 7.0. Use ComboBox instead.
Select() - Constructor for class com.vaadin.v7.ui.Select
Deprecated.
 
Select(String) - Constructor for class com.vaadin.v7.ui.Select
Deprecated.
 
Select(String, Container) - Constructor for class com.vaadin.v7.ui.Select
Deprecated.
 
Select(String, Collection<?>) - Constructor for class com.vaadin.v7.ui.Select
Deprecated.
 
SELECT_BIG - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Large sized select with big font.
SELECT_SMALL - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Small sized select with small font.
selectAll() - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
Selects all text in the field.
selectAll() - Method in class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
 
selectAll() - Method in interface com.vaadin.v7.ui.Grid.SelectionModel.Multi
Deprecated.
Marks all the items in the current Container as selected.
selectAll() - Method in class com.vaadin.v7.ui.RichTextArea
Deprecated.
Selects all text in the rich text area.
selectAll(boolean) - Method in class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
 
selection - Variable in class com.vaadin.v7.ui.Grid.AbstractSelectionModel
Deprecated.
 
SelectionEvent - Class in com.vaadin.v7.event
Deprecated.
SelectionEvent(Object, Collection<Object>, Collection<Object>) - Constructor for class com.vaadin.v7.event.SelectionEvent
Deprecated.
 
SelectionEvent.SelectionListener - Interface in com.vaadin.v7.event
Deprecated.
SelectionEvent.SelectionNotifier - Interface in com.vaadin.v7.event
Deprecated.
SerializerHelper - Class in com.vaadin.v7.util
Deprecated.
Only used for compatibility-server
set(int, E) - Method in class com.vaadin.v7.data.util.ListSet
Deprecated.
 
set(Object) - Method in class com.vaadin.v7.ui.Grid.CellReference
Deprecated.
Sets the identifying information for this cell.
set(Object) - Method in class com.vaadin.v7.ui.Grid.RowReference
Deprecated.
Sets the identifying information for this row.
setAllDay(boolean) - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEvent
Deprecated.
 
setAllDay(boolean) - Method in interface com.vaadin.v7.ui.components.calendar.event.EditableCalendarEvent
Deprecated.
Does the event span the whole day.
setAllDayProperty(Object) - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
Set the all day property for the event.
setAllItemIds(List<ITEMIDTYPE>) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
setAnimationsEnabled(boolean) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
Animations can be enabled by passing true to this method.
setArguments(Object[], Object[], int) - Method in class com.vaadin.v7.data.util.MethodProperty
Deprecated.
Sets the setter method and getter method argument lists.
setAscending(boolean) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.OrderBy
Deprecated.
 
setAssistiveText(String) - Method in class com.vaadin.v7.ui.PopupDateField
Deprecated.
Set a description that explains the usage of the Widget for users of assistive devices.
setAutoCommit(boolean) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Set auto commit mode enabled or disabled.
setBackgroundColor(Color) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerGradient
Deprecated.
Sets the background color.
setBean(BT) - Method in class com.vaadin.v7.data.util.BeanItem
Deprecated.
Changes the Java Bean this item is based on.
setBeanIdProperty(Object) - Method in class com.vaadin.v7.data.util.BeanContainer
Deprecated.
Sets the bean id resolver to use a property of the beans as the identifier.
setBeanIdResolver(AbstractBeanContainer.BeanIdResolver<BEANTYPE, BEANTYPE>) - Method in class com.vaadin.v7.data.util.BeanItemContainer
Deprecated.
Unsupported in BeanItemContainer.
setBeanIdResolver(AbstractBeanContainer.BeanIdResolver<IDTYPE, BEANTYPE>) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
Sets the resolver that finds the item id for a bean, or null not to use automatic resolving.
setBeanIdResolver(AbstractBeanContainer.BeanIdResolver<IDTYPE, BEANTYPE>) - Method in class com.vaadin.v7.data.util.BeanContainer
Deprecated.
 
setBuffered(boolean) - Method in interface com.vaadin.v7.data.Buffered
Deprecated.
Sets the buffered mode to the specified status.
setBuffered(boolean) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Sets the buffered mode for the bound fields.
setBuffered(boolean) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Sets the buffered mode of this Field.
setBuffered(boolean) - Method in class com.vaadin.v7.ui.Form
Deprecated.
 
setButtonCaption(String) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
In addition to the actual file chooser, upload components have button that starts actual upload progress.
setCacheRate(double) - Method in class com.vaadin.v7.ui.Table
Deprecated.
This method adjusts a possible caching mechanism of table implementation.
setCaption(String) - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEvent
Deprecated.
 
setCaption(String) - Method in interface com.vaadin.v7.ui.components.calendar.event.EditableCalendarEvent
Deprecated.
Set the visible text in the calendar for the event.
setCaptionProperty(Object) - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
Set the property which provides the caption of the event.
setCaseSensitive(boolean) - Method in class com.vaadin.v7.data.util.filter.Like
Deprecated.
 
setCellDescriptionGenerator(Grid.CellDescriptionGenerator) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the CellDescriptionGenerator instance for generating optional descriptions (tooltips) for individual Grid cells.
setCellDescriptionGenerator(Grid.CellDescriptionGenerator, ContentMode) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the CellDescriptionGenerator instance and content mode for generating optional descriptions (tooltips) for individual Grid cells.
setCellStyleGenerator(Grid.CellStyleGenerator) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the style generator that is used for generating styles for cells.
setCellStyleGenerator(Table.CellStyleGenerator) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Set cell style generator for Table.
setChildMeasurementHint(HasChildMeasurementHint.ChildMeasurementHint) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
setChildrenAllowed(Object, boolean) - Method in interface com.vaadin.v7.data.Container.Hierarchical
Deprecated.
Sets the given Item's capability to have children.
setChildrenAllowed(Object, boolean) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
Sets the given Item's capability to have children.
setChildrenAllowed(Object, boolean) - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
Returns false when conversion from files to directories is not supported.
setChildrenAllowed(Object, boolean) - Method in class com.vaadin.v7.data.util.HierarchicalContainer
Deprecated.
Sets the given Item's capability to have children.
setChildrenAllowed(Object, boolean) - Method in class com.vaadin.v7.data.util.HierarchicalContainerOrderedWrapper
Deprecated.
 
setChildrenAllowed(Object, boolean) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Sets the given Item's capability to have children.
setChildrenAllowed(Object, boolean) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
setCollapsed(Object, boolean) - Method in interface com.vaadin.v7.data.Collapsible
Deprecated.
Collapsing the Item indicated by itemId hides all children, and their respective children, from the Container.
setCollapsed(Object, boolean) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
Sets the Item specified by given identifier as collapsed or expanded.
setCollapseMenuContent(CollapseMenuContent) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets whether only collapsible columns should be shown to the user in the column collapse menu.
setColor(Color) - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
 
setColor(Color) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerGradient
Deprecated.
 
setColor(Color) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerGrid
Deprecated.
 
setColor(Color) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerHistory
Deprecated.
 
setColor(Color) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerPopup
Deprecated.
 
setColor(Color) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerPreview
Deprecated.
 
setColor(Color) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerSelect
Deprecated.
 
setColor(Color) - Method in interface com.vaadin.v7.ui.components.colorpicker.ColorSelector
Deprecated.
Sets the color.
setColorGrid(Color[][]) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerGrid
Deprecated.
Sets the color grid.
setColumn(String) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.OrderBy
Deprecated.
 
setColumnAlignment(Object, Table.Align) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets the specified column's alignment.
setColumnAlignments(Table.Align...) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets the column alignments.
setColumnCollapsed(Object, boolean) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets whether the specified column is collapsed or not.
setColumnCollapsible(Object, boolean) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets whether the given column is collapsible.
setColumnCollapsingAllowed(boolean) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets whether column collapsing is allowed or not.
setColumnExpandRatio(Object, float) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets the column expand ratio for given column.
setColumnFooter(Object, String) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets the column footer caption.
setColumnHeader(Object, String) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets the column header for the specified column.
setColumnHeaderMode(Table.ColumnHeaderMode) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Setter for property columnHeaderMode.
setColumnHeaders(String...) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets the headers of the columns.
setColumnIcon(Object, Resource) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets the icon Resource for the specified column.
setColumnIcons(Resource...) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets the icons of the columns.
setColumnOrder(Object...) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets a new column order for the grid.
setColumnReorderingAllowed(boolean) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets whether or not column reordering is allowed.
setColumnReorderingAllowed(boolean) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets whether column reordering is allowed or not.
setColumnResizeMode(ColumnResizeMode) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the column resize mode to use.
setColumns(int) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
Sets the number of columns in the editor.
setColumns(int) - Method in class com.vaadin.v7.ui.ListSelect
Deprecated.
As of 7.0. "Columns" does not reflect the exact number of characters that will be displayed. It is better to use setWidth together with "em" to control the width of the field.
setColumns(int) - Method in class com.vaadin.v7.ui.NativeSelect
Deprecated.
As of 7.0. "Columns" does not reflect the exact number of characters that will be displayed. It is better to use setWidth together with "em" to control the width of the field.
setColumns(int) - Method in class com.vaadin.v7.ui.TwinColSelect
Deprecated.
As of 7.0. "Columns" does not reflect the exact number of characters that will be displayed. It is better to use setWidth together with "em" to control the width of the field.
setColumns(Object...) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the columns and their order for the grid.
setColumnWidth(Object, int) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets columns width (in pixels).
setContainerDataSource(Container) - Method in interface com.vaadin.v7.data.Container.Viewer
Deprecated.
Sets the Container that serves as the data source of the viewer.
setContainerDataSource(Container) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Sets the Container that serves as the data source of the viewer.
setContainerDataSource(Container) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets the Container that serves as the data source of the viewer.
setContainerDataSource(Container) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Sets the Container that serves as the data source of the viewer.
setContainerDataSource(Container) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
setContainerDataSource(Container.Indexed) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Sets a container as a data source for the events in the calendar.
setContainerDataSource(Container.Indexed) - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
Set the container data source.
setContainerDataSource(Container.Indexed) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the grid data source.
setContainerDataSource(Container.Indexed, Object, Object, Object, Object, Object) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Sets a container as a data source for the events in the calendar.
setContainerDataSource(Container, Collection<?>) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets the container data source and the columns that will be visible.
setContentMode(ContentMode) - Method in class com.vaadin.v7.ui.Label
Deprecated.
Sets the content mode of the Label.
setConversionError(String) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Sets the error that is shown if the field value cannot be converted to the data source type.
setConvertedValue(Object) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Sets the value of the field using a value of the data source type.
setConverter(Converter<?, ?>) - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Sets the converter used to convert from the property value type to the renderer presentation type.
setConverter(Converter<String, ?>) - Method in class com.vaadin.v7.ui.Label
Deprecated.
Sets the converter used to convert the label value to the property data source type.
setConverter(Converter<T, ?>) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Sets the converter used to convert the field value to property data source type.
setConverter(Class<?>) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Retrieves a converter for the field from the converter factory defined for the application.
setConverter(Object, Converter<String, ?>) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets a converter for a property id.
setCurrentBufferedSourceException(Buffered.SourceException) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Sets the current buffered source exception.
setCurrentPageFirstItemId(Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Setter for property currentPageFirstItemId.
setCurrentPageFirstItemIndex(int) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Setter for property currentPageFirstItem.
setCursorPosition(int) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
Sets the cursor position in the field.
setDateFormat(String) - Method in class com.vaadin.v7.ui.DateField
Deprecated.
Sets formatting used by some component implementations.
setDateOutOfRangeMessage(String) - Method in class com.vaadin.v7.ui.DateField
Deprecated.
Sets the current error message if the range validation fails.
setDates(CalendarComponentEvents.BackwardEvent, Date, Date) - Method in class com.vaadin.v7.ui.components.calendar.handler.BasicBackwardHandler
Deprecated.
Set the start and end dates for the event.
setDates(CalendarComponentEvents.DateClickEvent, Date, Date) - Method in class com.vaadin.v7.ui.components.calendar.handler.BasicDateClickHandler
Deprecated.
Set the start and end dates for the event.
setDates(CalendarComponentEvents.ForwardEvent, Date, Date) - Method in class com.vaadin.v7.ui.components.calendar.handler.BasicForwardHandler
Deprecated.
Set the start and end dates for the event.
setDates(CalendarComponentEvents.WeekClick, Date, Date) - Method in class com.vaadin.v7.ui.components.calendar.handler.BasicWeekClickHandler
Deprecated.
Set the start and end dates for the event.
setDates(EditableCalendarEvent, Date, Date) - Method in class com.vaadin.v7.ui.components.calendar.handler.BasicEventMoveHandler
Deprecated.
Set the start and end dates for the event.
setDates(EditableCalendarEvent, Date, Date) - Method in class com.vaadin.v7.ui.components.calendar.handler.BasicEventResizeHandler
Deprecated.
Set the start and end dates for the event.
setDefaultCaptionEnabled(boolean) - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Set true if the component should show a default caption (css-code for the currently selected color, e.g.
setDefaultHandlers() - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Set all the wanted default handlers here.
setDefaultHeaderRow(Grid.HeaderRow) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the default row of the header.
setDefaultRow(Grid.HeaderRow) - Method in class com.vaadin.v7.ui.Grid.Header
Deprecated.
Sets the default row of this header.
setDefaultStyles() - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Sets the default styles of the component.
setDefaultStyles() - Method in class com.vaadin.v7.ui.ColorPicker
Deprecated.
 
setDefaultStyles() - Method in class com.vaadin.v7.ui.ColorPickerArea
Deprecated.
 
setDelegate(FreeformQueryDelegate) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.FreeformQuery
Deprecated.
 
setDescription(String) - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEvent
Deprecated.
 
setDescription(String) - Method in interface com.vaadin.v7.ui.components.calendar.event.EditableCalendarEvent
Deprecated.
Set the description of the event.
setDescriptionProperty(Object) - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
Set the property which provides the description of the event.
setDeselectAllowed(boolean) - Method in interface com.vaadin.v7.ui.Grid.SelectionModel.Single
Deprecated.
Sets whether it's allowed to deselect the selected row through the UI.
setDeselectAllowed(boolean) - Method in class com.vaadin.v7.ui.Grid.SingleSelectionModel
Deprecated.
 
setDetailsGenerator(Grid.DetailsGenerator) - Method in class com.vaadin.v7.ui.Grid.DetailComponentManager
Deprecated.
Sets a new details generator for row details.
setDetailsGenerator(Grid.DetailsGenerator) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets a new details generator for row details.
setDetailsVisible(Object, boolean) - Method in class com.vaadin.v7.ui.Grid.DetailComponentManager
Deprecated.
Sets details visiblity status of given item id.
setDetailsVisible(Object, boolean) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Shows or hides the details for a specific item.
setDragMode(Table.TableDragMode) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets the drag start mode of the Table.
setDragMode(Tree.TreeDragMode) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Sets the drag mode that controls how Tree behaves as a DragSource.
setDropHandler(DropHandler) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Set the drop handler for the calendar See DropHandler for implementation details.
setDropHandler(DropHandler) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
setDropHandler(DropHandler) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
 
setEditable(boolean) - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Sets whether the properties corresponding to this column should be editable when the item editor is active.
setEditable(boolean) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets the editable property.
setEditorBuffered(boolean) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the buffered editor mode.
setEditorCancelCaption(String) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the caption on the cancel button in the Grid editor.
setEditorEnabled(boolean) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets whether or not the item editor UI is enabled for this grid.
setEditorErrorHandler(Grid.EditorErrorHandler) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the error handler for the editor.
setEditorField(Field<?>) - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Sets the field component used to edit the properties in this column when the item editor is active.
setEditorFieldFactory(FieldGroupFieldFactory) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the field factory for the FieldGroup.
setEditorFieldGroup(FieldGroup) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the field group that is backing the item editor of this grid.
setEditorSaveCaption(String) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the caption on the save button in the Grid editor.
setEnabled(boolean) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Updates the enabled state of all bound fields.
setEnabled(boolean) - Method in class com.vaadin.v7.ui.Form
Deprecated.
 
setEnabled(boolean) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
setEnd(Date) - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEvent
Deprecated.
 
setEnd(Date) - Method in interface com.vaadin.v7.ui.components.calendar.event.EditableCalendarEvent
Deprecated.
Set the end date of the event.
setEndDate(Date) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Sets end date for the calendar.
setEndDateProperty(Object) - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
Set the property which provides the ending date and time of the event.
setErrorMessage(String) - Method in class com.vaadin.v7.data.validator.AbstractValidator
Deprecated.
Sets the message to be included in the exception in case the value does not validate.
setErrorMessage(String) - Method in class com.vaadin.v7.data.validator.CompositeValidator
Deprecated.
Sets the message to be included in the exception in case the value does not validate.
setErrorMessage(String) - Method in class com.vaadin.v7.data.validator.NullValidator
Deprecated.
Sets the error message to be displayed on invalid value.
setEventCaptionAsHtml(boolean) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Sets whether the event captions are rendered as HTML.
setEventProvider(CalendarEventProvider) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Set the CalendarEventProvider to be used with this calendar.
setEventSortOrder(CalendarState.EventSortOrder) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Sets sort order for events.
setExpandRatio(int) - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Sets the ratio with which the column expands.
setFieldFactory(FieldGroupFieldFactory) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Sets the field factory for the FieldGroup.
setFilter(FilenameFilter) - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
Sets the file filter used to limit the files in this container.
setFilter(String) - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
Sets the file filter used to limit the files in this container.
setFilteredItemIds(List<ITEMIDTYPE>) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
setFilteringMode(FilteringMode) - Method in interface com.vaadin.v7.ui.AbstractSelect.Filtering
Deprecated.
Sets the option filtering mode.
setFilteringMode(FilteringMode) - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
 
setFilters(List<Container.Filter>) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.FreeformQuery
Deprecated.
 
setFilters(List<Container.Filter>) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.FreeformQueryDelegate
Deprecated.
Sets the filters to apply when performing the SQL query.
setFilters(List<Container.Filter>) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.QueryDelegate
Deprecated.
Sets the filters to apply when performing the SQL query.
setFilters(List<Container.Filter>) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
 
setFilters(Set<Container.Filter>) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Set the internal collection of filters without performing filtering.
setFirstDayOfWeek(Integer) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Allow setting first day of week independent of Locale.
setFirstVisibleDayOfWeek(int) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
This method restricts the weekdays that are shown.
setFirstVisibleHourOfDay(int) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
This method restricts the hours that are shown per day.
setFocusDelegate(Component.Focusable) - Method in class com.vaadin.v7.ui.CustomField
Deprecated.
Sets the component to which all methods from the Component.Focusable interface should be delegated.
setFooter(Layout) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Sets the layout that is rendered below normal form contents.
setFooterVisible(boolean) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the visibility of the footer section.
setFooterVisible(boolean) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets the footer visible in the bottom of the table.
setFormDataSource(Object, Collection<?>) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Updates the internal form datasource.
setFormFieldFactory(FormFieldFactory) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Sets the field factory used by this Form to genarate Fields for properties.
setFrozenColumnCount(int) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the number of frozen columns in this grid.
setGrid(Grid) - Method in class com.vaadin.v7.ui.Grid.AbstractSelectionModel
Deprecated.
 
setGrid(Grid) - Method in interface com.vaadin.v7.ui.Grid.SelectionModel
Deprecated.
Injects the current Grid instance into the SelectionModel.
setHandler(CalendarComponentEvents.BackwardHandler) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
setHandler(CalendarComponentEvents.BackwardHandler) - Method in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.NavigationNotifier
Deprecated.
Add a backward navigation listener.
setHandler(CalendarComponentEvents.DateClickHandler) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
setHandler(CalendarComponentEvents.DateClickHandler) - Method in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.NavigationNotifier
Deprecated.
Add a date click listener.
setHandler(CalendarComponentEvents.EventClickHandler) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
setHandler(CalendarComponentEvents.EventClickHandler) - Method in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.NavigationNotifier
Deprecated.
Add a event click listener.
setHandler(CalendarComponentEvents.EventMoveHandler) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
setHandler(CalendarComponentEvents.EventMoveHandler) - Method in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.EventMoveNotifier
Deprecated.
Set the EventMoveHandler.
setHandler(CalendarComponentEvents.EventResizeHandler) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
setHandler(CalendarComponentEvents.EventResizeHandler) - Method in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.EventResizeNotifier
Deprecated.
Set a EventResizeHandler.
setHandler(CalendarComponentEvents.ForwardHandler) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
setHandler(CalendarComponentEvents.ForwardHandler) - Method in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.NavigationNotifier
Deprecated.
Add a forward navigation listener.
setHandler(CalendarComponentEvents.RangeSelectHandler) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
setHandler(CalendarComponentEvents.RangeSelectHandler) - Method in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.RangeSelectNotifier
Deprecated.
Set the RangeSelectHandler that listens for drag-marking.
setHandler(CalendarComponentEvents.WeekClickHandler) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
setHandler(CalendarComponentEvents.WeekClickHandler) - Method in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.NavigationNotifier
Deprecated.
Add a week click listener.
setHandler(String, Class<?>, SerializableEventListener, Method) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Set the handler for the given type information.
setHasDropTime(boolean) - Method in class com.vaadin.v7.ui.components.calendar.CalendarTargetDetails
Deprecated.
Does the dropped item have a time associated with it.
setHeaderCaption(String) - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Sets the caption of the header.
setHeaderVisible(boolean) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the visibility of the header section.
setHeight(float, Sizeable.Unit) - Method in class com.vaadin.v7.ui.CustomField
Deprecated.
 
setHeight(float, Sizeable.Unit) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
setHeight(String) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerHistory
Deprecated.
 
setHeightByRows(double) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the number of rows that should be visible in Grid's body, while Grid.getHeightMode() is HeightMode.ROW.
setHeightMode(HeightMode) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Defines the mode in which the Grid widget's height is calculated.
setHidable(boolean) - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Sets whether this column can be hidden by the user.
setHidden(boolean) - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Hides or shows the column.
setHidingToggleCaption(String) - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Sets the caption of the hiding toggle for this column.
setHierarchyColumn(Object) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
Explicitly sets the column in which the TreeTable visualizes the hierarchy.
setHistoryVisibility(boolean) - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Sets the visibility of the Color History.
setHistoryVisible(boolean) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerPopup
Deprecated.
Set the History visibility.
setHSVTabVisible(boolean) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerPopup
Deprecated.
Set HSV tab visibility.
setHSVVisibility(boolean) - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Set the visibility of the HSV Tab.
setHtmlContentAllowed(boolean) - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
setHtmlContentAllowed(boolean) - Method in class com.vaadin.v7.ui.OptionGroup
Deprecated.
Sets whether html is allowed in the item captions.
setHtmlContentAllowed(boolean) - Method in class com.vaadin.v7.ui.Table.GeneratedRow
Deprecated.
If set to true, all strings passed to Table.GeneratedRow.setText(String...) will be rendered as HTML.
setHtmlContentAllowed(boolean) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Sets whether html is allowed in the item captions.
setImmediate(boolean) - Method in class com.vaadin.v7.ui.AbstractLegacyComponent
Deprecated.
Sets the component's immediate mode to the specified status.
setImmediate(boolean) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Setting the form to be immediate also sets all the fields of the form to the same state.
setIncludeParentsWhenFiltering(boolean) - Method in class com.vaadin.v7.data.util.HierarchicalContainer
Deprecated.
Controls how the filtering of the container works.
setIndeterminate(boolean) - Method in class com.vaadin.v7.ui.ProgressBar
Deprecated.
Sets whether or not this progress indicator is indeterminate.
setInputPrompt(String) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
Sets the input prompt - a textual prompt that is displayed when the field would otherwise be empty, to prompt the user for input.
setInputPrompt(String) - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
Sets the input prompt - a textual prompt that is displayed when the select would otherwise be empty, to prompt the user for input.
setInputPrompt(String) - Method in class com.vaadin.v7.ui.PopupDateField
Deprecated.
Sets the input prompt - a textual prompt that is displayed when the field would otherwise be empty, to prompt the user for input.
setInstance(Object) - Method in class com.vaadin.v7.data.util.MethodProperty
Deprecated.
Sets the instance used by this property.
setInstance(Object) - Method in class com.vaadin.v7.data.util.NestedMethodProperty
Deprecated.
Sets the instance used by this property.
setInternalValue(Boolean) - Method in class com.vaadin.v7.ui.CheckBox
Deprecated.
 
setInternalValue(Double) - Method in class com.vaadin.v7.ui.Slider
Deprecated.
 
setInternalValue(Float) - Method in class com.vaadin.v7.ui.ProgressBar
Deprecated.
 
setInternalValue(Object) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Sets the internal value.
setInternalValue(String) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
 
setInternalValue(Date) - Method in class com.vaadin.v7.ui.DateField
Deprecated.
 
setInternalValue(T) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Sets the internal field value.
setInvalidAllowed(boolean) - Method in interface com.vaadin.v7.data.Validatable
Deprecated.
Should the validabtable object accept invalid values.
setInvalidAllowed(boolean) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Fields allow invalid values by default.
setInvalidAllowed(boolean) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Should the validabtable object accept invalid values.
setInvalidCommitted(boolean) - Method in interface com.vaadin.v7.data.BufferedValidatable
Deprecated.
Sets if the invalid data should be committed to datasource.
setInvalidCommitted(boolean) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Sets if the invalid data should be committed to datasource.
setItemCaption(Object, String) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Override the caption of an item.
setItemCaptionMode(AbstractSelect.ItemCaptionMode) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Sets the item caption mode.
setItemCaptionPropertyId(Object) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Sets the item caption property.
setItemDataSource(Item) - Method in class com.vaadin.v7.data.fieldgroup.BeanFieldGroup
Deprecated.
 
setItemDataSource(Item) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Updates the item that is used by this FieldBinder.
setItemDataSource(Item) - Method in interface com.vaadin.v7.data.Item.Viewer
Deprecated.
Sets the Item that serves as the data source of the viewer.
setItemDataSource(Item) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Sets the item datasource for the form.
setItemDataSource(Item, Collection<?>) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Set the item datasource for the form, but limit the form contents to specified properties of the item.
setItemDataSource(T) - Method in class com.vaadin.v7.data.fieldgroup.BeanFieldGroup
Deprecated.
Helper method for setting the data source directly using a bean.
setItemDescriptionGenerator(AbstractSelect.ItemDescriptionGenerator) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Set the item description generator which generates tooltips for cells and rows in the Table.
setItemDescriptionGenerator(AbstractSelect.ItemDescriptionGenerator) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Set the item description generator which generates tooltips for the tree items.
setItemEnabled(Object, boolean) - Method in class com.vaadin.v7.ui.OptionGroup
Deprecated.
Sets an item disabled or enabled.
setItemIcon(Object, Resource) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Sets the icon for an item.
setItemIcon(Object, Resource) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
 
setItemIcon(Object, Resource, String) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Sets the icon for an item.
setItemIconAlternateText(Object, String) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Set the alternate text for an item.
setItemIconPropertyId(Object) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Sets the item icon property.
setItemSetChangeListeners(Collection<Container.ItemSetChangeListener>) - Method in class com.vaadin.v7.data.util.AbstractContainer
Deprecated.
Sets the item set change listener collection.
setItemSorter(ItemSorter) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
setItemSorter(ItemSorter) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Sets the ItemSorter used for comparing items in a sort.
setItemSorter(ItemSorter) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
setItemStyleGenerator(ComboBox.ItemStyleGenerator) - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
Sets the item style generator that is used to produce custom styles for showing items in the popup.
setItemStyleGenerator(Tree.ItemStyleGenerator) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Sets the Tree.ItemStyleGenerator to be used with this tree.
setLastFrozenColumn() - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Sets this column as the last frozen column in its grid.
setLastVisibleDayOfWeek(int) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
This method restricts the weekdays that are shown.
setLastVisibleHourOfDay(int) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
This method restricts the hours that are shown per day.
setLayout(Layout) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Sets the layout of the form.
setLeftColumnCaption(String) - Method in class com.vaadin.v7.ui.TwinColSelect
Deprecated.
Sets the text shown above the left column.
setLenient(boolean) - Method in class com.vaadin.v7.ui.DateField
Deprecated.
Specifies whether or not date/time interpretation in component is to be lenient.
setLocale(Locale) - Method in class com.vaadin.v7.data.validator.BeanValidator
Deprecated.
Sets the locale used for validation error messages.
setLocale(Locale) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
 
setLocale(Locale) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Sets the locale to be used in the Calendar component.
setLocale(Locale) - Method in class com.vaadin.v7.ui.Label
Deprecated.
 
setMax(double) - Method in class com.vaadin.v7.ui.Slider
Deprecated.
Set the maximum slider value.
setMaximumWidth(double) - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Sets the maximum width for this column.
setMaxLength(int) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
Sets the maximum number of characters in the field.
setMaxLength(Integer) - Method in class com.vaadin.v7.data.validator.StringLengthValidator
Deprecated.
Sets the maximum permissible length of the string.
setMaxValue(T) - Method in class com.vaadin.v7.data.validator.RangeValidator
Deprecated.
Sets the maximum value of the range.
setMaxValueIncluded(boolean) - Method in class com.vaadin.v7.data.validator.RangeValidator
Deprecated.
Sets if the maximum value is part of the accepted range.
setMin(double) - Method in class com.vaadin.v7.ui.Slider
Deprecated.
Set the minimum slider value.
setMinimumWidth(double) - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Sets the minimum width for this column.
setMinLength(Integer) - Method in class com.vaadin.v7.data.validator.StringLengthValidator
Deprecated.
Sets the minimum permissible length.
setMinValue(T) - Method in class com.vaadin.v7.data.validator.RangeValidator
Deprecated.
Sets the minimum value of the range.
setMinValueIncluded(boolean) - Method in class com.vaadin.v7.data.validator.RangeValidator
Deprecated.
Sets if the minimum value is part of the accepted range.
setMode(CompositeValidator.CombinationMode) - Method in class com.vaadin.v7.data.validator.CompositeValidator
Deprecated.
Sets the mode of the validator.
setMultiSelect(boolean) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Sets the multiselect mode.
setMultiSelect(boolean) - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
As of 7.0, use ListSelect, OptionGroup or TwinColSelect instead
setMultiSelect(boolean) - Method in class com.vaadin.v7.ui.NativeSelect
Deprecated.
 
setMultiselectMode(MultiSelectMode) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Sets the behavior of the multiselect mode.
setMultiSelectMode(MultiSelectMode) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets the behavior of how the multi-select mode should behave when the table is both selectable and in multi-select mode.
setMultiSelectTouchDetectionEnabled(boolean) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Default behavior on touch-reporting devices is to switch from CTRL/SHIFT based multi-selection to simple mode, but you can use this method to explicitly disable the touch device detection.
setNewItemHandler(AbstractSelect.NewItemHandler) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
TODO refine doc Setter for new item handler, which is called when user adds new item in newItemAllowed mode.
setNewItemsAllowed(boolean) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Enables or disables possibility to add new options by the user.
setNewItemsAllowed(boolean) - Method in class com.vaadin.v7.ui.NativeSelect
Deprecated.
 
setNewItemsAllowed(boolean) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Adding new items is not supported.
setNewItemsAllowed(boolean) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Adding new items is not supported.
setNullAllowed(boolean) - Method in class com.vaadin.v7.data.validator.NullValidator
Deprecated.
Sets if nulls (and only nulls) are to be allowed.
setNullAllowed(boolean) - Method in class com.vaadin.v7.data.validator.StringLengthValidator
Deprecated.
setNullRepresentation(String) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
Sets the null-string representation.
setNullRepresentation(String) - Method in class com.vaadin.v7.ui.RichTextArea
Deprecated.
Sets the null-string representation.
setNullSelectionAllowed(boolean) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Allow or disallow empty selection by the user.
setNullSelectionItemId(Object) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Sets the item id that represents null value of this select.
setNullSelectionItemId(Object) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Tree does not support setNullSelectionItemId.
setNullSettingAllowed(boolean) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
Sets the null conversion mode.
setNullSettingAllowed(boolean) - Method in class com.vaadin.v7.ui.RichTextArea
Deprecated.
Sets the null conversion mode.
setOrderBy(List<OrderBy>) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.FreeformQuery
Deprecated.
 
setOrderBy(List<OrderBy>) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.FreeformQueryDelegate
Deprecated.
Sets the order in which to retrieve rows from the database.
setOrderBy(List<OrderBy>) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.QueryDelegate
Deprecated.
Sets the order in which to retrieve rows from the database.
setOrderBy(List<OrderBy>) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
 
setOrientation(SliderOrientation) - Method in class com.vaadin.v7.ui.Slider
Deprecated.
Set the orientation of the slider.
setOwner(RowItem) - Method in class com.vaadin.v7.data.util.sqlcontainer.ColumnProperty
Deprecated.
 
setPageLength(int) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Sets the page length used in lazy fetching of items from the data source.
setPageLength(int) - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
Sets the page length for the suggestion popup.
setPageLength(int) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets the page length.
setParameterValuesToStatement(PreparedStatement) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.StatementHelper
Deprecated.
 
setParent(ClientConnector) - Method in class com.vaadin.v7.server.communication.data.RpcDataProviderExtension
Deprecated.
 
setParent(ClientConnector) - Method in interface com.vaadin.v7.ui.renderers.Renderer
Deprecated.
setParent(Object, Object) - Method in interface com.vaadin.v7.data.Container.Hierarchical
Deprecated.
Sets the parent of an Item.
setParent(Object, Object) - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
Sets the parent of an Item.
setParent(Object, Object) - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
Returns false when moving files around in the filesystem is not supported.
setParent(Object, Object) - Method in class com.vaadin.v7.data.util.HierarchicalContainer
Deprecated.
Sets the parent of an Item.
setParent(Object, Object) - Method in class com.vaadin.v7.data.util.HierarchicalContainerOrderedWrapper
Deprecated.
 
setParent(Object, Object) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
 
setParent(Object, Object) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
setParseErrorMessage(String) - Method in class com.vaadin.v7.ui.DateField
Deprecated.
Sets the default error message used if the DateField cannot parse the text input by user to a Date field.
setPollingInterval(int) - Method in class com.vaadin.v7.ui.ProgressIndicator
Deprecated.
Sets the interval that component checks for progress.
setPopupStyle(AbstractColorPicker.PopupStyle) - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
The style for the popup window.
setPopupWidth(String) - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
Sets the suggestion pop-up's width as a CSS string.
setPosition(int, int) - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Sets the position of the popup window.
setPosition(int, int) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerGrid
Deprecated.
Sets the position.
setPreviewVisible(boolean) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerPopup
Deprecated.
Set the preview visibility.
setPropertyDataSource(Property) - Method in interface com.vaadin.v7.data.Property.Viewer
Deprecated.
Sets the Property that serves as the data source of the viewer.
setPropertyDataSource(Property) - Method in class com.vaadin.v7.data.util.PropertyFormatter
Deprecated.
Sets the specified Property as the data source for the formatter.
setPropertyDataSource(Property) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Sets the specified Property as the data source for the field.
setPropertyDataSource(Property) - Method in class com.vaadin.v7.ui.Label
Deprecated.
Sets the property as data-source for viewing.
setPropertySetChangeListeners(Collection<Container.PropertySetChangeListener>) - Method in class com.vaadin.v7.data.util.AbstractContainer
Deprecated.
Sets the property set change listener collection.
setQueryString(String) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.StatementHelper
Deprecated.
 
setRangeEnd(Date) - Method in class com.vaadin.v7.ui.DateField
Deprecated.
Sets the end range for this component.
setRangeStart(Date) - Method in class com.vaadin.v7.ui.DateField
Deprecated.
Sets the start range for this component.
setReadOnly(boolean) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Sets the read only state to the given value for all fields with writable data source.
setReadOnly(boolean) - Method in interface com.vaadin.v7.data.Property
Deprecated.
Sets the Property's read-only mode to the specified status.
setReadOnly(boolean) - Method in class com.vaadin.v7.data.util.AbstractProperty
Deprecated.
 
setReadOnly(boolean) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedProperty
Deprecated.
 
setReadOnly(boolean) - Method in class com.vaadin.v7.data.util.PropertyFormatter
Deprecated.
Sets the Property's read-only mode to the specified status.
setReadOnly(boolean) - Method in class com.vaadin.v7.data.util.sqlcontainer.ColumnProperty
Deprecated.
 
setReadOnly(boolean) - Method in class com.vaadin.v7.data.util.TransactionalPropertyWrapper
Deprecated.
 
setReadOnly(boolean) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Changes the readonly state and throw read-only status change events.
setReadOnly(boolean) - Method in class com.vaadin.v7.ui.AbstractLegacyComponent
Deprecated.
Sets the read-only mode of the component to the specified mode.
setReadOnly(boolean) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Sets the component's to read-only mode to the specified state.
setReadOnly(boolean) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Changes the read-only state.
setReadOnly(boolean) - Method in class com.vaadin.v7.ui.RichTextArea
Deprecated.
 
setReceiver(Upload.Receiver) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Sets the receiver.
setRecursive(boolean) - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
Sets the container recursive property.
setReferencedItem(Object, Object, SQLContainer) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Sets the referenced item.
setRenderer(Renderer<?>) - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Sets the renderer for this column.
setRenderer(Renderer<T>, Converter<? extends T, ?>) - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Sets the renderer for this column and the converter used to convert from the property value type to the renderer presentation type.
setRequired(boolean) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
 
setRequired(boolean) - Method in interface com.vaadin.v7.ui.Field
Deprecated.
Sets the field required.
setRequiredError(String) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Set the error that is show if this field is required, but empty.
setRequiredError(String) - Method in interface com.vaadin.v7.ui.Field
Deprecated.
Sets the error message to be displayed if a required field is empty.
setResizable(boolean) - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Sets whether this column can be resized by the user.
setResolution(int) - Method in class com.vaadin.v7.ui.Slider
Deprecated.
Set a new resolution for the slider.
setResolution(Resolution) - Method in class com.vaadin.v7.ui.DateField
Deprecated.
Sets the resolution of the DateField.
setRGBTabVisible(boolean) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerPopup
Deprecated.
Set RGB tab visibility.
setRGBVisibility(boolean) - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Set the visibility of the RGB Tab.
setRightColumnCaption(String) - Method in class com.vaadin.v7.ui.TwinColSelect
Deprecated.
Sets the text shown above the right column.
setRowDescriptionGenerator(Grid.RowDescriptionGenerator) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the RowDescriptionGenerator instance for generating optional descriptions (tooltips) for Grid rows.
setRowDescriptionGenerator(Grid.RowDescriptionGenerator, ContentMode) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the RowDescriptionGenerator instance for generating optional descriptions (tooltips) for Grid rows.
setRowGenerator(Table.RowGenerator) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Assigns a row generator to the table.
setRowHeaderMode(Table.RowHeaderMode) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets the row header mode.
setRows(int) - Method in class com.vaadin.v7.ui.ListSelect
Deprecated.
Sets the number of rows in the editor.
setRows(int) - Method in class com.vaadin.v7.ui.TextArea
Deprecated.
Sets the number of rows in the text area.
setRows(int) - Method in class com.vaadin.v7.ui.TwinColSelect
Deprecated.
Sets the number of rows in the editor.
setRowStyleGenerator(Grid.RowStyleGenerator) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the style generator that is used for generating styles for rows.
setScrollToSelectedItem(boolean) - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
Sets whether to scroll the selected item visible (directly open the page on which it is) when opening the combo box popup or not.
setSelectable(boolean) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Setter for property selectable.
setSelectable(boolean) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Sets the selectable state.
setSelected(Object...) - Method in class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
 
setSelected(Object...) - Method in interface com.vaadin.v7.ui.Grid.SelectionModel.Multi
Deprecated.
Marks items as selected while deselecting all items not in the varargs array.
setSelected(Collection<?>) - Method in class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
 
setSelected(Collection<?>) - Method in interface com.vaadin.v7.ui.Grid.SelectionModel.Multi
Deprecated.
Marks items as selected while deselecting all items not in the given Collection.
setSelectionLimit(int) - Method in class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
Sets the maximum number of rows that can be selected at once.
setSelectionMode(Grid.SelectionMode) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the Grid's selection mode.
setSelectionModel(Grid.SelectionModel) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Takes a new Grid.SelectionModel into use.
setSelectionRange(int, int) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
Sets the range of text to be selected.
setShowISOWeekNumbers(boolean) - Method in class com.vaadin.v7.ui.DateField
Deprecated.
Sets the visibility of ISO 8601 week numbers in the date selector.
setSortable(boolean) - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Sets whether this column is sortable by the user.
setSortAscending(boolean) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets the table in ascending order.
setSortContainerPropertyId(Object) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets the currently sorted column property id.
setSortDisabled(boolean) - Method in class com.vaadin.v7.ui.Table
Deprecated.
As of 7.0, use Table.setSortEnabled(boolean) instead
setSortEnabled(boolean) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Enables or disables sorting.
setSortOrder(List<SortOrder>) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the sort order to use.
setSortProperties(Container.Sortable, Object[], boolean[]) - Method in class com.vaadin.v7.data.util.DefaultItemSorter
Deprecated.
 
setSortProperties(Container.Sortable, Object[], boolean[]) - Method in interface com.vaadin.v7.data.util.ItemSorter
Deprecated.
Sets the parameters for an upcoming sort operation.
setSpanColumns(boolean) - Method in class com.vaadin.v7.ui.Table.GeneratedRow
Deprecated.
If set to true, only one string will be rendered, spanning the entire row.
setStart(Date) - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEvent
Deprecated.
 
setStart(Date) - Method in interface com.vaadin.v7.ui.components.calendar.event.EditableCalendarEvent
Deprecated.
Set the start date for the event.
setStartDate(Date) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Sets start date for the calendar.
setStartDateProperty(Object) - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
Set the property which provides the starting date and time of the event.
setStringDecorator(StringDecorator) - Static method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.QueryBuilder
Deprecated.
Allows specification of a custom ColumnQuoter instance that handles quoting of column names for the current DB dialect.
setStyleName(String) - Method in class com.vaadin.v7.ui.components.calendar.event.BasicEvent
Deprecated.
 
setStyleName(String) - Method in interface com.vaadin.v7.ui.components.calendar.event.EditableCalendarEvent
Deprecated.
Set the style name for the event used for styling the event cells.
setStyleName(String) - Method in class com.vaadin.v7.ui.Grid.StaticSection.StaticRow
Deprecated.
Sets a custom style name for this row.
setStyleNameProperty(Object) - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
Set the property which provides the style name for the event.
setSwatchesTabVisible(boolean) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerPopup
Deprecated.
Set Swatches tab visibility.
setSwatchesVisibility(boolean) - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Set the visibility of the Swatches Tab.
setTabIndex(int) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
 
setTabIndex(int) - Method in class com.vaadin.v7.ui.CustomField
Deprecated.
 
setTabIndex(int) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Sets the Tabulator index of this Focusable component.
setTabIndex(int) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
 
setTabIndex(int) - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Sets the Tabulator index of this Focusable component.
setTableFieldFactory(TableFieldFactory) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets the TableFieldFactory that is used to create editor for table cells.
setText(String...) - Method in class com.vaadin.v7.ui.Table.GeneratedRow
Deprecated.
Pass one String if spanColumns is used, one String for each visible column otherwise.
setTextChangeEventMode(AbstractTextField.TextChangeEventMode) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
Sets the mode how the TextField triggers FieldEvents.TextChangeEvents.
setTextChangeTimeout(int) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
The text change timeout modifies how often text change events are communicated to the application when AbstractTextField.getTextChangeEventMode() is AbstractTextField.TextChangeEventMode.LAZY or AbstractTextField.TextChangeEventMode.TIMEOUT.
setTextFieldEnabled(boolean) - Method in class com.vaadin.v7.ui.PopupDateField
Deprecated.
Enables or disables the text field.
setTextfieldVisibility(boolean) - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Sets the visibility of the CSS color code text field.
setTextInputAllowed(boolean) - Method in class com.vaadin.v7.ui.ComboBox
Deprecated.
Sets whether it is possible to input text into the field or whether the field area of the component is just used to show what is selected.
setTimeFormat(Calendar.TimeFormat) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Example: setTimeFormat(TimeFormat.Format12H);
Set to null, if you want the format being defined by the locale.
setTimeZone(TimeZone) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Set time zone that this component will use.
setTimeZone(TimeZone) - Method in class com.vaadin.v7.ui.DateField
Deprecated.
Sets the time zone used by this date field.
setUserErrorMessage(String) - Method in class com.vaadin.v7.ui.Grid.CommitErrorEvent
Deprecated.
Sets the error message to show to the user.
setUserSelectionAllowed(boolean) - Method in class com.vaadin.v7.ui.Grid.MultiSelectionModel
Deprecated.
 
setUserSelectionAllowed(boolean) - Method in interface com.vaadin.v7.ui.Grid.SelectionModel.HasUserSelectionAllowed
Deprecated.
Sets whether the user is allowed to change the selection.
setUserSelectionAllowed(boolean) - Method in class com.vaadin.v7.ui.Grid.SingleSelectionModel
Deprecated.
 
setValidationVisible(boolean) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Enable or disable automatic, visible validation.
setValidationVisibleOnCommit(boolean) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Controls the making validation visible implicitly on commit.
setValue(Double) - Method in class com.vaadin.v7.ui.Slider
Deprecated.
 
setValue(Double, boolean) - Method in class com.vaadin.v7.ui.Slider
Deprecated.
Sets the value of the slider.
setValue(Float) - Method in class com.vaadin.v7.ui.ProgressBar
Deprecated.
Sets the value of this progress bar.
setValue(Object) - Method in class com.vaadin.v7.data.util.sqlcontainer.ColumnProperty
Deprecated.
 
setValue(Object) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Sets the visible value of the property.
setValue(Object, boolean) - Method in class com.vaadin.v7.ui.OptionGroup
Deprecated.
 
setValue(Object, boolean, boolean) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Sets the visible value of the property.
setValue(String) - Method in class com.vaadin.v7.data.util.PropertyFormatter
Deprecated.
 
setValue(String) - Method in class com.vaadin.v7.data.util.TextFileProperty
Deprecated.
 
setValue(String) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
 
setValue(String) - Method in class com.vaadin.v7.ui.Label
Deprecated.
Set the value of the label.
setValue(Date, boolean) - Method in class com.vaadin.v7.ui.DateField
Deprecated.
 
setValue(T) - Method in interface com.vaadin.v7.data.Property
Deprecated.
Sets the value of the Property.
setValue(T) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer.GeneratedProperty
Deprecated.
 
setValue(T) - Method in class com.vaadin.v7.data.util.MethodProperty
Deprecated.
Sets the value of the property.
setValue(T) - Method in class com.vaadin.v7.data.util.NestedMethodProperty
Deprecated.
Sets the value of the property.
setValue(T) - Method in class com.vaadin.v7.data.util.ObjectProperty
Deprecated.
Sets the value of the property.
setValue(T) - Method in class com.vaadin.v7.data.util.TransactionalPropertyWrapper
Deprecated.
 
setValue(T) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Sets the value of the field.
setValue(T, boolean) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Sets the value of the field.
setValue(T, boolean, boolean) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Sets the value of the field.
setVersionColumn(boolean) - Method in class com.vaadin.v7.data.util.sqlcontainer.ColumnProperty
Deprecated.
 
setVersionColumn(String) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
 
setVisible(boolean) - Method in class com.vaadin.v7.ui.Grid.StaticSection
Deprecated.
Sets the visibility of the whole section.
setVisible(boolean) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
setVisibleColumns(Object...) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sets the array of visible column property id:s.
setVisibleItemProperties(Object...) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Sets the visibleProperties.
setVisibleItemProperties(Collection<?>) - Method in class com.vaadin.v7.ui.Form
Deprecated.
Sets the visibleProperties.
setWeeklyCaptionFormat(String) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
Sets custom date format for the weekly view.
setWidth(double) - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Sets the width (in pixels).
setWidth(float, Sizeable.Unit) - Method in class com.vaadin.v7.ui.CustomField
Deprecated.
 
setWidthUndefined() - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Marks the column width as undefined.
setWordwrap(boolean) - Method in class com.vaadin.v7.ui.TextArea
Deprecated.
Sets the text area's word-wrap mode on or off.
ShortRangeValidator - Class in com.vaadin.v7.data.validator
Deprecated.
ShortRangeValidator(String, Short, Short) - Constructor for class com.vaadin.v7.data.validator.ShortRangeValidator
Deprecated.
Creates a validator for checking that an Short is within a given range.
shouldHideAddedRows() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Subclass and override this to enable removing of rows, bypassing the normal caching and lazy loading mechanism.
shouldHideAddedRows() - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
shouldHideErrors() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Returns true if the error indicator be hidden when painting the component even when there are errors.
shouldHideErrors() - Method in class com.vaadin.v7.ui.DateField
Deprecated.
 
showPopup() - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Shows a popup-window for color selection.
showPopup(boolean) - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
Shows or hides popup-window depending on the given parameter.
SimpleContext(Object, ConstraintViolation<?>) - Constructor for class com.vaadin.v7.data.validator.BeanValidator.SimpleContext
Deprecated.
Create a simple immutable message interpolator context.
SimpleContext(Object, ConstraintDescriptor<?>) - Constructor for class com.vaadin.v7.data.validator.BeanValidator.SimpleContext
Deprecated.
 
SimpleJDBCConnectionPool - Class in com.vaadin.v7.data.util.sqlcontainer.connection
Deprecated.
As of 8.0, no replacement available.
SimpleJDBCConnectionPool(String, String, String, String) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.connection.SimpleJDBCConnectionPool
Deprecated.
 
SimpleJDBCConnectionPool(String, String, String, String, int, int) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.connection.SimpleJDBCConnectionPool
Deprecated.
 
SimpleStringFilter - Class in com.vaadin.v7.data.util.filter
Deprecated.
As of 8.0, the whole filtering feature is integrated into DataProvider. For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders, filters are specific to the implementation.
SimpleStringFilter(Object, String, boolean, boolean) - Constructor for class com.vaadin.v7.data.util.filter.SimpleStringFilter
Deprecated.
 
SimpleStringTranslator - Class in com.vaadin.v7.data.util.sqlcontainer.query.generator.filter
Deprecated.
As of 8.0, no replacement available.
SimpleStringTranslator() - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.SimpleStringTranslator
Deprecated.
 
SINGLE - com.vaadin.v7.ui.Grid.SelectionMode
Deprecated.
A SelectionMode that maps to Grid.SingleSelectionModel.
SingleSelectionModel() - Constructor for class com.vaadin.v7.ui.Grid.SingleSelectionModel
Deprecated.
 
size() - Method in interface com.vaadin.v7.data.Container
Deprecated.
Gets the number of visible Items in the Container.
size() - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
 
size() - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
 
size() - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
 
size() - Method in class com.vaadin.v7.data.util.FilesystemContainer
Deprecated.
Gets the number of Items in the container.
size() - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
size() - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
size() - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Gets the number of items in the container.
size() - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
Slider - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0 replaced by Slider based on the new data binding API
Slider() - Constructor for class com.vaadin.v7.ui.Slider
Deprecated.
Default slider constructor.
Slider(double, double, int) - Constructor for class com.vaadin.v7.ui.Slider
Deprecated.
Create a new slider with the given range and resolution.
Slider(int, int) - Constructor for class com.vaadin.v7.ui.Slider
Deprecated.
Create a new slider with the given range that only allows integer values.
Slider(String) - Constructor for class com.vaadin.v7.ui.Slider
Deprecated.
Create a new slider with the caption given as parameter.
Slider(String, int, int) - Constructor for class com.vaadin.v7.ui.Slider
Deprecated.
Create a new slider with the given caption and range that only allows integer values.
Slider.ValueOutOfBoundsException - Exception in com.vaadin.v7.ui
Deprecated.
sort() - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sorts the table by currently selected sorting column.
sort(Sort) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sets the current sort order using the fluid Sort API.
sort(SortEvent) - Method in interface com.vaadin.v7.event.SortEvent.SortListener
Deprecated.
Called when the sort order has changed.
sort(Object) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sort this Grid in ascending order by a specified property.
sort(Object[], boolean[]) - Method in interface com.vaadin.v7.data.Container.Sortable
Deprecated.
Sorts the container items.
sort(Object[], boolean[]) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
 
sort(Object[], boolean[]) - Method in class com.vaadin.v7.data.util.GeneratedPropertyContainer
Deprecated.
 
sort(Object[], boolean[]) - Method in class com.vaadin.v7.data.util.IndexedContainer
Deprecated.
 
sort(Object[], boolean[]) - Method in class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
 
sort(Object[], boolean[]) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Sorts the table.
sort(Object, SortDirection) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
Sort this Grid in user-specified SortOrder by a property.
Sort - Class in com.vaadin.v7.data.sort
Deprecated.
sortContainer(Object[], boolean[]) - Method in class com.vaadin.v7.data.util.AbstractInMemoryContainer
Deprecated.
Sort base implementation to be used to implement Container.Sortable.
SortEvent - Class in com.vaadin.v7.event
Deprecated.
SortEvent(Component, List<SortOrder>, boolean) - Constructor for class com.vaadin.v7.event.SortEvent
Deprecated.
Creates a new sort order change event with a sort order list.
SortEvent.SortListener - Interface in com.vaadin.v7.event
Deprecated.
SortEvent.SortNotifier - Interface in com.vaadin.v7.event
Deprecated.
SortOrder - Class in com.vaadin.v7.data.sort
Deprecated.
SortOrder(Object, SortDirection) - Constructor for class com.vaadin.v7.data.sort.SortOrder
Deprecated.
Create a SortOrder object.
SourceException(Buffered) - Constructor for exception com.vaadin.v7.data.Buffered.SourceException
Deprecated.
Creates a source exception that does not include a cause.
SourceException(Buffered, Throwable...) - Constructor for exception com.vaadin.v7.data.Buffered.SourceException
Deprecated.
Creates a source exception from multiple causes.
SPLITPANEL_REDUCED - Static variable in class com.vaadin.v7.ui.themes.Runo
Deprecated.
Reduces the width/height of the split handle.
SPLITPANEL_SMALL - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Reduces the split handle to a minimal size (1 pixel).
SPLITPANEL_SMALL - Static variable in class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
Reduces the split handle to a minimal size (1 pixel).
SPLITPANEL_SMALL - Static variable in class com.vaadin.v7.ui.themes.Runo
Deprecated.
Reduces the visual size of the split handle to one pixel (the active drag size is still larger).
SQLContainer - Class in com.vaadin.v7.data.util.sqlcontainer
Deprecated.
As of 8.0, no replacement available, see DataProvider.
SQLContainer(QueryDelegate) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.SQLContainer
Deprecated.
Creates and initializes SQLContainer using the given QueryDelegate.
SQLContainer.ItemSetChangeEvent - Class in com.vaadin.v7.data.util.sqlcontainer
Deprecated.
SQLGenerator - Interface in com.vaadin.v7.data.util.sqlcontainer.query.generator
Deprecated.
As of 8.0, no replacement available.
SQLUtil - Class in com.vaadin.v7.data.util.sqlcontainer
Deprecated.
As of 8.0, no replacement available.
SQLUtil() - Constructor for class com.vaadin.v7.data.util.sqlcontainer.SQLUtil
Deprecated.
 
startDate - Variable in class com.vaadin.v7.ui.Calendar
Deprecated.
Defines the calendar's date range starting point.
STARTDATE_PROPERTY - Static variable in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
 
StartedEvent(Upload, String, String, long) - Constructor for class com.vaadin.v7.ui.Upload.StartedEvent
Deprecated.
 
startTransaction() - Method in interface com.vaadin.v7.data.Property.Transactional
Deprecated.
Starts a transaction.
startTransaction() - Method in class com.vaadin.v7.data.util.TransactionalPropertyWrapper
Deprecated.
 
startUpload() - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Go into upload state.
StatementHelper - Class in com.vaadin.v7.data.util.sqlcontainer.query.generator
Deprecated.
As of 8.0, no replacement available.
StatementHelper() - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.generator.StatementHelper
Deprecated.
 
StaticRow(Grid.StaticSection<?>) - Constructor for class com.vaadin.v7.ui.Grid.StaticSection.StaticRow
Deprecated.
 
StaticSection() - Constructor for class com.vaadin.v7.ui.Grid.StaticSection
Deprecated.
 
storeRow(RowItem) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.FreeformQuery
Deprecated.
 
storeRow(RowItem) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.QueryDelegate
Deprecated.
Stores a row in the database.
storeRow(RowItem) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
 
storeRow(Connection, RowItem) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.FreeformQueryDelegate
Deprecated.
Stores a row in the database.
storeRowImmediately(RowItem) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
Inserts the given row in the database table immediately.
StringDecorator - Class in com.vaadin.v7.data.util.sqlcontainer.query.generator.filter
Deprecated.
As of 8.0, no replacement available.
StringDecorator(String, String) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.StringDecorator
Deprecated.
Constructs a StringDecorator that uses the quoteStart and quoteEnd characters to create quoted strings.
StringLengthValidator - Class in com.vaadin.v7.data.validator
Deprecated.
StringLengthValidator(String) - Constructor for class com.vaadin.v7.data.validator.StringLengthValidator
Deprecated.
Creates a new StringLengthValidator with a given error message.
StringLengthValidator(String, Integer, Integer, boolean) - Constructor for class com.vaadin.v7.data.validator.StringLengthValidator
Deprecated.
Creates a new StringLengthValidator with a given error message and minimum and maximum length limits.
StringToBigDecimalConverter - Class in com.vaadin.v7.data.util.converter
Deprecated.
StringToBigDecimalConverter() - Constructor for class com.vaadin.v7.data.util.converter.StringToBigDecimalConverter
Deprecated.
 
StringToBigIntegerConverter - Class in com.vaadin.v7.data.util.converter
Deprecated.
StringToBigIntegerConverter() - Constructor for class com.vaadin.v7.data.util.converter.StringToBigIntegerConverter
Deprecated.
 
StringToBooleanConverter - Class in com.vaadin.v7.data.util.converter
Deprecated.
StringToBooleanConverter() - Constructor for class com.vaadin.v7.data.util.converter.StringToBooleanConverter
Deprecated.
Creates converter with default string representations - "true" and "false".
StringToBooleanConverter(String, String) - Constructor for class com.vaadin.v7.data.util.converter.StringToBooleanConverter
Deprecated.
Creates converter with custom string representation.
StringToByteConverter - Class in com.vaadin.v7.data.util.converter
Deprecated.
As of 8.0, a lightweight lambda-based converter can be build with Binder.forField(...).withConverter(...) methods.
StringToByteConverter() - Constructor for class com.vaadin.v7.data.util.converter.StringToByteConverter
Deprecated.
 
StringToCollectionConverter - Class in com.vaadin.v7.data.util.converter
Deprecated.
As of 8.0, a lightweight lambda-based converter can be build with Binder.forField(...).withConverter(...) methods.
StringToCollectionConverter() - Constructor for class com.vaadin.v7.data.util.converter.StringToCollectionConverter
Deprecated.
Creates converter with ", " as delimiter and String as token model type in collection.
StringToCollectionConverter(Converter<String, ?>, Class<?>) - Constructor for class com.vaadin.v7.data.util.converter.StringToCollectionConverter
Deprecated.
Creates converter with given tokenConverter for convert tokens and expected tokenType.
StringToCollectionConverter(String) - Constructor for class com.vaadin.v7.data.util.converter.StringToCollectionConverter
Deprecated.
Creates converter with given delimiter and String as token model type in collection.
StringToCollectionConverter(String, Converter<String, ?>, Class<?>) - Constructor for class com.vaadin.v7.data.util.converter.StringToCollectionConverter
Deprecated.
Creates converter with given tokenConverter for convert tokens and expected tokenType.
StringToCollectionConverter(String, Converter<String, ?>, Class<?>, StringToCollectionConverter.CollectionFactory) - Constructor for class com.vaadin.v7.data.util.converter.StringToCollectionConverter
Deprecated.
Creates converter with given tokenConverter for convert tokens and expected tokenType.
StringToCollectionConverter.CollectionFactory - Interface in com.vaadin.v7.data.util.converter
Deprecated.
StringToCollectionConverter.DefaultCollectionFactory - Class in com.vaadin.v7.data.util.converter
Deprecated.
StringToDateConverter - Class in com.vaadin.v7.data.util.converter
Deprecated.
StringToDateConverter() - Constructor for class com.vaadin.v7.data.util.converter.StringToDateConverter
Deprecated.
 
StringToDoubleConverter - Class in com.vaadin.v7.data.util.converter
Deprecated.
StringToDoubleConverter() - Constructor for class com.vaadin.v7.data.util.converter.StringToDoubleConverter
Deprecated.
 
stringToEnum(String, Class<T>, Locale) - Static method in class com.vaadin.v7.data.util.converter.StringToEnumConverter
Deprecated.
Converts the given string to the given enum type using the given locale.
StringToEnumConverter - Class in com.vaadin.v7.data.util.converter
Deprecated.
As of 8.0, a lightweight lambda-based converter can be build with Binder.forField(...).withConverter(...) methods.
StringToEnumConverter() - Constructor for class com.vaadin.v7.data.util.converter.StringToEnumConverter
Deprecated.
 
StringToFloatConverter - Class in com.vaadin.v7.data.util.converter
Deprecated.
StringToFloatConverter() - Constructor for class com.vaadin.v7.data.util.converter.StringToFloatConverter
Deprecated.
 
StringToIntegerConverter - Class in com.vaadin.v7.data.util.converter
Deprecated.
StringToIntegerConverter() - Constructor for class com.vaadin.v7.data.util.converter.StringToIntegerConverter
Deprecated.
 
StringToLongConverter - Class in com.vaadin.v7.data.util.converter
Deprecated.
StringToLongConverter() - Constructor for class com.vaadin.v7.data.util.converter.StringToLongConverter
Deprecated.
 
StringToShortConverter - Class in com.vaadin.v7.data.util.converter
Deprecated.
As of 8.0, no direct replacement available, see StringToIntegerConverter
StringToShortConverter() - Constructor for class com.vaadin.v7.data.util.converter.StringToShortConverter
Deprecated.
 
STYLENAME_AREA - Static variable in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
 
STYLENAME_BUTTON - Static variable in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
 
STYLENAME_DEFAULT - Static variable in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
 
STYLENAME_PROPERTY - Static variable in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
 
submitUpload() - Method in class com.vaadin.v7.ui.Upload
Deprecated.
Forces the upload the send selected file to the server.
SucceededEvent(Upload, String, String, long) - Constructor for class com.vaadin.v7.ui.Upload.SucceededEvent
Deprecated.
 
swatchesVisible - Variable in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
 

T

Table - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0, use Grid instead
Table() - Constructor for class com.vaadin.v7.ui.Table
Deprecated.
Creates a new empty table.
Table(String) - Constructor for class com.vaadin.v7.ui.Table
Deprecated.
Creates a new empty table with caption.
Table(String, Container) - Constructor for class com.vaadin.v7.ui.Table
Deprecated.
Creates a new table with caption and connect it to a Container.
TABLE_BIG - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Makes the column header and content font size bigger inside the table.
TABLE_BORDERLESS - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Removes borders and background color from the table.
TABLE_BORDERLESS - Static variable in class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
Removes borders from the table.
TABLE_BORDERLESS - Static variable in class com.vaadin.v7.ui.themes.Runo
Deprecated.
Removes the border and background color from the table.
TABLE_SMALL - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Makes the column header and content font size smaller inside the table.
TABLE_SMALL - Static variable in class com.vaadin.v7.ui.themes.Runo
Deprecated.
Smaller header and item fonts.
TABLE_STRIPED - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Adds a light alternate background color to even rows in the table.
TABLE_STRONG - Static variable in class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
Makes the table headers dark and more prominent.
Table.Align - Enum in com.vaadin.v7.ui
Deprecated.
Table.CacheUpdateException - Exception in com.vaadin.v7.ui
Deprecated.
Table.CellStyleGenerator - Interface in com.vaadin.v7.ui
Deprecated.
Table.ColumnCollapseEvent - Class in com.vaadin.v7.ui
Deprecated.
Table.ColumnCollapseListener - Interface in com.vaadin.v7.ui
Deprecated.
Table.ColumnGenerator - Interface in com.vaadin.v7.ui
Deprecated.
Table.ColumnHeaderMode - Enum in com.vaadin.v7.ui
Deprecated.
Table.ColumnReorderEvent - Class in com.vaadin.v7.ui
Deprecated.
Table.ColumnReorderListener - Interface in com.vaadin.v7.ui
Deprecated.
Table.ColumnResizeEvent - Class in com.vaadin.v7.ui
Deprecated.
Table.ColumnResizeListener - Interface in com.vaadin.v7.ui
Deprecated.
Table.FooterClickEvent - Class in com.vaadin.v7.ui
Deprecated.
Table.FooterClickListener - Interface in com.vaadin.v7.ui
Deprecated.
Table.GeneratedRow - Class in com.vaadin.v7.ui
Deprecated.
Table.HeaderClickEvent - Class in com.vaadin.v7.ui
Deprecated.
Table.HeaderClickListener - Interface in com.vaadin.v7.ui
Deprecated.
Table.RowGenerator - Interface in com.vaadin.v7.ui
Deprecated.
Table.RowHeaderMode - Enum in com.vaadin.v7.ui
Deprecated.
Table.TableContextClickEvent - Class in com.vaadin.v7.ui
Deprecated.
Table.TableDragMode - Enum in com.vaadin.v7.ui
Deprecated.
Table.TableDropCriterion - Class in com.vaadin.v7.ui
Deprecated.
Table.TableTransferable - Class in com.vaadin.v7.ui
Deprecated.
TableContextClickEvent(Table, MouseEventDetails, Object, Object, TableConstants.Section) - Constructor for class com.vaadin.v7.ui.Table.TableContextClickEvent
Deprecated.
 
TableDropCriterion() - Constructor for class com.vaadin.v7.ui.Table.TableDropCriterion
Deprecated.
 
TableFieldFactory - Interface in com.vaadin.v7.ui
Deprecated.
As of 8.0, Table is replaced by Grid
TableQuery - Class in com.vaadin.v7.data.util.sqlcontainer.query
Deprecated.
As of 8.0, no replacement available.
TableQuery(String, JDBCConnectionPool) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
Creates a new TableQuery using the given connection pool and table name to fetch the data from.
TableQuery(String, JDBCConnectionPool, SQLGenerator) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
Creates a new TableQuery using the given connection pool, SQL generator and table name to fetch the data from.
TableQuery(String, String, String, JDBCConnectionPool, SQLGenerator) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
Creates a new TableQuery using the given connection pool, SQL generator and table name to fetch the data from.
TableQuery(String, String, String, JDBCConnectionPool, SQLGenerator, boolean) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.query.TableQuery
Deprecated.
Creates a new TableQuery using the given connection pool, SQL generator and table name to fetch the data from.
TableQuery.RowIdChangeEvent - Class in com.vaadin.v7.data.util.sqlcontainer.query
Deprecated.
TableTransferable(Map<String, Object>) - Constructor for class com.vaadin.v7.ui.Table.TableTransferable
Deprecated.
 
TABSHEET_BORDERLESS - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Removes borders and background color from the tab sheet.
TABSHEET_BORDERLESS - Static variable in class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
Removes borders from the default tab sheet style.
TABSHEET_HOVER_CLOSABLE - Static variable in class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
Makes the tab close buttons visible only when the user is hovering over the tab.
TABSHEET_MINIMAL - Static variable in class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
Removes borders and background color from the tab sheet.
TABSHEET_SELECTED_CLOSABLE - Static variable in class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
Makes the tab close buttons visible only when the tab is selected.
TABSHEET_SMALL - Static variable in class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
Removes borders and background color from the tab sheet, and shows the tabs as a small bar.
TABSHEET_SMALL - Static variable in class com.vaadin.v7.ui.themes.Runo
Deprecated.
Smaller tabs, no border and background for content area.
TargetInSubtree(Object) - Constructor for class com.vaadin.v7.ui.Tree.TargetInSubtree
Deprecated.
Constructs a criteria that accepts the drag if the targeted Item is a descendant of Item identified by given id.
TargetInSubtree(Object, int) - Constructor for class com.vaadin.v7.ui.Tree.TargetInSubtree
Deprecated.
Constructs a criteria that accepts drops within given level below the subtree root identified by given id.
TargetItemIs(AbstractSelect, Object...) - Constructor for class com.vaadin.v7.ui.AbstractSelect.TargetItemIs
Deprecated.
 
TemporaryRowId - Class in com.vaadin.v7.data.util.sqlcontainer
Deprecated.
As of 8.0, no replacement available.
TemporaryRowId(Object...) - Constructor for class com.vaadin.v7.data.util.sqlcontainer.TemporaryRowId
Deprecated.
 
TextArea - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0 replaced by TextArea based on the new data binding API
TextArea() - Constructor for class com.vaadin.v7.ui.TextArea
Deprecated.
Constructs an empty TextArea.
TextArea(Property) - Constructor for class com.vaadin.v7.ui.TextArea
Deprecated.
Constructs a TextArea with given property data source.
TextArea(String) - Constructor for class com.vaadin.v7.ui.TextArea
Deprecated.
Constructs an empty TextArea with given caption.
TextArea(String, Property) - Constructor for class com.vaadin.v7.ui.TextArea
Deprecated.
Constructs a TextArea with given caption and property data source.
TextArea(String, String) - Constructor for class com.vaadin.v7.ui.TextArea
Deprecated.
Constructs a TextArea with given caption and value.
textChange(FieldEvents.TextChangeEvent) - Method in interface com.vaadin.v7.event.FieldEvents.TextChangeListener
Deprecated.
This method is called repeatedly while the text is edited by a user.
TextChangeEvent(Component) - Constructor for class com.vaadin.v7.event.FieldEvents.TextChangeEvent
Deprecated.
 
TextField - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0 replaced by TextField based on the new data binding API
TextField() - Constructor for class com.vaadin.v7.ui.TextField
Deprecated.
Constructs an empty TextField with no caption.
TextField(Property) - Constructor for class com.vaadin.v7.ui.TextField
Deprecated.
Constructs a new TextField that's bound to the specified Property and has no caption.
TextField(String) - Constructor for class com.vaadin.v7.ui.TextField
Deprecated.
Constructs an empty TextField with given caption.
TextField(String, Property) - Constructor for class com.vaadin.v7.ui.TextField
Deprecated.
Constructs a new TextField that's bound to the specified Property and has the given caption String.
TextField(String, String) - Constructor for class com.vaadin.v7.ui.TextField
Deprecated.
Constructs a new TextField with the given caption and initial text contents.
TEXTFIELD_BIG - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Large sized text field with big font.
TEXTFIELD_SEARCH - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Adds a magnifier icon on the left side of the fields text.
TEXTFIELD_SMALL - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Small sized text field with small font.
TEXTFIELD_SMALL - Static variable in class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
Small sized text field with small font.
TEXTFIELD_SMALL - Static variable in class com.vaadin.v7.ui.themes.Runo
Deprecated.
Small sized text field with small font.
textfieldVisible - Variable in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
 
TextFileProperty - Class in com.vaadin.v7.data.util
Deprecated.
As of 8.0, no replacement available.
TextFileProperty(File) - Constructor for class com.vaadin.v7.data.util.TextFileProperty
Deprecated.
Wrap given file with property interface.
TextFileProperty(File, Charset) - Constructor for class com.vaadin.v7.data.util.TextFileProperty
Deprecated.
Wrap the given file with the property interface and specify character set.
TextRenderer - Class in com.vaadin.v7.ui.renderers
Deprecated.
TextRenderer() - Constructor for class com.vaadin.v7.ui.renderers.TextRenderer
Deprecated.
Creates a new text renderer.
TextRenderer(String) - Constructor for class com.vaadin.v7.ui.renderers.TextRenderer
Deprecated.
Creates a new text renderer.
THEME_NAME - Static variable in class com.vaadin.v7.ui.themes.BaseTheme
Deprecated.
 
THEME_NAME - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
 
THEME_NAME - Static variable in class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
 
THEME_NAME - Static variable in class com.vaadin.v7.ui.themes.Runo
Deprecated.
 
themeName() - Static method in class com.vaadin.v7.ui.themes.Runo
Deprecated.
 
then(Object) - Method in class com.vaadin.v7.data.sort.Sort
Deprecated.
Continue building a Sort order.
then(Object, SortDirection) - Method in class com.vaadin.v7.data.sort.Sort
Deprecated.
Continue building a Sort order.
TIMEOUT - com.vaadin.v7.ui.AbstractTextField.TextChangeEventMode
Deprecated.
Each text change event in the UI causes the event to be communicated to the application after a timeout.
timezone - Variable in class com.vaadin.v7.ui.Calendar
Deprecated.
Defines the component's active time zone.
TOP - Static variable in class com.vaadin.v7.ui.AbstractSelect.VerticalLocationIs
Deprecated.
 
toString() - Method in class com.vaadin.v7.data.sort.SortOrder
Deprecated.
 
toString() - Method in class com.vaadin.v7.data.util.FilesystemContainer.FileItem
Deprecated.
 
toString() - Method in class com.vaadin.v7.data.util.PropertysetItem
Deprecated.
Gets the String representation of the contents of the Item.
toString() - Method in class com.vaadin.v7.data.util.sqlcontainer.ReadOnlyRowId
Deprecated.
 
toString() - Method in class com.vaadin.v7.data.util.sqlcontainer.RowId
Deprecated.
 
toString() - Method in class com.vaadin.v7.data.util.sqlcontainer.RowItem
Deprecated.
 
toString() - Method in class com.vaadin.v7.data.util.sqlcontainer.TemporaryRowId
Deprecated.
 
toString() - Method in enum com.vaadin.v7.ui.AbstractColorPicker.PopupStyle
Deprecated.
 
toString() - Method in class com.vaadin.v7.ui.components.calendar.CalendarDateRange
Deprecated.
 
toString() - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
 
toString() - Method in class com.vaadin.v7.ui.renderers.DateRenderer
Deprecated.
 
toString() - Method in class com.vaadin.v7.ui.renderers.NumberRenderer
Deprecated.
 
toString() - Method in enum com.vaadin.v7.ui.Table.Align
Deprecated.
 
TransactionalPropertyWrapper<T> - Class in com.vaadin.v7.data.util
Deprecated.
As of 8.0, no replacement available.
TransactionalPropertyWrapper(Property<T>) - Constructor for class com.vaadin.v7.data.util.TransactionalPropertyWrapper
Deprecated.
 
translateDropTargetDetails(Map<String, Object>) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
translateDropTargetDetails(Map<String, Object>) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
translateDropTargetDetails(Map<String, Object>) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
 
translatesFilter(Container.Filter) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.AndTranslator
Deprecated.
 
translatesFilter(Container.Filter) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.BetweenTranslator
Deprecated.
 
translatesFilter(Container.Filter) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.CompareTranslator
Deprecated.
 
translatesFilter(Container.Filter) - Method in interface com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.FilterTranslator
Deprecated.
 
translatesFilter(Container.Filter) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.IsNullTranslator
Deprecated.
 
translatesFilter(Container.Filter) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.LikeTranslator
Deprecated.
 
translatesFilter(Container.Filter) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.NotTranslator
Deprecated.
 
translatesFilter(Container.Filter) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.OrTranslator
Deprecated.
 
translatesFilter(Container.Filter) - Method in class com.vaadin.v7.data.util.sqlcontainer.query.generator.filter.SimpleStringTranslator
Deprecated.
 
Tree - Class in com.vaadin.v7.ui
Deprecated.
See com.vaadin.ui.Tree.
Tree() - Constructor for class com.vaadin.v7.ui.Tree
Deprecated.
Creates a new empty tree.
Tree(String) - Constructor for class com.vaadin.v7.ui.Tree
Deprecated.
Creates a new empty tree with caption.
Tree(String, Container) - Constructor for class com.vaadin.v7.ui.Tree
Deprecated.
Creates a new tree with caption and connect it to a Container.
TREE_CONNECTORS - Static variable in class com.vaadin.v7.ui.themes.BaseTheme
Deprecated.
Adds the connector lines between a parent node and its child nodes to indicate the tree hierarchy better.
Tree.CollapseEvent - Class in com.vaadin.v7.ui
Deprecated.
Tree.CollapseListener - Interface in com.vaadin.v7.ui
Deprecated.
Tree.ExpandEvent - Class in com.vaadin.v7.ui
Deprecated.
Tree.ExpandListener - Interface in com.vaadin.v7.ui
Deprecated.
Tree.ItemStyleGenerator - Interface in com.vaadin.v7.ui
Deprecated.
Tree.TargetInSubtree - Class in com.vaadin.v7.ui
Deprecated.
Tree.TargetItemAllowsChildren - Class in com.vaadin.v7.ui
Deprecated.
Tree.TreeContextClickEvent - Class in com.vaadin.v7.ui
Deprecated.
Tree.TreeDragMode - Enum in com.vaadin.v7.ui
Deprecated.
Tree.TreeDropCriterion - Class in com.vaadin.v7.ui
Deprecated.
Tree.TreeTargetDetails - Class in com.vaadin.v7.ui
Deprecated.
Tree.TreeTransferable - Class in com.vaadin.v7.ui
Deprecated.
TreeContextClickEvent(Tree, Object, MouseEventDetails) - Constructor for class com.vaadin.v7.ui.Tree.TreeContextClickEvent
Deprecated.
 
TreeDropCriterion() - Constructor for class com.vaadin.v7.ui.Tree.TreeDropCriterion
Deprecated.
 
TreeTable - Class in com.vaadin.v7.ui
Deprecated.
See TreeGrid.
TreeTable() - Constructor for class com.vaadin.v7.ui.TreeTable
Deprecated.
Creates an empty TreeTable with a default container.
TreeTable(String) - Constructor for class com.vaadin.v7.ui.TreeTable
Deprecated.
Creates an empty TreeTable with a default container.
TreeTable(String, Container) - Constructor for class com.vaadin.v7.ui.TreeTable
Deprecated.
Creates a TreeTable instance with given captions and data source.
TreeTransferable(Component, Map<String, Object>) - Constructor for class com.vaadin.v7.ui.Tree.TreeTransferable
Deprecated.
 
TwinColSelect - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0 replaced by TwinColSelect based on the new data binding API
TwinColSelect() - Constructor for class com.vaadin.v7.ui.TwinColSelect
Deprecated.
 
TwinColSelect(String) - Constructor for class com.vaadin.v7.ui.TwinColSelect
Deprecated.
 
TwinColSelect(String, Container) - Constructor for class com.vaadin.v7.ui.TwinColSelect
Deprecated.
 
TwinColSelect(String, Collection<?>) - Constructor for class com.vaadin.v7.ui.TwinColSelect
Deprecated.
 

U

unbind(Field<?>) - Method in class com.vaadin.v7.data.fieldgroup.BeanFieldGroup
Deprecated.
 
unbind(Field<?>) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Detaches the field from its property id and removes it from this FieldBinder.
UnparsableDateString(String) - Constructor for exception com.vaadin.v7.ui.DateField.UnparsableDateString
Deprecated.
 
unregisterComponent(Component) - Method in class com.vaadin.v7.ui.Table
Deprecated.
This method cleans up a Component that has been generated when Table is in editable mode.
unselect(Object) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Unselects an item.
UnsupportedFilterException - Exception in com.vaadin.v7.data.util.filter
Deprecated.
As of 8.0, no replacement available. See Query.getFilter()
UnsupportedFilterException() - Constructor for exception com.vaadin.v7.data.util.filter.UnsupportedFilterException
Deprecated.
 
UnsupportedFilterException(Exception) - Constructor for exception com.vaadin.v7.data.util.filter.UnsupportedFilterException
Deprecated.
 
UnsupportedFilterException(String) - Constructor for exception com.vaadin.v7.data.util.filter.UnsupportedFilterException
Deprecated.
 
UnsupportedFilterException(String, Exception) - Constructor for exception com.vaadin.v7.data.util.filter.UnsupportedFilterException
Deprecated.
 
unwrap(Class<T>) - Method in class com.vaadin.v7.data.validator.BeanValidator.SimpleContext
Deprecated.
 
updateHierarchicalWrapper() - Method in class com.vaadin.v7.data.util.ContainerHierarchicalWrapper
Deprecated.
Updates the wrapper's internal hierarchy data to include all Items in the underlying container.
updateOrderWrapper() - Method in class com.vaadin.v7.data.util.ContainerOrderedWrapper
Deprecated.
Updates the wrapper's internal ordering information to include all Items in the underlying container.
updateProgress(long, long) - Method in interface com.vaadin.v7.ui.Upload.ProgressListener
Deprecated.
Updates progress to listener.
updateRowData(Object) - Method in class com.vaadin.v7.server.communication.data.RpcDataProviderExtension
Deprecated.
Informs the client side that data of a row has been modified in the data source.
Upload - Class in com.vaadin.v7.ui
Deprecated.
As of 8.0 replaced by Upload that is by default in immediate mode.
Upload() - Constructor for class com.vaadin.v7.ui.Upload
Deprecated.
Creates a new instance of Upload.
Upload(String, Upload.Receiver) - Constructor for class com.vaadin.v7.ui.Upload
Deprecated.
 
Upload.ChangeEvent - Class in com.vaadin.v7.ui
Deprecated.
Upload.ChangeListener - Interface in com.vaadin.v7.ui
Deprecated.
Upload.FailedEvent - Class in com.vaadin.v7.ui
Deprecated.
Upload.FailedListener - Interface in com.vaadin.v7.ui
Deprecated.
Upload.FinishedEvent - Class in com.vaadin.v7.ui
Deprecated.
Upload.FinishedListener - Interface in com.vaadin.v7.ui
Deprecated.
Upload.NoInputStreamEvent - Class in com.vaadin.v7.ui
Deprecated.
Upload.NoOutputStreamEvent - Class in com.vaadin.v7.ui
Deprecated.
Upload.ProgressListener - Interface in com.vaadin.v7.ui
Deprecated.
Upload.Receiver - Interface in com.vaadin.v7.ui
Deprecated.
Upload.StartedEvent - Class in com.vaadin.v7.ui
Deprecated.
Upload.StartedListener - Interface in com.vaadin.v7.ui
Deprecated.
Upload.SucceededEvent - Class in com.vaadin.v7.ui
Deprecated.
Upload.SucceededListener - Interface in com.vaadin.v7.ui
Deprecated.
uploadFailed(Upload.FailedEvent) - Method in interface com.vaadin.v7.ui.Upload.FailedListener
Deprecated.
Upload has finished unsuccessfully.
uploadFinished(Upload.FinishedEvent) - Method in interface com.vaadin.v7.ui.Upload.FinishedListener
Deprecated.
Upload has finished.
uploadStarted(Upload.StartedEvent) - Method in interface com.vaadin.v7.ui.Upload.StartedListener
Deprecated.
Upload has started.
uploadSucceeded(Upload.SucceededEvent) - Method in interface com.vaadin.v7.ui.Upload.SucceededListener
Deprecated.
Upload successful.

V

VaadinPropertyDescriptor<BT> - Interface in com.vaadin.v7.data.util
Deprecated.
As of 8.0, no replacement available.
Validatable - Interface in com.vaadin.v7.data
Deprecated.
As of 8.0, no direct replacement available. See Binder, Validator.
validate() - Method in interface com.vaadin.v7.data.Validatable
Deprecated.
Checks the validity of the validatable.
validate() - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Checks the validity of the Field.
validate() - Method in class com.vaadin.v7.ui.DateField
Deprecated.
Validates the current value against registered validators if the field is not empty.
validate() - Method in class com.vaadin.v7.ui.Form
Deprecated.
Checks the validity of the Form and all of its fields.
validate(Object) - Method in class com.vaadin.v7.data.validator.AbstractValidator
Deprecated.
 
validate(Object) - Method in class com.vaadin.v7.data.validator.BeanValidator
Deprecated.
 
validate(Object) - Method in class com.vaadin.v7.data.validator.CompositeValidator
Deprecated.
Validates the given value.
validate(Object) - Method in class com.vaadin.v7.data.validator.DoubleValidator
Deprecated.
 
validate(Object) - Method in class com.vaadin.v7.data.validator.IntegerValidator
Deprecated.
 
validate(Object) - Method in class com.vaadin.v7.data.validator.NullValidator
Deprecated.
Validates the data given in value.
validate(Object) - Method in interface com.vaadin.v7.data.Validator
Deprecated.
Checks the given value against this validator.
validate(T) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
Validates that the given value pass the validators for the field.
Validator - Interface in com.vaadin.v7.data
Deprecated.
As of 8.0, replaced by Validator. The validation is performed outside components, see Binder.withValidator(...)
Validator.EmptyValueException - Exception in com.vaadin.v7.data
Deprecated.
Validator.InvalidValueException - Exception in com.vaadin.v7.data
Deprecated.
value() - Method in annotation type com.vaadin.v7.data.fieldgroup.Caption
Deprecated.
 
valueChange(Property.ValueChangeEvent) - Method in interface com.vaadin.v7.data.Property.ValueChangeListener
Deprecated.
Notifies this listener that the Property's value has changed.
valueChange(Property.ValueChangeEvent) - Method in class com.vaadin.v7.data.util.AbstractBeanContainer
Deprecated.
Re-filter the container when one of the monitored properties changes.
valueChange(Property.ValueChangeEvent) - Method in class com.vaadin.v7.data.util.PropertyFormatter
Deprecated.
Listens for changes in the datasource.
valueChange(Property.ValueChangeEvent) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
This method listens to data source value changes and passes the changes forwards.
valueChange(Property.ValueChangeEvent) - Method in class com.vaadin.v7.ui.AbstractSelect.CaptionChangeListener
Deprecated.
 
valueChange(Property.ValueChangeEvent) - Method in class com.vaadin.v7.ui.components.calendar.ContainerEventProvider
Deprecated.
 
valueChange(Property.ValueChangeEvent) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerPreview
Deprecated.
 
valueChange(Property.ValueChangeEvent) - Method in class com.vaadin.v7.ui.components.colorpicker.ColorPickerSelect
Deprecated.
 
valueChange(Property.ValueChangeEvent) - Method in class com.vaadin.v7.ui.Label
Deprecated.
Listens the value change events from data source.
valueChange(Property.ValueChangeEvent) - Method in class com.vaadin.v7.ui.Table
Deprecated.
Notifies this listener that the Property's value has changed.
ValueChangeEvent(Field) - Constructor for class com.vaadin.v7.ui.Field.ValueChangeEvent
Deprecated.
Constructs a new event object with the specified source field object.
ValueChangeEvent(Label) - Constructor for class com.vaadin.v7.ui.Label.ValueChangeEvent
Deprecated.
New instance of text change event.
valueOf(String) - Static method in enum com.vaadin.v7.data.util.filter.Compare.Operation
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.v7.data.validator.CompositeValidator.CombinationMode
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.v7.ui.AbstractColorPicker.PopupStyle
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.v7.ui.AbstractSelect.ItemCaptionMode
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.v7.ui.AbstractTextField.TextChangeEventMode
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.v7.ui.Calendar.TimeFormat
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.v7.ui.Grid.SelectionMode
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.v7.ui.Table.Align
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.v7.ui.Table.ColumnHeaderMode
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.v7.ui.Table.RowHeaderMode
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.v7.ui.Table.TableDragMode
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.v7.ui.Tree.TreeDragMode
Deprecated.
Returns the enum constant of this type with the specified name.
ValueOutOfBoundsException(Double) - Constructor for exception com.vaadin.v7.ui.Slider.ValueOutOfBoundsException
Deprecated.
Constructs an ValueOutOfBoundsException with the specified detail message.
values() - Static method in enum com.vaadin.v7.data.util.filter.Compare.Operation
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.data.validator.CompositeValidator.CombinationMode
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.ui.AbstractColorPicker.PopupStyle
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.ui.AbstractSelect.ItemCaptionMode
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.ui.AbstractTextField.TextChangeEventMode
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.ui.Calendar.TimeFormat
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.ui.Grid.SelectionMode
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.ui.Table.Align
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.ui.Table.ColumnHeaderMode
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.ui.Table.RowHeaderMode
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.ui.Table.TableDragMode
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.ui.Tree.TreeDragMode
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
VerticalLayout - Class in com.vaadin.v7.ui
Deprecated.
Replaced in 8.0 with VerticalLayout with margin and spacing on by default
VerticalLayout() - Constructor for class com.vaadin.v7.ui.VerticalLayout
Deprecated.
Constructs an empty VerticalLayout.
VerticalLayout(Component...) - Constructor for class com.vaadin.v7.ui.VerticalLayout
Deprecated.
Constructs a VerticalLayout with the given components.

W

weekClick(CalendarComponentEvents.WeekClick) - Method in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.WeekClickHandler
Deprecated.
This method will be called when a week is clicked.
weekClick(CalendarComponentEvents.WeekClick) - Method in class com.vaadin.v7.ui.components.calendar.handler.BasicWeekClickHandler
Deprecated.
 
WeekClick(Calendar, int, int) - Constructor for class com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.WeekClick
Deprecated.
WeekClick needs a target year and week.
weekClickMethod - Static variable in interface com.vaadin.v7.ui.components.calendar.CalendarComponentEvents.WeekClickHandler
Deprecated.
Trigger method for the WeekClick.
WINDOW_BLACK - Static variable in class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
Makes the whole window black, and changes contained components in the same way as Reindeer.LAYOUT_BLACK does.
WINDOW_DIALOG - Static variable in class com.vaadin.v7.ui.themes.Runo
Deprecated.
Smaller header and a darker background color for the window.
WINDOW_LIGHT - Static variable in class com.vaadin.v7.ui.themes.Reindeer
Deprecated.
Makes the whole window white and increases the font size of the title.
WINDOW_OPAQUE - Static variable in class com.vaadin.v7.ui.themes.ChameleonTheme
Deprecated.
Sub-window style that makes the window background opaque (i.e.
windowClose(Window.CloseEvent) - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
 
wrapInTransactionalProperty(Property<T>) - Method in class com.vaadin.v7.data.fieldgroup.FieldGroup
Deprecated.
Wrap property to transactional property.
writeClass(ObjectOutputStream, Class<?>) - Static method in class com.vaadin.v7.util.SerializerHelper
Deprecated.
Serializes the class reference so readClass(ObjectInputStream) can deserialize it.
writeClassArray(ObjectOutputStream, Class<?>[]) - Static method in class com.vaadin.v7.util.SerializerHelper
Deprecated.
Serializes the class references so readClassArray(ObjectInputStream) can deserialize it.
writeDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.AbstractColorPicker
Deprecated.
 
writeDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.AbstractField
Deprecated.
 
writeDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.AbstractLegacyComponent
Deprecated.
 
writeDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
 
writeDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.AbstractTextField
Deprecated.
 
writeDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.Calendar
Deprecated.
 
writeDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.CheckBox
Deprecated.
 
writeDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.DateField
Deprecated.
 
writeDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.Grid.Column
Deprecated.
Writes the design attributes for this column into given element.
writeDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.Grid.HeaderRow
Deprecated.
 
writeDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.Grid.StaticSection.StaticRow
Deprecated.
Writes the declarative design to the given table row element.
writeDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.Grid.StaticSection
Deprecated.
Writes the declarative design to the given table section element.
writeDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.Grid
Deprecated.
 
writeDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.Label
Deprecated.
 
writeDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.PasswordField
Deprecated.
 
writeDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.ProgressBar
Deprecated.
 
writeDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.RichTextArea
Deprecated.
 
writeDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.Slider
Deprecated.
 
writeDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
writeDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.TextArea
Deprecated.
 
writeDesign(Element, DesignContext) - Method in class com.vaadin.v7.ui.TextField
Deprecated.
 
writeItem(Element, Object, DesignContext) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Writes a data source Item to a design.
writeItem(Element, Object, DesignContext) - Method in class com.vaadin.v7.ui.OptionGroup
Deprecated.
 
writeItem(Element, Object, DesignContext) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
writeItem(Element, Object, DesignContext) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Recursively writes a data source Item and its children to a design.
writeItem(Element, Object, DesignContext) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
writeItems(Element, DesignContext) - Method in class com.vaadin.v7.ui.AbstractSelect
Deprecated.
Writes the data source items to a design.
writeItems(Element, DesignContext) - Method in class com.vaadin.v7.ui.Table
Deprecated.
 
writeItems(Element, DesignContext) - Method in class com.vaadin.v7.ui.Tree
Deprecated.
Recursively writes the root items and their children to a design.
writeItems(Element, DesignContext) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
writeItems(Element, Collection<?>, int, DesignContext) - Method in class com.vaadin.v7.ui.TreeTable
Deprecated.
 
A B C D E F G H I J L M N O P Q R S T U V W 
All Classes All Packages