A B C D E F G H I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(Class<V>, String, String, Method, Method) - Method in class org.dellroad.stuff.vaadin8.SimplePropertySet
-
Add a new property.
- addSessionDestroyListener(VaadinSession, SessionDestroyListener) - Static method in class org.dellroad.stuff.vaadin8.VaadinUtil
-
Register for a notification when the
VaadinSessionis closed, without creating a memory leak. - assertSession(VaadinSession) - Static method in class org.dellroad.stuff.vaadin8.VaadinUtil
-
Verify that we are running in the context of the given session and holding the session's lock.
- assistiveText() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.DateField
-
Get the assistive text.
- assistiveText() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.DateTimeField
-
Get the assistive text.
- attach() - Method in class org.dellroad.stuff.vaadin8.BlobField
B
- BlobField - Class in org.dellroad.stuff.vaadin8
-
A Vaadin
CustomFieldfor editingbyte[]array values (i.e., "blobs"). - BlobField() - Constructor for class org.dellroad.stuff.vaadin8.BlobField
-
Constructor.
- buildAndBind() - Method in class org.dellroad.stuff.vaadin8.FieldBuilder
-
Introspect for
FieldBuilderannotations on getter methods of the configured class, and create and bind the corresponding fields. - buildAndBind(T) - Method in class org.dellroad.stuff.vaadin8.FieldBuilder
-
Introspect for
FieldBuilderannotations on getter methods of the configured class, create and bind the corresponding fields, and set the given bean in theBinder. - buildApplierList(Method) - Method in class org.dellroad.stuff.vaadin8.FieldBuilder
-
Find all relevant annotations on the given method as well as on any supertype methods it overrides.
- buildDirectApplierList(Method) - Method in class org.dellroad.stuff.vaadin8.FieldBuilder
-
Find all relevant annotations declared directly on the given
Method. - buildField(Collection<? extends FieldBuilder.AnnotationApplier<?>>, String) - Method in class org.dellroad.stuff.vaadin8.FieldBuilder
-
Instantiate and configure an
HasValueaccording to the given scanned annotations. - buildGrid() - Method in class org.dellroad.stuff.vaadin8.GridColumnScanner
-
Build a
Gridwith columns auto-generated from introspected@GridColumnannotations. - buildGrid(Function<? super PropertySet<T>, G>) - Method in class org.dellroad.stuff.vaadin8.GridColumnScanner
-
Build a
Gridwith columns auto-generated from introspected@GridColumnannotations, using the given function to instantiate theGrid.
C
- caption() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractComponent
-
Get the caption associated with this field.
- caption() - Method in annotation type org.dellroad.stuff.vaadin8.GridColumn
-
Get the caption for the Grid column.
- caption() - Method in annotation type org.dellroad.stuff.vaadin8.ProvidesProperty
-
Get the caption for the Vaadin property.
- captionAsHtml() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractComponent
-
Get whether caption is HTML.
- comparator() - Method in annotation type org.dellroad.stuff.vaadin8.GridColumn
-
Get the in-memory comparator for the Grid column.
- converter() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.Binding
-
Get the converter class.
D
- dataProvider() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.CheckBoxGroup
-
Get the
DataProviderclass. - dataProvider() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.ComboBox
-
Get the
ListDataProviderdata provider class. - dataProvider() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.ListSelect
-
Get the
DataProviderclass. - dataProvider() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.RadioButtonGroup
-
Get the
DataProviderclass. - dateFormat() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractDateField
-
Get the format string.
- dateOutOfRangeMessage() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractDateField
-
Get the date out of range error message.
- description() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractComponent
-
Get the description associated with this field.
- descriptionGenerator() - Method in annotation type org.dellroad.stuff.vaadin8.GridColumn
-
Get the description generator for the Grid column.
- detach() - Method in class org.dellroad.stuff.vaadin8.BlobField
- doBuildAndBind(T) - Method in class org.dellroad.stuff.vaadin8.FieldBuilder
- doSetValue(byte[]) - Method in class org.dellroad.stuff.vaadin8.BlobField
E
- editable() - Method in annotation type org.dellroad.stuff.vaadin8.GridColumn
-
Get whether the Grid column is editable.
- emptySelectionAllowed() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.ComboBox
-
Get whether empty selection is allowed.
- emptySelectionCaption() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.ComboBox
-
Get the input prompt.
- enabled() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractComponent
-
Get whether this field is enabled.
- EnumComboBox<T extends Enum<T>> - Class in org.dellroad.stuff.vaadin8
- EnumComboBox() - Constructor for class org.dellroad.stuff.vaadin8.EnumComboBox
-
Default constructor.
- EnumComboBox(Class<T>) - Constructor for class org.dellroad.stuff.vaadin8.EnumComboBox
-
Convenience constructor.
- EnumComboBox(Class<T>, boolean) - Constructor for class org.dellroad.stuff.vaadin8.EnumComboBox
-
Primary constructor.
- equals(Object) - Method in class org.dellroad.stuff.vaadin8.SimplePropertyDefinition
- equals(Object) - Method in class org.dellroad.stuff.vaadin8.SimplePropertySet
- expandRatio() - Method in annotation type org.dellroad.stuff.vaadin8.GridColumn
-
Get the expand ratio for the Grid column.
F
- FieldBuilder<T> - Class in org.dellroad.stuff.vaadin8
-
Automatically builds a
Binderand configures and binds fields based on method annotations. - FieldBuilder(Class<T>) - Constructor for class org.dellroad.stuff.vaadin8.FieldBuilder
-
Constructor.
- FieldBuilder.AbstractComponent - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies how a Java property should be edited using an
AbstractComponent. - FieldBuilder.AbstractDateField - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies how a Java property should be edited using an
AbstractDateField. - FieldBuilder.AbstractField - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies how a Java property should be edited using an
AbstractField. - FieldBuilder.AbstractListing - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies how a Java property should be edited using an
AbstractListing. - FieldBuilder.AbstractMultiSelect - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies how a Java property should be edited using an
AbstractMultiSelect. - FieldBuilder.AbstractSingleSelect - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies how a Java property should be edited using an
AbstractSingleSelect. - FieldBuilder.AbstractTextField - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies how a Java property should be edited using a
AbstractTextField. - FieldBuilder.Binding - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies properties of the
Binderbinding itself. - FieldBuilder.CheckBox - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies how a Java property should be edited using an
CheckBox. - FieldBuilder.CheckBoxGroup - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies how a Java property should be edited using an
CheckBoxGroup. - FieldBuilder.ComboBox - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies how a Java property should be edited using an
ComboBox. - FieldBuilder.DateField - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies how a Java property should be edited using a
DateField. - FieldBuilder.DateTimeField - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies how a Java property should be edited using an
DateTimeField. - FieldBuilder.EnumComboBox - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies how a Java property should be edited using an
EnumComboBox. - FieldBuilder.InlineDateField - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies how a Java property should be edited using an
InlineDateField. - FieldBuilder.ListSelect - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies how a Java property should be edited using an
ListSelect. - FieldBuilder.PasswordField - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies how a Java property should be edited using a
PasswordField. - FieldBuilder.ProvidesField - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies that the annotated method will return a
HasValuesuitable for editing the specified property. - FieldBuilder.RadioButtonGroup - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies how a Java property should be edited using an
RadioButtonGroup. - FieldBuilder.RichTextArea - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies how a Java property should be edited using a
RichTextArea. - FieldBuilder.Slider - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies how a Java property should be edited using a
Slider. - FieldBuilder.TextArea - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies how a Java property should be edited using a
TextArea. - FieldBuilder.TextField - Annotation Type in org.dellroad.stuff.vaadin8
-
Specifies how a Java property should be edited using a
TextField.
G
- getAnnotationApplier(Method, A) - Method in class org.dellroad.stuff.vaadin8.FieldBuilder
-
Get the
FieldBuilder.AnnotationApplierthat applies the given annotation. - getBinder() - Method in class org.dellroad.stuff.vaadin8.FieldBuilder
-
Get the binder associated with this instance.
- getCaption() - Method in class org.dellroad.stuff.vaadin8.SimplePropertyDefinition
- getColumnMap() - Method in class org.dellroad.stuff.vaadin8.GridColumnScanner
-
Get the annotations found through introspection keyed by property name.
- getCurrentRequest() - Static method in class org.dellroad.stuff.vaadin8.VaadinUtil
-
Get the
VaadinRequestassociated with the current thread. - getCurrentSession() - Static method in class org.dellroad.stuff.vaadin8.VaadinUtil
-
Get the
VaadinSessionassociated with the current thread. - getDescriptionLabel() - Method in class org.dellroad.stuff.vaadin8.BlobField
-
Get the description
Labelassociated with this instance. - getEnumClass() - Method in class org.dellroad.stuff.vaadin8.EnumComboBox
-
Get the enum class.
- getEventSource() - Method in class org.dellroad.stuff.vaadin8.VaadinExternalListener
-
Get the event source with which this instance is (or was) registered as a listener.
- getGetter() - Method in class org.dellroad.stuff.vaadin8.SimplePropertyDefinition
- getName() - Method in class org.dellroad.stuff.vaadin8.SimplePropertyDefinition
- getProperties() - Method in class org.dellroad.stuff.vaadin8.SimplePropertySet
- getProperty(String) - Method in class org.dellroad.stuff.vaadin8.SimplePropertySet
- getPropertyCaption(MethodAnnotationScanner.MethodInfo) - Method in class org.dellroad.stuff.vaadin8.ProvidesPropertyScanner
-
Get the property caption.
- getPropertyHolderType() - Method in class org.dellroad.stuff.vaadin8.SimplePropertyDefinition
- getPropertyName(MethodAnnotationScanner.MethodInfo) - Method in class org.dellroad.stuff.vaadin8.GridColumnScanner
-
Get the property name from the annotation.
- getPropertyName(MethodAnnotationScanner.MethodInfo) - Method in class org.dellroad.stuff.vaadin8.ProvidesPropertyScanner
-
Get the property name.
- getPropertyNames() - Method in class org.dellroad.stuff.vaadin8.FieldBuilder
-
Get the names of all properties discovered and bound by the most recent invocation of
buildAndBind(). - getPropertyNames() - Method in class org.dellroad.stuff.vaadin8.SimplePropertySet
-
Get all property names.
- getPropertySet() - Method in class org.dellroad.stuff.vaadin8.ProvidesPropertyScanner
-
Get the
PropertySetgenerated from the annotated methods. - getPropertySet() - Method in class org.dellroad.stuff.vaadin8.SimplePropertyDefinition
- getSession() - Method in class org.dellroad.stuff.vaadin8.VaadinExternalListener
-
Get the
VaadinSession(aka Vaadin application) with which this instance is associated. - getSetter() - Method in class org.dellroad.stuff.vaadin8.SimplePropertyDefinition
- getType() - Method in class org.dellroad.stuff.vaadin8.FieldBuilder
-
Get the type associated with this instance.
- getType() - Method in class org.dellroad.stuff.vaadin8.GridColumnScanner
-
Get the type associated with this instance.
- getType() - Method in class org.dellroad.stuff.vaadin8.SimplePropertyDefinition
- getType() - Method in class org.dellroad.stuff.vaadin8.SimplePropertySet
-
Get the associated type.
- getUpload() - Method in class org.dellroad.stuff.vaadin8.BlobField
-
Get the
Uploadassociated with this instance. - getValue() - Method in class org.dellroad.stuff.vaadin8.BlobField
- GridColumn - Annotation Type in org.dellroad.stuff.vaadin8
-
Provides the information necessary to auto-generate a
Grid.Columnand a field for editing values, based on annotated getter methods. - GridColumnScanner<T> - Class in org.dellroad.stuff.vaadin8
-
Scans a Java class hierarchy for
@GridColumnannotated getter methods, and auto-generates and configures correspondingGrid.Columns on aGridinstance. - GridColumnScanner(Class<T>) - Constructor for class org.dellroad.stuff.vaadin8.GridColumnScanner
-
Constructor.
H
- handleEvent(Runnable) - Method in class org.dellroad.stuff.vaadin8.VaadinExternalListener
-
Execute the given listener action using the
VaadinSessionwith which this instance is associated. - hashCode() - Method in class org.dellroad.stuff.vaadin8.SimplePropertyDefinition
- hashCode() - Method in class org.dellroad.stuff.vaadin8.SimplePropertySet
- height() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractComponent
-
Get height.
- hidable() - Method in annotation type org.dellroad.stuff.vaadin8.GridColumn
-
Get whether the Grid column is hidable.
- hidden() - Method in annotation type org.dellroad.stuff.vaadin8.GridColumn
-
Get whether the Grid column is hidden.
- hidingToggleCaption() - Method in annotation type org.dellroad.stuff.vaadin8.GridColumn
-
Get the hiding toggle caption for the Grid column.
- htmlContentAllowed() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.CheckBoxGroup
-
Get HTML content allowed.
- htmlContentAllowed() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.RadioButtonGroup
-
Get HTML content allowed.
I
- id() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractComponent
-
Get the unique ID for this field used for testing purposes.
- id() - Method in annotation type org.dellroad.stuff.vaadin8.GridColumn
-
Get the debug ID for the Grid column.
- initContent() - Method in class org.dellroad.stuff.vaadin8.BlobField
- isAsynchronous() - Method in class org.dellroad.stuff.vaadin8.VaadinExternalListener
-
Determine whether this instance is configured for asynchronous notification.
- itemCaptionGenerator() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractMultiSelect
-
Get the item caption generator class.
- itemCaptionGenerator() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.ComboBox
-
Get the item caption generator class.
- itemCaptionGenerator() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.RadioButtonGroup
-
Get the item caption generator class.
- itemDescriptionGenerator() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.CheckBoxGroup
-
Get the description generator class.
- itemEnabledProvider() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.CheckBoxGroup
-
Get the item enabled provider class.
- itemEnabledProvider() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.RadioButtonGroup
-
Get the item enabled provider class.
- itemIconGenerator() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.CheckBoxGroup
-
Get the item icon generator class.
- itemIconGenerator() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.ComboBox
-
Get the item icon generator class.
- itemIconGenerator() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.RadioButtonGroup
-
Get the item icon generator class.
L
- lenient() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractDateField
-
Get lenient mode.
- log - Variable in class org.dellroad.stuff.vaadin8.BlobField
M
- max() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.Slider
-
Get the maximum value.
- maximumWidth() - Method in annotation type org.dellroad.stuff.vaadin8.GridColumn
-
Get the maximum width for the Grid column.
- maxLength() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractTextField
-
Get the maximum length.
- min() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.Slider
-
Get the minimum value.
- minimumWidth() - Method in annotation type org.dellroad.stuff.vaadin8.GridColumn
-
Get the minimum width for the Grid column.
N
- newItemProvider() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.ComboBox
-
Get the new item provider class.
- nullRepresentation() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.Binding
-
Get the null representation.
O
- order() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.Binding
-
Get the ordering value for this field.
- order() - Method in annotation type org.dellroad.stuff.vaadin8.GridColumn
-
Get the ordering value for this column.
- org.dellroad.stuff.vaadin8 - package org.dellroad.stuff.vaadin8
-
Vaadin-related classes.
- orientation() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.Slider
-
Get the orientation.
P
- pageLength() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.ComboBox
-
Get the page length.
- parseErrorMessage() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractDateField
-
Get the date parse error message.
- placeholder() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractTextField
-
Get the placeholder.
- placeholder() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.ComboBox
-
Get the placeholder.
- placeholder() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.DateField
-
Get the placeholder.
- placeholder() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.DateTimeField
-
Get the placeholder.
- popupWidth() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.ComboBox
-
Get the popup width.
- primaryStyleName() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractComponent
-
Get primary style name.
- ProvidesProperty - Annotation Type in org.dellroad.stuff.vaadin8
-
Provides the information necessary to auto-generate a
PropertyDefinitionbased on the annotated getter method. - ProvidesPropertyScanner<T> - Class in org.dellroad.stuff.vaadin8
-
Scans a Java class hierarchy for
@ProvidesPropertyannotated getter methods and creates a correspondingPropertySetcontainingPropertyDefinitions that extract property values from instances of the given class via the annotated methods. - ProvidesPropertyScanner(Class<T>) - Constructor for class org.dellroad.stuff.vaadin8.ProvidesPropertyScanner
-
Constructor.
R
- readOnly() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractField
-
Get whether this field is read-only.
- readOnly() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractMultiSelect
-
Get whether this field is read-only.
- readOnly() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractSingleSelect
-
Get whether this field is read-only.
- receiveUpload(String, String) - Method in class org.dellroad.stuff.vaadin8.BlobField
- register() - Method in class org.dellroad.stuff.vaadin8.VaadinExternalListener
-
Register as a listener on configured event source.
- register(S) - Method in class org.dellroad.stuff.vaadin8.VaadinExternalListener
-
Register as a listener on the given event source.
- renderer() - Method in annotation type org.dellroad.stuff.vaadin8.GridColumn
-
Get the renderer for the Grid column.
- required() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.Binding
-
Get "as required" error message.
- requiredIndicatorVisible() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractField
-
Get whether the required indicator is visible.
- requiredIndicatorVisible() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractMultiSelect
-
Get whether the required indicator is visible.
- requiredIndicatorVisible() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractSingleSelect
-
Get whether the required indicator is visible.
- requiredProvider() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.Binding
-
Get "as required" error message provider class.
- resizable() - Method in annotation type org.dellroad.stuff.vaadin8.GridColumn
-
Get whether the Grid column is resizable.
- resolution() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractDateField
-
Get the date resolution.
- resolution() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.Slider
-
Get the resolution.
- responsive() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractComponent
-
Get whether field is responsive.
- rows() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.ListSelect
-
Get the number of rows in the editor.
- rows() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.TextArea
-
Set the number of rows.
S
- scrollToSelectedItem() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.ComboBox
-
Get whether to scroll to the selected item.
- setAsynchronous(boolean) - Method in class org.dellroad.stuff.vaadin8.VaadinExternalListener
-
Set whether to notify asynchronously.
- setEditorBindings(Grid<T>) - Method in class org.dellroad.stuff.vaadin8.FieldBuilder
-
Set this instance's field bindings as the editor bindings for the corresponding columns in the given
Grid. - setEnumClass(Class<T>) - Method in class org.dellroad.stuff.vaadin8.EnumComboBox
-
Set the enum class.
- showISOWeekNumbers() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractDateField
-
Get whether to show ISO week numbers.
- SimplePropertyDefinition<T,V> - Class in org.dellroad.stuff.vaadin8
-
Straightforward
PropertyDefinitionimplementation based on getter and setter methods. - SimplePropertyDefinition(SimplePropertySet<T>, Class<V>, String, String, Method, Method) - Constructor for class org.dellroad.stuff.vaadin8.SimplePropertyDefinition
-
Constructor.
- SimplePropertySet<T> - Class in org.dellroad.stuff.vaadin8
-
Straightforward
PropertySetimplementation usingSimplePropertyDefinitions. - SimplePropertySet(Class<T>) - Constructor for class org.dellroad.stuff.vaadin8.SimplePropertySet
-
Constructor.
- sortable() - Method in annotation type org.dellroad.stuff.vaadin8.GridColumn
-
Get whether the Grid column is sortable.
- sortOrderProvider() - Method in annotation type org.dellroad.stuff.vaadin8.GridColumn
-
Get the sort order provider for the Grid column.
- sortProperty() - Method in annotation type org.dellroad.stuff.vaadin8.GridColumn
-
Get the back-end sort properties for the Grid column.
- styleGenerator() - Method in annotation type org.dellroad.stuff.vaadin8.GridColumn
-
Get the style generator for the Grid column.
- styleNames() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractComponent
-
Get style names.
T
- tabIndex() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractField
-
Get this field's tab index.
- tabIndex() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractListing
-
Get this field's tab index.
- textFieldEnabled() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.DateField
-
Get whether text field is enabled.
- textFieldEnabled() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.DateTimeField
-
Get whether text field is enabled.
- textInputAllowed() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.ComboBox
-
Get whether text input is allowed.
- toString() - Method in class org.dellroad.stuff.vaadin8.SimplePropertyDefinition
- toString() - Method in class org.dellroad.stuff.vaadin8.SimplePropertySet
- type() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractComponent
-
Get the
AbstractComponenttype that will edit the property. - type() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractDateField
-
Get the
AbstractDateFieldtype that will edit the property. - type() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractField
-
Get the
AbstractFieldtype that will edit the property. - type() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractListing
-
Get the
AbstractListingtype that will edit the property. - type() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractMultiSelect
-
Get the
AbstractMultiSelecttype that will edit the property. - type() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractSingleSelect
-
Get the
AbstractSingleSelecttype that will edit the property. - type() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractTextField
-
Get the
AbstractTextFieldtype that will edit the property. - type() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.CheckBox
-
Get the
CheckBoxtype that will edit the property. - type() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.CheckBoxGroup
-
Get the
CheckBoxGrouptype that will edit the property. - type() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.ComboBox
-
Get the
ComboBoxtype that will edit the property. - type() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.DateField
-
Get the
DateFieldtype that will edit the property. - type() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.DateTimeField
-
Get the
DateTimeFieldtype that will edit the property. - type() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.EnumComboBox
-
Get the
EnumComboBoxtype that will edit the property. - type() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.InlineDateField
-
Get the
InlineDateFieldtype that will edit the property. - type() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.ListSelect
-
Get the
ListSelecttype that will edit the property. - type() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.PasswordField
-
Get the
PasswordFieldtype that will edit the property. - type() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.RadioButtonGroup
-
Get the
RadioButtonGrouptype that will edit the property. - type() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.RichTextArea
-
Get the
RichTextAreatype that will edit the property. - type() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.Slider
-
Get the
Slidertype that will edit the property. - type() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.TextArea
-
Get the
TextAreatype that will edit the property. - type() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.TextField
-
Get the
TextFieldtype that will edit the property.
U
- unregister() - Method in class org.dellroad.stuff.vaadin8.VaadinExternalListener
-
Un-register as a listener on configured event source.
- unregister(S) - Method in class org.dellroad.stuff.vaadin8.VaadinExternalListener
-
Register as a listener from the given event source.
- updateDisplay() - Method in class org.dellroad.stuff.vaadin8.BlobField
-
Update the description label to reflect the current property value and read-only status.
- updateProgress(long, long) - Method in class org.dellroad.stuff.vaadin8.BlobField
- uploadFailed(Upload.FailedEvent) - Method in class org.dellroad.stuff.vaadin8.BlobField
- uploadStarted(Upload.StartedEvent) - Method in class org.dellroad.stuff.vaadin8.BlobField
- uploadSucceeded(Upload.SucceededEvent) - Method in class org.dellroad.stuff.vaadin8.BlobField
V
- VaadinExternalListener<S> - Class in org.dellroad.stuff.vaadin8
-
Support superclass customized for use by listeners that are part of a Vaadin application when listening to non-Vaadin ("external") event sources.
- VaadinExternalListener(S) - Constructor for class org.dellroad.stuff.vaadin8.VaadinExternalListener
-
Convenience constructor.
- VaadinExternalListener(S, VaadinSession) - Constructor for class org.dellroad.stuff.vaadin8.VaadinExternalListener
-
Primary constructor.
- VaadinUtil - Class in org.dellroad.stuff.vaadin8
-
Miscellaneous utility methods.
- validationStatusHandler() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.Binding
-
Get the validation status handler class.
- validator() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.Binding
-
Get the validator class.
- value() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.ProvidesField
-
The name of the property that the annotated method's return value edits.
- value() - Method in annotation type org.dellroad.stuff.vaadin8.GridColumn
-
Get the column ID.
- value() - Method in annotation type org.dellroad.stuff.vaadin8.ProvidesProperty
-
Get the name of the Vaadin property.
- valueChangeMode() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractTextField
-
Get text change event mode.
- valueChangeTimeout() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractTextField
-
Get text change event timeout.
- valueProvider() - Method in annotation type org.dellroad.stuff.vaadin8.GridColumn
-
Get the presentation value provider for the Grid column.
- visible() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractComponent
-
Get whether field is visible.
W
- width() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.AbstractComponent
-
Get width.
- width() - Method in annotation type org.dellroad.stuff.vaadin8.GridColumn
-
Get the width for the Grid column.
- wordWrap() - Method in annotation type org.dellroad.stuff.vaadin8.FieldBuilder.TextArea
-
Set wordwrap mode.
- WritableResource - Class in org.dellroad.stuff.vaadin8
-
Support superclass for
StreamResourceimplementations that can be more easily implemented by writing to anOutputStreamthan providing anInputStream. - WritableResource(String) - Constructor for class org.dellroad.stuff.vaadin8.WritableResource
-
Constructor.
- WritableResource(String, String) - Constructor for class org.dellroad.stuff.vaadin8.WritableResource
-
Convenience constructor that also sets the MIME type.
- writeTo(OutputStream) - Method in class org.dellroad.stuff.vaadin8.WritableResource
-
Write the resource contents to the given
OutputStreamand then close it.
All Classes All Packages