Uses of Class
org.eclipse.nebula.widgets.xviewer.core.model.DateRangeType
-
Packages that use DateRangeType Package Description org.eclipse.nebula.widgets.xviewer.core.model org.eclipse.nebula.widgets.xviewer.customize org.eclipse.nebula.widgets.xviewer.util.internal.dialog -
-
Uses of DateRangeType in org.eclipse.nebula.widgets.xviewer.core.model
Fields in org.eclipse.nebula.widgets.xviewer.core.model declared as DateRangeType Modifier and Type Field Description private DateRangeType
ColumnDateFilter. type
Methods in org.eclipse.nebula.widgets.xviewer.core.model that return DateRangeType Modifier and Type Method Description static DateRangeType
DateRangeType. get(java.lang.String value)
DateRangeType
ColumnDateFilter. getType()
static DateRangeType
DateRangeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DateRangeType[]
DateRangeType. 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 DateRangeType Modifier and Type Method Description void
ColumnFilterData. setDateFilter(java.lang.String columnId, DateRangeType dateRangeType, java.util.Date date1, java.util.Date date2)
void
ColumnDateFilter. setType(DateRangeType type)
Constructors in org.eclipse.nebula.widgets.xviewer.core.model with parameters of type DateRangeType Constructor Description ColumnDateFilter(DateRangeType type, java.util.Date date1, java.util.Date date2)
-
Uses of DateRangeType in org.eclipse.nebula.widgets.xviewer.customize
Methods in org.eclipse.nebula.widgets.xviewer.customize with parameters of type DateRangeType Modifier and Type Method Description void
CustomizeManager. setColumnDateFilter(java.lang.String columnId, DateRangeType dateRangeType, java.util.Date date1, java.util.Date date2)
-
Uses of DateRangeType in org.eclipse.nebula.widgets.xviewer.util.internal.dialog
Fields in org.eclipse.nebula.widgets.xviewer.util.internal.dialog declared as DateRangeType Modifier and Type Field Description private DateRangeType
ColumnFilterDialog. dateRangeType
Methods in org.eclipse.nebula.widgets.xviewer.util.internal.dialog that return DateRangeType Modifier and Type Method Description DateRangeType
ColumnFilterDialog. getDateRangeType()
Methods in org.eclipse.nebula.widgets.xviewer.util.internal.dialog with parameters of type DateRangeType Modifier and Type Method Description void
ColumnFilterDialog. setDateRangeType(DateRangeType dateRangeType)
-