Package com.storedobject.vaadin
package com.storedobject.vaadin
-
ClassDescriptionA view that is used for creating "data entry forms" for a particular type of object.A view that is used for creating "data entry forms".For internal use only.AbstractForm<D>Class to represent a "data entry form".Abstract "resourced component" that knows how to register/unregister the resource during attach/detach events.Action form is used to execute some action if the user confirms it by pressing a "Yes" button.A TextField that triggers a Consumer action (when value changed or "Enter" key is pressed).Slightly enhanced version of Vaadin's
Notification
.Anchor that acts like a button.Application is the base class for creating a 'single page' web applications.Application
can set up an environment that controls certain behaviours of the application.An implementation ofApplicationLayout
using Vaadin'sAppLayout
.Application
requires an instance of this class to determine the "layout" of its page.Interface that defines the "menu" area of theApplication
.Application menu item definition.A special menu item that has sub-menus in it.The class that defines the content view of theApplication
.Component to play audio streams.A specialAudio
class that gets input from the client Computer's mic.A component that is decorated like a badge.Icons with badge style.Field to editBigDecimal
values.Field to editBoolean
values.Boolean field displayed like a radio field.Using this class one can draw a "box" around any Vaadin component.Breadcrumbs component.Component that represents a "breadcrumb".Listener interface for "breadcrumb removal listener".Breadcrumb Tree component.Listener that can be added to theBreadcrumbsTree
for monitoring the visibility changes of the nodes (and its associated components).Enhancements to VaadinButton
.Vaadin Flow wrapper around the Web Component: Paper Icon Button.A responsive layout that can be used to display components (typically Buttons horizontally).Make a component to appear like an "elevated card" on the screen.A simple layout that can be used as a component of theView
.ChangedValue<V>A thin wrapper class that warps the details of value changed in a field (HasValue
.A thin wrapper class that warps the details of value changed in a field (HasValue
.AComboBox
style field with anInteger
value type.A field that allows you to select multiple values from a fixed list of Strings.Clickable<T extends com.vaadin.flow.component.Component>A wrapped class to make any Vaadin component "clickable".Interface that handles mouse clicks (typically onButton
).ClickHandler.ModifiedClickEvent<C extends com.vaadin.flow.component.Component>Create a click event from another event.A simple clock.Components that support spanning of columns.ComboField<T>A thin wrapper around Vaadin'sComboBox
.A component container that supports slotted components.A field that always returns its value asnull
.A confirm button is a button whose "click handler" will be invoked only after a further confirmation obtained from the user.A listener that can be added to classes such asAbstractDataForm
,HasColumns
etc.A simple layout with a "header" portion and a scrollable "body" portion.Basic implementation of the CSS Grid layout.Enums for positions.CustomField<T>Slightly enhanced version of Vaadin'sCustomField
.A "custom field" where the value is represented as a "text" using an internal text field.Dashboard is a "view" that can show multiple embedded "sub-views".DataEditor<T>AView
that is used for creating a "data entry form" with "Save"/"Cancel" buttons.This class is used to accept some quick data from the users.DataGrid<T>Enhancement to Vaadin's Grid to handle Java Beans in a specialized way.DataList<T>A list data structure with a "refresh" listener.Definition of refresh listener that can be added to theDataList
.DataTreeGrid<T>Enhancement to Vaadin's TreeGrid to handle Java Beans in a specialized way.A field to editDate
.A component with a "header" and a "detail" part.Class that represents the "toggled event".Interface for the toggle listener.Method implementation for disabling paste feature in fields.A field to editDouble
.EnhancedClickEvent<C extends com.vaadin.flow.component.Component>Enhanced version of Vaadin'sClickEvent
class.An interface used by "displayable" classes such asView
.Field customizer may be set onObjectForm
.Class to represent a "data entry form".Enhanced version of Vaadin'sFormLayout
.A field that accepts free format text and converts it into a value of specific type.A marker interface to denote that aView
or its component (View.getComponent()
) has to be rendered full-screen.This class keeps extra information aboutGrid.Column
.A layout for arranging components in a grid style.Utility class to handle join operations of header and footer row cells.A class that represents a single cell of the row.Interface to mark that a class has theme styles of badge.HasColumns<T>Common interface forDataGrid
andDataTreeGrid
.This class takes care of creation of the columns in the grid.An interface to denote that the class contains aHasComponents
(component container) embedded in it.Slight enhancements to Vaadin'sHasElement
interface.Element that has an Icon.Enhancement to Vaadin'sHasSize
interface.Element that has a square shape (equal width and height).Same asHasStyle
but can be applied to an "internal element" specified.Interface to mark that a class has theme styles.Interface that determines whether an object (typically a "field") has visibility or not.This is a marker interface to denote that aView
, once displayed, should not be removed and should remain as a "home view" (unless it is programmatically removed).An interface that generate HTML text.Enhancements to Vaadin's Icon to handle other collections in a generic way.Enhancement to Vaadin'sImage
component with proper resource handling.A button that shows only an icon.A HomeView
that shows an image (typically used to show a background image).An interface used byAbstractForm
andAbstractDataForm
classes to determine if a field can be added to the form or not.An information message to be shown to the user.Field to editInteger
.A marker interface to denote that aComponent
is invisible (doesn't have width and height).Field to edit an IPv6 addresses.Field to edit an IP addresses.Interface for listening on selected items (especially inGrid
.Interface for listening on selected items (especially inGrid
.A field that shows text from a list and the index of the list is treated as it value (So,AbstractField.getValue()
returns anInteger
).LabelField<T>A field that displays one item from a list.A field to edit legacyDate
.A field that shows text from a list and the index of the list is treated as it value (So,AbstractField.getValue()
returns anInteger
).ListField<T>Slightly enhanced version of Vaadin'sSelect
.ListGrid<T>A grid that implements aList
data model.Field to editLong
.Field to accept valid MAC address.A combo field where the values are set as a "map" (key-value pairs).Interface that defines capturing of streams from devices such as video camera, mic etc.Interface to be implemented in order to receive data from theMediaCapture
as a stream like audio/video/image etc.Interface to implement to receive capturing status changes of aMediaCapture
.This component provides the same functionality of Vaadin'sMenuBar
.Represents a "menu bar item" or its "sub-menu".Default implementation ofApplicationMenuItem
andApplicationMenuItemGroup
.A grid to be shown in a window with "Proceed/Cancel" buttons to select multiple entries.Annotation to ignore a getXXX method of a "host" set in anObjectForm
while building fields.Interface that defines the "column creator" forDataGrid
andDataTreeGrid
.A class that implements this interface determines how fields (HasValue
) are created for editing an "object".ObjectForm<D>Class to represent a "data entry form" for a particular type of object.Create an image from an AWT image painted on aGraphics2D
.Image type.Create an image resource from an AWT image painted on aGraphics2D
.A PDF viewer component that uses browser's native object tag.Popup emulated using Vaadin'sContextMenu
.A button that can pop up some other set of components when clicked.Enhancement to TextField to pop up a window to accept multiline text.Radio choice field.RadioField<T>Radio field of choices from a list of items.Custom interface to denote that value in a field is required or not.An interface to monitor resizing of the browser page of theApplication
or its content.A component that requires a resource.A class to support resource handling.Rubik's Cube (created by wrapping Scarygami's @scarygami/scary-cube).Make any Vaadin component scrollable.A text field that can be used for triggering search action.SelectGrid<T>A grid to be shown in a window with "Proceed/Cancel" buttons to select an entry.A button that can be used to toggle "speak" option of theApplication
.Interface to denote that some text-input based component can switch on/off spell-check feature.Interface with default implementation to make anElement
stick to the top of its container.A component to show HTML text.This class wraps Vaadin'sTabs
with aDiv
.The event class that will be fired when tab selection changes.Slightly enhanced version of Vaadin'sTextArea
.Slightly enhanced version of Vaadin'sTextField
.A utility class to handle "theme" attribute of anElement
.A simple component to use as an up/down counter.Listener interface for theTimerComponent
class.Toggle button (wrapper around paper-toggle-button web component).A field that allows you to select multiple values from a fixed list of Strings.TokensField<T>TranslatedField<T,I> A field that translates value from the value of an internal field.A class to process uploaded content.Enahancemet toHasValue.ValueChangeListener
that wraps the changed field (HasValue
and its value intoChangedValues
and invoke (default implementation)ValueChangeHandler.valueChanged(ChangedValues)
.Interface for "Value Required" feature of a field (HasValue
).Component to play video streams.A specialVideo
class that gets input from the client Computer's camera.View represents an independent piece of information (typically a "data entry form" or some information dashboard) to be displayed in the content area of theApplication
.This listener can be added toView
so thatViewClosedListener.viewClosed(View)
will be invoked whenever the view is closed/aborted.Interface that suggests that a class dependent on someView
.A helperView
class that is used to view a single component.ViewGrid<T>A grid to be shown in a window with an "Exit" button for viewing the rows of the grid.This listener can be added toView
so thatViewOpenedListener.viewOpened(View)
will be invoked whenever the view is executed.A slightly enhanced version ofDialog
that can not be closed by pressing Esc key or clicking outside.A component that can be added toWindow
as the first component so that it will look like a window header.AView
that is wrapped in anExecutableView
.Component to play YouTube video.
This is written as a Vaadin Flow wrapper around "@google-web-components/google-youtube"