Uses of Class
com.vaadin.flow.component.gridpro.EditorType
-
Packages that use EditorType Package Description com.vaadin.flow.component.gridpro -
-
Uses of EditorType in com.vaadin.flow.component.gridpro
Methods in com.vaadin.flow.component.gridpro that return EditorType Modifier and Type Method Description static EditorTypeEditorType. valueOf(String name)Returns the enum constant of this type with the specified name.static EditorType[]EditorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.gridpro with parameters of type EditorType Modifier and Type Method Description protected GridPro.EditColumn<T>GridPro.EditColumn. setEditorType(EditorType type)Sets the type of the editor that is used for modifying cell value.
-