Uses of Class
org.eclipse.nebula.widgets.xviewer.core.model.SortDataType
Package | Description |
---|---|
org.eclipse.nebula.widgets.xviewer | |
org.eclipse.nebula.widgets.xviewer.core.model | |
org.eclipse.nebula.widgets.xviewer.edit |
-
Uses of SortDataType in org.eclipse.nebula.widgets.xviewer
Constructors in org.eclipse.nebula.widgets.xviewer with parameters of type SortDataType Constructor Description XViewerComputedColumn(java.lang.String id, java.lang.String name, int width, XViewerAlign align, boolean show, SortDataType sortDataType, boolean multiColumnEditable, java.lang.String description)
XViewerValueColumn(java.lang.String id, java.lang.String name, int width, XViewerAlign align, boolean show, SortDataType sortDataType, boolean multiColumnEditable, java.lang.String description)
-
Uses of SortDataType in org.eclipse.nebula.widgets.xviewer.core.model
Methods in org.eclipse.nebula.widgets.xviewer.core.model that return SortDataType Modifier and Type Method Description SortDataType
XViewerColumn. getSortDataType()
static SortDataType
SortDataType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SortDataType[]
SortDataType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.nebula.widgets.xviewer.core.model with parameters of type SortDataType Modifier and Type Method Description void
XViewerColumn. setSortDataType(SortDataType sortDataType)
Constructors in org.eclipse.nebula.widgets.xviewer.core.model with parameters of type SortDataType Constructor Description XViewerColumn(java.lang.String id, java.lang.String name, int width, XViewerAlign align, boolean show, SortDataType sortDataType, boolean multiColumnEditable, java.lang.String description)
-
Uses of SortDataType in org.eclipse.nebula.widgets.xviewer.edit
Constructors in org.eclipse.nebula.widgets.xviewer.edit with parameters of type SortDataType Constructor Description ExtendedViewerColumn(java.lang.String id, java.lang.String name, int width, XViewerAlign align, boolean show, SortDataType sortDataType, boolean multiColumnEditable, java.lang.String description)