Skip navigation links
A C E G I O S T V 

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 GridPro with a value provider.
addEditColumn(ValueProvider<E, ?>, Renderer<E>) - Method in class com.vaadin.flow.component.gridpro.GridPro
Adds a new edit column to this GridPro with 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 GridPro with 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.

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.
com.vaadin.flow.component.gridpro - package com.vaadin.flow.component.gridpro
 
com.vaadin.flow.component.gridpro.osgi - package com.vaadin.flow.component.gridpro.osgi
 
createEditColumn(Renderer<E>, String) - Method in class com.vaadin.flow.component.gridpro.GridPro
Creates a new edit column instance for this GridPro instance.
custom(AbstractField<?, V>, ItemUpdater<T, V>) - Method in class com.vaadin.flow.component.gridpro.EditColumnConfigurator
 

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-column component.

G

getAlias() - Method in class com.vaadin.flow.component.gridpro.osgi.GridProConnectorResource
 
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.
getPath() - Method in class com.vaadin.flow.component.gridpro.osgi.GridProConnectorResource
 
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
 
GridPro<E> - Class in com.vaadin.flow.component.gridpro
 
GridPro(Class<E>) - Constructor for class com.vaadin.flow.component.gridpro.GridPro
Instantiates a new CrudGrid for the supplied bean type.
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.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.
GridProConnectorResource - Class in com.vaadin.flow.component.gridpro.osgi
Grid pro connector resource registration.
GridProConnectorResource() - Constructor for class com.vaadin.flow.component.gridpro.osgi.GridProConnectorResource
 

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.

O

onEnabledStateChanged(boolean) - Method in class com.vaadin.flow.component.gridpro.GridPro
 

S

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(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, 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, 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.
setEditOnClick(boolean) - Method in class com.vaadin.flow.component.gridpro.GridPro
Sets the value of the webcomponent's property editOnClick.
setEditorField(AbstractField) - 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.

V

valueOf(String) - Static method in enum com.vaadin.flow.component.gridpro.EditorType
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.
A C E G I O S T V 
Skip navigation links

Copyright © 2021. All rights reserved.