Uses of Enum Class
com.vaadin.flow.component.gridpro.EditorType
-
Uses of EditorType in com.vaadin.flow.component.gridpro
Methods in com.vaadin.flow.component.gridpro that return EditorTypeModifier and TypeMethodDescriptionstatic EditorTypeReturns the enum constant of this class with the specified name.static EditorType[]EditorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.gridpro with parameters of type EditorTypeModifier and TypeMethodDescriptionprotected GridPro.EditColumn<T> GridPro.EditColumn.setEditorType(EditorType type) Sets the type of the editor that is used for modifying cell value.