A C E G I L M O R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accept(T, V) - Method in interface com.vaadin.flow.component.gridpro.ItemUpdater
-
Called when a new value has been entered to an editor for an item.
- addCellEditStartedListener(ComponentEventListener<GridPro.CellEditStartedEvent<E>>) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Registers a listener to be notified when the user starts to edit an existing item.
- addEditColumn(ValueProvider<E, ?>) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Adds a new edit column to this
GridProwith a value provider. - addEditColumn(ValueProvider<E, ?>, Renderer<E>) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Adds a new edit column to this
GridProwith a value provider and renderer which is used to display the content when the cell is not in the edit mode. - addEditColumn(ValueProvider<E, V>, String...) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Adds a new edit column to this
GridProwith a value provider and sorting properties. - addEditColumn(String) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Adds a new edit column for the given property name.
- addItemPropertyChangedListener(ComponentEventListener<GridPro.ItemPropertyChangedEvent<E>>) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Registers a listener to be notified when the user has edited an existing item.
- addThemeVariants(GridProVariant...) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Adds theme variants to the component.
C
- CellEditStartedEvent(GridPro<E>, boolean, JsonObject, String) - Constructor for class com.vaadin.flow.component.gridpro.GridPro.CellEditStartedEvent
-
Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
- checkbox(ItemUpdater<T, Boolean>) - Method in class com.vaadin.flow.component.gridpro.EditColumnConfigurator
-
Configures the column to have a checkbox editor with the given item updater.
- CHECKBOX - com.vaadin.flow.component.gridpro.EditorType
- com.vaadin.flow.component.gridpro - package com.vaadin.flow.component.gridpro
- createEditColumn(Renderer<E>, String) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Creates a new edit column instance for this
GridProinstance. - custom(HasValueAndElement<?, V>, ItemUpdater<T, V>) - Method in class com.vaadin.flow.component.gridpro.EditColumnConfigurator
- CUSTOM - com.vaadin.flow.component.gridpro.EditorType
E
- EditColumn(GridPro<T>, String, Renderer<T>) - Constructor for class com.vaadin.flow.component.gridpro.GridPro.EditColumn
-
Constructs a new Column for use inside a Grid.
- EditColumnConfigurator<T> - Class in com.vaadin.flow.component.gridpro
-
Configuration for the editor of an edit column.
- EditorType - Enum in com.vaadin.flow.component.gridpro
-
Set of editor types applicable for editor of the
vaadin-grid-edit-columncomponent.
G
- getColumn() - Method in class com.vaadin.flow.component.gridpro.EditColumnConfigurator
-
Gets the column.
- getEditOnClick() - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Gets the value of the webcomponent's property editOnClick.
- getEditorField() - Method in class com.vaadin.flow.component.gridpro.GridPro.EditColumn
- getEditorType() - Method in class com.vaadin.flow.component.gridpro.GridPro.EditColumn
-
Gets the type of the editor that is used for modifying cell value.
- getEnterNextRow() - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Gets the value of the webcomponent's property enterNextRow.
- getItem() - Method in class com.vaadin.flow.component.gridpro.GridPro.CellEditStartedEvent
-
Gets an instance of edited item.
- getItem() - Method in class com.vaadin.flow.component.gridpro.GridPro.ItemPropertyChangedEvent
-
Gets an instance of edited item.
- getItemUpdater() - Method in class com.vaadin.flow.component.gridpro.GridPro.EditColumn
-
Gets the itemUpdater function that will be called on item changed.
- getOptions() - Method in class com.vaadin.flow.component.gridpro.GridPro.EditColumn
-
Gets the list of options that is used for select type of the editor.
- getSingleCellEdit() - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Gets the value of the webcomponent's property singleCellEdit.
- getTypeName() - Method in enum com.vaadin.flow.component.gridpro.EditorType
-
Gets the type name.
- getValueProvider() - Method in class com.vaadin.flow.component.gridpro.GridPro.EditColumn
- getVariantName() - Method in enum com.vaadin.flow.component.gridpro.GridProVariant
-
Gets the variant name.
- GridPro<E> - Class in com.vaadin.flow.component.gridpro
- GridPro() - Constructor for class com.vaadin.flow.component.gridpro.GridPro
-
Creates a new instance, with page size of 50.
- GridPro(int) - Constructor for class com.vaadin.flow.component.gridpro.GridPro
-
Creates a new instance, with the specified page size.
- GridPro(Class<E>) - Constructor for class com.vaadin.flow.component.gridpro.GridPro
-
Instantiates a new CrudGrid for the supplied bean type.
- GridPro.CellEditStartedEvent<E> - Class in com.vaadin.flow.component.gridpro
-
Event fired when the user starts to edit an existing item.
- GridPro.EditColumn<T> - Class in com.vaadin.flow.component.gridpro
-
Server-side component for the
<vaadin-grid-edit-column>element. - GridPro.ItemPropertyChangedEvent<E> - Class in com.vaadin.flow.component.gridpro
-
Event fired when the user has edited an existing item.
- GridProVariant - Enum in com.vaadin.flow.component.gridpro
-
Set of theme variants applicable for
vaadin-grid-procomponent.
I
- ItemPropertyChangedEvent(GridPro<E>, boolean, JsonObject, String) - Constructor for class com.vaadin.flow.component.gridpro.GridPro.ItemPropertyChangedEvent
-
Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
- ItemUpdater<T,V> - Interface in com.vaadin.flow.component.gridpro
-
Callback that is called when a new value has been entered to an editor.
L
- LUMO_COLUMN_BORDERS - com.vaadin.flow.component.gridpro.GridProVariant
- LUMO_COMPACT - com.vaadin.flow.component.gridpro.GridProVariant
- LUMO_HIGHLIGHT_EDITABLE_CELLS - com.vaadin.flow.component.gridpro.GridProVariant
- LUMO_HIGHLIGHT_READ_ONLY_CELLS - com.vaadin.flow.component.gridpro.GridProVariant
- LUMO_NO_BORDER - com.vaadin.flow.component.gridpro.GridProVariant
- LUMO_NO_ROW_BORDERS - com.vaadin.flow.component.gridpro.GridProVariant
- LUMO_ROW_STRIPES - com.vaadin.flow.component.gridpro.GridProVariant
- LUMO_WRAP_CELL_CONTENT - com.vaadin.flow.component.gridpro.GridProVariant
M
- MATERIAL_COLUMN_DIVIDERS - com.vaadin.flow.component.gridpro.GridProVariant
O
- onEnabledStateChanged(boolean) - Method in class com.vaadin.flow.component.gridpro.GridPro
R
- removeThemeVariants(GridProVariant...) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Removes theme variants from the component.
S
- select(ItemUpdater<T, E>, Class<E>) - Method in class com.vaadin.flow.component.gridpro.EditColumnConfigurator
-
Configures the column to have a select editor with the given item updater, enum type using toString() as the string representation.
- select(ItemUpdater<T, E>, Class<E>, SerializableFunction<E, String>) - Method in class com.vaadin.flow.component.gridpro.EditColumnConfigurator
-
Configures the column to have a select editor with the given item updater, enum type and string representation callback.
- select(ItemUpdater<T, String>, String...) - Method in class com.vaadin.flow.component.gridpro.EditColumnConfigurator
-
Configures the column to have a select editor with the given item updater and options.
- select(ItemUpdater<T, String>, List<String>) - Method in class com.vaadin.flow.component.gridpro.EditColumnConfigurator
-
Configures the column to have a select editor with the given item updater and options.
- SELECT - com.vaadin.flow.component.gridpro.EditorType
- setEditOnClick(boolean) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Sets the value of the webcomponent's property editOnClick.
- setEditorField(HasValueAndElement) - Method in class com.vaadin.flow.component.gridpro.GridPro.EditColumn
- setEditorType(EditorType) - Method in class com.vaadin.flow.component.gridpro.GridPro.EditColumn
-
Sets the type of the editor that is used for modifying cell value.
- setEnterNextRow(boolean) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Sets the value of the webcomponent's property enterNextRow.
- setItemUpdater(ItemUpdater<T, String>) - Method in class com.vaadin.flow.component.gridpro.GridPro.EditColumn
-
Sets the itemUpdater function that will be called on item changed.
- setOptions(List<String>) - Method in class com.vaadin.flow.component.gridpro.GridPro.EditColumn
-
Sets the list of options that is used for select type of the editor.
- setSingleCellEdit(boolean) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Sets the value of the webcomponent's property singleCellEdit.
- setValueProvider(ValueProvider<T, ?>) - Method in class com.vaadin.flow.component.gridpro.GridPro.EditColumn
T
- text(ItemUpdater<T, String>) - Method in class com.vaadin.flow.component.gridpro.EditColumnConfigurator
-
Configures the column to have a text editor with the given item updater.
- TEXT - com.vaadin.flow.component.gridpro.EditorType
V
- valueOf(String) - Static method in enum com.vaadin.flow.component.gridpro.EditorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.flow.component.gridpro.GridProVariant
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.vaadin.flow.component.gridpro.EditorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.flow.component.gridpro.GridProVariant
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages