Index
All Classes and Interfaces|All Packages|Serialized Form
A
- abort() - Method in class com.storedobject.vaadin.Dashboard
-
Closes the view by aborting if that exists
- abort() - Method in interface com.storedobject.vaadin.ExecutableView
-
Abort this.
- abort() - Method in class com.storedobject.vaadin.TimerComponent
-
Abort the timer.
- abort() - Method in class com.storedobject.vaadin.View
-
Abort this view.
- abort() - Method in class com.storedobject.vaadin.WrappedView
- aborted() - Method in interface com.storedobject.vaadin.MediaCapture.DataReceiver
-
This method is invoked if streaming is aborted due to any errors.
- aborted() - Method in class com.storedobject.vaadin.View
-
See if this view was aborted.
- AbstractDataEditor<T> - Class in com.storedobject.vaadin
-
A view that is used for creating "data entry forms" for a particular type of object.
- AbstractDataEditor(Class<T>) - Constructor for class com.storedobject.vaadin.AbstractDataEditor
-
Constructor
- AbstractDataEditor(Class<T>, String) - Constructor for class com.storedobject.vaadin.AbstractDataEditor
-
Constructor
- AbstractDataEditor.DForm - Class in com.storedobject.vaadin
-
Form to be used internally.
- AbstractDataForm<D> - Class in com.storedobject.vaadin
-
A view that is used for creating "data entry forms".
- AbstractDataForm() - Constructor for class com.storedobject.vaadin.AbstractDataForm
- AbstractDataForm.FieldError - Exception Class in com.storedobject.vaadin
-
For internal use only.
- AbstractForm<D> - Class in com.storedobject.vaadin
-
Class to represent a "data entry form".
- AbstractForm(Class<D>) - Constructor for class com.storedobject.vaadin.AbstractForm
-
Construct a form.
- AbstractForm(Class<D>, HasComponents) - Constructor for class com.storedobject.vaadin.AbstractForm
-
Construct a form with a specified field container.
- AbstractForm(Class<D>, HasComponents, Object) - Constructor for class com.storedobject.vaadin.AbstractForm
-
For internal use only.
- AbstractForm.ValueHandler - Class in com.storedobject.vaadin
-
Basic value-handler implementation.
- AbstractResourcedComponent - Class in com.storedobject.vaadin
-
Abstract "resourced component" that knows how to register/unregister the resource during attach/detach events.
- AbstractResourcedComponent() - Constructor for class com.storedobject.vaadin.AbstractResourcedComponent
-
Default constructor.
- AbstractResourcedComponent(AbstractStreamResource) - Constructor for class com.storedobject.vaadin.AbstractResourcedComponent
-
Constructor with a stream resource to view.
- AbstractResourcedComponent(String) - Constructor for class com.storedobject.vaadin.AbstractResourcedComponent
-
Constructor with a file to view.
- acceptColumn(Grid.Column<T>, String) - Method in class com.storedobject.vaadin.HasColumns.SOGrid
-
This will be invoked when each column is constructed.
- access(Command) - Method in class com.storedobject.vaadin.Application
-
Lock the UI and execute a command.
- act(String) - Method in class com.storedobject.vaadin.ActionTextField
-
Action is carried out in this method.
- ActionForm - Class in com.storedobject.vaadin
-
Action form is used to execute some action if the user confirms it by pressing a "Yes" button.
- ActionForm(Component, Runnable) - Constructor for class com.storedobject.vaadin.ActionForm
-
Constructor.
- ActionForm(Component, Runnable, Runnable) - Constructor for class com.storedobject.vaadin.ActionForm
-
Constructor.
- ActionForm(Component, Runnable, Runnable, String, String) - Constructor for class com.storedobject.vaadin.ActionForm
-
Constructor.
- ActionForm(Component, Runnable, String, String) - Constructor for class com.storedobject.vaadin.ActionForm
-
Constructor.
- ActionForm(String) - Constructor for class com.storedobject.vaadin.ActionForm
-
Constructor without any action (can be set later).
- ActionForm(String, Component, Runnable) - Constructor for class com.storedobject.vaadin.ActionForm
-
Constructor.
- ActionForm(String, Component, Runnable, Runnable) - Constructor for class com.storedobject.vaadin.ActionForm
-
Constructor.
- ActionForm(String, Component, Runnable, Runnable, String, String) - Constructor for class com.storedobject.vaadin.ActionForm
-
Constructor.
- ActionForm(String, Component, Runnable, String, String) - Constructor for class com.storedobject.vaadin.ActionForm
-
Constructor.
- ActionForm(String, Runnable) - Constructor for class com.storedobject.vaadin.ActionForm
-
Constructor.
- ActionForm(String, Runnable, Runnable) - Constructor for class com.storedobject.vaadin.ActionForm
-
Constructor.
- ActionForm(String, Runnable, Runnable, String, String) - Constructor for class com.storedobject.vaadin.ActionForm
-
Constructor.
- ActionForm(String, Runnable, String, String) - Constructor for class com.storedobject.vaadin.ActionForm
-
Constructor.
- ActionForm(String, String, Runnable) - Constructor for class com.storedobject.vaadin.ActionForm
-
Constructor.
- ActionForm(String, String, Runnable, Runnable) - Constructor for class com.storedobject.vaadin.ActionForm
-
Constructor.
- ActionForm(String, String, Runnable, Runnable, String, String) - Constructor for class com.storedobject.vaadin.ActionForm
-
Constructor.
- ActionForm(String, String, Runnable, String, String) - Constructor for class com.storedobject.vaadin.ActionForm
-
Constructor.
- ActionTextField - Class in com.storedobject.vaadin
-
A TextField that triggers a Consumer action (when value changed or "Enter" key is pressed).
- ActionTextField(String, String, String, Consumer<String>) - Constructor for class com.storedobject.vaadin.ActionTextField
-
Constructor.
- ActionTextField(String, String, Consumer<String>) - Constructor for class com.storedobject.vaadin.ActionTextField
-
Constructor.
- ActionTextField(String, Consumer<String>) - Constructor for class com.storedobject.vaadin.ActionTextField
-
Constructor.
- ActionTextField(Consumer<String>) - Constructor for class com.storedobject.vaadin.ActionTextField
-
Constructor.
- add(int, T) - Method in class com.storedobject.vaadin.DataList
- add(int, T) - Method in class com.storedobject.vaadin.ListGrid
- add(ApplicationMenuItem) - Method in interface com.storedobject.vaadin.ApplicationMenu
-
Add a menu item to the menu.
- add(ApplicationMenuItem) - Method in interface com.storedobject.vaadin.ApplicationMenuItemGroup
-
Add a sub-menu item to this menu item,
- add(View...) - Method in class com.storedobject.vaadin.Dashboard
-
Add sub-views to the dashboard.
- add(Component) - Method in class com.storedobject.vaadin.ApplicationView
-
Adds a given component to the root container of the application view.
- add(Component...) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Add components to the form's field container.
- add(Component...) - Method in class com.storedobject.vaadin.AbstractForm
-
Add components to the form's field container.
- add(Component...) - Method in class com.storedobject.vaadin.ButtonLayout
-
Add components.
- add(Component...) - Method in class com.storedobject.vaadin.CompoundField
-
Add components.
- add(Component...) - Method in class com.storedobject.vaadin.Dashboard
-
Add sub-views to the dashboard.
- add(Component...) - Method in class com.storedobject.vaadin.PopupButton
-
Add components to the pop up.
- add(Component, int) - Method in class com.storedobject.vaadin.ButtonLayout
-
Add a component.
- add(Component, String) - Method in interface com.storedobject.vaadin.ComponentSlot
-
Add a component at a given slot.
- add(HasElement, ThemeStyle...) - Static method in enum class com.storedobject.vaadin.ThemeStyle
-
Add theme styles.
- add(Tab, Component...) - Method in class com.storedobject.vaadin.Tabs
-
Add a tab with its components.
- add(Element, ThemeStyle...) - Static method in enum class com.storedobject.vaadin.ThemeStyle
-
Add theme styles.
- add(String) - Method in class com.storedobject.vaadin.Breadcrumbs
-
Create a new
Breadcrumbs.Breadcrumband add it to this. - add(String, Component) - Method in class com.storedobject.vaadin.BreadcrumbsTree
-
Add a root node to this tree.
- add(String, Component) - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
-
Add a new node under this node.
- add(EventListener) - Method in class com.storedobject.vaadin.util.Listeners
-
Adds a listener to the internal collection of event listeners.
- add(T) - Method in class com.storedobject.vaadin.DataList
- add(T) - Method in class com.storedobject.vaadin.ListGrid
- addAll(int, Collection<? extends T>) - Method in class com.storedobject.vaadin.DataList
- addAll(int, Collection<? extends T>) - Method in class com.storedobject.vaadin.ListGrid
- addAll(Collection<? extends T>) - Method in class com.storedobject.vaadin.DataList
- addAll(Collection<? extends T>) - Method in class com.storedobject.vaadin.ListGrid
- addBrowserResizedListener(ResizedListener) - Method in class com.storedobject.vaadin.Application
-
Add a browser resized listener to this application so that the listener will be alerted whenever the browser is resized.
- addClickHandler(ClickHandler) - Method in class com.storedobject.vaadin.AnchorButton
-
Add a click handler.
- addClickHandler(ClickHandler) - Method in class com.storedobject.vaadin.Button
-
Add a click handler.
- addClickHandler(ClickHandler) - Method in class com.storedobject.vaadin.Clickable
-
Add a click handler.
- addClickHandler(ClickHandler) - Method in class com.storedobject.vaadin.ConfirmButton
- addClickHandler(ClickHandler) - Method in class com.storedobject.vaadin.Icon
-
Add click handler.
- addClickListener(ComponentEventListener<ClickEvent<Icon>>) - Method in class com.storedobject.vaadin.Icon
- addClickListener(ComponentEventListener<ClickEvent<Component>>) - Method in class com.storedobject.vaadin.Alert
- addClickListener(ComponentEventListener<ClickEvent<Component>>) - Method in class com.storedobject.vaadin.Clickable
- addClickListener(ComponentEventListener<ClickEvent<Component>>) - Method in class com.storedobject.vaadin.util.ElementClick
- addClosedListener(ViewClosedListener) - Method in class com.storedobject.vaadin.View
-
Add a "view closed listener".
- addConstructedListener(ConstructedListener) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Add a
ConstructedListenerso that we will be informed about when the UI part is constructed. - addConstructedListener(ConstructedListener) - Method in class com.storedobject.vaadin.DataGrid
- addConstructedListener(ConstructedListener) - Method in class com.storedobject.vaadin.DataTreeGrid
- addConstructedListener(ConstructedListener) - Method in interface com.storedobject.vaadin.HasColumns
-
Add a
ConstructedListenerso that we will be informed about when the columns are constructed. - addContent(Component...) - Method in class com.storedobject.vaadin.DetailComponent
-
Add components to the content section.
- addContentResizedListener(ResizedListener) - Method in class com.storedobject.vaadin.Application
-
Add a content resized listener so that the listener will be alerted whenever the "content area" of the application is resized.
- addExtraButtons() - Method in class com.storedobject.vaadin.SelectGrid
-
Add extra buttons if required.
- addExtraButtons() - Method in class com.storedobject.vaadin.ViewGrid
-
Add extra buttons if required.
- addField(HasComponents, HasValue<?, ?>...) - Method in class com.storedobject.vaadin.CustomField
-
Add fields to the container (that may have already added to it earlier) of the custom field.
- addField(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm
-
Add a field to the form.
- addField(HasValue<?, ?>) - Method in class com.storedobject.vaadin.util.Data
-
Add a field with auto-generated filed name.
- addField(HasValue<?, ?>...) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Add fields to the form.
- addField(HasValue<?, ?>...) - Method in class com.storedobject.vaadin.CustomField
-
Add fields to the custom field.
- addField(HasValue<?, V>, Function<D, V>) - Method in class com.storedobject.vaadin.ObjectForm
-
Add an extra field
- addField(HasValue<?, V>, Function<D, V>, BiConsumer<D, V>) - Method in class com.storedobject.vaadin.ObjectForm
-
Add an extra field.
- addField(HasValue<?, V>, Function<T, V>) - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Add an extra field
- addField(HasValue<?, V>, Function<T, V>, BiConsumer<T, V>) - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Add an extra field
- addField(Iterable<String>) - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Add extra fields.
- addField(Iterable<String>) - Method in class com.storedobject.vaadin.ObjectForm
-
Add extra fields.
- addField(String...) - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Add extra fields.
- addField(String...) - Method in class com.storedobject.vaadin.ObjectForm
-
Add extra fields.
- addField(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Add a field to the form.
- addField(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm
-
Add a field to the form.
- addField(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.util.Data
-
Add a field.
- addField(String, Method) - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Add an extra field
- addField(String, Method) - Method in class com.storedobject.vaadin.ObjectForm
-
Add an extra field
- addField(String, Method, Method) - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Add an extra field
- addField(String, Method, Method) - Method in class com.storedobject.vaadin.ObjectForm
-
Add an extra field
- addField(String, Function<D, ?>) - Method in class com.storedobject.vaadin.ObjectForm
-
Add an extra field
- addField(String, Function<D, ?>, BiConsumer<D, ?>) - Method in class com.storedobject.vaadin.ObjectForm
-
Add an extra field
- addField(String, Function<T, ?>) - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Add an extra field
- addField(String, Function<T, ?>, BiConsumer<T, ?>) - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Add an extra field
- addFields(HasValue<?, ?>...) - Method in class com.storedobject.vaadin.AbstractForm
-
Add multiple fields to the form.
- addFiller() - Method in class com.storedobject.vaadin.ButtonLayout
-
Create and add a filler component.
- addHierarchyColumn(ValueProvider<T, ?>) - Method in class com.storedobject.vaadin.DataTreeGrid
-
This method always return
null. - addIncludeFieldChecker(IncludeField) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Add an "include field checker" to the existing chain.
- addIncludeFieldChecker(IncludeField) - Method in class com.storedobject.vaadin.AbstractForm
-
Add an "include field checker" to the existing chain.
- addItems(Collection<T>) - Method in class com.storedobject.vaadin.ComboField
-
Adds a collection of items to the ComboBox's data view.
- addItems(Collection<T>) - Method in class com.storedobject.vaadin.ListField
-
Adds a collection of items to the view.
- addItems(Collection<T>) - Method in class com.storedobject.vaadin.TokensField
-
Add more items to the selection list.
- addItems(Stream<T>) - Method in class com.storedobject.vaadin.ComboField
-
Adds the given items represented as a Stream to the combo box.
- addItems(Stream<T>) - Method in class com.storedobject.vaadin.ListField
-
Adds a stream of non-null items to the data view.
- addItems(Stream<T>) - Method in class com.storedobject.vaadin.TokensField
-
Add more items to the selection list.
- addItems(T...) - Method in class com.storedobject.vaadin.ComboField
-
Adds the specified items to the ComboBox list data view.
- addItems(T...) - Method in class com.storedobject.vaadin.ListField
-
Adds the specified items to the view if they are not null.
- addItems(T...) - Method in class com.storedobject.vaadin.TokensField
-
Add more items to the selection list.
- addItemSelectedListener(ItemSelectedListener<T>) - Method in interface com.storedobject.vaadin.HasColumns
-
Add an "item selected listener" to the grid.
- addItemsSelectedListener(ItemsSelectedListener<T>) - Method in interface com.storedobject.vaadin.HasColumns
-
Add an "items selected listener" to the grid.
- addListener(TimerComponent.Listener) - Method in class com.storedobject.vaadin.TimerComponent
-
Add a listener to this timer.
- addMenuItem(Component) - Method in class com.storedobject.vaadin.MenuBar
- addMenuItem(Component) - Method in class com.storedobject.vaadin.MenuBarItem
-
Add a menu so that a sub-menu can be created under that.
- addMenuItem(Component, ClickHandler) - Method in class com.storedobject.vaadin.MenuBar
- addMenuItem(Component, ClickHandler) - Method in class com.storedobject.vaadin.MenuBarItem
-
Add a menu with its click-handler.
- addMenuItem(String) - Method in class com.storedobject.vaadin.MenuBar
- addMenuItem(String) - Method in class com.storedobject.vaadin.MenuBarItem
-
Add a menu so that a sub-menu can be created under that.
- addMenuItem(String, ClickHandler) - Method in class com.storedobject.vaadin.MenuBar
- addMenuItem(String, ClickHandler) - Method in class com.storedobject.vaadin.MenuBarItem
-
Add a menu with its click-handler.
- addNodeVisibilityListener(BreadcrumbsTree.NodeVisibilityListener) - Method in class com.storedobject.vaadin.BreadcrumbsTree
- addOpenedListener(ViewOpenedListener) - Method in class com.storedobject.vaadin.View
-
Add a "view opened listener".
- addRefreshListener(DataList.RefreshListener<T>) - Method in class com.storedobject.vaadin.DataList
-
Add a refresh listener for this list.
- addRemovalListener(Breadcrumbs.BreadcrumbRemovalListener) - Method in class com.storedobject.vaadin.Breadcrumbs.Breadcrumb
-
Add a listener to this so that it will be notified when this "breadcrumb" is removed.
- addSelectedChangeListener(ComponentEventListener<Tabs.SelectedChangeEvent>) - Method in class com.storedobject.vaadin.Tabs
-
Add a tab selection listener.
- addSolvedListener(Consumer<RubikCube>) - Method in class com.storedobject.vaadin.RubikCube
-
Add a "solved listener" that will be informed about if the cube is solved.
- addSource(StreamResource...) - Method in class com.storedobject.vaadin.Media
-
Add sources.
- addSource(StreamResource...) - Method in interface com.storedobject.vaadin.MediaCapture
-
Add sources.
- addSource(String, String) - Method in class com.storedobject.vaadin.Media
-
Add a URI source.
- addStatusChangeListener(MediaCapture.StatusChangeListener) - Method in class com.storedobject.vaadin.AudioCapture
-
Add "status change" listener so that we can monitor recording status.
- addStatusChangeListener(MediaCapture.StatusChangeListener) - Method in interface com.storedobject.vaadin.MediaCapture
-
Add "status change" listener so that we can monitor recording/previewing status.
- addStatusChangeListener(MediaCapture.StatusChangeListener) - Method in class com.storedobject.vaadin.VideoCapture
-
Add "status change" listener so that we can monitor recording/previewing status.
- addTheme(ThemeStyle...) - Method in interface com.storedobject.vaadin.HasThemeStyle
-
Add theme styles.
- addToDrawer(Component...) - Method in class com.storedobject.vaadin.ApplicationFrame
- addToggleListener(DetailComponent.ToggleListener) - Method in class com.storedobject.vaadin.DetailComponent
-
Add content toggle listener.
- addValidator(HasValue<?, F>, Function<F, Boolean>) - Method in class com.storedobject.vaadin.AbstractForm
-
Add a validator for the field.
- addValidator(HasValue<?, F>, Function<F, Boolean>, String) - Method in class com.storedobject.vaadin.AbstractForm
-
Add a validator for the field.
- addValidator(HasValue<?, F>, Function<F, Boolean>, String) - Method in class com.storedobject.vaadin.util.Data
-
Add a validator for the given field.
- addValidator(HasValue<?, T>, Function<T, Boolean>) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Add a validator for the field.
- addValidator(HasValue<?, T>, Function<T, Boolean>, String) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Add a validator for the field.
- addValue(Set<T>) - Method in class com.storedobject.vaadin.TokensField
-
Add tokens to the existing set.
- addViewFilter(Predicate<T>) - Method in class com.storedobject.vaadin.ListGrid
-
Add a filter.
- Alert - Class in com.storedobject.vaadin
-
Slightly enhanced version of Vaadin's
Notification. - Alert(StyledText, Consumer<Alert>) - Constructor for class com.storedobject.vaadin.Alert
-
Constructor.
- Alert(StyledText, Consumer<Alert>, NotificationVariant) - Constructor for class com.storedobject.vaadin.Alert
-
Constructor.
- Alert(String) - Constructor for class com.storedobject.vaadin.Alert
-
Constructor.
- Alert(String, NotificationVariant) - Constructor for class com.storedobject.vaadin.Alert
-
Constructor.
- Alert(String, String) - Constructor for class com.storedobject.vaadin.Alert
-
Constructor.
- Alert(String, String, NotificationVariant) - Constructor for class com.storedobject.vaadin.Alert
-
Constructor.
- Alert(String, String, Consumer<Alert>) - Constructor for class com.storedobject.vaadin.Alert
-
Constructor.
- Alert(String, String, Consumer<Alert>, NotificationVariant) - Constructor for class com.storedobject.vaadin.Alert
-
Constructor.
- Alert(String, Consumer<Alert>) - Constructor for class com.storedobject.vaadin.Alert
-
Constructor.
- Alert(String, Consumer<Alert>, NotificationVariant) - Constructor for class com.storedobject.vaadin.Alert
-
Constructor.
- alertCountChanged(Object) - Method in class com.storedobject.vaadin.Application
-
This method is invoked whenever alter count changes for a particular owner.
- align(View, CSSGrid.Position) - Method in class com.storedobject.vaadin.Dashboard
-
Align (vertically) a view within its grid cell.
- align(Component, CSSGrid.Position) - Method in class com.storedobject.vaadin.CSSGrid
-
Align (vertically) a component within its grid cell.
- align(Component, CSSGrid.Position) - Method in class com.storedobject.vaadin.PopupButton
-
Align (vertically) a component within its grid cell.
- alignRight() - Method in class com.storedobject.vaadin.CustomTextField
-
Align right.
- alignSizing() - Method in class com.storedobject.vaadin.Box
-
Align the box in such way that total width/height of the box will be same as component's width/height.
- allowNegative - Variable in class com.storedobject.vaadin.util.NumericField
-
Indicates whether negative values are allowed for the numeric input field.
- AnchorButton - Class in com.storedobject.vaadin
-
Anchor that acts like a button.
- AnchorButton(String) - Constructor for class com.storedobject.vaadin.AnchorButton
-
Constructor.
- AnchorButton(String, ClickHandler) - Constructor for class com.storedobject.vaadin.AnchorButton
-
Constructor.
- appendFooter() - Method in class com.storedobject.vaadin.DataGrid
- appendFooter() - Method in class com.storedobject.vaadin.DataTreeGrid
- appendFooter() - Method in interface com.storedobject.vaadin.HasColumns
-
Append a footer row.
- appendHeader() - Method in interface com.storedobject.vaadin.HasColumns
-
Append a header row.
- Application - Class in com.storedobject.vaadin
-
Application is the base class for creating a 'single page' web applications.
- Application() - Constructor for class com.storedobject.vaadin.Application
- ApplicationEnvironment - Interface in com.storedobject.vaadin
-
Applicationcan set up an environment that controls certain behaviours of the application. - ApplicationFrame - Class in com.storedobject.vaadin
-
An implementation of
ApplicationLayoutusing Vaadin'sAppLayout. - ApplicationFrame() - Constructor for class com.storedobject.vaadin.ApplicationFrame
-
Constructor.
- ApplicationLayout - Interface in com.storedobject.vaadin
-
Applicationrequires an instance of this class to determine the "layout" of its page. - ApplicationMenu - Interface in com.storedobject.vaadin
-
Interface that defines the "menu" area of the
Application. - ApplicationMenuItem - Interface in com.storedobject.vaadin
-
Application menu item definition.
- ApplicationMenuItemGroup - Interface in com.storedobject.vaadin
-
A special menu item that has sub-menus in it.
- ApplicationView - Class in com.storedobject.vaadin
-
The class that defines the content view of the
Application. - ApplicationView() - Constructor for class com.storedobject.vaadin.ApplicationView
-
Default constructor.
- asPrimary() - Method in class com.storedobject.vaadin.Button
-
Mark this Button as Primary.
- asPrimary() - Method in interface com.storedobject.vaadin.HasThemeStyle
-
Make it primary style.
- asSmall() - Method in class com.storedobject.vaadin.Button
-
Make the button Small.
- asSmall() - Method in interface com.storedobject.vaadin.HasThemeStyle
-
Make it small.
- asSmall() - Method in class com.storedobject.vaadin.ImageButton
-
Set size to small.
- attached() - Method in class com.storedobject.vaadin.Application
-
Invoked whenever this application is attached to a UI.
- attachField(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Attach a field to the form.
- attachField(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm
-
Attach a field to the form.
- attachImage(Image) - Method in class com.storedobject.vaadin.VideoCapture
-
Attach an image to this video camera so that pictures shot can be viewed on that.
- Audio - Class in com.storedobject.vaadin
-
Component to play audio streams.
- Audio() - Constructor for class com.storedobject.vaadin.Audio
-
Constructor.
- Audio(StreamResource...) - Constructor for class com.storedobject.vaadin.Audio
-
Consructor.
- Audio(String, String) - Constructor for class com.storedobject.vaadin.Audio
-
Constructor.
- AudioCapture - Class in com.storedobject.vaadin
-
A special
Audioclass that gets input from the client Computer's mic. - AudioCapture() - Constructor for class com.storedobject.vaadin.AudioCapture
-
Constructor.
B
- Badge - Class in com.storedobject.vaadin
-
A component that is decorated like a badge.
- Badge() - Constructor for class com.storedobject.vaadin.Badge
-
Constructor.
- Badge(Icon, String, ThemeStyle...) - Constructor for class com.storedobject.vaadin.Badge
-
Constructor.
- Badge(String, ThemeStyle...) - Constructor for class com.storedobject.vaadin.Badge
-
Constructor.
- Badge(String, String, ThemeStyle...) - Constructor for class com.storedobject.vaadin.Badge
-
Constructor.
- BADGE - Enum constant in enum class com.storedobject.vaadin.ThemeStyle
-
Badge.
- BadgeIcon - Class in com.storedobject.vaadin
-
Icons with badge style.
- BadgeIcon(VaadinIcon) - Constructor for class com.storedobject.vaadin.BadgeIcon
-
Create from a Vaadin icon
- BadgeIcon(String) - Constructor for class com.storedobject.vaadin.BadgeIcon
-
Create from an Iron icon.
- BasicComboBox<T> - Class in com.storedobject.vaadin.util
-
BasicComboBox is a specific implementation of a ComboField allowing for the creation of combo boxes with various constructors for initialization.
- BasicComboBox() - Constructor for class com.storedobject.vaadin.util.BasicComboBox
-
Constructs a new instance of BasicComboBox with default configurations.
- BasicComboBox(String) - Constructor for class com.storedobject.vaadin.util.BasicComboBox
-
Constructs a BasicComboBox with a specified label.
- BasicComboBox(String, Collection<T>) - Constructor for class com.storedobject.vaadin.util.BasicComboBox
-
Constructs a BasicComboBox with a specified label and collection of items.
- BasicComboBox(String, T...) - Constructor for class com.storedobject.vaadin.util.BasicComboBox
-
Constructs a BasicComboBox with a label and a variable number of items.
- BasicComboBox(Collection<T>) - Constructor for class com.storedobject.vaadin.util.BasicComboBox
-
Constructs a BasicComboBox with the specified collection of items.
- BasicComboList<T> - Class in com.storedobject.vaadin.util
-
A generic combo box component that extends the ListBox class.
- BasicComboList(Collection<T>) - Constructor for class com.storedobject.vaadin.util.BasicComboList
-
Constructs a BasicComboList instance using the provided collection of items.
- BasicComboList(T...) - Constructor for class com.storedobject.vaadin.util.BasicComboList
-
Constructs a BasicComboList instance with a variable number of elements.
- beforeEnter(BeforeEnterEvent) - Method in class com.storedobject.vaadin.ApplicationView
- BigDecimalField - Class in com.storedobject.vaadin
-
Field to edit
BigDecimalvalues. - BigDecimalField() - Constructor for class com.storedobject.vaadin.BigDecimalField
-
Constructor.
- BigDecimalField(int) - Constructor for class com.storedobject.vaadin.BigDecimalField
-
Constructor.
- BigDecimalField(int, int) - Constructor for class com.storedobject.vaadin.BigDecimalField
-
Constructor.
- BigDecimalField(int, int, boolean) - Constructor for class com.storedobject.vaadin.BigDecimalField
-
Constructor.
- BigDecimalField(int, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.BigDecimalField
-
Constructor.
- BigDecimalField(String) - Constructor for class com.storedobject.vaadin.BigDecimalField
-
Constructor.
- BigDecimalField(String, int) - Constructor for class com.storedobject.vaadin.BigDecimalField
-
Constructor.
- BigDecimalField(String, int, int) - Constructor for class com.storedobject.vaadin.BigDecimalField
-
Constructor.
- BigDecimalField(String, int, int, boolean) - Constructor for class com.storedobject.vaadin.BigDecimalField
-
Constructor.
- BigDecimalField(String, int, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.BigDecimalField
-
Constructor.
- BigDecimalField(String, BigDecimal) - Constructor for class com.storedobject.vaadin.BigDecimalField
-
Constructor.
- BigDecimalField(String, BigDecimal, int) - Constructor for class com.storedobject.vaadin.BigDecimalField
-
Constructor.
- BigDecimalField(String, BigDecimal, int, int) - Constructor for class com.storedobject.vaadin.BigDecimalField
-
Constructor.
- BigDecimalField(String, BigDecimal, int, int, boolean) - Constructor for class com.storedobject.vaadin.BigDecimalField
-
Constructor.
- BigDecimalField(String, BigDecimal, int, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.BigDecimalField
-
Constructor.
- BigDecimalField(BigDecimal, int) - Constructor for class com.storedobject.vaadin.BigDecimalField
-
Constructor.
- BigDecimalField(BigDecimal, int, int) - Constructor for class com.storedobject.vaadin.BigDecimalField
-
Constructor.
- BigDecimalField(BigDecimal, int, int, boolean) - Constructor for class com.storedobject.vaadin.BigDecimalField
-
Constructor.
- BigDecimalField(BigDecimal, int, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.BigDecimalField
-
Constructor.
- BooleanField - Class in com.storedobject.vaadin
-
Field to edit
Booleanvalues. - BooleanField() - Constructor for class com.storedobject.vaadin.BooleanField
-
Constructor.
- BooleanField(Boolean) - Constructor for class com.storedobject.vaadin.BooleanField
-
Constructor.
- BooleanField(String) - Constructor for class com.storedobject.vaadin.BooleanField
-
Constructor.
- BooleanField(String, Boolean) - Constructor for class com.storedobject.vaadin.BooleanField
-
Constructor.
- BooleanRadioField - Class in com.storedobject.vaadin
-
Boolean field displayed like a radio field.
- BooleanRadioField() - Constructor for class com.storedobject.vaadin.BooleanRadioField
-
Constructor.
- BooleanRadioField(boolean) - Constructor for class com.storedobject.vaadin.BooleanRadioField
-
Constructor.
- BooleanRadioField(String) - Constructor for class com.storedobject.vaadin.BooleanRadioField
-
Constructor.
- BooleanRadioField(String, boolean) - Constructor for class com.storedobject.vaadin.BooleanRadioField
-
Constructor.
- BooleanRadioField(String, Boolean) - Constructor for class com.storedobject.vaadin.BooleanRadioField
-
Constructor.
- Box - Class in com.storedobject.vaadin
-
Using this class one can draw a "box" around any Vaadin component.
- Box(Component) - Constructor for class com.storedobject.vaadin.Box
-
Put a component inside a box.
- Breadcrumbs - Class in com.storedobject.vaadin
-
Breadcrumbs component.
- Breadcrumbs() - Constructor for class com.storedobject.vaadin.Breadcrumbs
-
Constructor.
- Breadcrumbs(ClickHandler) - Constructor for class com.storedobject.vaadin.Breadcrumbs
-
Constructor with a "Click Handler".
- Breadcrumbs.Breadcrumb - Class in com.storedobject.vaadin
-
Component that represents a "breadcrumb".
- Breadcrumbs.BreadcrumbRemovalListener - Interface in com.storedobject.vaadin
-
Listener interface for "breadcrumb removal listener".
- BreadcrumbsTree - Class in com.storedobject.vaadin
-
Breadcrumb Tree component.
- BreadcrumbsTree() - Constructor for class com.storedobject.vaadin.BreadcrumbsTree
-
Constructor.
- BreadcrumbsTree.Node - Class in com.storedobject.vaadin
-
The node of the breadcrumb tree.
- BreadcrumbsTree.NodeVisibilityListener - Interface in com.storedobject.vaadin
-
Listener that can be added to the
BreadcrumbsTreefor monitoring the visibility changes of the nodes (and its associated components). - buildButtons() - Method in class com.storedobject.vaadin.DataEditor
-
Build the buttons.
- buildButtons() - Method in class com.storedobject.vaadin.DataForm
-
Build the buttons.
- buildButtons() - Method in class com.storedobject.vaadin.InformationMessage
- buildFields() - Method in class com.storedobject.vaadin.ActionForm
- buildFields() - Method in class com.storedobject.vaadin.DataForm
-
This is where the fields are built.
- Button - Class in com.storedobject.vaadin
-
Enhancements to Vaadin
Button. - Button(Component, ClickHandler) - Constructor for class com.storedobject.vaadin.Button
-
Constructor.
- Button(VaadinIcon, ClickHandler) - Constructor for class com.storedobject.vaadin.Button
-
Constructor.
- Button(String, ClickHandler) - Constructor for class com.storedobject.vaadin.Button
-
Constructor.
- Button(String, Component, ClickHandler) - Constructor for class com.storedobject.vaadin.Button
-
Constructor.
- Button(String, VaadinIcon, ClickHandler) - Constructor for class com.storedobject.vaadin.Button
-
Constructor.
- Button(String, String, ClickHandler) - Constructor for class com.storedobject.vaadin.Button
-
Constructor.
- ButtonIcon - Class in com.storedobject.vaadin
-
Vaadin Flow wrapper around the Web Component: Paper Icon Button.
- ButtonIcon(String) - Constructor for class com.storedobject.vaadin.ButtonIcon
-
Create with an Iron icon name
- ButtonIcon(String, ClickHandler) - Constructor for class com.storedobject.vaadin.ButtonIcon
-
Constructor
- buttonLayout - Variable in class com.storedobject.vaadin.SelectGrid
-
The button layout at the top.
- buttonLayout - Variable in class com.storedobject.vaadin.ViewGrid
-
The button layout at the top.
- ButtonLayout - Class in com.storedobject.vaadin
-
A responsive layout that can be used to display components (typically Buttons horizontally).
- ButtonLayout() - Constructor for class com.storedobject.vaadin.ButtonLayout
-
Constructor.
- ButtonLayout(Component...) - Constructor for class com.storedobject.vaadin.ButtonLayout
-
Constructor.
- buttonPanel - Variable in class com.storedobject.vaadin.DataEditor
-
The button panel where the buttons are painted.
- buttonPanel - Variable in class com.storedobject.vaadin.DataForm
-
Button panel where buttons are added.
C
- camelcase(String) - Static method in interface com.storedobject.vaadin.util.HasTextValue
-
Convert a string to camelcase.
- cancel - Variable in class com.storedobject.vaadin.DataEditor
-
The "cancel" button.
- cancel - Variable in class com.storedobject.vaadin.DataForm
-
The Cancel button.
- cancel - Variable in class com.storedobject.vaadin.SelectGrid
-
The "Cancel" button.
- cancel() - Method in class com.storedobject.vaadin.ActionForm
-
Action defined for "No" button (if any) is invoked here.
- cancel() - Method in class com.storedobject.vaadin.DataEditor
-
This method is invoked to carry out the "cancel".
- cancel() - Method in class com.storedobject.vaadin.DataForm
-
This method is invoked if the "Cancel" button is pressed.
- cancel() - Method in class com.storedobject.vaadin.SelectGrid
-
This will be invoked when the "Cancel" button is pressed.
- canHandle(String) - Method in class com.storedobject.vaadin.AbstractForm.ValueHandler
- canHandle(String) - Method in interface com.storedobject.vaadin.util.FieldValueHandler
-
Determines whether the handler can process the provided field name.
- canSet(String) - Method in class com.storedobject.vaadin.AbstractForm.ValueHandler
- canSet(String) - Method in interface com.storedobject.vaadin.util.FieldValueHandler
-
Determines whether the specified field can be set to a value.
- capitalize() - Method in interface com.storedobject.vaadin.util.HasTextValue
-
Capitalize (camelcase) words while inputting.
- Card - Class in com.storedobject.vaadin
-
Make a component to appear like an "elevated card" on the screen.
- Card(Component) - Constructor for class com.storedobject.vaadin.Card
-
Constructor.
- Card(Component, int) - Constructor for class com.storedobject.vaadin.Card
-
Constructor.
- Card(Component, String) - Constructor for class com.storedobject.vaadin.Card
-
Constructor.
- center(View) - Method in class com.storedobject.vaadin.Dashboard
-
Center (horizontally and vertically) a view within its grid cell.
- center(Component) - Method in class com.storedobject.vaadin.CSSGrid
-
Center (horizontally and vertically) a component within its grid cell.
- center(Component) - Method in class com.storedobject.vaadin.PopupButton
-
Center (horizontally and vertically) a component within its grid cell.
- CENTER - Enum constant in enum class com.storedobject.vaadin.CSSGrid.Position
-
Center.
- CenteredLayout - Class in com.storedobject.vaadin
-
A simple layout that can be used as a component of the
View. - CenteredLayout() - Constructor for class com.storedobject.vaadin.CenteredLayout
-
Constructor.
- CenteredLayout(Component) - Constructor for class com.storedobject.vaadin.CenteredLayout
-
Constructor.
- ChangedValue<V> - Class in com.storedobject.vaadin
-
A thin wrapper class that warps the details of value changed in a field (
HasValue. - ChangedValue(HasValue.ValueChangeEvent<V>) - Constructor for class com.storedobject.vaadin.ChangedValue
-
Constructor.
- ChangedValues - Class in com.storedobject.vaadin
-
A thin wrapper class that warps the details of value changed in a field (
HasValue. - ChangedValues(HasValue.ValueChangeEvent<?>) - Constructor for class com.storedobject.vaadin.ChangedValues
-
Constructor.
- CHAR_ENTITIES - Static variable in interface com.storedobject.vaadin.HTMLGenerator
-
HTML character entities
- ChoiceField - Class in com.storedobject.vaadin
-
A
ComboBoxstyle field with anIntegervalue type. - ChoiceField(Iterable<?>) - Constructor for class com.storedobject.vaadin.ChoiceField
-
Constructor.
- ChoiceField(String) - Constructor for class com.storedobject.vaadin.ChoiceField
-
Constructor.
- ChoiceField(String[]) - Constructor for class com.storedobject.vaadin.ChoiceField
-
Constructor.
- ChoiceField(String, Iterable<?>) - Constructor for class com.storedobject.vaadin.ChoiceField
-
Constructor.
- ChoiceField(String, String) - Constructor for class com.storedobject.vaadin.ChoiceField
-
Constructor.
- ChoiceField(String, String[]) - Constructor for class com.storedobject.vaadin.ChoiceField
-
Constructor.
- ChoiceField(String, Collection<String>) - Constructor for class com.storedobject.vaadin.ChoiceField
-
Constructor.
- ChoicesField - Class in com.storedobject.vaadin
-
A field that allows you to select multiple values from a fixed list of Strings.
- ChoicesField(Iterable<?>) - Constructor for class com.storedobject.vaadin.ChoicesField
-
Constructor.
- ChoicesField(String) - Constructor for class com.storedobject.vaadin.ChoicesField
-
Constructor.
- ChoicesField(String[]) - Constructor for class com.storedobject.vaadin.ChoicesField
-
Constructor.
- ChoicesField(String, Iterable<?>) - Constructor for class com.storedobject.vaadin.ChoicesField
-
Constructor.
- ChoicesField(String, String) - Constructor for class com.storedobject.vaadin.ChoicesField
-
Constructor.
- ChoicesField(String, String[]) - Constructor for class com.storedobject.vaadin.ChoicesField
-
Constructor.
- ChoicesField(String, Collection<String>) - Constructor for class com.storedobject.vaadin.ChoicesField
-
Constructor.
- clean() - Method in class com.storedobject.vaadin.AbstractDataForm
- clean() - Method in class com.storedobject.vaadin.Dashboard
-
This will be invoked whenever the dashboard is closed or aborted so that any resource cleanup can be run.
- clean() - Method in interface com.storedobject.vaadin.ExecutableView
-
Clean this up by closing resources if any.
- clean() - Method in class com.storedobject.vaadin.View
-
Close resources if any that are left opened.
- clean() - Method in class com.storedobject.vaadin.WrappedView
- clear() - Method in class com.storedobject.vaadin.AbstractResourcedComponent
-
Clear the current content.
- clear() - Method in class com.storedobject.vaadin.BreadcrumbsTree
-
Clear this tree by removing all nodes and its associated data.
- clear() - Method in class com.storedobject.vaadin.DataList
- clear() - Method in class com.storedobject.vaadin.Image
-
Clear the content.
- clear() - Method in class com.storedobject.vaadin.ListGrid
- clear() - Method in class com.storedobject.vaadin.Media
-
Clear the current sources.
- clear() - Method in interface com.storedobject.vaadin.MediaCapture
-
Clear the stream sources attached to this.
- clear() - Method in class com.storedobject.vaadin.ResourceSupport
-
Clear the resource (will be unregistered if required).
- clear(HasElement) - Static method in enum class com.storedobject.vaadin.ThemeStyle
-
Remove all theme styles.
- clear(Element) - Static method in enum class com.storedobject.vaadin.ThemeStyle
-
Remove all theme styles.
- clearAlert(Alert) - Static method in class com.storedobject.vaadin.Application
-
Clear an alert.
- clearAlerts() - Method in class com.storedobject.vaadin.AbstractDataForm
- clearAlerts() - Static method in class com.storedobject.vaadin.Application
-
Clear all alerts.
- clearAlerts() - Method in interface com.storedobject.vaadin.ExecutableView
-
Clear all alters owned by this view.
- clearAlerts() - Method in interface com.storedobject.vaadin.HasColumns
- clearAlerts() - Method in class com.storedobject.vaadin.WrappedView
- clearAlerts(Object) - Static method in class com.storedobject.vaadin.Application
-
Clear all alerts of the specified owner.
- clearConstructedListeners() - Method in class com.storedobject.vaadin.DataGrid
- clearConstructedListeners() - Method in class com.storedobject.vaadin.DataTreeGrid
- clearConstructedListeners() - Method in interface com.storedobject.vaadin.HasColumns
-
Clear all
ConstructedListeners. - clearContent() - Method in class com.storedobject.vaadin.DetailComponent
-
Clear the content section.
- clearError(HasValue<?, ?>) - Static method in class com.storedobject.vaadin.AbstractDataForm
-
Clear the error status associated with a field.
- clearError(HasValue<?, ?>) - Static method in class com.storedobject.vaadin.AbstractForm
-
Clear the error status associated with a field.
- clearErrors() - Method in class com.storedobject.vaadin.AbstractDataForm
-
Clear error status of all the fields.
- clearErrors() - Method in class com.storedobject.vaadin.AbstractForm
-
Clear error status of all the fields.
- clearErrors() - Method in class com.storedobject.vaadin.util.Data
-
Clear all errors.
- clearFields() - Method in class com.storedobject.vaadin.AbstractDataForm
-
Clear values of all the fields.
- clearFields() - Method in class com.storedobject.vaadin.AbstractForm
-
Clear values of all the fields.
- clearFields() - Method in class com.storedobject.vaadin.util.Data
-
Clear all field values.
- clearThemes() - Method in interface com.storedobject.vaadin.HasBadgeStyle
-
Clear all theme styles.
- clearThemes() - Method in interface com.storedobject.vaadin.HasThemeStyle
-
Clear all theme styles.
- clearViewFilters() - Method in class com.storedobject.vaadin.ListGrid
-
Clear all filters.
- click() - Method in class com.storedobject.vaadin.AnchorButton
-
To invoke the click programmatically.
- Clickable<T> - Class in com.storedobject.vaadin
-
A wrapped class to make any Vaadin component "clickable".
- Clickable(T) - Constructor for class com.storedobject.vaadin.Clickable
-
Constructor.
- Clickable(T, ClickHandler) - Constructor for class com.storedobject.vaadin.Clickable
-
Constructor.
- clicked() - Method in class com.storedobject.vaadin.Alert
-
This method is invoked when clicked on the alert.
- clicked(ClickEvent<? extends Component>) - Method in interface com.storedobject.vaadin.ClickHandler
-
This method is invoked from
ClickHandler.onComponentEvent(ClickEvent)when a component is clicked. - clicked(Component) - Method in interface com.storedobject.vaadin.ClickHandler
-
This method is invoked from
ClickHandler.clicked(ClickEvent)when a component is clicked. - clicked(Component) - Method in class com.storedobject.vaadin.Dashboard
- clicked(Component) - Method in class com.storedobject.vaadin.DataEditor
- clicked(Component) - Method in class com.storedobject.vaadin.DataForm
- clicked(Component) - Method in interface com.storedobject.vaadin.ExecutableView
-
Default implementation, does nothing.
- ClickHandler - Interface in com.storedobject.vaadin
-
Interface that handles mouse clicks (typically on
Button). - ClickHandler.ModifiedClickEvent<C> - Class in com.storedobject.vaadin
-
Create a click event from another event.
- ClickListeners - Class in com.storedobject.vaadin.util
-
Specialized implementation of the
Listenersclass that manages and notifies event listeners specifically for handlingComponentEvents. - ClickListeners() - Constructor for class com.storedobject.vaadin.util.ClickListeners
- ClickNotifier - Interface in com.storedobject.vaadin.util
-
Slightly enhanced version of Vaadin's
ClickNotifier. - Clock - Class in com.storedobject.vaadin
-
A simple clock.
- Clock() - Constructor for class com.storedobject.vaadin.Clock
-
Constructor.
- close() - Method in class com.storedobject.vaadin.Application
-
Close the application by closing all registered "resources".
- close() - Method in class com.storedobject.vaadin.Dashboard
-
Closes the view if that exists
- close() - Method in interface com.storedobject.vaadin.ExecutableView
-
Close this.
- close() - Method in interface com.storedobject.vaadin.ObjectColumnCreator
-
This will be invoked when the process of "column creation" is over.
- close() - Method in interface com.storedobject.vaadin.ObjectFieldCreator
-
Close the field creator once the "field creation" process is over.
- close() - Method in class com.storedobject.vaadin.Popup
-
Close the popup.
- close() - Method in class com.storedobject.vaadin.View
-
Close this view.
- close() - Method in class com.storedobject.vaadin.WrappedView
- CloseableView - Interface in com.storedobject.vaadin
- closeMenu() - Method in class com.storedobject.vaadin.ApplicationFrame
-
Close the side menu ("drawer" part of the
AppLayout) programmatically. - closeMenu() - Method in interface com.storedobject.vaadin.ApplicationLayout
-
This method is for closing the menu display (default implementation does nothing).
- collapse() - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
-
Collapse this node.
- collapse() - Method in class com.storedobject.vaadin.DetailComponent
-
Collapse the content section.
- ColumnSpan - Interface in com.storedobject.vaadin
-
Components that support spanning of columns.
- com.storedobject.vaadin - package com.storedobject.vaadin
- com.storedobject.vaadin.util - package com.storedobject.vaadin.util
- ComboField<T> - Class in com.storedobject.vaadin
-
A thin wrapper around Vaadin's
ComboBox. - ComboField(String, Collection<T>) - Constructor for class com.storedobject.vaadin.ComboField
-
Constructor.
- ComboField(String, T...) - Constructor for class com.storedobject.vaadin.ComboField
-
Constructor.
- ComboField(Collection<T>) - Constructor for class com.storedobject.vaadin.ComboField
-
Constructor.
- ComboField(T...) - Constructor for class com.storedobject.vaadin.ComboField
-
Constructor.
- commit() - Method in class com.storedobject.vaadin.AbstractDataForm
-
Save data from the fields to the internal data structure.
- commit() - Method in class com.storedobject.vaadin.AbstractForm
-
Save data from the fields to the internal data structure.
- compact() - Method in interface com.storedobject.vaadin.HasColumns
-
Set the "theme" to make the appearance of this grid compact.
- complete(DownloadEvent) - Method in class com.storedobject.vaadin.StreamDownloader
- completed(TimerComponent) - Method in interface com.storedobject.vaadin.TimerComponent.Listener
- ComponentSlot - Interface in com.storedobject.vaadin
-
A component container that supports slotted components.
- CompoundField - Class in com.storedobject.vaadin
-
A field that always returns its value as
null. - CompoundField() - Constructor for class com.storedobject.vaadin.CompoundField
-
Constructor.
- CompoundField(Component...) - Constructor for class com.storedobject.vaadin.CompoundField
-
Constructor.
- CompoundField(String, Component...) - Constructor for class com.storedobject.vaadin.CompoundField
-
Constructor.
- configure() - Method in interface com.storedobject.vaadin.HasColumns
-
Configure the columns.
- ConfirmButton - Class in com.storedobject.vaadin
-
A confirm button is a button whose "click handler" will be invoked only after a further confirmation obtained from the user.
- ConfirmButton(Component, ClickHandler) - Constructor for class com.storedobject.vaadin.ConfirmButton
-
Constructor.
- ConfirmButton(Component, ClickHandler, String) - Constructor for class com.storedobject.vaadin.ConfirmButton
-
Constructor.
- ConfirmButton(VaadinIcon, ClickHandler) - Constructor for class com.storedobject.vaadin.ConfirmButton
-
Constructor.
- ConfirmButton(VaadinIcon, ClickHandler, String) - Constructor for class com.storedobject.vaadin.ConfirmButton
-
Constructor.
- ConfirmButton(String, ClickHandler) - Constructor for class com.storedobject.vaadin.ConfirmButton
-
Constructor.
- ConfirmButton(String, ClickHandler, String) - Constructor for class com.storedobject.vaadin.ConfirmButton
-
Constructor.
- ConfirmButton(String, Component, ClickHandler) - Constructor for class com.storedobject.vaadin.ConfirmButton
-
Constructor.
- ConfirmButton(String, Component, ClickHandler, String) - Constructor for class com.storedobject.vaadin.ConfirmButton
-
Constructor.
- ConfirmButton(String, VaadinIcon, ClickHandler) - Constructor for class com.storedobject.vaadin.ConfirmButton
-
Constructor.
- ConfirmButton(String, VaadinIcon, ClickHandler, String) - Constructor for class com.storedobject.vaadin.ConfirmButton
-
Constructor.
- ConfirmButton(String, String, ClickHandler) - Constructor for class com.storedobject.vaadin.ConfirmButton
-
Constructor.
- ConfirmButton(String, String, ClickHandler, String) - Constructor for class com.storedobject.vaadin.ConfirmButton
-
Constructor.
- connect(HasValue<?, ?>...) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Connect fields so that a change in any of it is propagated to others within that connected group.
- connect(HasValue<?, ?>...) - Method in class com.storedobject.vaadin.AbstractForm
-
Connect fields so that a change in any of it is propagated to others within that connected group.
- connect(String...) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Connect fields so that a change in any of it is propagated to others within that connected group.
- connect(String...) - Method in class com.storedobject.vaadin.AbstractForm
-
Connect fields so that a change in any of it is propagated to others within that connected group.
- connect(Collection<HasValue<?, ?>>) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Connect fields so that a change in any of it is propagated to others within that connected group.
- connect(Collection<HasValue<?, ?>>) - Method in class com.storedobject.vaadin.AbstractForm
-
Connect fields so that a change in any of it is propagated to others within that connected group.
- connect(Collection<HasValue<?, ?>>) - Method in class com.storedobject.vaadin.util.Data
-
Connect a collection of fields so that their values will be updated whenever any of the field value is changed.
- constructColumn(String, Grid<T>, Renderer<T>, ValueProvider<T, Comparable>, Comparator<T>) - Method in class com.storedobject.vaadin.HasColumns.SOGrid
-
This is where the column is finally constructed.
- constructed() - Method in class com.storedobject.vaadin.AbstractForm
-
This method is invoked when the "fields" are created and the form is ready to display.
- constructed() - Method in interface com.storedobject.vaadin.HasColumns
-
This method is invoked once all the columns are built and the grid is ready to display.
- constructed() - Method in class com.storedobject.vaadin.ObjectForm
- constructed(Object) - Method in interface com.storedobject.vaadin.ConstructedListener
-
This method will be invoked when the UI part of the class instance is constructed.
- ConstructedListener - Interface in com.storedobject.vaadin
-
A listener that can be added to classes such as
AbstractDataForm,HasColumnsetc. - constructField(String) - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Construct a field for the given field name.
- container - Variable in class com.storedobject.vaadin.AbstractForm
-
The field container of the form.
- contains(Object) - Method in class com.storedobject.vaadin.DataList
- contains(Object) - Method in class com.storedobject.vaadin.ListGrid
- containsAll(Collection<?>) - Method in class com.storedobject.vaadin.DataList
- containsAll(Collection<?>) - Method in class com.storedobject.vaadin.ListGrid
- ContentWithHeader - Class in com.storedobject.vaadin
-
A simple layout with a "header" portion and a scrollable "body" portion.
- ContentWithHeader() - Constructor for class com.storedobject.vaadin.ContentWithHeader
-
Constructor.
- ContentWithHeader(Component, Component) - Constructor for class com.storedobject.vaadin.ContentWithHeader
-
Constructor.
- CONTRAST - Enum constant in enum class com.storedobject.vaadin.ThemeStyle
-
Contrast.
- convert(ClickHandler) - Static method in interface com.storedobject.vaadin.ClickHandler
-
Convert a Click Handler to a
ComponentEventListener. - countDown(int) - Method in class com.storedobject.vaadin.TimerComponent
-
Count down.
- countUp(int) - Method in class com.storedobject.vaadin.TimerComponent
-
Count up.
- create(ExecutableView, String, Runnable) - Static method in class com.storedobject.vaadin.MenuItem
-
Create a menu item for a
View. - create(HasColumns<T>) - Method in interface com.storedobject.vaadin.ObjectColumnCreator
-
Create a "column creator" for the given grid.
- create(ObjectForm<T>) - Method in interface com.storedobject.vaadin.ObjectFieldCreator
-
Create an instance of this interface for a particular "form".
- create(String, String, Runnable) - Static method in class com.storedobject.vaadin.MenuItem
-
Create a menu item.
- create(Date) - Static method in class com.storedobject.vaadin.LegacyDateField
-
Create legacy date from date.
- create(Date) - Static method in class com.storedobject.vaadin.LegacyDateField
-
Create date from legacy date.
- createApplication() - Method in class com.storedobject.vaadin.ApplicationView
-
Create an instance of the Application class.
- createBaseFileName() - Static method in class com.storedobject.vaadin.PaintedImageResource
-
Create a base file name for the image.
- createButtonLayout() - Method in class com.storedobject.vaadin.AbstractDataForm
-
This method is invoked to create a "button panel" to be displayed typically at the top of the view's layout.
- createCaptionComponent() - Method in class com.storedobject.vaadin.ApplicationFrame
-
Get the component to display the "caption" of the application.
- createCloseableView(Component, String) - Static method in class com.storedobject.vaadin.View
-
Create a
CloseableView. - createColumn(String) - Method in interface com.storedobject.vaadin.HasColumns
-
Create a column for the given column name.
- createColumn(String, Renderer<T>) - Method in interface com.storedobject.vaadin.HasColumns
-
Create a column that generates data through a custom renderer.
- createColumn(String, Method) - Method in interface com.storedobject.vaadin.HasColumns
-
Create a column uses a method to determine its data.
- createColumn(String, String, Function<T, ?>...) - Method in interface com.storedobject.vaadin.HasColumns
-
Create a column that uses one or more functions to generate its column value.
- createColumn(String, Function<T, ?>...) - Method in interface com.storedobject.vaadin.HasColumns
-
Create a column that uses one or more functions to generate its column value.
- createComponentColumn(String, Function<T, C>) - Method in interface com.storedobject.vaadin.HasColumns
-
Create a
Componentcolumn that usesComponentprovided by the function as its column value. - createContainer() - Method in class com.storedobject.vaadin.AbstractForm
-
Create the field container of this form.
- createContainer() - Method in class com.storedobject.vaadin.ChoicesField
-
Create the container for the check boxes to be shown.
- createDecoratedWindow(View) - Method in interface com.storedobject.vaadin.HasColumns
-
This method creates a decorated
Window. - createEnvironment() - Method in class com.storedobject.vaadin.Application
-
An "application environment" may be created to specify certain behaviours of the application.
- createField() - Method in class com.storedobject.vaadin.CustomTextField
-
Create the internal text field.
- createField(String) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Create the field for a particular "field name".
- createField(String) - Method in class com.storedobject.vaadin.AbstractForm
-
Create the field for a particular "field name".
- createField(String) - Method in class com.storedobject.vaadin.ObjectForm
-
Create the field for the particular name.
- createField(String, Class<?>, String) - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Create the field for the particular name..
- createField(String, Class<?>, String) - Method in class com.storedobject.vaadin.AbstractDataEditor.DForm
- createField(String, Class<?>, String) - Method in interface com.storedobject.vaadin.ObjectFieldCreator
-
Create a "field" for the name, type and label provided.
- createField(String, Class<?>, String) - Method in class com.storedobject.vaadin.ObjectForm
-
Create the field for the particular name.
- createField(String, String) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Create the field for a particular "field name".
- createField(String, String) - Method in class com.storedobject.vaadin.AbstractForm
-
Create the field for a particular "field name".
- createFieldContainer() - Method in class com.storedobject.vaadin.AbstractDataForm
-
Create the field container of this form.
- createFieldContainer() - Method in class com.storedobject.vaadin.ActionForm
-
A
Divcontainer is created. - createFiller() - Static method in class com.storedobject.vaadin.ButtonLayout
-
Create a filler component.
- createFooters() - Method in interface com.storedobject.vaadin.HasColumns
-
Create footer rows if required here by invoking
HasColumns.appendFooter()orHasColumns.prependFooter(). - createGroup(String) - Static method in class com.storedobject.vaadin.MenuItem
-
Create a group menu item.
- createHeader() - Method in interface com.storedobject.vaadin.HasColumns
-
You can have a "header row" (as the first row) that covers the whole grid.
- createHeader() - Method in class com.storedobject.vaadin.SelectGrid
- createHeader() - Method in class com.storedobject.vaadin.ViewGrid
- createHeader(String) - Method in class com.storedobject.vaadin.DetailComponent
-
Create the header portion.
- createHeaders() - Method in interface com.storedobject.vaadin.HasColumns
-
Create extra header rows if required here by invoking
HasColumns.prependHeader()orHasColumns.appendHeader()(typically useful for creating column grouping etc.). - createHierarchyColumn(String, ValueProvider<T, ?>) - Method in class com.storedobject.vaadin.DataTreeGrid
-
Add the hierarchy column.
- createHierarchyColumn(String, ValueProvider<T, ?>) - Method in interface com.storedobject.vaadin.HasColumns
-
Add the hierarchy column.
- createHTMLColumn(String, Function<T, ?>) - Method in interface com.storedobject.vaadin.HasColumns
-
Create an HTML column that uses HTML emitted by the function as its column value.
- createHTMLHierarchyColumn(String, Function<T, ?>) - Method in class com.storedobject.vaadin.DataTreeGrid
-
Add an HTML hierarchy column.
- createHTMLHierarchyColumn(String, Function<T, ?>) - Method in interface com.storedobject.vaadin.HasColumns
-
Add an HTML hierarchy column.
- createLabel(Class<?>) - Method in interface com.storedobject.vaadin.ApplicationEnvironment
-
Create a label for displaying a particular class name.
- createLabel(String) - Method in interface com.storedobject.vaadin.ApplicationEnvironment
-
Create a label for the attribute name passed.
- createLayout() - Method in class com.storedobject.vaadin.AbstractDataForm
-
This method is invoked to create the layout of the view.
- createLayout() - Method in class com.storedobject.vaadin.Application
-
This method is invoked only once to determine the layout of the application.
- createListDataProvider(DataList<T>) - Method in class com.storedobject.vaadin.ListGrid
-
Create an instance of
ListDataProviderfor the given data. - createMenu() - Method in class com.storedobject.vaadin.ApplicationFrame
-
Create the menu.
- createMenuItem(ExecutableView, String, Runnable) - Method in interface com.storedobject.vaadin.ApplicationEnvironment
-
Create a menu item for the View.
- createMenuItem(Runnable) - Method in interface com.storedobject.vaadin.ExecutableView
-
Create the menu item for this view.
- createMenuItem(Runnable) - Method in class com.storedobject.vaadin.WrappedView
- createMenuItem(String, Runnable) - Method in class com.storedobject.vaadin.Application
-
Create a menu item.
- createMenuItem(String, String, Runnable) - Method in class com.storedobject.vaadin.Application
-
Create a menu item.
- createMenuItem(String, String, Runnable) - Method in interface com.storedobject.vaadin.ApplicationEnvironment
-
Create a menu item.
- createMenuItemGroup(String) - Method in class com.storedobject.vaadin.Application
-
Create a menu item.
- createMenuItemGroup(String) - Method in interface com.storedobject.vaadin.ApplicationEnvironment
-
Create a menu item.
- createObjectInstance() - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Create an instance of the object.
- createObjectInstance() - Method in class com.storedobject.vaadin.AbstractDataEditor.DForm
-
Create an instance of the data object.
- createObjectInstance() - Method in class com.storedobject.vaadin.AbstractForm
-
Create an instance of the data object.
- createTab(String, Component...) - Method in class com.storedobject.vaadin.Tabs
-
Create and add a tab with specified components.
- createUserNameComponent() - Method in class com.storedobject.vaadin.ApplicationFrame
-
Create the component to display the "User's name" for the application.
- createView() - Method in class com.storedobject.vaadin.Dashboard
-
Create a View to display the grid when executed.
- createView() - Method in interface com.storedobject.vaadin.HasColumns
-
Create a View to display the grid when executed.
- createView() - Method in class com.storedobject.vaadin.SelectGrid
- createWindow(View) - Method in interface com.storedobject.vaadin.util.SupportWindowMode
- createWindow(View) - Method in class com.storedobject.vaadin.ViewGrid
- createWindow(Component) - Method in class com.storedobject.vaadin.View
-
Create the window for embedding the component of this view.
- createWindow(Component) - Method in class com.storedobject.vaadin.Viewer
-
Create the "window" to show the content.
- createWindowDecorator() - Method in class com.storedobject.vaadin.Viewer
-
Create the "window decorator" to decorate the content window.
- CSSGrid - Class in com.storedobject.vaadin
-
Basic implementation of the CSS Grid layout.
- CSSGrid() - Constructor for class com.storedobject.vaadin.CSSGrid
-
Constructor.
- CSSGrid.Position - Enum Class in com.storedobject.vaadin
-
Enums for positions.
- CustomField<T> - Class in com.storedobject.vaadin
-
Slightly enhanced version of Vaadin's
CustomField. - CustomField(T) - Constructor for class com.storedobject.vaadin.CustomField
-
Constructor.
- customizeColumn(String, Grid.Column<T>) - Method in interface com.storedobject.vaadin.HasColumns
-
This method is invoked when the column is actually constructed.
- customizeField(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Customize a field.
- customizeField(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataEditor.DForm
- customizeField(String, HasValue<?, ?>) - Method in interface com.storedobject.vaadin.FieldCustomizer
-
Customize the field.
- customizeField(String, HasValue<?, ?>) - Method in interface com.storedobject.vaadin.ObjectFieldCreator
-
Customize a field.
- customizeField(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.ObjectForm
-
Customize a field.
- customizeRenderer(String, LitRenderer<T>) - Method in interface com.storedobject.vaadin.HasColumns
-
Customize the renderer for the given column.
- customizeTextField(HasTextValue) - Method in class com.storedobject.vaadin.CustomTextField
-
Customize the internal text field.
- CustomTextField<T> - Class in com.storedobject.vaadin
-
A "custom field" where the value is represented as a "text" using an internal text field.
- CustomTextField(T) - Constructor for class com.storedobject.vaadin.CustomTextField
-
Constructor.
D
- Dashboard - Class in com.storedobject.vaadin
-
Dashboard is a "view" that can show multiple embedded "sub-views".
- Dashboard() - Constructor for class com.storedobject.vaadin.Dashboard
-
Constructor.
- Dashboard(boolean) - Constructor for class com.storedobject.vaadin.Dashboard
-
Constructor.
- Dashboard(String) - Constructor for class com.storedobject.vaadin.Dashboard
-
Constructor.
- Dashboard(String, boolean) - Constructor for class com.storedobject.vaadin.Dashboard
-
Constructor.
- data - Variable in class com.storedobject.vaadin.AbstractForm
-
The "data" associated with this form.
- Data<T> - Class in com.storedobject.vaadin.util
-
Class that is internally handling Vaadin's
Binder. - Data(AbstractForm<T>) - Constructor for class com.storedobject.vaadin.util.Data
-
Constructor.
- DataEditor<T> - Class in com.storedobject.vaadin
-
A
Viewthat is used for creating a "data entry form" with "Save"/"Cancel" buttons. - DataEditor(Class<T>) - Constructor for class com.storedobject.vaadin.DataEditor
-
Constructor.
- DataEditor(Class<T>, String) - Constructor for class com.storedobject.vaadin.DataEditor
-
Constructor.
- DataEditor(Class<T>, String, String) - Constructor for class com.storedobject.vaadin.DataEditor
-
Constructor.
- DataEditor(Class<T>, String, String, String) - Constructor for class com.storedobject.vaadin.DataEditor
-
Constructor.
- DataEditor(Class<T>, String, String, String, Consumer<T>) - Constructor for class com.storedobject.vaadin.DataEditor
-
Constructor.
- DataEditor(Class<T>, String, String, String, Consumer<T>, Consumer<T>) - Constructor for class com.storedobject.vaadin.DataEditor
-
Constructor.
- DataEditor(Class<T>, String, String, Consumer<T>) - Constructor for class com.storedobject.vaadin.DataEditor
-
Constructor.
- DataEditor(Class<T>, String, String, Consumer<T>, Consumer<T>) - Constructor for class com.storedobject.vaadin.DataEditor
-
Constructor.
- DataEditor(Class<T>, String, Consumer<T>) - Constructor for class com.storedobject.vaadin.DataEditor
-
Constructor.
- DataEditor(Class<T>, String, Consumer<T>, Consumer<T>) - Constructor for class com.storedobject.vaadin.DataEditor
-
Constructor.
- DataEditor(Class<T>, Consumer<T>) - Constructor for class com.storedobject.vaadin.DataEditor
-
Constructor.
- DataEditor(Class<T>, Consumer<T>, Consumer<T>) - Constructor for class com.storedobject.vaadin.DataEditor
-
Constructor.
- DataForm - Class in com.storedobject.vaadin
-
This class is used to accept some quick data from the users.
- DataForm(String) - Constructor for class com.storedobject.vaadin.DataForm
-
Constructor.
- DataForm(String, boolean) - Constructor for class com.storedobject.vaadin.DataForm
-
Constructor.
- DataForm(String, boolean, boolean) - Constructor for class com.storedobject.vaadin.DataForm
-
Constructor.
- DataForm(String, String, String) - Constructor for class com.storedobject.vaadin.DataForm
-
Constructor.
- DataForm(String, String, String, boolean) - Constructor for class com.storedobject.vaadin.DataForm
-
Constructor.
- DataForm(String, String, String, boolean, boolean) - Constructor for class com.storedobject.vaadin.DataForm
-
Constructor.
- DataGrid<T> - Class in com.storedobject.vaadin
-
Enhancement to Vaadin's Grid to handle Java Beans in a specialized way.
- DataGrid(Class<T>) - Constructor for class com.storedobject.vaadin.DataGrid
-
Constructor that will generate columns from the Bean's properties.
- DataGrid(Class<T>, Iterable<String>) - Constructor for class com.storedobject.vaadin.DataGrid
-
Constructor that will generate columns from the column names passed.
- DataList<T> - Class in com.storedobject.vaadin
-
A list data structure with a "refresh" listener.
- DataList() - Constructor for class com.storedobject.vaadin.DataList
-
Constructor.
- DataList(List<T>) - Constructor for class com.storedobject.vaadin.DataList
-
Constructor.
- DataList.RefreshListener<T> - Interface in com.storedobject.vaadin
-
Definition of refresh listener that can be added to the
DataList. - DataTreeGrid<T> - Class in com.storedobject.vaadin
-
Enhancement to Vaadin's TreeGrid to handle Java Beans in a specialized way.
- DataTreeGrid(Class<T>) - Constructor for class com.storedobject.vaadin.DataTreeGrid
-
Constructor that will generate columns from the Bean's properties.
- DataTreeGrid(Class<T>, Iterable<String>) - Constructor for class com.storedobject.vaadin.DataTreeGrid
-
Constructor that will generate columns from the column names passed.
- DateField - Class in com.storedobject.vaadin
-
A field to edit
Date. - DateField() - Constructor for class com.storedobject.vaadin.DateField
-
Constructor.
- DateField(String) - Constructor for class com.storedobject.vaadin.DateField
-
Constructor.
- DateField(String, Date) - Constructor for class com.storedobject.vaadin.DateField
-
Constructor.
- DateField(Date) - Constructor for class com.storedobject.vaadin.DateField
-
Constructor.
- decorateComponent() - Method in class com.storedobject.vaadin.ImageView
- decorateComponent() - Method in class com.storedobject.vaadin.View
-
This will be invoked by the
Applicationjust before making the component of this view visible. - decorateComponent() - Method in class com.storedobject.vaadin.Viewer
-
Decorate the component to remove the default padding.
- dehilite() - Method in interface com.storedobject.vaadin.ApplicationMenuItem
-
De-highlight the menu item so that it looks normal.
- dehilite() - Method in class com.storedobject.vaadin.MenuItem
- delete() - Method in class com.storedobject.vaadin.Alert
-
Delete (and close) the alert so that it's no more associated with
Application. - deleteOnClose() - Method in class com.storedobject.vaadin.Alert
-
Check whether this alert should be removed when closed or not.
- deselect(Iterable<T>) - Method in interface com.storedobject.vaadin.HasColumns
-
Deselect rows.
- deselect(Iterator<T>) - Method in interface com.storedobject.vaadin.HasColumns
-
Deselect rows.
- deselectAll() - Method in class com.storedobject.vaadin.TokensField
-
Deselect all items.
- detached() - Method in class com.storedobject.vaadin.Application
-
Invoked whenever this application is detached from its UI (it may get attached again to another UI if the user just refreshed the browser).
- detachField(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Detach a field from the form.
- detachField(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm
-
Detach a field from the form.
- DetailComponent - Class in com.storedobject.vaadin
-
A component with a "header" and a "detail" part.
- DetailComponent() - Constructor for class com.storedobject.vaadin.DetailComponent
-
Constructor with blank header.
- DetailComponent(Component, Component...) - Constructor for class com.storedobject.vaadin.DetailComponent
-
Constructor.
- DetailComponent(String, Component...) - Constructor for class com.storedobject.vaadin.DetailComponent
-
Constructor.
- DetailComponent.ToggledEvent - Class in com.storedobject.vaadin
-
Class that represents the "toggled event".
- DetailComponent.ToggleListener - Interface in com.storedobject.vaadin
-
Interface for the toggle listener.
- DForm(Class<T>) - Constructor for class com.storedobject.vaadin.AbstractDataEditor.DForm
-
Constructor.
- disablePaste() - Method in class com.storedobject.vaadin.CustomTextField
- disablePaste() - Method in interface com.storedobject.vaadin.DisablePaste
-
Disable paste feature so that Ctrl-V will not paste anything from the copy buffer.
- DisablePaste - Interface in com.storedobject.vaadin
-
Method implementation for disabling paste feature in fields.
- doSearch() - Method in class com.storedobject.vaadin.SearchField
-
To programmatically invoke the search.
- doSearch(String) - Method in class com.storedobject.vaadin.SearchField
-
To programmatically invoke the search with the given text.
- doubleClicked(Component) - Method in interface com.storedobject.vaadin.ClickHandler
-
This method is invoked from
ClickHandler.clicked(ClickEvent)when a component is double-clicked. - DoubleField - Class in com.storedobject.vaadin
-
A field to edit
Double. - DoubleField() - Constructor for class com.storedobject.vaadin.DoubleField
-
Constructor.
- DoubleField(int) - Constructor for class com.storedobject.vaadin.DoubleField
-
Constructor.
- DoubleField(int, int) - Constructor for class com.storedobject.vaadin.DoubleField
-
Constructor.
- DoubleField(int, int, boolean) - Constructor for class com.storedobject.vaadin.DoubleField
-
Constructor.
- DoubleField(int, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.DoubleField
-
Constructor.
- DoubleField(Double, int) - Constructor for class com.storedobject.vaadin.DoubleField
-
Constructor.
- DoubleField(Double, int, int) - Constructor for class com.storedobject.vaadin.DoubleField
-
Constructor.
- DoubleField(Double, int, int, boolean) - Constructor for class com.storedobject.vaadin.DoubleField
-
Constructor.
- DoubleField(Double, int, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.DoubleField
-
Constructor.
- DoubleField(String) - Constructor for class com.storedobject.vaadin.DoubleField
-
Constructor.
- DoubleField(String, int) - Constructor for class com.storedobject.vaadin.DoubleField
-
Constructor.
- DoubleField(String, int, int) - Constructor for class com.storedobject.vaadin.DoubleField
-
Constructor.
- DoubleField(String, int, int, boolean) - Constructor for class com.storedobject.vaadin.DoubleField
-
Constructor.
- DoubleField(String, int, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.DoubleField
-
Constructor.
- DoubleField(String, Double) - Constructor for class com.storedobject.vaadin.DoubleField
-
Constructor.
- DoubleField(String, Double, int) - Constructor for class com.storedobject.vaadin.DoubleField
-
Constructor.
- DoubleField(String, Double, int, int) - Constructor for class com.storedobject.vaadin.DoubleField
-
Constructor.
- DoubleField(String, Double, int, int, boolean) - Constructor for class com.storedobject.vaadin.DoubleField
-
Constructor.
- DoubleField(String, Double, int, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.DoubleField
-
Constructor.
- drawMenu(Application) - Method in interface com.storedobject.vaadin.ApplicationLayout
-
This method should draw the "menu".
- dumpValues() - Method in class com.storedobject.vaadin.AbstractForm
-
Print values from the internal data structure to
System.err(Used for debugging purposes).
E
- ElementClick - Class in com.storedobject.vaadin.util
-
A class that enables handling and notifying click events for a specified component.
- ElementClick(Component) - Constructor for class com.storedobject.vaadin.util.ElementClick
-
Constructor to initialize an ElementClick instance with a specified component.
- ElementClick(Component, Element) - Constructor for class com.storedobject.vaadin.util.ElementClick
-
Constructs an instance of the ElementClick class.
- encodeHTML(String) - Static method in interface com.storedobject.vaadin.HTMLGenerator
-
Encode a string so that HTML character entities and newline characters are properly replaced.
- END - Enum constant in enum class com.storedobject.vaadin.CSSGrid.Position
-
End (Right position for left-to-right system).
- EnhancedClickEvent<C> - Class in com.storedobject.vaadin
-
Enhanced version of Vaadin's
ClickEventclass. - EnhancedClickEvent(Component, boolean, int, int, int, int, int, int, int, int, boolean, boolean, boolean, boolean) - Constructor for class com.storedobject.vaadin.EnhancedClickEvent
-
Constructor.
- equals(Object) - Method in class com.storedobject.vaadin.Breadcrumbs.Breadcrumb
- equals(Object) - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
- error(Object) - Static method in class com.storedobject.vaadin.Application
-
Show an error message from the parameter passed.
- error(Object) - Method in interface com.storedobject.vaadin.ExecutableView
-
Show an error message.
- error(Object, Object) - Static method in class com.storedobject.vaadin.Application
-
Show an error message from the parameter passed.
- ERROR - Enum constant in enum class com.storedobject.vaadin.ThemeStyle
-
Error.
- ExecutableView - Interface in com.storedobject.vaadin
-
An interface used by "displayable" classes such as
View. - execute() - Method in interface com.storedobject.vaadin.ExecutableView
-
Execute this by displaying it in a View.
- execute() - Method in class com.storedobject.vaadin.View
-
Execute this view.
- execute(View) - Method in interface com.storedobject.vaadin.ExecutableView
-
Execute the associated view by locking another view (the locked view will not be selectable until this view is closed).
- execute(View) - Method in class com.storedobject.vaadin.SelectGrid
- execute(View) - Method in class com.storedobject.vaadin.View
-
Execute this view by locking another view (the locked view will not be selectable until this view is closed).
- execute(View) - Method in class com.storedobject.vaadin.ViewGrid
- execute(View, boolean) - Method in class com.storedobject.vaadin.ActionForm
-
Overridden to implement "preconfirm" check.
- execute(View, boolean) - Method in class com.storedobject.vaadin.DataEditor
- execute(View, boolean) - Method in class com.storedobject.vaadin.View
-
Override this if you want to do something before the View comes up on the screen.
- execute(Component, Runnable) - Static method in class com.storedobject.vaadin.ActionForm
-
Execute an action if the user confirms it.
- execute(Component, Runnable) - Static method in class com.storedobject.vaadin.InformationMessage
-
Execute an action after showing a informational message to the user.
- execute(Runnable) - Method in class com.storedobject.vaadin.Application
-
Execute a command.
- execute(Runnable, boolean) - Method in class com.storedobject.vaadin.Application
-
Execute a command.
- execute(String, Runnable) - Static method in class com.storedobject.vaadin.ActionForm
-
Execute an action if the user confirms it.
- execute(String, Runnable) - Static method in class com.storedobject.vaadin.InformationMessage
-
Execute an action after showing a informational message to the user.
- executing() - Method in interface com.storedobject.vaadin.HasColumns
-
Check if this grid is currently being displayed or not through the associated view.
- executing() - Method in class com.storedobject.vaadin.View
-
Is if this view is currently being displayed.
- exit - Variable in class com.storedobject.vaadin.ViewGrid
-
The "Exit" button.
- expand() - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
-
Expand this node.
- expand() - Method in class com.storedobject.vaadin.DetailComponent
-
Expand the content section.
F
- fieldAttached(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataForm
-
This method is invoked whenever a field is attached to the form.
- FieldCustomizer - Interface in com.storedobject.vaadin
-
Field customizer may be set on
ObjectForm. - fieldDetached(String, HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataForm
-
This method is invoked whenever a field is detached from the form.
- FieldError() - Constructor for exception class com.storedobject.vaadin.AbstractDataForm.FieldError
- FieldValueHandler - Interface in com.storedobject.vaadin.util
-
Interface for handling field values dynamically.
- finished() - Method in interface com.storedobject.vaadin.MediaCapture.DataReceiver
-
This method is invoked when end-of-stream is reached.
- fire(EventListener, EventObject) - Method in class com.storedobject.vaadin.util.ClickListeners
- fire(EventListener, EventObject) - Method in class com.storedobject.vaadin.util.Listeners
-
Dispatches an event to a specified listener.
- fire(EventListener, EventObject) - Method in class com.storedobject.vaadin.util.ValueChangeListeners
- fire(EventObject) - Method in class com.storedobject.vaadin.util.Listeners
-
Notifies all registered listeners of the provided event by invoking the
firemethod for each listener. - fireFormConstructed() - Method in class com.storedobject.vaadin.AbstractDataForm
-
This method is invoked to inform all
ConstructedListeners when the form is constructed. - focus() - Method in class com.storedobject.vaadin.CustomField
- focus() - Method in class com.storedobject.vaadin.View
-
Focus this view by finding the first focusable component.
- focus(Component) - Method in class com.storedobject.vaadin.View
-
Focus a component (or its focusable child component).
- focusAny(Component) - Method in class com.storedobject.vaadin.View
-
Focus a component (or its focusable child component).
- form - Variable in class com.storedobject.vaadin.AbstractDataForm
-
Form embedded in this view.
- Form - Class in com.storedobject.vaadin
-
Class to represent a "data entry form".
- Form() - Constructor for class com.storedobject.vaadin.Form
-
Constructor.
- format(T) - Method in class com.storedobject.vaadin.CustomTextField
-
Format the value to display it as a string.
- format(T) - Method in class com.storedobject.vaadin.FreeFormatField
- format(T) - Method in class com.storedobject.vaadin.util.NumericField
- formConstructed() - Method in class com.storedobject.vaadin.AbstractDataForm
-
This method is invoked when the form is constructed.
- FormLayout - Class in com.storedobject.vaadin
-
Enhanced version of Vaadin's
FormLayout. - FormLayout() - Constructor for class com.storedobject.vaadin.FormLayout
-
Constructor.
- FormLayout(Component...) - Constructor for class com.storedobject.vaadin.FormLayout
-
Constructor.
- FreeFormatField<T> - Class in com.storedobject.vaadin
-
A field that accepts free format text and converts it into a value of specific type.
- FreeFormatField(String, T) - Constructor for class com.storedobject.vaadin.FreeFormatField
-
Constructor.
- FreeFormatField(String, T, HasValue<?, String>) - Constructor for class com.storedobject.vaadin.FreeFormatField
-
Constructor.
- FullScreen - Interface in com.storedobject.vaadin
-
A marker interface to denote that a
Viewor its component (View.getComponent()) has to be rendered full-screen.
G
- generateFieldNames() - Method in class com.storedobject.vaadin.AbstractDataEditor.DForm
- generateFieldNames() - Method in class com.storedobject.vaadin.AbstractForm
-
For internal use only.
- generateFieldNames() - Method in class com.storedobject.vaadin.ObjectForm
-
Generate field names.
- generateModelValue() - Method in class com.storedobject.vaadin.BigDecimalField
- generateModelValue() - Method in class com.storedobject.vaadin.BooleanField
- generateModelValue() - Method in class com.storedobject.vaadin.ChoicesField
- generateModelValue() - Method in class com.storedobject.vaadin.CompoundField
- generateModelValue() - Method in class com.storedobject.vaadin.CustomTextField
- generateModelValue() - Method in class com.storedobject.vaadin.LabelField
- generateModelValue() - Method in class com.storedobject.vaadin.TranslatedField
- generateModelValue() - Method in class com.storedobject.vaadin.UploadField
- get() - Static method in class com.storedobject.vaadin.Application
-
Get the current application.
- get() - Static method in interface com.storedobject.vaadin.ApplicationEnvironment
-
Create a default implementation.
- get(int) - Method in class com.storedobject.vaadin.DataList
- get(int) - Method in class com.storedobject.vaadin.ListGrid
- get(UI) - Static method in class com.storedobject.vaadin.Application
-
Get the application for the given UI.
- getAction() - Method in class com.storedobject.vaadin.ActionTextField
-
Get the action.
- getActionText() - Method in class com.storedobject.vaadin.ActionTextField
-
Get the action text.
- getActiveMenuIconName() - Method in interface com.storedobject.vaadin.ApplicationEnvironment
-
Get the menu icon to be used for active (running)
Views. - getActiveView() - Method in class com.storedobject.vaadin.Application
-
Get the currently active
View. - getActiveViewCount() - Method in class com.storedobject.vaadin.Application
- getActiveViews() - Method in class com.storedobject.vaadin.Application
- getAddress(byte[]) - Static method in class com.storedobject.vaadin.util.MACAddressTextField
-
Converts a byte array representation of a MAC address into a string format.
- getAddress(String) - Static method in class com.storedobject.vaadin.util.IP6AddressTextField
-
Retrieves an
Inet6Addressobject for the specified IPv6 address string. - getAddress(String) - Static method in class com.storedobject.vaadin.util.IPAddressTextField
-
Resolves a given string representation of an IPv4 address into an
Inet4Addressobject. - getAddress(String) - Static method in class com.storedobject.vaadin.util.MACAddressTextField
-
Converts a MAC address string into its corresponding byte array representation.
- getAddress(Inet4Address) - Static method in class com.storedobject.vaadin.util.IPAddressTextField
-
Retrieves the formatted address of the given IPv4 address.
- getAddress(Inet6Address) - Static method in class com.storedobject.vaadin.util.IP6AddressTextField
-
Retrieves the formatted IPv6 address as a string.
- getAlertCount(Object) - Static method in class com.storedobject.vaadin.Application
-
Get the number of alerts for a specified owner.
- getAlerts(Object) - Static method in class com.storedobject.vaadin.Application
-
Get alert list for a specified owner.
- getAllowNegative() - Method in class com.storedobject.vaadin.util.NumericField
-
Retrieves the current configuration indicating whether negative numbers are allowed in this numeric field.
- getApplication() - Method in class com.storedobject.vaadin.AudioCapture
-
Get the
Applicationto which this is attached. - getApplication() - Method in interface com.storedobject.vaadin.ExecutableView
-
Get the current Application.
- getApplication() - Method in interface com.storedobject.vaadin.HasColumns
-
Get the current Application.
- getApplication() - Method in interface com.storedobject.vaadin.MediaCapture
-
Get the
Applicationto which this is attached. - getApplication() - Method in class com.storedobject.vaadin.VideoCapture
-
Get the
Applicationto which this is attached. - getApplication() - Method in class com.storedobject.vaadin.View
-
Get the application that's tied to this View.
- getApplicationClassName() - Method in class com.storedobject.vaadin.ApplicationView
-
Get the name of the Application class.
- getAttribute(String) - Method in interface com.storedobject.vaadin.HasElement
-
Get the specific attribute value of an element.
- getAutocomplete() - Method in class com.storedobject.vaadin.CustomTextField
- getBar() - Method in class com.storedobject.vaadin.MenuBar
-
Get Vaadin's
MenuBarembedded in this. - getBinder() - Method in class com.storedobject.vaadin.AbstractForm
-
Get the data binder.
- getBinder() - Method in class com.storedobject.vaadin.util.Data
-
Get the embedded binder.
- getBody() - Method in class com.storedobject.vaadin.ContentWithHeader
-
Get the
Componentfrom the body portion. - getCancelAction() - Method in class com.storedobject.vaadin.ActionForm
-
Get the cancel action.
- getCaption() - Method in class com.storedobject.vaadin.Application
-
Get the caption for this application.
- getCaption() - Method in class com.storedobject.vaadin.ApplicationFrame
- getCaption() - Method in interface com.storedobject.vaadin.ApplicationLayout
-
Get the caption of the application.
- getCaption() - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
-
Get the caption of this node.
- getCaption() - Method in class com.storedobject.vaadin.Dashboard
-
Caption used when displaying it in a View.
- getCaption() - Method in interface com.storedobject.vaadin.ExecutableView
-
Get the caption for this view.
- getCaption() - Method in class com.storedobject.vaadin.GridColumnDetail
-
Get the header caption.
- getCaption() - Method in interface com.storedobject.vaadin.HasColumns
-
Caption used when displaying it in a View.
- getCaption() - Method in class com.storedobject.vaadin.View
-
Get the caption.
- getCaptionComponent() - Method in class com.storedobject.vaadin.ApplicationFrame
-
Get the component to display the "caption" of the application.
- getCell(String) - Method in class com.storedobject.vaadin.GridRow
-
Get a specific cell from this row.
- getCells() - Method in class com.storedobject.vaadin.GridRow
-
Get all the cells of this row.
- getChanged() - Method in class com.storedobject.vaadin.ChangedValue
-
Get the field that is chnaged.
- getChanged() - Method in class com.storedobject.vaadin.ChangedValues
-
Get the field whose value is changed.
- getChanged(HasValue<?, V>) - Method in class com.storedobject.vaadin.ChangedValues
-
Get the "value change" (appropriately type-casted).
- getChild(Breadcrumbs.Breadcrumb) - Method in class com.storedobject.vaadin.Breadcrumbs
-
Get the child of the given breadcrumb.
- getChildren(Tab) - Method in class com.storedobject.vaadin.Tabs
-
Get components under a given tab.
- getChoice() - Method in class com.storedobject.vaadin.ChoiceField
-
Get the current choice.
- getClassName() - Method in interface com.storedobject.vaadin.HasStyle
- getClassNames() - Method in interface com.storedobject.vaadin.HasStyle
- getClickAction() - Method in class com.storedobject.vaadin.Alert
-
Get the click action associated with this alert.
- getColor() - Method in class com.storedobject.vaadin.Icon
-
Get the current color.
- getColumn() - Method in class com.storedobject.vaadin.GridColumnDetail
-
Get the associated grid column.
- getColumn(String) - Method in interface com.storedobject.vaadin.HasColumns
-
Get the column for the given column name.
- getColumnByKey(String) - Method in class com.storedobject.vaadin.DataGrid
- getColumnByKey(String) - Method in class com.storedobject.vaadin.DataTreeGrid
- getColumnByKey(String) - Method in class com.storedobject.vaadin.HasColumns.SOGrid
-
Get the column of the grid for the given key.
- getColumnCaption(String) - Method in interface com.storedobject.vaadin.HasColumns
-
Get the text to display in the header.
- getColumnCaption(String) - Method in interface com.storedobject.vaadin.ObjectColumnCreator
-
Get the header text for the given column.
- getColumnCount() - Method in interface com.storedobject.vaadin.HasColumns
-
Get the column count of the grid.
- getColumnDetail(String) - Method in interface com.storedobject.vaadin.HasColumns
-
Get column details.
- getColumnFunction(String) - Method in interface com.storedobject.vaadin.HasColumns
-
Return a Function for generating column data.
- getColumnFunction(String) - Method in interface com.storedobject.vaadin.ObjectColumnCreator
-
Get the function that is used to generate the content of a particular column.
- getColumnHeaderComponent(String) - Method in interface com.storedobject.vaadin.HasColumns
-
Get the header component for the specified column.
- getColumnMethod(String) - Method in interface com.storedobject.vaadin.ObjectColumnCreator
-
Get the method that is used to generate the content of a particular column.
- getColumnMethodName(String) - Method in interface com.storedobject.vaadin.HasColumns
-
Get the name of the method to determine column data.
- getColumnNames() - Method in interface com.storedobject.vaadin.HasColumns
-
This method is invoked to find out the names of the columns to be generated.
- getColumnNames() - Method in interface com.storedobject.vaadin.ObjectColumnCreator
-
Get the column names for the grid.
- getColumnOrder(String) - Method in interface com.storedobject.vaadin.HasColumns
-
Return value from this method determines the order in which columns are displayed.
- getColumnOrder(String) - Method in interface com.storedobject.vaadin.ObjectColumnCreator
-
Get the order of the column to be displayed in the grid.
- getColumns() - Method in class com.storedobject.vaadin.AbstractDataForm
-
Get number of responsive columns for the form.
- getColumns() - Method in class com.storedobject.vaadin.AbstractForm
-
Get number of responsive columns for the form.
- getColumns() - Method in class com.storedobject.vaadin.DataGrid
- getColumns() - Method in class com.storedobject.vaadin.DataTreeGrid
- getColumns() - Method in class com.storedobject.vaadin.FormLayout
-
Get the number of responsive columns for the form.
- getColumns() - Method in class com.storedobject.vaadin.HasColumns.SOGrid
-
Get the columns of the grid.
- getColumnSorter(String) - Method in interface com.storedobject.vaadin.HasColumns
-
Get a "sorter" for the column.
- getColumnSpan() - Method in interface com.storedobject.vaadin.ColumnSpan
-
Get column span.
- getColumnSpan(Component) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Get the column span of a component.
- getColumnSpan(Component) - Method in class com.storedobject.vaadin.AbstractForm
-
Get the column span of a component.
- getColumnSpan(Component) - Method in class com.storedobject.vaadin.CSSGrid
-
Get number of columns the component takes up.
- getColumnSpan(Component) - Method in class com.storedobject.vaadin.FormLayout
-
Get the column span of a component.
- getColumnSpan(Component) - Method in class com.storedobject.vaadin.PopupButton
-
Get number of columns the component takes up.
- getColumnTemplate(String) - Method in interface com.storedobject.vaadin.HasColumns
-
Get the template for the given column name.
- getColumnTextAlign(String, Class<?>) - Method in interface com.storedobject.vaadin.ObjectColumnCreator
-
Get the text alignment of a particular column.
- getColumnValueType(String) - Method in interface com.storedobject.vaadin.ObjectColumnCreator
-
Get the value type of particular column.
- getCommonAlert() - Method in class com.storedobject.vaadin.Application
-
Get the
Alertthat can be used for showing common messages. - getComponent() - Method in class com.storedobject.vaadin.AbstractForm
-
Get the field container of the form as a component.
- getComponent() - Method in class com.storedobject.vaadin.ApplicationFrame
- getComponent() - Method in interface com.storedobject.vaadin.ApplicationLayout
-
The component of the "layout".
- getComponent() - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
-
Get the component associated with this node.
- getComponent() - Method in class com.storedobject.vaadin.View
-
Get the "content" component of the view.
- getComponentX() - Method in class com.storedobject.vaadin.EnhancedClickEvent
-
Get the X coordinate of the component.
- getComponentY() - Method in class com.storedobject.vaadin.EnhancedClickEvent
-
Get the Y coordinate of the component.
- getConfigureButton() - Method in interface com.storedobject.vaadin.HasColumns
-
Get the "configure button" that can be added somewhere in your user interface, usually as the first component of the "header row".
- getConfirmAction() - Method in class com.storedobject.vaadin.ActionForm
-
Get the confirm action.
- getContainer() - Method in class com.storedobject.vaadin.AbstractDataForm
-
Get the field container of the form.
- getContainer() - Method in class com.storedobject.vaadin.AbstractForm
-
Get the field container of the form.
- getContainer() - Method in interface com.storedobject.vaadin.HasContainer
-
Get the component container of this class.
- getContainer() - Method in class com.storedobject.vaadin.Tabs
-
Get the container
Div. - getContent() - Method in class com.storedobject.vaadin.AbstractDataForm
-
Get the field container of the form as a component.
- getContent() - Method in class com.storedobject.vaadin.AbstractForm
- getContent() - Method in class com.storedobject.vaadin.Alert
-
Get the content as "styled text".
- getContent() - Method in class com.storedobject.vaadin.Box
- getContent() - Method in class com.storedobject.vaadin.View
-
Get the component that represents the "content" of the view.
- getContentHeight() - Method in class com.storedobject.vaadin.Application
-
Get the height of the "content area" of the application.
- getContentHeight() - Method in class com.storedobject.vaadin.ApplicationFrame
- getContentHeight() - Method in interface com.storedobject.vaadin.ApplicationLayout
-
Get the height of the content area.
- getContentLayout() - Method in class com.storedobject.vaadin.DetailComponent
-
Get the content layout.
- getContentWidth() - Method in class com.storedobject.vaadin.Application
-
Get the width of the "content area" of the application.
- getContentWidth() - Method in class com.storedobject.vaadin.ApplicationFrame
- getContentWidth() - Method in interface com.storedobject.vaadin.ApplicationLayout
-
Get the width of the content area.
- getCountry() - Method in class com.storedobject.vaadin.Application
-
Get ISO 2-character the country-code of the user in capital letters.
- getCountry() - Method in class com.storedobject.vaadin.util.NumericField
-
Retrieves the country code associated with the current application context.
- getCreatedBy() - Method in class com.storedobject.vaadin.View
-
Get the object that created this view.
- getData() - Method in class com.storedobject.vaadin.AbstractDataForm
-
Get the "data" associated with the form.
- getData() - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
-
Get the ad-hoc data associated with this node.
- getData() - Method in class com.storedobject.vaadin.DataList
-
Get the data of this list.
- getData() - Method in class com.storedobject.vaadin.ListGrid
-
Get the data of this list.
- getData(Class<T>) - Method in class com.storedobject.vaadin.Application
-
Get the data that was previously set in this application.
- getDataClass() - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Get the class of the object being edited.
- getDataClass() - Method in interface com.storedobject.vaadin.HasColumns
-
Get the data class of the grid.
- getDataClass() - Method in class com.storedobject.vaadin.ObjectForm
-
Get the class of the object being edited.
- getDataProvider() - Method in class com.storedobject.vaadin.ListGrid
- getDecimals() - Method in class com.storedobject.vaadin.BigDecimalField
-
Get the number of decimals allowed.
- getDecimals() - Method in class com.storedobject.vaadin.DoubleField
- getDecimals() - Method in class com.storedobject.vaadin.util.NumericField
-
Retrieves the number of decimal places allowed for the numeric field.
- getDefaultCaption() - Method in class com.storedobject.vaadin.ActionForm
-
Get the default caption.
- getDefaultCaption() - Method in class com.storedobject.vaadin.InformationMessage
- getDefaultLength() - Method in class com.storedobject.vaadin.BigDecimalField
- getDefaultLength() - Method in class com.storedobject.vaadin.DoubleField
- getDefaultLength() - Method in class com.storedobject.vaadin.IntegerField
- getDefaultLength() - Method in class com.storedobject.vaadin.LongField
- getDefaultLength() - Method in class com.storedobject.vaadin.util.NumericField
-
Retrieves the default length for the numeric field.
- getDefaultNoLabel() - Method in class com.storedobject.vaadin.ActionForm
-
Get the default "No" label.
- getDefaultThemes() - Method in class com.storedobject.vaadin.HasColumns.SOGrid
-
Get the default themes to be set.
- getDefaultYesLabel() - Method in class com.storedobject.vaadin.ActionForm
-
Get the default "Yes" label.
- getDefaultYesLabel() - Method in class com.storedobject.vaadin.InformationMessage
- getDefinedColumnCount() - Method in interface com.storedobject.vaadin.HasColumns
-
Get the number of columns that are already defined/created.
- getDependentView() - Method in interface com.storedobject.vaadin.ViewDependent
-
Get the dependent view.
- getDeviceHeight() - Method in class com.storedobject.vaadin.Application
-
Get the device (browser) height.
- getDeviceHeight() - Method in class com.storedobject.vaadin.ApplicationView
-
Get the device (browser) height.
- getDeviceWidth() - Method in class com.storedobject.vaadin.Application
-
Get the device (browser) width.
- getDeviceWidth() - Method in class com.storedobject.vaadin.ApplicationView
-
Get the device (browser) width.
- getDrawerToggle() - Method in class com.storedobject.vaadin.ApplicationFrame
-
Get the drawer-toggle button.
- getEmbeddedView() - Method in class com.storedobject.vaadin.View
-
Get the embedded view of this view.
- getEmptyValue() - Method in class com.storedobject.vaadin.ComboField
- getEmptyValue() - Method in class com.storedobject.vaadin.util.BasicComboList
-
Returns the default empty value for the component.
- getEmptyValue() - Method in class com.storedobject.vaadin.util.IP6AddressTextField
- getEmptyValue() - Method in class com.storedobject.vaadin.util.IPAddressTextField
- getEmptyValue() - Method in class com.storedobject.vaadin.util.MACAddressTextField
- getEnvironment() - Method in class com.storedobject.vaadin.Application
-
Get the current "application environment".
- getEpoch() - Method in class com.storedobject.vaadin.DateField
-
Get the current epoch value.
- getEpoch() - Method in class com.storedobject.vaadin.LegacyDateField
-
Get the current epoch value.
- getErrorDisplay() - Method in class com.storedobject.vaadin.AbstractDataForm
-
Get the current error display of the form.
- getErrorDisplay() - Method in class com.storedobject.vaadin.AbstractForm
-
Get the current error display of the form.
- getErrorDisplay() - Method in class com.storedobject.vaadin.util.Data
-
Get the current error display.
- getField() - Method in class com.storedobject.vaadin.CustomTextField
-
Get the internal text field that represents the value of the field.
- getField() - Method in class com.storedobject.vaadin.DateField
- getField() - Method in class com.storedobject.vaadin.TranslatedField
-
Get the embedded field.
- getField(int) - Method in class com.storedobject.vaadin.CompoundField
-
Get a field from this.
- getField(String) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Get a field associated with a field name.
- getField(String) - Method in class com.storedobject.vaadin.AbstractForm
-
Get a field associated with a field name.
- getField(String) - Method in class com.storedobject.vaadin.util.Data
-
Get the field for the given field name.
- getFieldCount() - Method in class com.storedobject.vaadin.util.Data
-
Get the number of fields.
- getFieldCreator() - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Get the "field creator" for this form.
- getFieldGetMethod(String) - Method in class com.storedobject.vaadin.AbstractDataEditor.DForm
- getFieldGetMethod(String) - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Get the field's "get" method.
- getFieldGetMethod(String) - Method in interface com.storedobject.vaadin.ObjectFieldCreator
-
Get the "getXXX" method for a given field name.
- getFieldGetMethod(String) - Method in class com.storedobject.vaadin.ObjectForm
-
Get the field's "get" method.
- getFieldGetMethods() - Method in interface com.storedobject.vaadin.ObjectFieldCreator
-
Get the "getXXX" methods of the object from which name of the "fields" can be determined.
- getFieldLabel(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Get label for the given field.
- getFieldLabel(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm
-
Get label for the given field.
- getFieldLabel(String) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Get label for the given field.
- getFieldLabel(String) - Method in class com.storedobject.vaadin.AbstractForm
-
Get label for the given field.
- getFieldName(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Get a field name associated with a field.
- getFieldName(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm
-
Get a field name associated with a field.
- getFieldName(Method) - Method in interface com.storedobject.vaadin.ObjectFieldCreator
-
Get field name for a method (typically a getXXX or isXXX method).
- getFieldNames() - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Get the names of the fields to be generated in the form.
- getFieldNames() - Method in class com.storedobject.vaadin.AbstractDataForm
-
Get the field names.
- getFieldNames() - Method in class com.storedobject.vaadin.AbstractForm
-
Get the field names.
- getFieldNames() - Method in interface com.storedobject.vaadin.ObjectFieldCreator
-
Get additional field names (in addition to the ones got from
ObjectFieldCreator.getFieldGetMethods(). - getFieldNames() - Method in class com.storedobject.vaadin.ObjectForm
-
Get the valid/allowed field names.
- getFieldNames() - Method in class com.storedobject.vaadin.util.Data
-
Get the names of all the fields.
- getFieldOrder(String) - Method in class com.storedobject.vaadin.AbstractDataEditor.DForm
- getFieldOrder(String) - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Get the order in which a field to appear in the form.
- getFieldOrder(String) - Method in interface com.storedobject.vaadin.ObjectFieldCreator
-
Determine the order in which field is displayed on the form.
- getFieldOrder(String) - Method in class com.storedobject.vaadin.ObjectForm
-
Get the order in which a field to appear in the form.
- getFields() - Method in class com.storedobject.vaadin.util.Data
-
Get all the fields.
- getFieldSetMethod(String, Method) - Method in class com.storedobject.vaadin.AbstractDataEditor.DForm
- getFieldSetMethod(String, Method) - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Get the field's "set" method.
- getFieldSetMethod(String, Method) - Method in interface com.storedobject.vaadin.ObjectFieldCreator
-
Get the "setXXX" method for a given field name.
- getFieldSetMethod(String, Method) - Method in class com.storedobject.vaadin.ObjectForm
-
Get the field's "set" method.
- getFieldValueHandler() - Method in class com.storedobject.vaadin.util.Data
-
Get the current field value handler.
- getFileName() - Method in class com.storedobject.vaadin.StreamDownloader
-
Retrieves the name of the file associated with the downloader.
- getFileName() - Method in class com.storedobject.vaadin.UploadField
-
Get the name of the file that is being processed.
- getFixedColumnWidth(String) - Method in interface com.storedobject.vaadin.HasColumns
-
This method is invoked when the real column is created to determine whether the column requires "fixed and inflexible width" or not.
- getForm() - Method in class com.storedobject.vaadin.AbstractDataEditor
- getForm() - Method in class com.storedobject.vaadin.AbstractDataForm
-
Get the form embedded in this view.
- getGap() - Method in class com.storedobject.vaadin.ButtonLayout
-
Get the gap between components.
- getHead() - Method in class com.storedobject.vaadin.Breadcrumbs
-
Get the head breadcrumb.
- getHeader() - Method in class com.storedobject.vaadin.ContentWithHeader
-
Get the
ButtonLayoutfrom the header portion. - getHeaderBackground() - Method in class com.storedobject.vaadin.ApplicationFrame
-
Get the background color of the header area.
- getHeaderColor() - Method in class com.storedobject.vaadin.ApplicationFrame
-
Get the foreground color of the header area.
- getHeaderHeight() - Method in class com.storedobject.vaadin.ApplicationFrame
-
Get the height of the header area.
- getHeight() - Method in class com.storedobject.vaadin.Icon
- getHTML() - Method in interface com.storedobject.vaadin.HTMLGenerator
-
Get the HTML text generated.
- getHTML() - Method in class com.storedobject.vaadin.StyledText
- getIcon() - Method in interface com.storedobject.vaadin.HasIcon
-
Get the current icon name
- getIcon() - Method in class com.storedobject.vaadin.Icon
- getIconName(VaadinIcon) - Static method in interface com.storedobject.vaadin.HasIcon
-
Get the name of the Vaadin icon.
- getIconName(String) - Method in interface com.storedobject.vaadin.ApplicationEnvironment
-
This method is used to determine the name of the icon to be displayed on a
Buttonfrom its label. - getIconName(String) - Static method in interface com.storedobject.vaadin.HasIcon
-
Find the real name of the icon to be used from the
ApplicationEnvironment. - getIdentifier() - Method in class com.storedobject.vaadin.Application
-
Get an identifier of the application (can be used for logging etc.).
- getImageComponent(Image) - Method in class com.storedobject.vaadin.ImageView
-
Get the image component that will be set as the component of this view.
- getImageHeight() - Method in class com.storedobject.vaadin.PaintedImage
-
Get image height.
- getImageWidth() - Method in class com.storedobject.vaadin.PaintedImage
-
Get image width.
- getIndex() - Method in class com.storedobject.vaadin.ComboField
-
Get the index of the current value.
- getIndex() - Method in class com.storedobject.vaadin.LabelField
-
Get the index of the currently displayed label.
- getIndex() - Method in class com.storedobject.vaadin.RadioField
-
Get the index of the current value.
- getIndex() - Method in class com.storedobject.vaadin.util.BasicComboList
-
Retrieves the index of the item currently selected or set as the value of the combo list.
- getIndex(T) - Method in class com.storedobject.vaadin.ComboField
-
Get the index of qn item.
- getIndex(T) - Method in class com.storedobject.vaadin.LabelField
-
Get index of an item.
- getIndex(T) - Method in class com.storedobject.vaadin.ListField
-
Get index of an item.
- getIndex(T) - Method in class com.storedobject.vaadin.RadioField
-
Get the index of a value.
- getIndex(T) - Method in class com.storedobject.vaadin.util.BasicComboList
-
Returns the index of the specified item in the list.
- getInkColor() - Method in class com.storedobject.vaadin.ButtonIcon
-
Get the ink color
- getInternalElement() - Method in class com.storedobject.vaadin.CustomTextField
- getInternalElement() - Method in interface com.storedobject.vaadin.HasStyle
-
Get the internal element to which style will be applied.
- getInternalElement() - Method in interface com.storedobject.vaadin.HasThemeStyle
-
Get the internal element where the theme is ultimately applied.
- getInternalElement() - Method in class com.storedobject.vaadin.Icon
- getInternalElement() - Method in interface com.storedobject.vaadin.util.InternalElement
-
Retrieves the internal element.
- getIPAddress() - Method in class com.storedobject.vaadin.Application
-
Get the IP address of the application.
- getLabel() - Method in class com.storedobject.vaadin.GridColumnDetail
-
Retrieves the label of the grid column.
- getLabel(HasValue<?, ?>) - Static method in class com.storedobject.vaadin.util.Data
-
Get the label for the given field.
- getLabel(String) - Method in class com.storedobject.vaadin.AbstractDataForm
-
This method is invoked to determine the label used for displaying the field.
- getLabel(String) - Method in class com.storedobject.vaadin.AbstractForm
-
This method is invoked to determine the label used for displaying the field.
- getLabel(String) - Method in interface com.storedobject.vaadin.ObjectFieldCreator
-
Determine the label to be used for a field.
- getLabel(String) - Method in class com.storedobject.vaadin.ObjectForm
-
Get the label for the field.
- getLength() - Method in class com.storedobject.vaadin.util.NumericField
-
Retrieves the length of the numeric field.
- getLinkName() - Method in class com.storedobject.vaadin.Application
-
Get the "context path" of the application.
- getLocale() - Method in class com.storedobject.vaadin.Application
-
Retrieves the current locale used in the application view.
- getLogo() - Method in class com.storedobject.vaadin.ApplicationFrame
-
Get the Logo (typically an
Imagecomponent) to be displayed on the "Nav Bar", next to the "drawer menu" icon. - getMajorVersion() - Method in class com.storedobject.vaadin.Application
-
Get the major version number (from browser information).
- getMap() - Method in class com.storedobject.vaadin.MapComboField
-
Get the map.
- getMax() - Method in class com.storedobject.vaadin.DateField
-
Get the allowed maximum value that is currently set.
- getMaxFiles() - Method in class com.storedobject.vaadin.UploadField
-
Get the number of files allowed to upload.
- getMaxHeight() - Method in class com.storedobject.vaadin.Icon
- getMaximumContentHeight() - Method in class com.storedobject.vaadin.DataForm
-
Get the maximum "content height" (Percentage value of the view port height.
- getMaximumContentWidth() - Method in class com.storedobject.vaadin.DataForm
-
Get the maximum "content width" (Percentage value of the view port width).
- getMaxWidth() - Method in class com.storedobject.vaadin.Icon
- getMenu() - Method in class com.storedobject.vaadin.ApplicationFrame
- getMenu() - Method in interface com.storedobject.vaadin.ApplicationLayout
-
The "menu" of the layout.
- getMenuIconName() - Method in interface com.storedobject.vaadin.ExecutableView
-
Get the name of the icon to be displayed in the menu when this view is active (running).
- getMenuIconName() - Method in class com.storedobject.vaadin.WrappedView
- getMenuItem() - Method in interface com.storedobject.vaadin.HasColumns
-
Get the menu item for this when displayed as a view.
- getMenuItem() - Method in class com.storedobject.vaadin.View
-
Get the menu item for this view.
- getMenuItem(Runnable) - Method in interface com.storedobject.vaadin.ExecutableView
-
Get the menu item for this view.
- getMenuItem(Runnable) - Method in class com.storedobject.vaadin.View
-
Get the menu item for this view.
- getMenuPane() - Method in interface com.storedobject.vaadin.ApplicationMenu
-
Get the menu pane.
- getMenuSearcher() - Method in interface com.storedobject.vaadin.ApplicationLayout
-
Get the "menu searcher" component.
- getMime() - Method in class com.storedobject.vaadin.util.MediaStreamVariable
-
Returns the MIME type associated with the streaming media.
- getMin() - Method in class com.storedobject.vaadin.DateField
-
Get the allowed minimum value that is currently set.
- getMinHeight() - Method in class com.storedobject.vaadin.Icon
- getMinimumContentHeight() - Method in class com.storedobject.vaadin.DataForm
-
Get the minimum "content height" (Percentage value of the view port height.
- getMinimumContentWidth() - Method in class com.storedobject.vaadin.DataForm
-
Get the minimum "content width" (Percentage value of the view port width).
- getMinorVersion() - Method in class com.storedobject.vaadin.Application
-
Get the minor version number (from browser information).
- getMinWidth() - Method in class com.storedobject.vaadin.Icon
- getModelValue(String) - Method in class com.storedobject.vaadin.BigDecimalField
- getModelValue(String) - Method in class com.storedobject.vaadin.CustomTextField
-
Create the model value from the string value passed.
- getModelValue(String) - Method in class com.storedobject.vaadin.DoubleField
- getModelValue(String) - Method in class com.storedobject.vaadin.IntegerField
- getModelValue(String) - Method in class com.storedobject.vaadin.LongField
- getName() - Method in class com.storedobject.vaadin.GridRow.Cell
-
Get the name of this cell.
- getName(HasValue<?, ?>) - Method in class com.storedobject.vaadin.util.Data
-
Get the name of the given field.
- getNodes() - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
-
Get child nodes.
- getObject() - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Get the instance of the currently editing object.
- getObject() - Method in class com.storedobject.vaadin.AbstractForm
-
Get the instance of the currently editing data object.
- getObject(boolean) - Method in class com.storedobject.vaadin.AbstractForm
-
Get the instance of the currently editing data object.
- getObjectClass() - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Get the class of the object being edited.
- getObjectClass() - Method in class com.storedobject.vaadin.ObjectForm
-
Get the class of the object being edited.
- getObjectColumnCreator() - Method in interface com.storedobject.vaadin.ApplicationEnvironment
-
Create a "column creator" for the application when an
Objectis viewed in aGrid. - getObjectFieldCreator() - Method in interface com.storedobject.vaadin.ApplicationEnvironment
-
Create the "field creator" for the application when an
Objectis edited or viewed in a "data entry form". - getObjectRendered() - Method in interface com.storedobject.vaadin.HasColumns
-
Get the currently rendered object.
- getObjectUnwrapped() - Method in interface com.storedobject.vaadin.HasColumns
-
Get the currently rendered unwrapped object.
- getOldValue() - Method in class com.storedobject.vaadin.ChangedValue
-
Get the old value of the field.
- getOldValue() - Method in class com.storedobject.vaadin.ChangedValues
-
Get the old value.
- getOrientation() - Method in class com.storedobject.vaadin.Tabs
-
Get the current orientation of the tabs.
- getOutputStream() - Method in class com.storedobject.vaadin.util.MediaStreamVariable
- getOutputStream(String) - Method in interface com.storedobject.vaadin.MediaCapture.DataReceiver
-
Get the output stream to which streamed data can be saved.
- getPage() - Method in class com.storedobject.vaadin.Application
-
Get the browser Page.
- getPageTitle() - Method in class com.storedobject.vaadin.ApplicationView
-
Get the page title to be displayed.
- getPainter() - Method in class com.storedobject.vaadin.PaintedImage
-
Get the current painter.
- getParent(Breadcrumbs.Breadcrumb) - Method in class com.storedobject.vaadin.Breadcrumbs
-
Get the parent of the given breadcrumb.
- getPlaceholder() - Method in class com.storedobject.vaadin.ChoiceField
-
Get the placeholder of this field.
- getPrefixComponent() - Method in class com.storedobject.vaadin.CustomTextField
- getPreviousActionText() - Method in class com.storedobject.vaadin.ActionTextField
-
The action text that was already acted up on.
- getPreviousTab() - Method in class com.storedobject.vaadin.Tabs.SelectedChangeEvent
-
Get the previously selected tab.
- getPrintText() - Method in interface com.storedobject.vaadin.HTMLGenerator
-
Get a printable object that can be used for creating a printable representation of the HTML text.
- getQueryParameter(String) - Method in class com.storedobject.vaadin.Application
-
Get the query parameter value passed to this application.
- getRelativeColumnWidth(String) - Method in interface com.storedobject.vaadin.HasColumns
-
This method is invoked when the real column is created to determine the relative width of the column.
- getRenderedColumnNames() - Method in interface com.storedobject.vaadin.HasColumns
-
Retrieves a stream of rendered column names from the current grid.
- getRoots() - Method in class com.storedobject.vaadin.BreadcrumbsTree
-
Get the root nodes.
- getRowSpan(Component) - Method in class com.storedobject.vaadin.CSSGrid
-
Get number of rows the component takes up.
- getRowSpan(Component) - Method in class com.storedobject.vaadin.PopupButton
-
Get number of rows the component takes up.
- getSelected() - Method in interface com.storedobject.vaadin.HasColumns
-
Get the selected item.
- getSelectedIndex() - Method in class com.storedobject.vaadin.Tabs
-
Get the index of the selected tab.
- getSelectedTab() - Method in class com.storedobject.vaadin.Tabs
-
Get the currently selected tab.
- getSelectedTab() - Method in class com.storedobject.vaadin.Tabs.SelectedChangeEvent
-
Get the selected tab.
- getSize() - Method in interface com.storedobject.vaadin.HasSquareElement
-
Get the current size
- getSize() - Method in class com.storedobject.vaadin.Icon
- getSOGrid() - Method in class com.storedobject.vaadin.DataGrid
-
For internal use only.
- getSOGrid() - Method in class com.storedobject.vaadin.DataTreeGrid
-
For internal use only.
- getSOGrid() - Method in interface com.storedobject.vaadin.HasColumns
-
This method is invoked multiple times.
- getStyle() - Method in interface com.storedobject.vaadin.HasStyle
- getStyle() - Method in class com.storedobject.vaadin.TimerComponent
- getStyle(String) - Method in interface com.storedobject.vaadin.HasElement
-
Get the specific style value of an element.
- getSuffixComponent() - Method in class com.storedobject.vaadin.CustomTextField
- getTab(Component) - Method in class com.storedobject.vaadin.Tabs
-
Get the tab that contains the given component.
- getTabs() - Method in class com.storedobject.vaadin.Tabs
-
Get the embedded
Tabs. - getTarget() - Method in class com.storedobject.vaadin.Popup
-
Get the target component.
- getText() - Method in class com.storedobject.vaadin.Alert
-
Get the text of the alert.
- getText() - Method in class com.storedobject.vaadin.Badge
-
Get the text content.
- getText() - Method in class com.storedobject.vaadin.StyledText
- getText() - Method in class com.storedobject.vaadin.TextArea
- getText() - Method in class com.storedobject.vaadin.TextField
- getText() - Method in interface com.storedobject.vaadin.util.HasTextValue
- getTextAlign(String) - Method in interface com.storedobject.vaadin.HasColumns
-
Determines the text alignment of the column.
- getToolbox() - Method in class com.storedobject.vaadin.ApplicationFrame
-
Get the "toolbox" to display at the top-right corner of the screen (right most side of the "Nav Bar").
- getType() - Method in class com.storedobject.vaadin.PaintedImage
-
Get the type of the image.
- getUI() - Method in class com.storedobject.vaadin.Application
-
Get the UI associated with this Application.
- getUIConfigurator() - Method in class com.storedobject.vaadin.Application
-
Get UI configurator if any so that UI will be passed to it for handling any special configuration.
- getUploadComponent() - Method in class com.storedobject.vaadin.UploadField
-
Get the
Uploadcomponent internally used. - getURI() - Method in class com.storedobject.vaadin.ResourceSupport
-
Get the URI of the resource.
- getURIAttributeName() - Method in class com.storedobject.vaadin.AbstractResourcedComponent
-
Get the name of the URI attribute.
- getURIAttributeName() - Method in class com.storedobject.vaadin.PDFViewer
- getURL() - Method in class com.storedobject.vaadin.Application
-
get tje URL of application.
- getURL() - Method in class com.storedobject.vaadin.ApplicationView
-
get tje URL of application.
- getUserNameComponent() - Method in class com.storedobject.vaadin.ApplicationFrame
-
Get the component to display the "User's name" for the application.
- getValue() - Method in class com.storedobject.vaadin.ChangedValue
-
Get the changed value of the field.
- getValue() - Method in class com.storedobject.vaadin.ChangedValues
-
Get the current valie.
- getValue() - Method in class com.storedobject.vaadin.DateField
- getValue() - Method in class com.storedobject.vaadin.LegacyDateField
- getValue() - Method in class com.storedobject.vaadin.TextArea
- getValue() - Method in class com.storedobject.vaadin.TextField
- getValue() - Method in interface com.storedobject.vaadin.util.HasTextValue
-
Retrieves the textual value associated with the component.
- getValue(int) - Method in class com.storedobject.vaadin.ComboField
-
Get item for a given index.
- getValue(int) - Method in class com.storedobject.vaadin.LabelField
-
Get the item for the index passed.
- getValue(int) - Method in class com.storedobject.vaadin.ListField
-
Get the item for the index passed.
- getValue(int) - Method in class com.storedobject.vaadin.RadioField
-
Get the value corresponding to an index.
- getValue(int) - Method in class com.storedobject.vaadin.util.BasicComboList
-
Retrieves the value at the specified index from the combo list.
- getValue(String) - Method in class com.storedobject.vaadin.AbstractForm.ValueHandler
- getValue(String) - Method in interface com.storedobject.vaadin.util.FieldValueHandler
-
Retrieves the value associated with the specified field.
- getValueFunction() - Method in class com.storedobject.vaadin.GridColumnDetail
-
Get the function that can compute the rendering value associated with column.
- getValueGetter(String) - Method in interface com.storedobject.vaadin.ObjectFieldCreator
-
Get the function that can obtain the value for a field from the object.
- getValueSetter(String) - Method in interface com.storedobject.vaadin.ObjectFieldCreator
-
Get the function that can be used to set the value of a field to the object.
- getValueType() - Method in class com.storedobject.vaadin.GridColumnDetail
-
Get the value type.
- getView() - Method in class com.storedobject.vaadin.AbstractForm
-
Get the associated view of this form.
- getView() - Method in interface com.storedobject.vaadin.ExecutableView
-
Get the currently active View.
- getView(boolean) - Method in class com.storedobject.vaadin.Dashboard
-
Create a View to display the grid when executed.
- getView(boolean) - Method in interface com.storedobject.vaadin.ExecutableView
-
Get the View.
- getView(boolean) - Method in interface com.storedobject.vaadin.HasColumns
- getView(boolean) - Method in class com.storedobject.vaadin.View
-
Implementation of
ExecutableView.getView(boolean). - getViewComponent() - Method in interface com.storedobject.vaadin.HasColumns
-
Get the component for creating the view - See
HasColumns.getView(boolean)andExecutableView.getView(). - getViewFor(Component) - Method in class com.storedobject.vaadin.Application
-
Get the view in which a particular component is currently appearing.
- getViewHeight() - Method in class com.storedobject.vaadin.Viewer
-
Get the height of the view (as a percentage).
- getViewWidth() - Method in class com.storedobject.vaadin.Viewer
-
Get the width of the view (as a percentage).
- getWebBrowser() - Method in class com.storedobject.vaadin.Application
-
Get the representation of current the "web browser".
- getWidth() - Method in class com.storedobject.vaadin.Icon
- GIF - Enum constant in enum class com.storedobject.vaadin.PaintedImage.Type
-
GIF type.
- goTo(Breadcrumbs.Breadcrumb) - Method in class com.storedobject.vaadin.Breadcrumbs
-
Jump to a given
Breadcrumbs.Breadcrumb. - grey() - Method in class com.storedobject.vaadin.Box
-
Create a grey background style.
- GridColumnDetail<T> - Class in com.storedobject.vaadin
-
This class keeps extra information about
Grid.Column. - GridLayout - Class in com.storedobject.vaadin
-
A layout for arranging components in a grid style.
- GridLayout(int) - Constructor for class com.storedobject.vaadin.GridLayout
-
Constructor.
- GridLayout(int...) - Constructor for class com.storedobject.vaadin.GridLayout
-
Constructor.
- GridLayout(String...) - Constructor for class com.storedobject.vaadin.GridLayout
-
Constructor.
- GridRow - Class in com.storedobject.vaadin
-
Utility class to handle join operations of header and footer row cells.
- GridRow.Cell - Class in com.storedobject.vaadin
-
A class that represents a single cell of the row.
- grouping - Variable in class com.storedobject.vaadin.util.NumericField
-
Determines whether the numeric field should apply grouping of digits (e.g., thousand-separators) when displaying numbers.
H
- handleValueSetError(String, HasValue<?, ?>, Object, Object, Throwable) - Method in class com.storedobject.vaadin.AbstractDataEditor.DForm
- handleValueSetError(String, HasValue<?, ?>, Object, Object, Throwable) - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Handle errors while setting (committing) values.
- handleValueSetError(String, HasValue<?, ?>, Object, Object, Throwable) - Method in class com.storedobject.vaadin.ObjectForm
-
Handle errors while setting (committing) values.
- HasBadgeStyle - Interface in com.storedobject.vaadin
-
Interface to mark that a class has theme styles of badge.
- HasColumns<T> - Interface in com.storedobject.vaadin
-
Common interface for
DataGridandDataTreeGrid. - HasColumns.SOGrid<T> - Class in com.storedobject.vaadin
-
This class takes care of the creation of the columns in the grid.
- HasContainer - Interface in com.storedobject.vaadin
-
An interface to denote that the class contains a
HasComponents(component container) embedded in it. - HasElement - Interface in com.storedobject.vaadin
-
Slight enhancements to Vaadin's
HasElementinterface. - hashCode() - Method in class com.storedobject.vaadin.Breadcrumbs.Breadcrumb
- hashCode() - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
- HasIcon - Interface in com.storedobject.vaadin
-
Element that has an Icon.
- HasSize - Interface in com.storedobject.vaadin
-
Enhancement to Vaadin's
HasSizeinterface. - HasSquareElement - Interface in com.storedobject.vaadin
-
Element that has a square shape (equal width and height).
- HasStyle - Interface in com.storedobject.vaadin
-
Same as
HasStylebut can be applied to an "internal element" specified. - HasTextValue - Interface in com.storedobject.vaadin.util
-
Interface representing a component that can have a textual value along with additional features like size, text transformation, spell check, and autocomplete.
- HasThemeStyle - Interface in com.storedobject.vaadin
-
Interface to mark that a class has theme styles.
- HasVisibility - Interface in com.storedobject.vaadin
-
Interface that determines whether an object (typically a "field") has visibility or not.
- hilite() - Method in interface com.storedobject.vaadin.ApplicationMenuItem
-
Highlight the menu item so that it looks stand out among other menu items.
- hilite() - Method in class com.storedobject.vaadin.MenuItem
- HomeView - Interface in com.storedobject.vaadin
-
This is a marker interface to denote that a
View, once displayed, should not be removed and should remain as a "home view" (unless it is programmatically removed). - HTMLGenerator - Interface in com.storedobject.vaadin
-
An interface that generate HTML text.
I
- Icon - Class in com.storedobject.vaadin
-
Enhancements to Vaadin's Icon to handle other collections in a generic way.
- Icon(VaadinIcon) - Constructor for class com.storedobject.vaadin.Icon
-
Create from a Vaadin icon
- Icon(String) - Constructor for class com.storedobject.vaadin.Icon
-
Create from an icon from the name.
- ICON - Enum constant in enum class com.storedobject.vaadin.ThemeStyle
-
Icon.
- ignoreCaseForColumnSorting(String) - Method in interface com.storedobject.vaadin.HasColumns
-
This will be invoked for those columns that are sortable and contains text values.
- Image - Class in com.storedobject.vaadin
-
Enhancement to Vaadin's
Imagecomponent with proper resource handling. - Image() - Constructor for class com.storedobject.vaadin.Image
-
Image constructor.
- Image(AbstractStreamResource) - Constructor for class com.storedobject.vaadin.Image
-
Image from a stream.
- Image(String) - Constructor for class com.storedobject.vaadin.Image
-
Image from a URL.
- ImageButton - Class in com.storedobject.vaadin
-
A button that shows only an icon.
- ImageButton(VaadinIcon, ClickHandler) - Constructor for class com.storedobject.vaadin.ImageButton
-
Constructor.
- ImageButton(String, ClickHandler) - Constructor for class com.storedobject.vaadin.ImageButton
-
Constructor.
- ImageButton(String, VaadinIcon, ClickHandler) - Constructor for class com.storedobject.vaadin.ImageButton
-
Constructor.
- ImageButton(String, String, ClickHandler) - Constructor for class com.storedobject.vaadin.ImageButton
-
Constructor.
- ImageView - Class in com.storedobject.vaadin
-
A Home
Viewthat shows an image (typically used to show a background image). - ImageView() - Constructor for class com.storedobject.vaadin.ImageView
-
Create an empty image view.
- ImageView(Image) - Constructor for class com.storedobject.vaadin.ImageView
-
Create the image view from the given image.
- ImageView(AbstractStreamResource) - Constructor for class com.storedobject.vaadin.ImageView
-
Create the image view from a resource.
- ImageView(String) - Constructor for class com.storedobject.vaadin.ImageView
-
Create the image view from a URL.
- includeColumn(String) - Method in interface com.storedobject.vaadin.HasColumns
-
Determines the respective column should be created or note.
- includeField(String) - Method in class com.storedobject.vaadin.AbstractDataEditor.DForm
- includeField(String) - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Check whether field should be included in the form or not.
- includeField(String) - Method in interface com.storedobject.vaadin.IncludeField
-
Check if the given field name should be included in the form or not.
- includeField(String) - Method in class com.storedobject.vaadin.ObjectForm
-
Check whether field should be included in the form or not.
- IncludeField - Interface in com.storedobject.vaadin
-
An interface used by
AbstractFormandAbstractDataFormclasses to determine if a field can be added to the form or not. - indexOf(Object) - Method in class com.storedobject.vaadin.DataList
- indexOf(Object) - Method in class com.storedobject.vaadin.ListGrid
- InformationMessage - Class in com.storedobject.vaadin
-
An information message to be shown to the user.
- InformationMessage(Component, Runnable) - Constructor for class com.storedobject.vaadin.InformationMessage
-
Constructor.
- InformationMessage(Component, Runnable, String) - Constructor for class com.storedobject.vaadin.InformationMessage
-
Constructor.
- InformationMessage(String) - Constructor for class com.storedobject.vaadin.InformationMessage
-
Constructor without any action (can be set later).
- InformationMessage(String, Component, Runnable) - Constructor for class com.storedobject.vaadin.InformationMessage
-
Constructor.
- InformationMessage(String, Component, Runnable, String) - Constructor for class com.storedobject.vaadin.InformationMessage
-
Constructor.
- InformationMessage(String, Runnable) - Constructor for class com.storedobject.vaadin.InformationMessage
-
Constructor.
- InformationMessage(String, Runnable, String) - Constructor for class com.storedobject.vaadin.InformationMessage
-
Constructor.
- InformationMessage(String, String, Runnable) - Constructor for class com.storedobject.vaadin.InformationMessage
-
Constructor.
- InformationMessage(String, String, Runnable, String) - Constructor for class com.storedobject.vaadin.InformationMessage
-
Constructor.
- init() - Method in class com.storedobject.vaadin.AbstractResourcedComponent
-
This will be invoked by the constructor for initial set up.
- init() - Method in class com.storedobject.vaadin.PDFViewer
-
This will be invoked by the constructor for initial setup.
- init(VaadinRequest) - Method in class com.storedobject.vaadin.Application
-
This method is invoked by
ApplicationViewclass. - init(String) - Method in class com.storedobject.vaadin.Application
-
This method is invoked when the application comes up.
- initContent() - Method in class com.storedobject.vaadin.AbstractForm
- initContent() - Method in class com.storedobject.vaadin.ApplicationView
- initContent() - Method in class com.storedobject.vaadin.Box
- initContent() - Method in class com.storedobject.vaadin.Breadcrumbs
- initContent() - Method in class com.storedobject.vaadin.BreadcrumbsTree
- initContent() - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
- initContent() - Method in class com.storedobject.vaadin.Card
- initContent() - Method in class com.storedobject.vaadin.Clickable
- initContent() - Method in class com.storedobject.vaadin.ContentWithHeader
- initContent() - Method in class com.storedobject.vaadin.DetailComponent
- initContent() - Method in class com.storedobject.vaadin.Icon
- initContent() - Method in class com.storedobject.vaadin.MenuBar
- initContent() - Method in class com.storedobject.vaadin.Popup
- initContent() - Method in class com.storedobject.vaadin.Scrollable
- initContent() - Method in class com.storedobject.vaadin.StyledText
- initContent() - Method in class com.storedobject.vaadin.Tabs
-
Initialize the wrapper.
- initContent() - Method in class com.storedobject.vaadin.WindowDecorator
- initUI() - Method in class com.storedobject.vaadin.DataEditor
- initUI() - Method in class com.storedobject.vaadin.DataForm
- initUI() - Method in class com.storedobject.vaadin.ImageView
- initUI() - Method in class com.storedobject.vaadin.View
-
This method is invoked when the view wants to determine its "content" to be displayed and nothing exists at that moment.
- inputTypeSet(int) - Method in class com.storedobject.vaadin.TextArea
- inputTypeSet(int) - Method in class com.storedobject.vaadin.TextField
- inputTypeSet(int) - Method in interface com.storedobject.vaadin.util.HasTextValue
-
This method is invoked whenever the type of input is set.
- insert(int, ApplicationMenuItem) - Method in interface com.storedobject.vaadin.ApplicationMenu
-
Insert a menu item at a particular position in the menu.
- IntegerField - Class in com.storedobject.vaadin
-
Field to edit
Integer. - IntegerField() - Constructor for class com.storedobject.vaadin.IntegerField
-
Constructor.
- IntegerField(Integer) - Constructor for class com.storedobject.vaadin.IntegerField
-
Constructor.
- IntegerField(Integer, int) - Constructor for class com.storedobject.vaadin.IntegerField
-
Constructor.
- IntegerField(Integer, int, boolean) - Constructor for class com.storedobject.vaadin.IntegerField
-
Constructor.
- IntegerField(Integer, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.IntegerField
-
Constructor.
- IntegerField(String) - Constructor for class com.storedobject.vaadin.IntegerField
-
Constructor.
- IntegerField(String, Integer) - Constructor for class com.storedobject.vaadin.IntegerField
-
Constructor.
- IntegerField(String, Integer, int) - Constructor for class com.storedobject.vaadin.IntegerField
-
Constructor.
- IntegerField(String, Integer, int, boolean) - Constructor for class com.storedobject.vaadin.IntegerField
-
Constructor.
- IntegerField(String, Integer, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.IntegerField
-
Constructor.
- InternalElement - Interface in com.storedobject.vaadin.util
-
This interface represents an internal element structure.
- InvalidLinkError - Class in com.storedobject.vaadin.util
-
The InvalidLinkError class is an error handler that extends the RouteNotFoundError class and is used to manage invalid or non-existent application links.
- InvalidLinkError() - Constructor for class com.storedobject.vaadin.util.InvalidLinkError
- InvisibleComponent - Interface in com.storedobject.vaadin
-
A marker interface to denote that a
Componentis invisible (doesn't have width and height). - invoke(View) - Method in interface com.storedobject.vaadin.ExecutableView
-
Execute the associated view and set its parent too.
- invoke(View) - Method in class com.storedobject.vaadin.View
-
Execute this view and set its parent too.
- IP6AddressField - Class in com.storedobject.vaadin
-
Field to edit an IPv6 addresses.
- IP6AddressField() - Constructor for class com.storedobject.vaadin.IP6AddressField
-
Constructor.
- IP6AddressField(String) - Constructor for class com.storedobject.vaadin.IP6AddressField
-
Constructor.
- IP6AddressTextField - Class in com.storedobject.vaadin.util
-
A specialized text field component for IPv6 address input.
- IP6AddressTextField() - Constructor for class com.storedobject.vaadin.util.IP6AddressTextField
-
Constructs an instance of IP6AddressTextField, a customized text input component designed specifically for entering and validating IPv6 addresses in the standard 8-block hexadecimal format.
- IPAddressField - Class in com.storedobject.vaadin
-
Field to edit an IP addresses.
- IPAddressField() - Constructor for class com.storedobject.vaadin.IPAddressField
-
Constructor.
- IPAddressField(String) - Constructor for class com.storedobject.vaadin.IPAddressField
-
Constructor.
- IPAddressTextField - Class in com.storedobject.vaadin.util
-
Represents a specialized text field designed for validated input of IPv4 addresses.
- IPAddressTextField() - Constructor for class com.storedobject.vaadin.util.IPAddressTextField
-
Constructs an IPAddressTextField instance with a predefined pattern to validate IPv4 addresses in dotted quad format (e.g., 192.168.000.001).
- isAutoarrange() - Method in class com.storedobject.vaadin.Dashboard
-
Check the current value of an auto-arrange flag.
- isAutoselect() - Method in class com.storedobject.vaadin.CustomTextField
-
Is in auto-select mode?
- isBasic() - Method in class com.storedobject.vaadin.AbstractForm.ValueHandler
- isBasic() - Method in interface com.storedobject.vaadin.util.FieldValueHandler
-
Determines whether the field value handler is considered basic.
- isChanged(HasValue<?, ?>) - Method in class com.storedobject.vaadin.ChangedValues
-
Is this is this the field that is chaged?
- isCheckable() - Method in class com.storedobject.vaadin.MenuBarItem
-
Gets whether this item toggles a checkmark icon when clicked.
- isChecked() - Method in class com.storedobject.vaadin.MenuBarItem
-
Gets the checked state of this item.
- isCloseable() - Method in interface com.storedobject.vaadin.ExecutableView
-
Check if this view is closeable or not.
- isCloseable() - Method in class com.storedobject.vaadin.WrappedView
- isCollapsed() - Method in class com.storedobject.vaadin.DetailComponent.ToggledEvent
-
Check if this was a collapsing event or not.
- isColumnFrozen(String) - Method in interface com.storedobject.vaadin.HasColumns
-
Check the frozen attribute of a given column.
- isColumnReorderingAllowed() - Method in class com.storedobject.vaadin.DataGrid
- isColumnReorderingAllowed() - Method in class com.storedobject.vaadin.DataTreeGrid
- isColumnReorderingAllowed() - Method in class com.storedobject.vaadin.HasColumns.SOGrid
-
Check whether the column reordering is allowed or not.
- isColumnResizable(String) - Method in interface com.storedobject.vaadin.HasColumns
-
Check the resizable attribute of a given column.
- isColumnSortable(String) - Method in class com.storedobject.vaadin.DataTreeGrid
-
Check if a particular column is sortable or not.
- isColumnSortable(String) - Method in interface com.storedobject.vaadin.HasColumns
-
Check if the column is in-memory and back-end sortable.
- isColumnVisible(String) - Method in interface com.storedobject.vaadin.HasColumns
-
Check the visibility attribute of a given column.
- isEditable(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm.ValueHandler
- isEditable(HasValue<?, ?>) - Method in interface com.storedobject.vaadin.util.FieldValueHandler
-
Checks if the given field is editable.
- isEditable(String) - Method in class com.storedobject.vaadin.AbstractForm.ValueHandler
- isEditable(String) - Method in interface com.storedobject.vaadin.util.FieldValueHandler
-
Checks whether the specified field is editable.
- isEmpty() - Method in class com.storedobject.vaadin.BooleanField
- isEmpty() - Method in class com.storedobject.vaadin.DataList
- isEmpty() - Method in class com.storedobject.vaadin.ListGrid
- isEnabled() - Method in interface com.storedobject.vaadin.ApplicationMenuItem
-
Is this menu item enabled?
- isEnabled() - Method in class com.storedobject.vaadin.ImageButton
- isEnabled() - Method in class com.storedobject.vaadin.MenuItem
- isExpanded() - Method in class com.storedobject.vaadin.DetailComponent.ToggledEvent
-
Check if this was an expanding event or not.
- isFieldEditable(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataForm
-
This method is invoked to determine if a field needs to be made editable or not.
- isFieldEditable(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm
-
This method is invoked to determine if a field needs to be made editable or not.
- isFieldEditable(String) - Method in class com.storedobject.vaadin.AbstractDataForm
-
This method is invoked to determine if a field needs to be made editable or not.
- isFieldEditable(String) - Method in class com.storedobject.vaadin.AbstractForm
-
This method is invoked to determine if a field needs to be made editable or not.
- isFieldIncluded(String) - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Check whether this field was included while creating this editor or not.
- isFieldIncluded(String) - Method in class com.storedobject.vaadin.ObjectForm
-
Check whether this field was included while creating this form or not.
- isFieldVisible(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataForm
-
This method is invoked to determine if a field needs to be made visible or not.
- isFieldVisible(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm
-
This method is invoked to determine if a field needs to be made visible or not.
- isFieldVisible(String) - Method in class com.storedobject.vaadin.AbstractDataForm
-
This method is invoked to determine if a field needs to be made visible or not.
- isFieldVisible(String) - Method in class com.storedobject.vaadin.AbstractForm
-
This method is invoked to determine if a field needs to be made visible or not.
- isFromClient() - Method in class com.storedobject.vaadin.ChangedValue
-
Check if the value change happened due to user interaction.
- isFromClient() - Method in class com.storedobject.vaadin.ChangedValues
-
Check if the value change happened due to user interaction.
- isFullScreen() - Method in interface com.storedobject.vaadin.ExecutableView
-
Check if this view is a full-screen view or not.
- isFullScreen() - Method in class com.storedobject.vaadin.View
- isFullScreenMode() - Method in class com.storedobject.vaadin.Application
-
Check whether the application is currently in full-screen mode or not.
- isGrouping() - Method in class com.storedobject.vaadin.util.NumericField
-
Checks whether grouping is enabled for the numeric field.
- isHomeView() - Method in interface com.storedobject.vaadin.ExecutableView
-
Check if this view is a "Home View" or not.
- isHomeView() - Method in class com.storedobject.vaadin.WrappedView
- isInitialSelection() - Method in class com.storedobject.vaadin.Tabs.SelectedChangeEvent
-
Check if this is the initial selection or not.
- isInterrupted() - Method in class com.storedobject.vaadin.util.MediaStreamVariable
- isInvalid() - Method in class com.storedobject.vaadin.TranslatedField
- isInvalid() - Method in class com.storedobject.vaadin.util.IP6AddressTextField
- isInvalid() - Method in class com.storedobject.vaadin.util.IPAddressTextField
- isInvalid() - Method in class com.storedobject.vaadin.util.MACAddressTextField
- isOpened() - Method in class com.storedobject.vaadin.Popup
-
Check if the popup is currently opened or not.
- isOpenOnHover() - Method in class com.storedobject.vaadin.MenuBar
-
Gets whether the sub menus open by clicking or hovering on the root level buttons.
- isPreviewing() - Method in interface com.storedobject.vaadin.MediaCapture
-
Check whether previewing is in progress or not.
- isPreviewing() - Method in class com.storedobject.vaadin.VideoCapture
-
Check whether previewing is in progress or not.
- isReadOnly() - Method in class com.storedobject.vaadin.AbstractDataForm
-
Check whether the view is "read only" or not.
- isReadOnly() - Method in class com.storedobject.vaadin.AbstractForm
-
Check whether the form is "read only" or not.
- isReadOnly() - Method in class com.storedobject.vaadin.util.Data
-
Is this read-only?
- isRecording() - Method in class com.storedobject.vaadin.AudioCapture
-
Check whether recording is in progress or not.
- isRecording() - Method in interface com.storedobject.vaadin.MediaCapture
-
Check whether recording is in progress or not.
- isRecording() - Method in class com.storedobject.vaadin.VideoCapture
-
Check whether recording is in progress or not.
- isRequired() - Method in class com.storedobject.vaadin.ChoiceField
- isRequired() - Method in class com.storedobject.vaadin.DateField
-
Does it allow empty?
- isRequired() - Method in class com.storedobject.vaadin.ListField
- isRequired() - Method in interface com.storedobject.vaadin.ValueRequired
-
Get the value required flag.
- isScrollable() - Method in class com.storedobject.vaadin.Scrollable
-
Return curent state.
- isScrollable() - Method in class com.storedobject.vaadin.View
-
See if this view is scrollable or not.
- isScrollable(Component) - Static method in class com.storedobject.vaadin.Scrollable
-
Check current state of scrollability of a particular component.
- isSpeakerOn() - Method in class com.storedobject.vaadin.Application
-
Internally used by
SpeakerButtonto check the status of the speaker. - isSpeaking() - Method in class com.storedobject.vaadin.Application
-
Check whether still speaking the previously set sentences.
- isVisible() - Method in interface com.storedobject.vaadin.HasVisibility
-
Is this field visible or not.
- isVisible(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm.ValueHandler
- isVisible(HasValue<?, ?>) - Method in interface com.storedobject.vaadin.util.FieldValueHandler
-
Determines if the specified field is currently visible.
- isVisible(Object) - Static method in interface com.storedobject.vaadin.HasVisibility
-
Check if an object is visible or not.
- isVisible(String) - Method in class com.storedobject.vaadin.AbstractForm.ValueHandler
- isVisible(String) - Method in interface com.storedobject.vaadin.util.FieldValueHandler
-
Checks whether the specified field is visible.
- isWeekNumbersVisible() - Method in class com.storedobject.vaadin.DateField
-
Check the visibility of "week numbers" while accepting the value.
- isWindowMode() - Method in class com.storedobject.vaadin.View
-
See if this view is in a "window mode" (means its content is displayed as a
Dialog). - items() - Method in class com.storedobject.vaadin.ComboField
-
Get items from the list as a stream.
- itemSelected(Component, T) - Method in interface com.storedobject.vaadin.ItemSelectedListener
-
Method called when an item is selected/deselected.
- itemSelected(Component, T) - Method in interface com.storedobject.vaadin.ItemsSelectedListener
- ItemSelectedListener<T> - Interface in com.storedobject.vaadin
-
Interface for listening on selected items (especially in
Grid. - itemsSelected(Component, Set<T>) - Method in interface com.storedobject.vaadin.ItemsSelectedListener
-
Method called when set of items are selected.
- ItemsSelectedListener<T> - Interface in com.storedobject.vaadin
-
Interface for listening on selected items (especially in
Grid. - iterator() - Method in class com.storedobject.vaadin.DataList
- iterator() - Method in class com.storedobject.vaadin.ListGrid
J
- join(int) - Method in class com.storedobject.vaadin.GridRow
-
Join all cells starting at a given index and ending at the last column (inclusive).
- join(int, int) - Method in class com.storedobject.vaadin.GridRow
-
Join cells for a range of column indices.
- join(String...) - Method in class com.storedobject.vaadin.GridRow
-
Join cells.
- join(Collection<String>) - Method in class com.storedobject.vaadin.GridRow
-
Join cells.
- joinCells(GridRow.Cell...) - Method in class com.storedobject.vaadin.GridRow
-
Join cells.
- JPG - Enum constant in enum class com.storedobject.vaadin.PaintedImage.Type
-
JPEG type.
- justify(View, CSSGrid.Position) - Method in class com.storedobject.vaadin.Dashboard
-
Horizontally justify a view within its grid cell.
- justify(Component, CSSGrid.Position) - Method in class com.storedobject.vaadin.CSSGrid
-
Justify (horizontally) a component within its grid cell.
- justify(Component, CSSGrid.Position) - Method in class com.storedobject.vaadin.PopupButton
-
Justify (horizontally) a component within its grid cell.
L
- LabelChoiceField - Class in com.storedobject.vaadin
-
A field that shows text from a list and the index of the list is treated as it value (So,
AbstractField.getValue()returns anInteger). - LabelChoiceField(String, List<String>) - Constructor for class com.storedobject.vaadin.LabelChoiceField
-
Constructor.
- LabelChoiceField(List<String>) - Constructor for class com.storedobject.vaadin.LabelChoiceField
-
Constructor.
- LabelField<T> - Class in com.storedobject.vaadin
-
A field that displays one item from a list.
- LabelField(String, List<T>) - Constructor for class com.storedobject.vaadin.LabelField
-
Constructor.
- LabelField(List<T>) - Constructor for class com.storedobject.vaadin.LabelField
-
Constructor.
- lastIndexOf(Object) - Method in class com.storedobject.vaadin.DataList
- lastIndexOf(Object) - Method in class com.storedobject.vaadin.ListGrid
- LegacyDateField - Class in com.storedobject.vaadin
-
A field to edit legacy
Date. - LegacyDateField() - Constructor for class com.storedobject.vaadin.LegacyDateField
-
Constructor.
- LegacyDateField(String) - Constructor for class com.storedobject.vaadin.LegacyDateField
-
Constructor.
- LegacyDateField(String, Date) - Constructor for class com.storedobject.vaadin.LegacyDateField
-
Constructor.
- LegacyDateField(Date) - Constructor for class com.storedobject.vaadin.LegacyDateField
-
Constructor.
- list - Variable in class com.storedobject.vaadin.util.BasicComboList
-
The list of items managed by the BasicComboList.
- ListChoiceField - Class in com.storedobject.vaadin
-
A field that shows text from a list and the index of the list is treated as it value (So,
AbstractField.getValue()returns anInteger). - ListChoiceField(String, Collection<String>) - Constructor for class com.storedobject.vaadin.ListChoiceField
-
Constructor.
- ListChoiceField(Collection<String>) - Constructor for class com.storedobject.vaadin.ListChoiceField
-
Constructor.
- Listeners - Class in com.storedobject.vaadin.util
-
Abstract base class for managing and notifying a collection of listeners.
- Listeners() - Constructor for class com.storedobject.vaadin.util.Listeners
- listenProgress() - Method in class com.storedobject.vaadin.util.MediaStreamVariable
- ListField<T> - Class in com.storedobject.vaadin
-
Slightly enhanced version of Vaadin's
Select. - ListField(String, Collection<T>) - Constructor for class com.storedobject.vaadin.ListField
-
Constructor.
- ListField(Collection<T>) - Constructor for class com.storedobject.vaadin.ListField
-
Constructor.
- ListGrid<T> - Class in com.storedobject.vaadin
-
A grid that implements a
Listdata model. - ListGrid(Class<T>) - Constructor for class com.storedobject.vaadin.ListGrid
-
Constructor.
- ListGrid(Class<T>, Iterable<String>) - Constructor for class com.storedobject.vaadin.ListGrid
-
Constructor.
- ListGrid(Class<T>, List<T>) - Constructor for class com.storedobject.vaadin.ListGrid
-
Constructor.
- ListGrid(Class<T>, List<T>, Iterable<String>) - Constructor for class com.storedobject.vaadin.ListGrid
-
Constructor.
- listIterator() - Method in class com.storedobject.vaadin.DataList
- listIterator() - Method in class com.storedobject.vaadin.ListGrid
- listIterator(int) - Method in class com.storedobject.vaadin.DataList
- listIterator(int) - Method in class com.storedobject.vaadin.ListGrid
- load() - Method in class com.storedobject.vaadin.AbstractDataForm
-
Load data to the fields from the internal data structure.
- load() - Method in class com.storedobject.vaadin.AbstractForm
-
Load data to the fields from the internal data structure.
- loadValues() - Method in class com.storedobject.vaadin.util.Data
-
Load all the fields from the bean.
- log(Object) - Method in class com.storedobject.vaadin.Application
-
Log something (goes to the System error stream).
- log(Object) - Method in interface com.storedobject.vaadin.ExecutableView
-
Log something.
- log(Object, Throwable) - Method in class com.storedobject.vaadin.Application
-
Log something along with an exception (goes to the System error stream).
- log(Object, Throwable) - Method in interface com.storedobject.vaadin.ExecutableView
-
Log something along with an exception.
- loggedin() - Method in class com.storedobject.vaadin.Application
-
This method must be called from
Application.login()when login credentials are verified. - loggedin(Application) - Method in interface com.storedobject.vaadin.ApplicationLayout
-
This method is invoked when user authentication completed.
- login() - Method in class com.storedobject.vaadin.Application
-
This method can be overridden to accept login credentials and
Application.loggedin()must be called if successfully logged in. - LongField - Class in com.storedobject.vaadin
-
Field to edit
Long. - LongField() - Constructor for class com.storedobject.vaadin.LongField
-
Constructor.
- LongField(Long) - Constructor for class com.storedobject.vaadin.LongField
-
Constructor.
- LongField(Long, int) - Constructor for class com.storedobject.vaadin.LongField
-
Constructor.
- LongField(Long, int, boolean) - Constructor for class com.storedobject.vaadin.LongField
-
Constructor.
- LongField(Long, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.LongField
-
Constructor.
- LongField(String) - Constructor for class com.storedobject.vaadin.LongField
-
Constructor.
- LongField(String, Long) - Constructor for class com.storedobject.vaadin.LongField
-
Constructor.
- LongField(String, Long, int) - Constructor for class com.storedobject.vaadin.LongField
-
Constructor.
- LongField(String, Long, int, boolean) - Constructor for class com.storedobject.vaadin.LongField
-
Constructor.
- LongField(String, Long, int, boolean, boolean) - Constructor for class com.storedobject.vaadin.LongField
-
Constructor.
- lowercase() - Method in interface com.storedobject.vaadin.util.HasTextValue
-
Convert input into lowercase characters.
M
- MACAddressField - Class in com.storedobject.vaadin
-
Field to accept valid MAC address.
- MACAddressField() - Constructor for class com.storedobject.vaadin.MACAddressField
-
Constructor.
- MACAddressField(String) - Constructor for class com.storedobject.vaadin.MACAddressField
-
Constructor.
- MACAddressTextField - Class in com.storedobject.vaadin.util
-
A specialized text field for handling MAC address input and validation.
- MACAddressTextField() - Constructor for class com.storedobject.vaadin.util.MACAddressTextField
-
Constructs a new MACAddressTextField instance.
- MapComboField<T> - Class in com.storedobject.vaadin
-
A combo field where the values are set as a "map" (key-value pairs).
- MapComboField(String, Map<T, ?>) - Constructor for class com.storedobject.vaadin.MapComboField
-
Constructor.
- MapComboField(Map<T, ?>) - Constructor for class com.storedobject.vaadin.MapComboField
-
Constructor.
- markError(HasValue<?, ?>) - Static method in class com.storedobject.vaadin.AbstractDataForm
-
Mark a field as not valid.
- markError(HasValue<?, ?>) - Static method in class com.storedobject.vaadin.AbstractForm
-
Mark a field as not valid.
- Media - Class in com.storedobject.vaadin
- Media() - Constructor for class com.storedobject.vaadin.Media
-
Constructor.
- Media(StreamResource...) - Constructor for class com.storedobject.vaadin.Media
-
Constructor.
- Media(String, String) - Constructor for class com.storedobject.vaadin.Media
-
Constructor.
- MediaCapture - Interface in com.storedobject.vaadin
-
Interface that defines capturing of streams from devices such as video camera, mic etc.
- MediaCapture.DataReceiver - Interface in com.storedobject.vaadin
-
Interface to be implemented in order to receive data from the
MediaCaptureas a stream like audio/video/image etc. - MediaCapture.StatusChangeListener - Interface in com.storedobject.vaadin
-
Interface to implement to receive capturing status changes of a
MediaCapture. - MediaStreamVariable - Class in com.storedobject.vaadin.util
-
The MediaStreamVariable class implements the StreamVariable interface to handle streaming data with associated MIME type provided by a MediaCapture.DataReceiver.
- MediaStreamVariable(MediaCapture.DataReceiver) - Constructor for class com.storedobject.vaadin.util.MediaStreamVariable
-
Constructs a MediaStreamVariable instance with the specified MediaCapture.DataReceiver.
- MenuBar - Class in com.storedobject.vaadin
-
This component provides the same functionality of Vaadin's
MenuBar. - MenuBar() - Constructor for class com.storedobject.vaadin.MenuBar
- MenuBarItem - Class in com.storedobject.vaadin
-
Represents a "menu bar item" or its "sub-menu".
- MenuBarItem() - Constructor for class com.storedobject.vaadin.MenuBarItem
- MenuItem - Class in com.storedobject.vaadin
-
Default implementation of
ApplicationMenuItemandApplicationMenuItemGroup. - MenuItem(String, Icon, Runnable, boolean) - Constructor for class com.storedobject.vaadin.MenuItem
- message(Object) - Static method in class com.storedobject.vaadin.Application
-
Show a message from the parameter passed.
- message(Object) - Method in interface com.storedobject.vaadin.ExecutableView
-
Show a message.
- message(Object, Object) - Static method in class com.storedobject.vaadin.Application
-
Show a message from the parameter passed.
- ModifiedClickEvent(ClickEvent<C>, Component) - Constructor for class com.storedobject.vaadin.ClickHandler.ModifiedClickEvent
-
Constructor.
- move(CharSequence) - Method in class com.storedobject.vaadin.RubikCube
-
Do moves.
- MultiSelectGrid<T> - Class in com.storedobject.vaadin
-
A grid to be shown in a window with "Proceed/Cancel" buttons to select multiple entries.
- MultiSelectGrid(Class<T>, List<T>) - Constructor for class com.storedobject.vaadin.MultiSelectGrid
-
Constructor.
- MultiSelectGrid(Class<T>, List<T>, Iterable<String>) - Constructor for class com.storedobject.vaadin.MultiSelectGrid
-
Constructor.
- MultiSelectGrid(Class<T>, List<T>, Iterable<String>, Consumer<Set<T>>) - Constructor for class com.storedobject.vaadin.MultiSelectGrid
-
Constructor.
- MultiSelectGrid(Class<T>, List<T>, Consumer<Set<T>>) - Constructor for class com.storedobject.vaadin.MultiSelectGrid
-
Constructor.
N
- newLine() - Method in class com.storedobject.vaadin.AbstractDataForm
-
Add a new line to the form.
- newLine() - Method in class com.storedobject.vaadin.AbstractForm
-
Add a new line to the form.
- newLine() - Method in class com.storedobject.vaadin.FormLayout
-
Add a new line to the form.
- newObject() - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Create an instance of the object (public method).
- nodeVisible(BreadcrumbsTree.Node, boolean) - Method in interface com.storedobject.vaadin.BreadcrumbsTree.NodeVisibilityListener
-
This method will be invoked when the visibility of the node (and its associated component) changes.
- NoField - Annotation Interface in com.storedobject.vaadin
-
Annotation to ignore a getXXX method of a "host" set in an
ObjectFormwhile building fields. - normal() - Method in interface com.storedobject.vaadin.util.HasTextValue
-
Remove text transformation if any.
- NumericField<T> - Class in com.storedobject.vaadin.util
-
An abstract class representing a numeric text field with support for various configurations, such as grouping, allowance of negative values, formatting, and specified width constraints.
- NumericField(T) - Constructor for class com.storedobject.vaadin.util.NumericField
-
Constructs a NumericField with a specified default value.
O
- objectClass - Variable in class com.storedobject.vaadin.AbstractForm
-
Class of the data object in the form.
- ObjectColumnCreator<T> - Interface in com.storedobject.vaadin
-
Interface that defines the "column creator" for
DataGridandDataTreeGrid. - objectData - Variable in class com.storedobject.vaadin.AbstractForm
-
Current instance of the data object in the form.
- ObjectFieldCreator<T> - Interface in com.storedobject.vaadin
-
A class that implements this interface determines how fields (
HasValue) are created for editing an "object". - ObjectForm<D> - Class in com.storedobject.vaadin
-
Class to represent a "data entry form" for a particular type of object.
- ObjectForm(Class<D>) - Constructor for class com.storedobject.vaadin.ObjectForm
-
Constructor
- ObjectForm(Class<D>, HasComponents) - Constructor for class com.storedobject.vaadin.ObjectForm
-
Constructor
- ok - Variable in class com.storedobject.vaadin.DataForm
-
The Ok button.
- onAttach(AttachEvent) - Method in class com.storedobject.vaadin.AbstractResourcedComponent
- onAttach(AttachEvent) - Method in class com.storedobject.vaadin.ApplicationFrame
- onAttach(AttachEvent) - Method in class com.storedobject.vaadin.ApplicationView
- onAttach(AttachEvent) - Method in class com.storedobject.vaadin.AudioCapture
- onAttach(AttachEvent) - Method in class com.storedobject.vaadin.CustomTextField
- onAttach(AttachEvent) - Method in class com.storedobject.vaadin.Image
- onAttach(AttachEvent) - Method in class com.storedobject.vaadin.ListGrid
- onAttach(AttachEvent) - Method in class com.storedobject.vaadin.Media
- onAttach(AttachEvent) - Method in class com.storedobject.vaadin.SpeakerButton
- onAttach(AttachEvent) - Method in class com.storedobject.vaadin.StyledText
- onAttach(AttachEvent) - Method in class com.storedobject.vaadin.UploadField
- onAttach(AttachEvent) - Method in class com.storedobject.vaadin.VideoCapture
- onComponentEvent(ClickEvent<? extends Component>) - Method in interface com.storedobject.vaadin.ClickHandler
-
Default implementation invokes
ClickHandler.clicked(ClickEvent). - onDetach(DetachEvent) - Method in class com.storedobject.vaadin.AbstractResourcedComponent
- onDetach(DetachEvent) - Method in class com.storedobject.vaadin.ApplicationView
- onDetach(DetachEvent) - Method in class com.storedobject.vaadin.AudioCapture
- onDetach(DetachEvent) - Method in class com.storedobject.vaadin.Image
- onDetach(DetachEvent) - Method in class com.storedobject.vaadin.ListGrid
- onDetach(DetachEvent) - Method in class com.storedobject.vaadin.Media
- onDetach(DetachEvent) - Method in class com.storedobject.vaadin.SpeakerButton
- onDetach(DetachEvent) - Method in class com.storedobject.vaadin.VideoCapture
- onProgress(StreamVariable.StreamingProgressEvent) - Method in class com.storedobject.vaadin.util.MediaStreamVariable
- open() - Method in class com.storedobject.vaadin.Popup
-
Open the popup.
- openMenu() - Method in class com.storedobject.vaadin.ApplicationFrame
-
Open the side menu ("drawer" part of the
AppLayout) programmatically. - openMenu() - Method in interface com.storedobject.vaadin.ApplicationLayout
-
This method is for opening the menu display (default implementation does nothing).
P
- paint(Graphics2D) - Method in class com.storedobject.vaadin.PaintedImage
-
Paint the image to the
Graphics2D. if there is a painter already set, that will be invoked to do the painting. - paint(Graphics2D) - Method in class com.storedobject.vaadin.PaintedImageResource
-
Paint the image to the
Graphics2D. if there is a painter already set, that will be invoked to do the painting. - PaintedImage - Class in com.storedobject.vaadin
-
Create an image from an AWT image painted on a
Graphics2D. - PaintedImage() - Constructor for class com.storedobject.vaadin.PaintedImage
-
Create a 100x100 pixels SVG image.
- PaintedImage(int, int) - Constructor for class com.storedobject.vaadin.PaintedImage
-
Create an image.
- PaintedImage(PaintedImage.Type) - Constructor for class com.storedobject.vaadin.PaintedImage
-
Create a 100x100 pixels image.
- PaintedImage(PaintedImage.Type, int, int) - Constructor for class com.storedobject.vaadin.PaintedImage
-
Create an image.
- PaintedImage(PaintedImage.Type, Consumer<Graphics2D>) - Constructor for class com.storedobject.vaadin.PaintedImage
-
Create a 100x100 pixels image.
- PaintedImage(PaintedImage.Type, Consumer<Graphics2D>, int, int) - Constructor for class com.storedobject.vaadin.PaintedImage
-
Create an image.
- PaintedImage(Consumer<Graphics2D>) - Constructor for class com.storedobject.vaadin.PaintedImage
-
Create a 100x100 pixels SVG image.
- PaintedImage.Type - Enum Class in com.storedobject.vaadin
-
Image type.
- PaintedImageResource - Class in com.storedobject.vaadin
-
Create an image resource from an AWT image painted on a
Graphics2D. - PaintedImageResource() - Constructor for class com.storedobject.vaadin.PaintedImageResource
-
Create a 100x100 pixels SVG image resource.
- PaintedImageResource(int, int) - Constructor for class com.storedobject.vaadin.PaintedImageResource
-
Create an image resource.
- PaintedImageResource(PaintedImage.Type) - Constructor for class com.storedobject.vaadin.PaintedImageResource
-
Create a 100x100 pixels image resource.
- PaintedImageResource(PaintedImage.Type, int, int) - Constructor for class com.storedobject.vaadin.PaintedImageResource
-
Create an image resource.
- PaintedImageResource(PaintedImage.Type, Consumer<Graphics2D>) - Constructor for class com.storedobject.vaadin.PaintedImageResource
-
Create a 100x100 pixels image resource.
- PaintedImageResource(PaintedImage.Type, Consumer<Graphics2D>, int, int) - Constructor for class com.storedobject.vaadin.PaintedImageResource
-
Create an image resource.
- PaintedImageResource(Consumer<Graphics2D>) - Constructor for class com.storedobject.vaadin.PaintedImageResource
-
Create a 100x100 pixels SVG image resource.
- PaintedImageResource(Consumer<Graphics2D>, int, int) - Constructor for class com.storedobject.vaadin.PaintedImageResource
-
Create an image resource.
- PatternField - Class in com.storedobject.vaadin.util
-
Represents an abstract text input field enforcing a specific pattern or format for its content.
- PatternField(String, int, CustomStringBlockFormatter) - Constructor for class com.storedobject.vaadin.util.PatternField
- PDFViewer - Class in com.storedobject.vaadin
-
A PDF viewer component that uses the browser's native object tag.
- PDFViewer() - Constructor for class com.storedobject.vaadin.PDFViewer
-
Default constructor.
- PDFViewer(AbstractStreamResource) - Constructor for class com.storedobject.vaadin.PDFViewer
-
Constructor with a stream resource to view.
- PDFViewer(String) - Constructor for class com.storedobject.vaadin.PDFViewer
-
Constructor with a file to view.
- PILL - Enum constant in enum class com.storedobject.vaadin.ThemeStyle
-
Pill.
- PNG - Enum constant in enum class com.storedobject.vaadin.PaintedImage.Type
-
PNG type.
- Popup - Class in com.storedobject.vaadin
-
Popup emulated using Vaadin's
ContextMenu. - Popup(Component) - Constructor for class com.storedobject.vaadin.Popup
-
Constructor.
- PopupButton - Class in com.storedobject.vaadin
-
A button that can pop up some other set of components when clicked.
- PopupButton(Component) - Constructor for class com.storedobject.vaadin.PopupButton
-
Constructor.
- PopupButton(VaadinIcon) - Constructor for class com.storedobject.vaadin.PopupButton
-
Constructor.
- PopupButton(String) - Constructor for class com.storedobject.vaadin.PopupButton
-
Constructor.
- PopupButton(String, Component) - Constructor for class com.storedobject.vaadin.PopupButton
-
Constructor.
- PopupButton(String, VaadinIcon) - Constructor for class com.storedobject.vaadin.PopupButton
-
Constructor.
- PopupButton(String, String) - Constructor for class com.storedobject.vaadin.PopupButton
-
Constructor.
- PopupTextField - Class in com.storedobject.vaadin
-
Enhancement to TextField to pop up a window to accept multiline text.
- PopupTextField() - Constructor for class com.storedobject.vaadin.PopupTextField
-
Constructor.
- PopupTextField(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<TextField, String>>) - Constructor for class com.storedobject.vaadin.PopupTextField
-
Constructor.
- PopupTextField(String) - Constructor for class com.storedobject.vaadin.PopupTextField
-
Constructor.
- PopupTextField(String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<TextField, String>>) - Constructor for class com.storedobject.vaadin.PopupTextField
-
Constructor.
- PopupTextField(String, String) - Constructor for class com.storedobject.vaadin.PopupTextField
-
Constructor.
- PopupTextField(String, String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<TextField, String>>) - Constructor for class com.storedobject.vaadin.PopupTextField
-
Constructor.
- PopupTextField(String, String, String) - Constructor for class com.storedobject.vaadin.PopupTextField
-
Constructor.
- prependFooter() - Method in interface com.storedobject.vaadin.HasColumns
-
Prepend a footer row.
- prependHeader() - Method in interface com.storedobject.vaadin.HasColumns
-
Prepend a header row.
- preview() - Method in class com.storedobject.vaadin.VideoCapture
-
Preview the camera's output on this video component.
- previewPicture() - Method in class com.storedobject.vaadin.VideoCapture
-
Take snap-shot from the video stream and show that picture on the already attached image component
VideoCapture.attachImage(Image). - previewPicture(Image) - Method in class com.storedobject.vaadin.VideoCapture
-
Take snap-shot from the video stream and show that picture on the given image component.
- PRIMARY - Enum constant in enum class com.storedobject.vaadin.ThemeStyle
-
Primary.
- proceed - Variable in class com.storedobject.vaadin.SelectGrid
-
The "Proceed" button.
- process() - Method in class com.storedobject.vaadin.ActionForm
-
Action defined for "Yes" button is invoked here.
- process() - Method in class com.storedobject.vaadin.DataForm
-
This method is invoked if the "Ok" button is pressed and there is no error raised by
DataForm.validateData()method. - process(InputStream, String) - Method in class com.storedobject.vaadin.UploadField
-
This is where the real processing happens.
- process(Set<T>) - Method in class com.storedobject.vaadin.MultiSelectGrid
-
This will be invoked when the "Proceed" button is pressed and no "consumer" is set.
- process(Set<T>) - Method in class com.storedobject.vaadin.SelectGrid
-
This method is never called.
- process(T) - Method in class com.storedobject.vaadin.MultiSelectGrid
-
This method is never called.
- process(T) - Method in class com.storedobject.vaadin.SelectGrid
-
This will be invoked when the "Proceed" button is pressed and no "consumer" is set.
R
- RadioChoiceField - Class in com.storedobject.vaadin
-
Radio choice field.
- RadioChoiceField(Iterable<String>) - Constructor for class com.storedobject.vaadin.RadioChoiceField
-
Constructor.
- RadioChoiceField(String) - Constructor for class com.storedobject.vaadin.RadioChoiceField
-
Constructor.
- RadioChoiceField(String[]) - Constructor for class com.storedobject.vaadin.RadioChoiceField
-
Constructor.
- RadioChoiceField(String, Iterable<String>) - Constructor for class com.storedobject.vaadin.RadioChoiceField
-
Constructor.
- RadioChoiceField(String, String) - Constructor for class com.storedobject.vaadin.RadioChoiceField
-
Constructor.
- RadioChoiceField(String, String[]) - Constructor for class com.storedobject.vaadin.RadioChoiceField
-
Constructor.
- RadioChoiceField(String, Collection<String>) - Constructor for class com.storedobject.vaadin.RadioChoiceField
-
Constructor.
- RadioField<T> - Class in com.storedobject.vaadin
-
Radio field of choices from a list of items.
- RadioField(Iterable<T>) - Constructor for class com.storedobject.vaadin.RadioField
-
Constructor.
- RadioField(String, Iterable<T>) - Constructor for class com.storedobject.vaadin.RadioField
-
Constructor.
- RadioField(String, Collection<T>) - Constructor for class com.storedobject.vaadin.RadioField
-
Constructor.
- RadioField(String, T[]) - Constructor for class com.storedobject.vaadin.RadioField
-
Constructor.
- RadioField(T[]) - Constructor for class com.storedobject.vaadin.RadioField
-
Constructor.
- redraw() - Method in class com.storedobject.vaadin.PaintedImage
-
Redraw the image.
- refresh() - Method in class com.storedobject.vaadin.DataList
-
Inform the listeners that the items in this list are refreshed due to addition or deletion of items.
- refresh() - Method in interface com.storedobject.vaadin.DataList.RefreshListener
-
Invoked whenever data in the list is added and/or deleted.
- refresh() - Method in interface com.storedobject.vaadin.HasColumns
-
Refresh the whole grid.
- refresh() - Method in class com.storedobject.vaadin.MapComboField
-
Refresh the combo.
- refresh(T) - Method in class com.storedobject.vaadin.DataList
-
Inform the listeners that an item of this in this list is refreshed.
- refresh(T) - Method in interface com.storedobject.vaadin.DataList.RefreshListener
-
Invoked whenever data in the list is updated.
- refresh(T) - Method in interface com.storedobject.vaadin.HasColumns
-
Refresh a particular item in the grid.
- refresh(T, boolean) - Method in interface com.storedobject.vaadin.HasColumns
-
Refresh a particular item in the tree grid.
- register() - Method in class com.storedobject.vaadin.ResourceSupport
-
Register the resource if not yet done (typically invoked when the component is attached).
- register(AbstractStreamResource) - Method in class com.storedobject.vaadin.ResourceSupport
-
Register a resource.
- registerAlert(Alert, Object) - Static method in class com.storedobject.vaadin.Application
-
Register an alert with the application.
- registerResource(Closeable) - Method in class com.storedobject.vaadin.Application
-
Register a "resource" that will be closed when the application is shutdown.
- remove() - Method in class com.storedobject.vaadin.Breadcrumbs
-
Remove the
Breadcrumbs.Breadcrumbfrom the tail end if one exists. - remove(int) - Method in class com.storedobject.vaadin.DataList
- remove(int) - Method in class com.storedobject.vaadin.ListGrid
- remove(ApplicationMenuItem) - Method in interface com.storedobject.vaadin.ApplicationMenu
-
Remove a menu item from the menu.
- remove(ApplicationMenuItem) - Method in interface com.storedobject.vaadin.ApplicationMenuItemGroup
-
Remove a sub-menu item from this menu item,
- remove(Breadcrumbs.Breadcrumb) - Method in class com.storedobject.vaadin.Breadcrumbs
-
Remove a given
Breadcrumbs.Breadcrumb. - remove(BreadcrumbsTree.Node) - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
-
Remove a child node from this node or from one of its descendants.
- remove(BreadcrumbsTree.Node) - Method in class com.storedobject.vaadin.BreadcrumbsTree
-
Remove a node from this tree.
- remove(MenuBarItem...) - Method in class com.storedobject.vaadin.MenuBar
-
Removes the given menu items from this menu bar.
- remove(MenuBarItem...) - Method in class com.storedobject.vaadin.MenuBarItem
-
Removes the given menu items from this.
- remove(View...) - Method in class com.storedobject.vaadin.Dashboard
-
Remove sub-views from the dashboard.
- remove(Component...) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Remove components from the form's field container.
- remove(Component...) - Method in class com.storedobject.vaadin.AbstractForm
-
Remove components from the form's field container.
- remove(Component...) - Method in class com.storedobject.vaadin.CompoundField
-
Remove components.
- remove(Component...) - Method in class com.storedobject.vaadin.PopupButton
-
Remove components from the pop-up.
- remove(HasElement, ThemeStyle...) - Static method in enum class com.storedobject.vaadin.ThemeStyle
-
Remove theme styles.
- remove(Tab...) - Method in class com.storedobject.vaadin.Tabs
-
Remove tabs.
- remove(Element, ThemeStyle...) - Static method in enum class com.storedobject.vaadin.ThemeStyle
-
Remove theme styles.
- remove(Object) - Method in class com.storedobject.vaadin.DataList
- remove(Object) - Method in class com.storedobject.vaadin.ListGrid
- remove(EventListener) - Method in class com.storedobject.vaadin.util.Listeners
-
Removes the specified event listener from the collection of registered listeners.
- removeAll() - Method in class com.storedobject.vaadin.AbstractDataForm
-
Remove all components from the form's field container.
- removeAll() - Method in class com.storedobject.vaadin.AbstractForm
-
Remove all components from the form's field container.
- removeAll() - Method in class com.storedobject.vaadin.MenuBar
-
Removes all menu items from this menu bar.
- removeAll() - Method in class com.storedobject.vaadin.MenuBarItem
-
Removes all menu items from this.
- removeAll() - Method in class com.storedobject.vaadin.PopupButton
-
Remove all components from the pop-up.
- removeAll() - Method in class com.storedobject.vaadin.Tabs
-
Remove all tabs.
- removeAll(Collection<?>) - Method in class com.storedobject.vaadin.DataList
- removeAll(Collection<?>) - Method in class com.storedobject.vaadin.ListGrid
- removeClickListener(ComponentEventListener<ClickEvent<Component>>) - Method in class com.storedobject.vaadin.Alert
- removeClickListener(ComponentEventListener<ClickEvent<Component>>) - Method in class com.storedobject.vaadin.Clickable
- removeClickListener(ComponentEventListener<ClickEvent<Component>>) - Method in interface com.storedobject.vaadin.util.ClickNotifier
-
Remove a listener.
- removeClickListener(ComponentEventListener<ClickEvent<Component>>) - Method in class com.storedobject.vaadin.util.ElementClick
- removed(Breadcrumbs.Breadcrumb) - Method in interface com.storedobject.vaadin.Breadcrumbs.BreadcrumbRemovalListener
-
This method will be invoked whenever the specific breadcrumb is removed.
- removeData(Class<T>) - Method in class com.storedobject.vaadin.Application
-
Remove the data previously set in this application.
- removeData(T) - Method in class com.storedobject.vaadin.Application
-
Remove the data previously set in this application.
- removeField(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Remove a field from the form.
- removeField(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm
-
Remove a field from the form.
- removeField(String) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Remove a field from the form.
- removeField(String) - Method in class com.storedobject.vaadin.AbstractForm
-
Remove a field from the form.
- removeField(String) - Method in class com.storedobject.vaadin.util.Data
-
Remove a field.
- removeField(String...) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Remove fields from the form.
- removeField(String...) - Method in class com.storedobject.vaadin.AbstractForm
-
Remove fields from the form.
- removeIcon() - Method in class com.storedobject.vaadin.Badge
-
Remove icon.
- removeIf(Predicate<? super T>) - Method in class com.storedobject.vaadin.DataList
- removeIf(Predicate<? super T>) - Method in class com.storedobject.vaadin.ListGrid
- removeItems(Collection<T>) - Method in class com.storedobject.vaadin.ComboField
-
Removes the specified collection of items from the ComboBox's data view.
- removeItems(Collection<T>) - Method in class com.storedobject.vaadin.ListField
-
Removes the specified items from the current view.
- removeItems(Stream<T>) - Method in class com.storedobject.vaadin.ComboField
-
Removes items from the ComboBoxListDataView that match the specified stream of items.
- removeItems(Stream<T>) - Method in class com.storedobject.vaadin.ListField
-
Removes the specified items from the list and updates the view accordingly.
- removeItems(T...) - Method in class com.storedobject.vaadin.ComboField
-
Removes the specified items from the data view of the combo box.
- removeItems(T...) - Method in class com.storedobject.vaadin.ListField
-
Removes the specified items from the list and updates the data view.
- removeItemSelectedListener(ItemSelectedListener<T>) - Method in interface com.storedobject.vaadin.HasColumns
-
Remove an "item selected listener" that was previously added to the grid.
- removeQueryParameter(String) - Method in class com.storedobject.vaadin.Application
-
Remove the query parameter value passed to this application.
- removeQueryParameters() - Method in class com.storedobject.vaadin.Application
-
Remove all query parameter values passed to this application.
- removeTheme(ThemeStyle...) - Method in interface com.storedobject.vaadin.HasBadgeStyle
-
Remove theme styles.
- removeTheme(ThemeStyle...) - Method in interface com.storedobject.vaadin.HasThemeStyle
-
Remove theme styles.
- render(T) - Method in interface com.storedobject.vaadin.HasColumns
-
This method is invoked just before each row is rendered.
- rendered() - Method in class com.storedobject.vaadin.HasColumns.SOGrid
-
Check whether the rendering is already done.
- replace(Tab, Tab) - Method in class com.storedobject.vaadin.Tabs
-
Replace an old tab with a new one.
- replaceAll(UnaryOperator<T>) - Method in class com.storedobject.vaadin.DataList
- replaceAll(UnaryOperator<T>) - Method in class com.storedobject.vaadin.ListGrid
- replaceClickListener(ComponentEventListener<ClickEvent<Component>>, ComponentEventListener<ClickEvent<Component>>) - Method in class com.storedobject.vaadin.Alert
- replaceClickListener(ComponentEventListener<ClickEvent<Component>>, ComponentEventListener<ClickEvent<Component>>) - Method in interface com.storedobject.vaadin.util.ClickNotifier
-
Replace a listener.
- RequiredField - Interface in com.storedobject.vaadin
-
Custom interface to denote that value in a field is required or not.
- reset() - Method in class com.storedobject.vaadin.RubikCube
-
Reset the cube.
- resizeContent() - Method in class com.storedobject.vaadin.ApplicationFrame
- resizeContent() - Method in interface com.storedobject.vaadin.ApplicationLayout
-
Resize the "content" portion of the "layout" to the desired size.
- resized(int, int) - Method in interface com.storedobject.vaadin.ResizedListener
-
Invoked whenever there is a change in the size.
- ResizedListener - Interface in com.storedobject.vaadin
-
An interface to monitor resizing of the browser page of the
Applicationor its content. - ResourcedComponent - Interface in com.storedobject.vaadin
-
A component that requires a resource.
- ResourceSupport - Class in com.storedobject.vaadin
-
A class to support resource handling.
- ResourceSupport(ResourcedComponent) - Constructor for class com.storedobject.vaadin.ResourceSupport
-
Constructor.
- retainAll(Collection<?>) - Method in class com.storedobject.vaadin.DataList
- retainAll(Collection<?>) - Method in class com.storedobject.vaadin.ListGrid
- returnedFrom(View) - Method in interface com.storedobject.vaadin.ExecutableView
-
This method is invoked whenever this view is automatically selected because its parent was closed.
- returnedFrom(View) - Method in class com.storedobject.vaadin.WrappedView
- rightClicked(Component) - Method in interface com.storedobject.vaadin.ClickHandler
-
This method is invoked from
ClickHandler.clicked(ClickEvent)when right-clicked. - RubikCube - Class in com.storedobject.vaadin
-
Rubik's Cube (created by wrapping Scarygami's @scarygami/scary-cube).
- RubikCube() - Constructor for class com.storedobject.vaadin.RubikCube
-
Constructor.
- run() - Method in interface com.storedobject.vaadin.ExecutableView
-
Default implementation is to invoke
ExecutableView.execute().
S
- save - Variable in class com.storedobject.vaadin.DataEditor
-
The "save" button.
- save() - Method in class com.storedobject.vaadin.DataEditor
-
This method is invoked to carry out the "save".
- savePicture(MediaCapture.DataReceiver) - Method in class com.storedobject.vaadin.VideoCapture
-
Take snap-shot from the video stream, show that picture on the already attached image component and also, save the picture via a "data receiver".
- savePicture(Image, MediaCapture.DataReceiver) - Method in class com.storedobject.vaadin.VideoCapture
-
Take snap-shot from the video stream, show that picture on the given image component and also, save the picture via a "data receiver".
- saveValues() - Method in class com.storedobject.vaadin.util.Data
-
Save all the field values to the bean.
- Scrollable - Class in com.storedobject.vaadin
-
Make any Vaadin component scrollable.
- Scrollable(Component) - Constructor for class com.storedobject.vaadin.Scrollable
-
Constructor.
- Scrollable(Component, boolean) - Constructor for class com.storedobject.vaadin.Scrollable
-
Constructor.
- SearchField - Class in com.storedobject.vaadin
-
A text field that can be used for triggering search action.
- SearchField(String, String, Consumer<String>) - Constructor for class com.storedobject.vaadin.SearchField
-
Constructor.
- SearchField(String, Consumer<String>) - Constructor for class com.storedobject.vaadin.SearchField
-
Constructor.
- SearchField(Consumer<String>) - Constructor for class com.storedobject.vaadin.SearchField
-
Constructor.
- select() - Method in class com.storedobject.vaadin.View
-
Select this as the active view of the application.
- select(Iterable<T>) - Method in interface com.storedobject.vaadin.HasColumns
-
Select rows.
- select(Iterator<T>) - Method in interface com.storedobject.vaadin.HasColumns
-
Select rows.
- selectAll() - Method in class com.storedobject.vaadin.TokensField
-
Select all items.
- SelectedChangeEvent(Tabs, Tab, boolean) - Constructor for class com.storedobject.vaadin.Tabs.SelectedChangeEvent
-
Constructor.
- selectFrontCamera() - Method in class com.storedobject.vaadin.VideoCapture
-
Select the front camera if possible.
- SelectGrid<T> - Class in com.storedobject.vaadin
-
A grid to be shown in a window with "Proceed/Cancel" buttons to select an entry.
- SelectGrid(Class<T>, List<T>) - Constructor for class com.storedobject.vaadin.SelectGrid
-
Constructor.
- SelectGrid(Class<T>, List<T>, Iterable<String>) - Constructor for class com.storedobject.vaadin.SelectGrid
-
Constructor.
- SelectGrid(Class<T>, List<T>, Iterable<String>, Consumer<T>) - Constructor for class com.storedobject.vaadin.SelectGrid
-
Constructor.
- SelectGrid(Class<T>, List<T>, Consumer<T>) - Constructor for class com.storedobject.vaadin.SelectGrid
-
Constructor.
- selectRearCamera() - Method in class com.storedobject.vaadin.VideoCapture
-
Select the rear camera if possible.
- set(int, T) - Method in class com.storedobject.vaadin.DataList
- set(int, T) - Method in class com.storedobject.vaadin.ListGrid
- set(Component, String) - Method in interface com.storedobject.vaadin.ComponentSlot
-
Set a component at a given slot (old one if any at the same slot will be removed).
- set(HasElement, ThemeStyle...) - Static method in enum class com.storedobject.vaadin.ThemeStyle
-
Set theme styles.
- set(Element, ThemeStyle...) - Static method in enum class com.storedobject.vaadin.ThemeStyle
-
Set theme styles.
- setAction(Runnable) - Method in class com.storedobject.vaadin.InformationMessage
-
Set the confirm action.
- setAction(Consumer<String>) - Method in class com.storedobject.vaadin.ActionTextField
-
Set the action.
- setAllowNegative(boolean) - Method in class com.storedobject.vaadin.util.NumericField
-
Sets whether the numeric field allows negative values.
- setAMPM(boolean) - Method in class com.storedobject.vaadin.Clock
-
Set AM/PM mode.
- setAttribute(String, String) - Method in interface com.storedobject.vaadin.HasElement
-
Set attribute of the element.
- setAttribute(String, String) - Method in class com.storedobject.vaadin.Icon
-
Set an attribute value.
- setAutoarrange(boolean) - Method in class com.storedobject.vaadin.Dashboard
-
Set the auto-arrange flag.
- setAutocomplete(Autocomplete) - Method in class com.storedobject.vaadin.CustomTextField
- setAutoselect(boolean) - Method in class com.storedobject.vaadin.CustomTextField
-
Set auto-select mode.
- setBody(Component) - Method in class com.storedobject.vaadin.ContentWithHeader
-
Set the body portion.
- setBorderColor(String) - Method in class com.storedobject.vaadin.Box
-
Set border color.
- setBorderRadius(int) - Method in class com.storedobject.vaadin.Box
-
Set border radius.
- setBorderStyle(String) - Method in class com.storedobject.vaadin.Box
-
Set border style.
- setBorderWidth(int) - Method in class com.storedobject.vaadin.Box
-
Set border width.
- setBorderWidth(String) - Method in class com.storedobject.vaadin.Box
-
Set border width.
- setButtonsAtTop(boolean) - Method in class com.storedobject.vaadin.DataForm
-
Button panel is normally shown at the bottom.
- setCancelAction(Runnable) - Method in class com.storedobject.vaadin.ActionForm
-
Set the cancel action.
- setCancelAction(Runnable) - Method in class com.storedobject.vaadin.InformationMessage
- setCancelAction(Consumer<T>) - Method in class com.storedobject.vaadin.DataEditor
-
Set the "cancel action" that will be used when "cancel" button is pressed.
- setCaption(String) - Method in class com.storedobject.vaadin.Application
-
Set caption for the application (It will set the caption for the
ApplicationLayoutand thePage). - setCaption(String) - Method in class com.storedobject.vaadin.ApplicationFrame
-
Set the caption of the
Application. - setCaption(String) - Method in interface com.storedobject.vaadin.ApplicationLayout
-
Set the caption of the application.
- setCaption(String) - Method in class com.storedobject.vaadin.Dashboard
-
Set the caption used when displaying the grid in a View.
- setCaption(String) - Method in interface com.storedobject.vaadin.ExecutableView
-
Set the caption
- setCaption(String) - Method in class com.storedobject.vaadin.GridColumnDetail
-
Set the header caption.
- setCaption(String) - Method in interface com.storedobject.vaadin.HasColumns
-
Set the caption used when displaying the grid in a View.
- setCaption(String) - Method in class com.storedobject.vaadin.View
-
Set caption for this view.
- setCaption(String) - Method in class com.storedobject.vaadin.WindowDecorator
-
Set the caption.
- setCheckable(boolean) - Method in class com.storedobject.vaadin.MenuBarItem
-
Sets the checkable state of this menu item.
- setChecked(boolean) - Method in class com.storedobject.vaadin.MenuBarItem
-
Sets the checked state of this item.
- setChoice(int, String) - Method in class com.storedobject.vaadin.ChoiceField
-
Replace a choice at a specified index.
- setChoice(String) - Method in class com.storedobject.vaadin.ChoiceField
-
Set the choice.
- setChoices(Iterable<String>) - Method in class com.storedobject.vaadin.ChoiceField
-
Set choices.
- setChoices(String[]) - Method in class com.storedobject.vaadin.ChoiceField
-
Set choices.
- setChoices(Collection<String>) - Method in class com.storedobject.vaadin.ChoiceField
-
Set choices.
- setClassName(String) - Method in interface com.storedobject.vaadin.HasStyle
- setClickable(HasValue<?, ?>) - Method in interface com.storedobject.vaadin.ExecutableView
-
This method has the same effect of
ExecutableView.trackValueChange(HasValue). - setCloseable(boolean) - Method in class com.storedobject.vaadin.DataForm
-
Set the closeability.
- setCloseable(boolean) - Method in class com.storedobject.vaadin.WindowDecorator
-
Toggle the visibility of the "Close" button so that the associated Window's closeability can be controlled.
- setColor(String) - Method in class com.storedobject.vaadin.Icon
-
Set the color.
- setColor(String) - Method in class com.storedobject.vaadin.ImageButton
- setColor(String) - Method in class com.storedobject.vaadin.SpeakerButton
-
Set color.
- setColumnFrozen(String, boolean) - Method in interface com.storedobject.vaadin.HasColumns
-
Set the frozen attribute of a given column.
- setColumnGap(int) - Method in class com.storedobject.vaadin.CSSGrid
-
Set gap between columns.
- setColumnGap(String) - Method in class com.storedobject.vaadin.CSSGrid
-
Set gap between columns.
- setColumnReorderingAllowed(boolean) - Method in class com.storedobject.vaadin.DataGrid
- setColumnReorderingAllowed(boolean) - Method in class com.storedobject.vaadin.DataTreeGrid
- setColumnReorderingAllowed(boolean) - Method in class com.storedobject.vaadin.HasColumns.SOGrid
-
Set whether column reordering is allowed or not.
- setColumnResizable(String, boolean) - Method in interface com.storedobject.vaadin.HasColumns
-
Set the resizable attribute of a given column.
- setColumns(int) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set number of responsive columns for the form.
- setColumns(int) - Method in class com.storedobject.vaadin.AbstractForm
-
Set number of responsive columns for the form.
- setColumns(int) - Method in class com.storedobject.vaadin.ChoicesField
-
Set number of columns to show the check boxes.
- setColumns(int) - Method in class com.storedobject.vaadin.FormLayout
-
Set the number of responsive columns for the form.
- setColumns(int) - Method in class com.storedobject.vaadin.GridLayout
-
Set equally sized columns.
- setColumns(int) - Method in class com.storedobject.vaadin.PopupButton
-
Set equally sized columns.
- setColumns(int) - Method in class com.storedobject.vaadin.TextArea
-
Set number of visible columns by adjusting the width.
- setColumnSizes(int...) - Method in class com.storedobject.vaadin.GridLayout
-
Set column sizes.
- setColumnSizes(String...) - Method in class com.storedobject.vaadin.GridLayout
-
Set column sizes.
- setColumnSpan(int) - Method in interface com.storedobject.vaadin.ColumnSpan
-
Set column span.
- setColumnSpan(View, int) - Method in class com.storedobject.vaadin.Dashboard
-
Set the column-span for the particular sub-view.
- setColumnSpan(Component, int) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set number of columns to span for a particular component.
- setColumnSpan(Component, int) - Method in class com.storedobject.vaadin.AbstractForm
-
Set number of columns to span for a particular component.
- setColumnSpan(Component, int) - Method in class com.storedobject.vaadin.CSSGrid
-
Set number of columns to span.
- setColumnSpan(Component, int) - Method in class com.storedobject.vaadin.Dashboard
-
Set the column-span for the particular sub-view.
- setColumnSpan(Component, int) - Method in class com.storedobject.vaadin.FormLayout
-
Set the number of columns to span for a particular component.
- setColumnSpan(Component, int) - Method in class com.storedobject.vaadin.PopupButton
-
Set number of columns to span.
- setColumnVisible(String, boolean) - Method in interface com.storedobject.vaadin.HasColumns
-
Set the visibility attribute of a given column.
- setComponent(Component) - Method in class com.storedobject.vaadin.GridRow.Cell
-
Set a component for this cell (Text if any already set will be discarded).
- setComponent(Component) - Method in class com.storedobject.vaadin.View
-
Set the "content" of the view.
- setConfirmAction(Runnable) - Method in class com.storedobject.vaadin.ActionForm
-
Set the confirm action.
- setConfirmAction(Runnable) - Method in class com.storedobject.vaadin.InformationMessage
- setContent(Component) - Method in interface com.storedobject.vaadin.ApplicationLayout
-
Set the "content" portion of the "layout".
- setContent(Component...) - Method in class com.storedobject.vaadin.DetailComponent
-
Set components to the content section.
- setCreatedBy(Object) - Method in class com.storedobject.vaadin.View
-
Set the object that created this view.
- setData(Class<T>, T) - Method in class com.storedobject.vaadin.Application
-
Set some data in this application so that it can be retrieved later.
- setData(Object) - Method in class com.storedobject.vaadin.Application
-
Set some data in this application so that it can be retrieved later.
- setData(Object) - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
-
Associate some ad-hoc data with this node.
- setData(List<T>) - Method in class com.storedobject.vaadin.ListGrid
-
Set the data of this list.
- setDecimals(int) - Method in class com.storedobject.vaadin.DoubleField
-
Set the number of decimals.
- setDefaultPadding(int) - Static method in class com.storedobject.vaadin.View
-
Set the default padding to be used by all views.
- setDefaultPosition(Notification.Position) - Static method in class com.storedobject.vaadin.Alert
-
Set the default position of alerts.
- setDependentView(View) - Method in interface com.storedobject.vaadin.ViewDependent
-
Set the dependent view.
- setDescription(String) - Method in class com.storedobject.vaadin.UploadField
-
Set the description to show.
- setDisabledColor(String) - Method in class com.storedobject.vaadin.ImageButton
-
Set the color when disabled.
- setDrawerOpened(boolean) - Method in class com.storedobject.vaadin.ApplicationFrame
-
Workaround for the bug.
- setEmbeddedView(View) - Method in class com.storedobject.vaadin.View
-
Set view in which component of this view will be embedded.
- setEmptyDisplay(String) - Method in class com.storedobject.vaadin.CustomTextField
-
Set text to be displayed when the value of the field is empty.
- setEmptyRowsMessage(String) - Method in class com.storedobject.vaadin.SelectGrid
-
Set the message to be displayed when no rows exist while executing.
- setEmptyRowsMessage(String) - Method in class com.storedobject.vaadin.ViewGrid
-
Set the message to be displayed when no rows exist while executing.
- setEnabled(boolean) - Method in interface com.storedobject.vaadin.ApplicationMenuItem
-
Enable or disable this menu item.
- setEnabled(boolean) - Method in class com.storedobject.vaadin.BooleanField
- setEnabled(boolean) - Method in class com.storedobject.vaadin.Box
-
Set enabled/disabled style.
- setEnabled(boolean) - Method in class com.storedobject.vaadin.CustomTextField
- setEnabled(boolean) - Method in class com.storedobject.vaadin.ImageButton
- setEnabled(boolean) - Method in class com.storedobject.vaadin.MenuItem
- setEnabled(boolean) - Method in class com.storedobject.vaadin.ToggleButton
- setEnabled(boolean) - Method in class com.storedobject.vaadin.TranslatedField
- setEpoch(int) - Method in class com.storedobject.vaadin.DateField
-
Epoch value to set.
- setEpoch(int) - Method in class com.storedobject.vaadin.LegacyDateField
-
Epoch value to set.
- setErrorDisplay(HasText) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Error messages of the form are typically displayed using
Notification. - setErrorDisplay(HasText) - Method in class com.storedobject.vaadin.AbstractForm
-
Error messages of the form are typically displayed using
Notification. - setErrorDisplay(HasText) - Method in class com.storedobject.vaadin.util.Data
-
Set the error display (If not set, a default mechanism is used to display errors and warnings).
- setErrorParameter(BeforeEnterEvent, ErrorParameter<NotFoundException>) - Method in class com.storedobject.vaadin.util.InvalidLinkError
- setExtraErrors() - Method in class com.storedobject.vaadin.util.Data
-
Set extra errors flag.
- setFieldContainerProvider(HasContainer) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set the field container provider for this form so that
AbstractDataForm.createFieldContainer()} can provide the component container from this. - setFieldCustomizer(FieldCustomizer) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set an external field customizer.
- setFieldCustomizer(FieldCustomizer) - Method in class com.storedobject.vaadin.ObjectForm
-
Set an external field customizer.
- setFieldEditable(HasValue<?, ?>...) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set fields editable.
- setFieldEditable(String...) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set fields editable.
- setFieldHidden(HasValue<?, ?>...) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set fields hidden.
- setFieldHidden(String...) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set fields hidden.
- setFieldLabel(HasValue<?, ?>, String) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set label for a specific field.
- setFieldLabel(HasValue<?, ?>, String) - Method in class com.storedobject.vaadin.AbstractForm
-
Set label for a specific field.
- setFieldLabel(String, String) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set label for a specific field.
- setFieldLabel(String, String) - Method in class com.storedobject.vaadin.AbstractForm
-
Set label for a specific field.
- setFieldReadOnly(boolean, HasValue<?, ?>...) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set fields read only.
- setFieldReadOnly(boolean, String...) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set fields read only.
- setFieldReadOnly(HasValue<?, ?>...) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set fields read only.
- setFieldReadOnly(String...) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set fields read only.
- setFieldValueHandler(FieldValueHandler) - Method in class com.storedobject.vaadin.util.Data
-
Set the field value handler.
- setFieldVisible(boolean, HasValue<?, ?>...) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set fields visible.
- setFieldVisible(boolean, String...) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set fields visible.
- setFieldVisible(HasValue<?, ?>...) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set fields visible.
- setFieldVisible(String...) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set fields visible.
- setFileName(String) - Method in class com.storedobject.vaadin.StreamDownloader
-
Sets the file name to be used when downloading or processing a file.
- setFirstFocus(Focusable<?>) - Method in class com.storedobject.vaadin.View
-
Set the first focusable component.
- setFirstValue() - Method in class com.storedobject.vaadin.util.BasicComboList
-
Sets the current value of the combo list to the first item in the list.
- setFixedValue(HasValue<?, ?>, Object) - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Set a fixed value for a field.
- setFixedValue(String, Object) - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Set a fixed value for a field.
- setFixedValues(T) - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Set the attributes of the object with "fixed values" from the respective fields if fixed values are defined using
AbstractDataEditor.setFixedValue(String, Object)orAbstractDataEditor.setFixedValue(HasValue, Object)method for those attributes. - setFullScreen(boolean) - Method in class com.storedobject.vaadin.View
-
Set full-screen mode.
- setGap(int) - Method in class com.storedobject.vaadin.ButtonLayout
-
Set the gap between components.
- setGap(int) - Method in class com.storedobject.vaadin.CSSGrid
-
Set gap between components.
- setGap(String) - Method in class com.storedobject.vaadin.CSSGrid
-
Set gap between components.
- setGrouping(boolean) - Method in class com.storedobject.vaadin.util.NumericField
-
Sets whether grouping is enabled for the numeric field.
- setHeader(Component) - Method in class com.storedobject.vaadin.ContentWithHeader
-
Set the header portion.
- setHeader(Component) - Method in class com.storedobject.vaadin.DetailComponent
-
Set the header.
- setHeader(String) - Method in class com.storedobject.vaadin.DetailComponent
-
Set the header.
- setHeight(String) - Method in class com.storedobject.vaadin.CustomTextField
- setHeight(String) - Method in interface com.storedobject.vaadin.HasSize
- setHeight(String) - Method in class com.storedobject.vaadin.Icon
- setHiliteOnHover(boolean) - Method in class com.storedobject.vaadin.Box
-
Hilite the content on hover by making the background to "var(--lumo-primary-color-50pct)".
- setHorizontal() - Method in class com.storedobject.vaadin.RadioChoiceField
-
Display the items horizontally.
- setHorizontal() - Method in class com.storedobject.vaadin.RadioField
-
Display the items horizontally.
- setHref(AbstractStreamResource) - Method in class com.storedobject.vaadin.AnchorButton
- setHref(String) - Method in class com.storedobject.vaadin.AnchorButton
- setIcon(Icon) - Method in class com.storedobject.vaadin.Badge
-
Set icon.
- setIcon(Icon) - Method in class com.storedobject.vaadin.TextField
-
Set an icon on the left side of the text.
- setIcon(Component) - Method in class com.storedobject.vaadin.Button
- setIcon(VaadinIcon) - Method in class com.storedobject.vaadin.Button
-
Set a Vaadin icon as the icon for this button.
- setIcon(VaadinIcon) - Method in interface com.storedobject.vaadin.HasIcon
-
Set a Vaadin icon as the icon.
- setIcon(VaadinIcon) - Method in class com.storedobject.vaadin.Icon
- setIcon(String) - Method in class com.storedobject.vaadin.Badge
-
Set icon.
- setIcon(String) - Method in class com.storedobject.vaadin.Button
-
Set icon for this button.
- setIcon(String) - Method in interface com.storedobject.vaadin.HasIcon
-
Set the icon name.
- setIcon(String) - Method in class com.storedobject.vaadin.Icon
- setIcon(String) - Method in class com.storedobject.vaadin.TextField
-
Set an icon on the left side of the text.
- setIgnoreProgrammaticChanges(boolean) - Method in class com.storedobject.vaadin.ActionTextField
-
Flag to ignore programmatic changes.
- setImageHeight(int) - Method in class com.storedobject.vaadin.PaintedImage
-
Set height of the image.
- setImageWidth(int) - Method in class com.storedobject.vaadin.PaintedImage
-
Set width of the image.
- setIncludeFieldChecker(IncludeField) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set "include field checker".
- setIncludeFieldChecker(IncludeField) - Method in class com.storedobject.vaadin.AbstractForm
-
Set "include field checker".
- setIndex(int) - Method in class com.storedobject.vaadin.ComboField
-
Set value via index.
- setIndex(int) - Method in class com.storedobject.vaadin.LabelField
-
Set a new value.
- setIndex(int) - Method in class com.storedobject.vaadin.ListField
-
Set value via index.
- setIndex(int) - Method in class com.storedobject.vaadin.RadioField
-
Set the index as the current value.
- setInkColor(String) - Method in class com.storedobject.vaadin.ButtonIcon
-
Set the ink color
- setItem(int, T) - Method in class com.storedobject.vaadin.ListField
-
Replace an item at a specified index.
- setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.storedobject.vaadin.FreeFormatField
-
Set the function that translates the field's value into a string to display.
- setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.storedobject.vaadin.LabelField
-
Set a label generator to convert item values into displayable labels.
- setItems(Iterable<T>) - Method in class com.storedobject.vaadin.ListField
-
Set item list.
- setItems(Collection<String>) - Method in class com.storedobject.vaadin.LabelChoiceField
-
Set item list.
- setItems(Collection<String>) - Method in class com.storedobject.vaadin.ListChoiceField
-
Set item list.
- setItems(Collection<String>) - Method in class com.storedobject.vaadin.RadioChoiceField
-
Set choices.
- setItems(Collection<T>) - Method in class com.storedobject.vaadin.LabelField
- setItems(Collection<T>) - Method in class com.storedobject.vaadin.ListField
-
Set item list.
- setItems(Collection<T>) - Method in class com.storedobject.vaadin.RadioField
- setItems(Collection<T>) - Method in class com.storedobject.vaadin.util.BasicComboList
-
Sets the items for the combo list with the provided collection.
- setItems(T...) - Method in class com.storedobject.vaadin.ComboField
-
Sets the items for the combo box using the provided items.
- setItems(T...) - Method in class com.storedobject.vaadin.ListField
-
Set item list.
- setLabel(String) - Method in interface com.storedobject.vaadin.ApplicationMenuItem
-
Set the caption for the menu item.
- setLabel(String) - Method in class com.storedobject.vaadin.GridColumnDetail
-
Sets the label of the grid column.
- setLabel(String) - Method in class com.storedobject.vaadin.MenuItem
- setLayoutVisible(boolean) - Method in class com.storedobject.vaadin.ApplicationView
-
Sets the visibility of the layout's main component.
- setLength(int) - Method in class com.storedobject.vaadin.util.NumericField
-
Sets the maximum length of the numeric field.
- setLocale(Locale) - Method in class com.storedobject.vaadin.Application
-
Set the locale for this Application.
- setMargin(int) - Method in class com.storedobject.vaadin.Box
-
Set margin.
- setMargin(String) - Method in class com.storedobject.vaadin.Box
-
Set margin.
- setMax(Date) - Method in class com.storedobject.vaadin.DateField
-
Set the maximum value allowed.
- setMaxFiles(int) - Method in class com.storedobject.vaadin.UploadField
-
Set the number of files that are allowed to upload.
- setMaxHeight(String) - Method in class com.storedobject.vaadin.CustomTextField
- setMaxHeight(String) - Method in class com.storedobject.vaadin.Icon
- setMaxLength(int) - Method in interface com.storedobject.vaadin.util.HasTextValue
-
Sets the maximum length for the textual value of the component.
- setMaxWidth(String) - Method in class com.storedobject.vaadin.CustomTextField
- setMaxWidth(String) - Method in class com.storedobject.vaadin.Icon
- setMethodHandlerHost(Object) - Method in interface com.storedobject.vaadin.HasColumns
-
Set some other object to supply the column methods.
- setMethodHandlerHost(Object) - Method in class com.storedobject.vaadin.ObjectForm
-
Set the method handler host.
- setMin(Date) - Method in class com.storedobject.vaadin.DateField
-
Set the minimum value allowed.
- setMinHeight(String) - Method in class com.storedobject.vaadin.CustomTextField
- setMinHeight(String) - Method in class com.storedobject.vaadin.Icon
- setMinimumColumnWidth(String) - Method in class com.storedobject.vaadin.Dashboard
-
Set the minimum width for the column.
- setMinLength(int) - Method in interface com.storedobject.vaadin.util.HasTextValue
-
Sets the minimum number of characters that can be entered into the specified component.
- setMinWidth(String) - Method in class com.storedobject.vaadin.CustomTextField
- setMinWidth(String) - Method in class com.storedobject.vaadin.Icon
- setNoIcons(boolean) - Static method in class com.storedobject.vaadin.Button
-
Set "no icons" mode for buttons.
- setNullValue(Date) - Static method in class com.storedobject.vaadin.DateField
-
Set the null value.
- setObject(D) - Method in class com.storedobject.vaadin.AbstractForm
-
Set the current object.
- setObject(D, boolean) - Method in class com.storedobject.vaadin.AbstractForm
-
Set the current object.
- setObject(T) - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Set the current object.
- setObject(T, boolean) - Method in class com.storedobject.vaadin.AbstractDataEditor
-
Set the current object.
- setOpenOnHover(boolean) - Method in class com.storedobject.vaadin.MenuBar
-
Sets the event which opens the sub menus of the root level buttons.
- setOrientation(Tabs.Orientation) - Method in class com.storedobject.vaadin.Tabs
-
Set the orientation of the tabs.
- setPadding(int) - Method in class com.storedobject.vaadin.Box
-
Set padding.
- setPadding(String) - Method in class com.storedobject.vaadin.Box
-
Set padding.
- setPainter(Consumer<Graphics2D>) - Method in class com.storedobject.vaadin.PaintedImage
-
Set a painter.
- setPattern(String) - Method in class com.storedobject.vaadin.TextArea
- setPattern(String) - Method in interface com.storedobject.vaadin.util.HasTextValue
-
Sets the pattern used to validate the input value.
- setPattern(String) - Method in class com.storedobject.vaadin.util.PatternField
- setPlaceholder(String) - Method in class com.storedobject.vaadin.ButtonIcon
-
Show tooltip/placeholder
- setPlaceholder(String) - Method in class com.storedobject.vaadin.ChoiceField
-
Set placeholder for this field.
- setPlaceholder(String) - Method in class com.storedobject.vaadin.CustomTextField
-
Set text to be displayed as placeholder when the value of the field is empty.
- setPollInterval(int) - Method in class com.storedobject.vaadin.Application
-
Set the polling interval with this application as the owner.
- setPollInterval(Object, int) - Method in class com.storedobject.vaadin.Application
-
Set polling interval.
- setPostFocus(Component) - Method in class com.storedobject.vaadin.Application
-
Set a component to be focused later when the current "view" is selected again.
- setPreconfirm(BooleanSupplier) - Method in class com.storedobject.vaadin.ActionForm
-
Set a "preconfirm" check.
- setPreconfirm(BooleanSupplier) - Method in class com.storedobject.vaadin.ConfirmButton
-
Set a "preconfirm" check.
- setPrefix(String) - Method in class com.storedobject.vaadin.TimerComponent
-
Set a prefix for the display.
- setPrefixComponent(Component) - Method in class com.storedobject.vaadin.CustomTextField
- setPresentationValue(Boolean) - Method in class com.storedobject.vaadin.BooleanField
- setPresentationValue(Integer) - Method in class com.storedobject.vaadin.ChoicesField
- setPresentationValue(Integer) - Method in class com.storedobject.vaadin.UploadField
- setPresentationValue(String) - Method in class com.storedobject.vaadin.CompoundField
- setPresentationValue(T) - Method in class com.storedobject.vaadin.CustomTextField
- setPresentationValue(T) - Method in class com.storedobject.vaadin.LabelField
- setPresentationValue(T) - Method in class com.storedobject.vaadin.TranslatedField
- setProcessErrorConsumer(Consumer<Throwable>) - Method in class com.storedobject.vaadin.UploadField
-
Sets the consumer to handle errors that occur during the processing of uploaded content.
- setReadOnly(boolean) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set the view read only.
- setReadOnly(boolean) - Method in class com.storedobject.vaadin.AbstractForm
-
Set the form read only.
- setReadOnly(boolean) - Method in class com.storedobject.vaadin.BooleanField
- setReadOnly(boolean) - Method in class com.storedobject.vaadin.Box
-
Set read only style.
- setReadOnly(boolean) - Method in class com.storedobject.vaadin.ChoicesField
- setReadOnly(boolean) - Method in class com.storedobject.vaadin.CustomTextField
- setReadOnly(boolean) - Method in class com.storedobject.vaadin.FreeFormatField
- setReadOnly(boolean) - Method in class com.storedobject.vaadin.ToggleButton
- setReadOnly(boolean) - Method in class com.storedobject.vaadin.TranslatedField
- setReadOnly(boolean) - Method in class com.storedobject.vaadin.UploadField
- setReadOnly(boolean) - Method in class com.storedobject.vaadin.util.Data
-
Set this as read-only.
- setRequired(boolean) - Method in class com.storedobject.vaadin.ChoiceField
- setRequired(boolean) - Method in class com.storedobject.vaadin.DateField
-
Set whether empty value is allowed or not.
- setRequired(boolean) - Method in class com.storedobject.vaadin.ListField
- setRequired(boolean) - Method in interface com.storedobject.vaadin.RequiredField
-
Indicate that value is required for this field.
- setRequired(boolean) - Method in interface com.storedobject.vaadin.ValueRequired
-
Set value required flag.
- setRequired(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set the "required" attribute of a field.
- setRequired(HasValue<?, ?>) - Method in class com.storedobject.vaadin.AbstractForm
-
Set the "required" attribute of a field.
- setRequired(HasValue<?, ?>...) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Sets the specified fields as required in the form.
- setRequired(HasValue<?, ?>, boolean) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set the "required" attribute of a field.
- setRequired(HasValue<?, ?>, boolean) - Method in class com.storedobject.vaadin.AbstractForm
-
Set the "required" attribute of a field.
- setRequired(HasValue<?, ?>, boolean, String) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set the "required" attribute of a field.
- setRequired(HasValue<?, ?>, boolean, String) - Method in class com.storedobject.vaadin.AbstractForm
-
Set the "required" attribute of a field.
- setRequired(HasValue<?, ?>, String) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set the "required" attribute of a field.
- setRequired(HasValue<?, ?>, String) - Method in class com.storedobject.vaadin.AbstractForm
-
Set the "required" attribute of a field.
- setRequired(HasValue<?, F>, boolean, String) - Method in class com.storedobject.vaadin.util.Data
-
Set the "required" attribute of the field.
- setRequired(String) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set the "required" attribute of a field.
- setRequired(String) - Method in class com.storedobject.vaadin.AbstractForm
-
Set the "required" attribute of a field.
- setRequired(String, boolean) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set the "required" attribute of a field.
- setRequired(String, boolean) - Method in class com.storedobject.vaadin.AbstractForm
-
Set the "required" attribute of a field.
- setRequired(String, boolean, String) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set the "required" attribute of a field.
- setRequired(String, boolean, String) - Method in class com.storedobject.vaadin.AbstractForm
-
Set the "required" attribute of a field.
- setRequired(String, String) - Method in class com.storedobject.vaadin.AbstractDataForm
-
Set the "required" attribute of a field.
- setRequired(String, String) - Method in class com.storedobject.vaadin.AbstractForm
-
Set the "required" attribute of a field.
- setRowGap(int) - Method in class com.storedobject.vaadin.CSSGrid
-
Set gap between rows.
- setRowGap(String) - Method in class com.storedobject.vaadin.CSSGrid
-
Set gap between rows.
- setRows(int) - Method in class com.storedobject.vaadin.TextArea
-
Set number of visible rows by adjusting the height.
- setRowSpan(View, int) - Method in class com.storedobject.vaadin.Dashboard
-
Set the row-span for the particular sub-view.
- setRowSpan(Component, int) - Method in class com.storedobject.vaadin.CSSGrid
-
Set number of rows to span.
- setRowSpan(Component, int) - Method in class com.storedobject.vaadin.PopupButton
-
Set number of rows to span.
- setSaveAction(Consumer<T>) - Method in class com.storedobject.vaadin.DataEditor
-
Set the "save action" that will be used to save the instance.
- setScrollable(boolean) - Method in class com.storedobject.vaadin.View
-
Specify the scrollable attribute of the view.
- setSelectedIndex(int) - Method in class com.storedobject.vaadin.Tabs
-
Set a tab with a given index as the selected one.
- setSelectedTab(Component) - Method in class com.storedobject.vaadin.Tabs
-
Set a tab that contains a particular component as the selected one.
- setSelectedTab(Tab) - Method in class com.storedobject.vaadin.Tabs
-
Set a tab as the selected one.
- setSize(String) - Method in interface com.storedobject.vaadin.HasSquareElement
-
Set the size (Width and height)
- setSize(String) - Method in class com.storedobject.vaadin.Icon
- setSource(AbstractStreamResource) - Method in class com.storedobject.vaadin.AbstractResourcedComponent
-
Set the file to view from a
StreamResource. - setSource(AbstractStreamResource) - Method in class com.storedobject.vaadin.Image
-
Set the image resource source.
- setSource(AbstractStreamResource) - Method in class com.storedobject.vaadin.ImageView
-
Set the stream resource of the image content.
- setSource(AbstractStreamResource) - Method in interface com.storedobject.vaadin.ResourcedComponent
-
Set the resource.
- setSource(StreamResource...) - Method in class com.storedobject.vaadin.Media
-
Set sources.
- setSource(StreamResource...) - Method in interface com.storedobject.vaadin.MediaCapture
-
Set sources.
- setSource(String) - Method in class com.storedobject.vaadin.AbstractResourcedComponent
-
Set the file to view.
- setSource(String) - Method in class com.storedobject.vaadin.Image
-
Set the image resource source URL.
- setSource(String) - Method in class com.storedobject.vaadin.ImageView
-
Set the URL resource of the image content.
- setSource(String, String) - Method in class com.storedobject.vaadin.Media
-
Set a URI source.
- setSpellCheck(boolean) - Method in interface com.storedobject.vaadin.SpellCheck
-
Set spelling check on/off.
- setSrc(AbstractStreamResource) - Method in class com.storedobject.vaadin.Image
-
Set the image resource source.
- setSrc(String) - Method in class com.storedobject.vaadin.Image
-
Set the image resource source.
- setStyle(String, String) - Method in class com.storedobject.vaadin.Box
-
Directly set styles.
- setStyle(String, String) - Method in interface com.storedobject.vaadin.HasElement
-
Set style of the element.
- setStyle(String, String) - Method in class com.storedobject.vaadin.Icon
-
Set a style value.
- setSuffix(String) - Method in class com.storedobject.vaadin.TimerComponent
-
Set a suffix for the display.
- setSuffixComponent(Component) - Method in class com.storedobject.vaadin.CustomTextField
- setTarget(Component) - Method in class com.storedobject.vaadin.Popup
-
Set the target component for this popup.
- setText(String) - Method in class com.storedobject.vaadin.Alert
-
Set some text on the alert.
- setText(String) - Method in class com.storedobject.vaadin.Badge
-
Set the text content.
- setText(String) - Method in class com.storedobject.vaadin.GridRow.Cell
-
Set text for this cell to display.
- setText(String) - Method in class com.storedobject.vaadin.StyledText
- setText(String) - Method in class com.storedobject.vaadin.TextArea
- setText(String) - Method in class com.storedobject.vaadin.TextField
- setText(String) - Method in interface com.storedobject.vaadin.util.HasTextValue
- setText(String, ColumnTextAlign) - Method in class com.storedobject.vaadin.GridRow.Cell
-
Set text for this cell to display.
- setTheme(ThemeStyle...) - Method in interface com.storedobject.vaadin.HasBadgeStyle
-
Set theme styles.
- setTheme(ThemeStyle...) - Method in interface com.storedobject.vaadin.HasThemeStyle
-
Set theme styles.
- setToday(Date) - Static method in class com.storedobject.vaadin.DateField
-
Set the value of "today".
- setURI(String) - Method in class com.storedobject.vaadin.AbstractResourcedComponent
-
Set the URI attribute for the source.
- setUTC(boolean) - Method in class com.storedobject.vaadin.Clock
-
Set the UTC mode.
- setValue(Boolean) - Method in class com.storedobject.vaadin.BooleanField
- setValue(Integer) - Method in class com.storedobject.vaadin.ChoiceField
- setValue(Integer) - Method in class com.storedobject.vaadin.UploadField
- setValue(String) - Method in class com.storedobject.vaadin.PopupTextField
- setValue(String) - Method in class com.storedobject.vaadin.TextArea
- setValue(String) - Method in class com.storedobject.vaadin.TextField
- setValue(String) - Method in interface com.storedobject.vaadin.util.HasTextValue
-
Sets the textual value for the component.
- setValue(String, Object) - Method in class com.storedobject.vaadin.AbstractForm.ValueHandler
- setValue(String, Object) - Method in interface com.storedobject.vaadin.util.FieldValueHandler
-
Sets the value of the specified field.
- setValue(BigDecimal) - Method in class com.storedobject.vaadin.BigDecimalField
- setValue(Date) - Method in class com.storedobject.vaadin.DateField
- setValue(Collection<T>) - Method in class com.storedobject.vaadin.TokensField
-
Sets the value by converting the provided collection into a set and passing it to the
setValuemethod of the parent class. - setValue(Date) - Method in class com.storedobject.vaadin.LegacyDateField
- setValue(Set<T>) - Method in class com.storedobject.vaadin.TokensField
- setValue(T) - Method in class com.storedobject.vaadin.FreeFormatField
- setValue(T) - Method in class com.storedobject.vaadin.MapComboField
- setValue(T) - Method in class com.storedobject.vaadin.util.NumericField
- setValueMask(int) - Method in class com.storedobject.vaadin.ChoicesField
-
A "mask" allows one to fix certain bits in the value of the field.
- setValueMask(int) - Method in class com.storedobject.vaadin.TokenChoicesField
-
A "mask" allows one to fix certain bits in the value of the field.
- setVertical() - Method in class com.storedobject.vaadin.RadioChoiceField
-
Display the items vertically.
- setVertical() - Method in class com.storedobject.vaadin.RadioField
-
Display the items vertically.
- setVideo(String) - Method in class com.storedobject.vaadin.YouTube
-
Load a YouTube video.
- setView(View) - Method in class com.storedobject.vaadin.AbstractForm
-
Set an associated view for this form.
- setViewFilter(Predicate<T>) - Method in class com.storedobject.vaadin.ListGrid
-
Set a filter.
- setVisible(boolean) - Method in class com.storedobject.vaadin.BreadcrumbsTree.Node
- setVisible(boolean) - Method in class com.storedobject.vaadin.GridColumnDetail
-
Set the column visible.
- setVisible(boolean) - Method in interface com.storedobject.vaadin.HasVisibility
-
Set the field visible/hidden.
- setVisible(boolean, Object) - Static method in interface com.storedobject.vaadin.HasVisibility
-
Set the visibility of "something".
- setWeekNumbersVisible(boolean) - Method in class com.storedobject.vaadin.DateField
-
Set the visibility of "week numbers" while accepting the value.
- setWidth(String) - Method in class com.storedobject.vaadin.CustomTextField
- setWidth(String) - Method in interface com.storedobject.vaadin.HasSize
- setWidth(String) - Method in class com.storedobject.vaadin.Icon
- setWindowMode(boolean) - Method in class com.storedobject.vaadin.DataForm
- setWindowMode(boolean) - Method in class com.storedobject.vaadin.View
-
Set the "window mode".
- show() - Method in class com.storedobject.vaadin.Alert
-
Show the alert.
- showAlerts() - Static method in class com.storedobject.vaadin.Application
-
Show all alerts.
- showAlerts(Object) - Static method in class com.storedobject.vaadin.Application
-
Show all alerts of the specified owner.
- showControls(boolean) - Method in class com.storedobject.vaadin.Media
-
Show controls.
- showDate(boolean) - Method in class com.storedobject.vaadin.Clock
-
Whether to display date-part or not.
- showDescription(boolean) - Method in class com.storedobject.vaadin.UploadField
-
Whether to show the description or not.
- showNotification(String) - Method in class com.storedobject.vaadin.Application
-
Show a notification on the screen.
- showNotification(String, String) - Method in class com.storedobject.vaadin.Application
-
Show a notification on the screen.
- showNotification(String, Throwable) - Method in class com.storedobject.vaadin.Application
-
Show error notification.
- showNotification(Throwable) - Method in class com.storedobject.vaadin.Application
-
Show error notification,
- showUTC(boolean) - Method in class com.storedobject.vaadin.Clock
-
Whether to display "UTC" string or not.
- shuffle(int) - Method in class com.storedobject.vaadin.RubikCube
-
Shuffle the cube.
- size() - Method in class com.storedobject.vaadin.ComboField
-
Get the number of items in the combo.
- size() - Method in class com.storedobject.vaadin.DataList
- size() - Method in class com.storedobject.vaadin.ListGrid
- sizeSet() - Method in class com.storedobject.vaadin.DataForm
-
This method is invoked once when the size of the content is set.
- skipFirstFocus(Focusable<?>) - Method in class com.storedobject.vaadin.DataEditor
- skipFirstFocus(Focusable<?>) - Method in class com.storedobject.vaadin.DataForm
- skipFirstFocus(Focusable<?>) - Method in class com.storedobject.vaadin.View
-
Check if this component to be skipped while traversing the component tree to find the first focusable component or not.
- SMALL - Enum constant in enum class com.storedobject.vaadin.ThemeStyle
-
Small.
- SOGrid(Grid<T>, Class<T>, Iterable<String>) - Constructor for class com.storedobject.vaadin.HasColumns.SOGrid
-
Constructor.
- sort(GridSortOrder<T>...) - Method in interface com.storedobject.vaadin.HasColumns
-
Sort the columns as defined in the "sort order definitions" passed.
- sort(String...) - Method in interface com.storedobject.vaadin.HasColumns
-
Sort the given columns in ascending order.
- sort(Comparator<? super T>) - Method in class com.storedobject.vaadin.DataList
- sort(Comparator<? super T>) - Method in class com.storedobject.vaadin.ListGrid
- sortOrder(String) - Method in interface com.storedobject.vaadin.HasColumns
-
Create a "sort order" definition for the given column name.
- sortOrder(String, boolean) - Method in interface com.storedobject.vaadin.HasColumns
-
Create a "sort order" definition for the given column name.
- speak(String) - Method in class com.storedobject.vaadin.Application
-
Speak out the given sentence if the
ApplicationLayoutis supporting it (The default layoutApplicationFramesupports it). - speak(String) - Method in interface com.storedobject.vaadin.ExecutableView
-
Speak out the given sentence if the
ApplicationLayoutis supporting it (The default layoutApplicationFramesupports it). - speaker(boolean) - Method in class com.storedobject.vaadin.SpeakerButton
-
Used by the
Applicationto inform about current status of the "speaker". - SpeakerButton - Class in com.storedobject.vaadin
-
A button that can be used to toggle "speak" option of the
Application. - SpeakerButton() - Constructor for class com.storedobject.vaadin.SpeakerButton
-
Constructor.
- SpellCheck - Interface in com.storedobject.vaadin
-
Interface to denote that some text-input based component can switch on/off spell-check feature.
- START - Enum constant in enum class com.storedobject.vaadin.CSSGrid.Position
-
Start (Left position for left-to-right system).
- startPolling(Object) - Method in class com.storedobject.vaadin.Application
-
Start polling by setting the interval to 1000 milliseconds.
- startRecording(MediaCapture.DataReceiver) - Method in class com.storedobject.vaadin.AudioCapture
-
Start the recording of the audio stream to a "data receiver".
- startRecording(MediaCapture.DataReceiver) - Method in interface com.storedobject.vaadin.MediaCapture
-
Start the recording of the media stream to a "data receiver".
- startRecording(MediaCapture.DataReceiver) - Method in class com.storedobject.vaadin.VideoCapture
-
Start the recording of the video stream to a "data receiver".
- statusChanged(MediaCapture) - Method in interface com.storedobject.vaadin.MediaCapture.StatusChangeListener
-
Fired when the recording/previewing status is changed.
- sticky() - Method in interface com.storedobject.vaadin.StickyElement
-
Make this stick to the top when the rest of the content scrolls.
- sticky(Component) - Static method in interface com.storedobject.vaadin.StickyElement
-
Make a
Componentstick to the top when the rest of the content scrolls. - sticky(Element) - Static method in interface com.storedobject.vaadin.StickyElement
-
Make an
Elementstick to the top when the rest of the content scrolls. - StickyElement - Interface in com.storedobject.vaadin
-
Interface with default implementation to make an
Elementstick to the top of its container. - stopDevice() - Method in class com.storedobject.vaadin.AudioCapture
-
Stop / switch off the mic (activities such as recording etc. will be stopped).
- stopDevice() - Method in interface com.storedobject.vaadin.MediaCapture
-
Stop / switch off the device (activities such as previewing, recording etc. will be stopped).
- stopDevice() - Method in class com.storedobject.vaadin.VideoCapture
-
Stop / switch off the camera (activities such as previewing, recording etc. will be stopped).
- stopPolling(Object) - Method in class com.storedobject.vaadin.Application
-
Stop polling.
- stopRecording() - Method in class com.storedobject.vaadin.AudioCapture
-
Stop the recording of the audio stream that may be currently in progress.
- stopRecording() - Method in interface com.storedobject.vaadin.MediaCapture
-
Stop the recording of the video stream that may be currently in progress.
- stopRecording() - Method in class com.storedobject.vaadin.VideoCapture
-
Stop the recording of the video stream that may be currently in progress.
- streamChildren() - Method in class com.storedobject.vaadin.Breadcrumbs
-
Stream all child breadcrumbs.
- streamConstructedListeners() - Method in class com.storedobject.vaadin.DataGrid
- streamConstructedListeners() - Method in class com.storedobject.vaadin.DataTreeGrid
- streamConstructedListeners() - Method in interface com.storedobject.vaadin.HasColumns
-
Get the stream of
ConstructedListeners what were added to this. - StreamDownloader - Class in com.storedobject.vaadin
-
A utility class for downloading content via an InputStream.
- StreamDownloader(Supplier<InputStream>, String) - Constructor for class com.storedobject.vaadin.StreamDownloader
-
Creates a StreamDownloader instance with the specified stream provider and content type.
- StreamDownloader(Supplier<InputStream>, String, String) - Constructor for class com.storedobject.vaadin.StreamDownloader
-
Constructs a StreamDownloader instance.
- streamFieldNamesCreated() - Method in class com.storedobject.vaadin.AbstractDataForm
-
Get all fields names.
- streamFieldNamesCreated() - Method in class com.storedobject.vaadin.AbstractForm
-
Get all fields names.
- streamFieldsCreated() - Method in class com.storedobject.vaadin.AbstractDataForm
-
Get all fields.
- streamFieldsCreated() - Method in class com.storedobject.vaadin.AbstractForm
-
Get all fields.
- streamingFailed(StreamVariable.StreamingErrorEvent) - Method in class com.storedobject.vaadin.util.MediaStreamVariable
- streamingFinished(StreamVariable.StreamingEndEvent) - Method in class com.storedobject.vaadin.util.MediaStreamVariable
- streamingStarted(StreamVariable.StreamingStartEvent) - Method in class com.storedobject.vaadin.util.MediaStreamVariable
- STRETCH - Enum constant in enum class com.storedobject.vaadin.CSSGrid.Position
-
Stretch.
- style(String, String) - Method in class com.storedobject.vaadin.CSSGrid
-
Set a style attribute.
- StyledText - Class in com.storedobject.vaadin
-
A component to show HTML text.
- StyledText() - Constructor for class com.storedobject.vaadin.StyledText
-
Constructor.
- StyledText(String) - Constructor for class com.storedobject.vaadin.StyledText
-
Constructor.
- subList(int, int) - Method in class com.storedobject.vaadin.DataList
- subList(int, int) - Method in class com.storedobject.vaadin.ListGrid
- SUCCESS - Enum constant in enum class com.storedobject.vaadin.ThemeStyle
-
Success.
- SupportWindowMode - Interface in com.storedobject.vaadin.util
-
An interface to denote that a class supports "window mode" and can create a
Windowwhen asked for. - SVG - Enum constant in enum class com.storedobject.vaadin.PaintedImage.Type
-
SVG type.
T
- Tabs - Class in com.storedobject.vaadin
-
This class wraps Vaadin's
Tabswith aDiv. - Tabs() - Constructor for class com.storedobject.vaadin.Tabs
-
Constructor.
- Tabs.SelectedChangeEvent - Class in com.storedobject.vaadin
-
The event class that will be fired when tab selection changes.
- tabSelected(Tab) - Method in class com.storedobject.vaadin.Tabs
-
This method will be invoked whenever a tab is selected.
- TextArea - Class in com.storedobject.vaadin
-
Slightly enhanced version of Vaadin's
TextArea. - TextArea() - Constructor for class com.storedobject.vaadin.TextArea
-
Constructor.
- TextArea(int) - Constructor for class com.storedobject.vaadin.TextArea
-
Constructor.
- TextArea(int, int) - Constructor for class com.storedobject.vaadin.TextArea
-
Constructor.
- TextArea(String) - Constructor for class com.storedobject.vaadin.TextArea
-
Constructor.
- TextArea(String, int) - Constructor for class com.storedobject.vaadin.TextArea
-
Constructor.
- TextArea(String, int, int) - Constructor for class com.storedobject.vaadin.TextArea
-
Constructor.
- TextArea(String, String) - Constructor for class com.storedobject.vaadin.TextArea
-
Constructor.
- TextArea(String, String, int) - Constructor for class com.storedobject.vaadin.TextArea
-
Constructor.
- TextArea(String, String, int, int) - Constructor for class com.storedobject.vaadin.TextArea
-
Constructor.
- TextArea(String, String, String) - Constructor for class com.storedobject.vaadin.TextArea
-
Constructor.
- TextArea(String, String, String, int) - Constructor for class com.storedobject.vaadin.TextArea
-
Constructor.
- TextArea(String, String, String, int, int) - Constructor for class com.storedobject.vaadin.TextArea
-
Constructor.
- TextField - Class in com.storedobject.vaadin
-
Slightly enhanced version of Vaadin's
TextField. - TextField() - Constructor for class com.storedobject.vaadin.TextField
-
Constructor.
- TextField(String) - Constructor for class com.storedobject.vaadin.TextField
-
Constructor.
- TextField(String, String) - Constructor for class com.storedobject.vaadin.TextField
-
Constructor.
- TextField(String, String, String) - Constructor for class com.storedobject.vaadin.TextField
-
Constructor.
- ThemeStyle - Enum Class in com.storedobject.vaadin
-
A utility class to handle "theme" attribute of an
Element. - TimerComponent - Class in com.storedobject.vaadin
-
A simple component to use as an up/down counter.
- TimerComponent() - Constructor for class com.storedobject.vaadin.TimerComponent
-
Constructor.
- TimerComponent.Listener - Interface in com.storedobject.vaadin
-
Listener interface for the
TimerComponentclass. - toArray() - Method in class com.storedobject.vaadin.DataList
- toArray() - Method in class com.storedobject.vaadin.ListGrid
- toArray(T1[]) - Method in class com.storedobject.vaadin.DataList
- toArray(T1[]) - Method in class com.storedobject.vaadin.ListGrid
- toDisplay(Object) - Method in interface com.storedobject.vaadin.ApplicationEnvironment
-
Converts an object into a displayable form (String).
- toggle() - Method in class com.storedobject.vaadin.DetailComponent
-
Toggle the content section.
- ToggleButton - Class in com.storedobject.vaadin
-
Toggle button (wrapper around paper-toggle-button web component).
- ToggleButton() - Constructor for class com.storedobject.vaadin.ToggleButton
-
Constructor.
- ToggleButton(boolean) - Constructor for class com.storedobject.vaadin.ToggleButton
-
Constructor.
- toggled(DetailComponent.ToggledEvent) - Method in interface com.storedobject.vaadin.DetailComponent.ToggleListener
-
Called when visibility of the content section is toggled.
- ToggledEvent(DetailComponent, boolean, boolean) - Constructor for class com.storedobject.vaadin.DetailComponent.ToggledEvent
-
Constructor.
- toggleMenu() - Method in class com.storedobject.vaadin.ApplicationFrame
-
Toggle the side menu ("drawer" part of the
AppLayout) programmatically. - toggleMenu() - Method in interface com.storedobject.vaadin.ApplicationLayout
-
This method is for toggling the menu display (default implementation does nothing).
- TokenChoicesField - Class in com.storedobject.vaadin
-
A field that allows you to select multiple values from a fixed list of Strings.
- TokenChoicesField(Iterable<?>) - Constructor for class com.storedobject.vaadin.TokenChoicesField
-
Constructor.
- TokenChoicesField(String) - Constructor for class com.storedobject.vaadin.TokenChoicesField
-
Constructor.
- TokenChoicesField(String[]) - Constructor for class com.storedobject.vaadin.TokenChoicesField
-
Constructor.
- TokenChoicesField(String, Iterable<?>) - Constructor for class com.storedobject.vaadin.TokenChoicesField
-
Constructor.
- TokenChoicesField(String, String) - Constructor for class com.storedobject.vaadin.TokenChoicesField
-
Constructor.
- TokenChoicesField(String, String[]) - Constructor for class com.storedobject.vaadin.TokenChoicesField
-
Constructor.
- TokenChoicesField(String, Collection<String>) - Constructor for class com.storedobject.vaadin.TokenChoicesField
-
Constructor.
- TokensField<T> - Class in com.storedobject.vaadin
-
A custom field extending
MultiSelectComboBoxto support token-based multi-selection of items. - TokensField() - Constructor for class com.storedobject.vaadin.TokensField
-
Constructor.
- TokensField(ItemLabelGenerator<T>) - Constructor for class com.storedobject.vaadin.TokensField
-
Constructor.
- TokensField(String) - Constructor for class com.storedobject.vaadin.TokensField
-
Constructor.
- TokensField(String, ItemLabelGenerator<T>) - Constructor for class com.storedobject.vaadin.TokensField
-
Constructor.
- TokensField(String, Collection<T>) - Constructor for class com.storedobject.vaadin.TokensField
-
Constructor.
- TokensField(String, Collection<T>, ItemLabelGenerator<T>) - Constructor for class com.storedobject.vaadin.TokensField
-
Constructor.
- TokensField(Collection<T>) - Constructor for class com.storedobject.vaadin.TokensField
-
Constructor.
- toLowerCase() - Method in class com.storedobject.vaadin.ActionTextField
-
If this method is used, values will be converted to lowercase before action is carried out.
- toLowerCase() - Method in class com.storedobject.vaadin.SearchField
- toString() - Method in enum class com.storedobject.vaadin.ThemeStyle
- toString(Object) - Method in interface com.storedobject.vaadin.ApplicationEnvironment
-
Converts an object into a displayable form (String).
- toUpperCase() - Method in class com.storedobject.vaadin.ActionTextField
-
If this method is used, values will be converted to uppercase before action is carried out.
- toUpperCase() - Method in class com.storedobject.vaadin.SearchField
- trackValueChange(HasValue<?, ?>) - Method in interface com.storedobject.vaadin.ExecutableView
-
Track value changes of a field
HasValue. - transfer(ClickHandler, Component) - Static method in interface com.storedobject.vaadin.ClickHandler
-
Create a "click handler" that transfers the "clicks" to another component.
- TranslatedField<T,
I> - Class in com.storedobject.vaadin -
A field that translates value from the value of an internal field.
- TranslatedField(HasValue<?, I>, BiFunction<HasValue<?, I>, I, T>, BiFunction<HasValue<?, I>, T, I>) - Constructor for class com.storedobject.vaadin.TranslatedField
-
Constructor.
- TranslatedField(HasValue<?, I>, BiFunction<HasValue<?, I>, I, T>, BiFunction<HasValue<?, I>, T, I>, T) - Constructor for class com.storedobject.vaadin.TranslatedField
-
Constructor.
- tray(Object) - Static method in class com.storedobject.vaadin.Application
-
Show a message on the tray from the parameter passed.
- tray(Object) - Method in interface com.storedobject.vaadin.ExecutableView
-
Show a warning message n the "tray area" of the application.
- tray(Object, Object) - Static method in class com.storedobject.vaadin.Application
-
Show a message on the tray from the parameter passed.
- trim() - Method in class com.storedobject.vaadin.ActionTextField
-
If this method is used, values will be trimmed before action is carried out.
- trim() - Method in class com.storedobject.vaadin.SearchField
U
- unregister() - Method in class com.storedobject.vaadin.ResourceSupport
-
Unregister the resource (typically invoked when the component is detached).
- unwrap(T) - Method in interface com.storedobject.vaadin.HasColumns
-
Sometimes the row object being rendered may be embedded in another object, and just before rendering the row's column details, it may have to be unwrapped.
- UploadField - Class in com.storedobject.vaadin
-
A class to process uploaded content.
- UploadField() - Constructor for class com.storedobject.vaadin.UploadField
-
Constructor.
- UploadField(String) - Constructor for class com.storedobject.vaadin.UploadField
-
Constructor.
- UploadField(String, BiConsumer<InputStream, String>) - Constructor for class com.storedobject.vaadin.UploadField
-
Constructor.
- UploadField(BiConsumer<InputStream, String>) - Constructor for class com.storedobject.vaadin.UploadField
-
Constructor.
- uppercase() - Method in interface com.storedobject.vaadin.util.HasTextValue
-
Convert input into uppercase characters.
V
- validate() - Method in class com.storedobject.vaadin.SelectGrid
-
This method is called just before closing the grid's view and before the selected item/items are handed over to the consumer.
- validateData() - Method in class com.storedobject.vaadin.DataEditor
-
Validate data.
- validateData() - Method in class com.storedobject.vaadin.DataForm
-
Validate data.
- valueChanged(ChangedValues) - Method in interface com.storedobject.vaadin.ExecutableView
-
This default implementation invokes the
ExecutableView.clicked(Component)with the changed field as the parameter. - valueChanged(ChangedValues) - Method in interface com.storedobject.vaadin.ValueChangeHandler
-
Invoked by
ValueChangeHandler.valueChanged(HasValue.ValueChangeEvent)when a value of a field (HasValue) is changed. - valueChanged(HasValue.ValueChangeEvent) - Method in interface com.storedobject.vaadin.ValueChangeHandler
-
Default implemenation invokes
ValueChangeHandler.valueChanged(ChangedValues). - ValueChangeHandler - Interface in com.storedobject.vaadin
-
Enahancemet to
HasValue.ValueChangeListenerthat wraps the changed field (HasValueand its value intoChangedValuesand invoke (default implementation)ValueChangeHandler.valueChanged(ChangedValues). - ValueChangeListeners - Class in com.storedobject.vaadin.util
- ValueChangeListeners() - Constructor for class com.storedobject.vaadin.util.ValueChangeListeners
- valueEquals(Date, Date) - Method in class com.storedobject.vaadin.DateField
- valueEquals(Date, Date) - Method in class com.storedobject.vaadin.LegacyDateField
- valueEquals(Set<T>, Set<T>) - Method in class com.storedobject.vaadin.TokensField
- ValueHandler() - Constructor for class com.storedobject.vaadin.AbstractForm.ValueHandler
- valueOf(String) - Static method in enum class com.storedobject.vaadin.CSSGrid.Position
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.storedobject.vaadin.PaintedImage.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.storedobject.vaadin.ThemeStyle
-
Returns the enum constant of this class with the specified name.
- ValueRequired - Interface in com.storedobject.vaadin
-
Interface for "Value Required" feature of a field (
HasValue). - values() - Static method in enum class com.storedobject.vaadin.CSSGrid.Position
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.storedobject.vaadin.PaintedImage.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.storedobject.vaadin.ThemeStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Video - Class in com.storedobject.vaadin
-
Component to play video streams.
- Video() - Constructor for class com.storedobject.vaadin.Video
-
Constructor.
- Video(StreamResource...) - Constructor for class com.storedobject.vaadin.Video
-
Constructor.
- Video(String, String) - Constructor for class com.storedobject.vaadin.Video
-
Constructor.
- VideoCapture - Class in com.storedobject.vaadin
-
A special
Videoclass that gets input from the client Computer's camera. - VideoCapture() - Constructor for class com.storedobject.vaadin.VideoCapture
-
Constructor.
- VideoCapture(Image) - Constructor for class com.storedobject.vaadin.VideoCapture
-
Constructor.
- View - Class in com.storedobject.vaadin
-
View represents an independent piece of information (typically a "data entry form" or some information dashboard) to be displayed in the content area of the
Application. - View() - Constructor for class com.storedobject.vaadin.View
-
Create a View with no caption.
- View(Component, String) - Constructor for class com.storedobject.vaadin.View
-
Create a view of the specific component with a caption
- View(String) - Constructor for class com.storedobject.vaadin.View
-
Create a view with a caption.
- viewClosed(View) - Method in interface com.storedobject.vaadin.ViewClosedListener
-
Invoked when view is closed.
- ViewClosedListener - Interface in com.storedobject.vaadin
-
This listener can be added to
Viewso thatViewClosedListener.viewClosed(View)will be invoked whenever the view is closed/aborted. - ViewDependent - Interface in com.storedobject.vaadin
-
Interface that suggests that a class dependent on some
View. - viewDetached(View) - Method in class com.storedobject.vaadin.Application
-
This method is invoked whenever a running
Viewis detached. - Viewer - Class in com.storedobject.vaadin
-
A helper
Viewclass that is used to view a single component. - Viewer(Component, String, boolean) - Constructor for class com.storedobject.vaadin.Viewer
-
Constructor.
- Viewer(String) - Constructor for class com.storedobject.vaadin.Viewer
-
Constructor.
- ViewGrid<T> - Class in com.storedobject.vaadin
-
A grid to be shown in a window with an "Exit" button for viewing the rows of the grid.
- ViewGrid(Class<T>, List<T>, Iterable<String>, String) - Constructor for class com.storedobject.vaadin.ViewGrid
-
Constructor.
- ViewGrid(Class<T>, List<T>, String) - Constructor for class com.storedobject.vaadin.ViewGrid
-
Constructor.
- viewOpened(View) - Method in interface com.storedobject.vaadin.ViewOpenedListener
-
Invoked when the view is executed.
- ViewOpenedListener - Interface in com.storedobject.vaadin
-
This listener can be added to
Viewso thatViewOpenedListener.viewOpened(View)will be invoked whenever the view is executed. - viewOpening(View) - Method in interface com.storedobject.vaadin.ViewOpenedListener
-
Invoked just before executing the view.
- viewSelected(View) - Method in class com.storedobject.vaadin.ApplicationFrame
-
Closes the menu if it is displayed as an overlay.
- viewSelected(View) - Method in interface com.storedobject.vaadin.ApplicationLayout
-
This method is invoked whenever a view is selected for display by application.
- visit(Consumer<BreadcrumbsTree.Node>) - Method in class com.storedobject.vaadin.BreadcrumbsTree
-
Visit all nodes.
W
- warning(Object) - Static method in class com.storedobject.vaadin.Application
-
Show a warning message from the parameter passed.
- warning(Object) - Method in interface com.storedobject.vaadin.ExecutableView
-
Show a warning message.
- warning(Object, Object) - Static method in class com.storedobject.vaadin.Application
-
Show a warning message from the parameter passed.
- width - Variable in class com.storedobject.vaadin.util.NumericField
-
Represents the width of the numeric field in terms of the number of characters allowed.
- Window - Class in com.storedobject.vaadin
-
A slightly enhanced version of
Dialogthat can not be closed by pressing Esc key or clicking outside. - Window() - Constructor for class com.storedobject.vaadin.Window
-
Constructor.
- Window(Component...) - Constructor for class com.storedobject.vaadin.Window
-
Constructor.
- WindowDecorator - Class in com.storedobject.vaadin
-
A component that can be added to
Windowas the first component so that it will look like a window header. - WindowDecorator(View, Component...) - Constructor for class com.storedobject.vaadin.WindowDecorator
-
Constructor.
- withBox() - Method in class com.storedobject.vaadin.ButtonIcon
-
Draw a box around ans set the overall size to 25x25 pixels.
- withBox() - Method in class com.storedobject.vaadin.ImageButton
-
Draw a box around ans set the overall size to 25x25 pixels.
- withBox() - Method in class com.storedobject.vaadin.SpeakerButton
-
Draw a box around and set the overall size to 25x25 pixels.
- withBox(int) - Method in class com.storedobject.vaadin.ButtonIcon
-
Draw a box around after sizing it.
- withBox(int) - Method in class com.storedobject.vaadin.ImageButton
-
Draw a box around after sizing it.
- withBox(int) - Method in class com.storedobject.vaadin.SpeakerButton
-
Draw a box around after sizing it.
- withSize(int) - Method in class com.storedobject.vaadin.ImageButton
-
Set size of the image.
- WrappedView - Class in com.storedobject.vaadin
-
A
Viewthat is wrapped in anExecutableView. - WrappedView(Component) - Constructor for class com.storedobject.vaadin.WrappedView
-
Constructor.
- WrappedView(Component, String) - Constructor for class com.storedobject.vaadin.WrappedView
-
Constructor.
Y
- YouTube - Class in com.storedobject.vaadin
-
Component to play YouTube video.
This is written as a Vaadin Flow wrapper around "@google-web-components/google-youtube" - YouTube() - Constructor for class com.storedobject.vaadin.YouTube
-
Constructor.
- YouTube(String) - Constructor for class com.storedobject.vaadin.YouTube
-
Constructor.
All Classes and Interfaces|All Packages|Serialized Form