Uses of Class
org.eclipse.nebula.widgets.grid.GridSelectionType
-
Packages that use GridSelectionType Package Description org.eclipse.nebula.widgets.grid -
-
Uses of GridSelectionType in org.eclipse.nebula.widgets.grid
Fields in org.eclipse.nebula.widgets.grid declared as GridSelectionType Modifier and Type Field Description private GridSelectionTypeGrid. selectionTypeType of selection behavior.Methods in org.eclipse.nebula.widgets.grid that return GridSelectionType Modifier and Type Method Description static GridSelectionTypeGridSelectionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GridSelectionType[]GridSelectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.nebula.widgets.grid with parameters of type GridSelectionType Modifier and Type Method Description voidGrid. setSelectionType(GridSelectionType selectionType)Change selection type (single or multi)
-