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