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 DateRangeTypeColumnDateFilter. typeMethods in org.eclipse.nebula.widgets.xviewer.core.model that return DateRangeType Modifier and Type Method Description static DateRangeTypeDateRangeType. get(java.lang.String value)DateRangeTypeColumnDateFilter. getType()static DateRangeTypeDateRangeType. 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 voidColumnFilterData. setDateFilter(java.lang.String columnId, DateRangeType dateRangeType, java.util.Date date1, java.util.Date date2)voidColumnDateFilter. 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 voidCustomizeManager. 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 DateRangeTypeColumnFilterDialog. dateRangeTypeMethods in org.eclipse.nebula.widgets.xviewer.util.internal.dialog that return DateRangeType Modifier and Type Method Description DateRangeTypeColumnFilterDialog. getDateRangeType()Methods in org.eclipse.nebula.widgets.xviewer.util.internal.dialog with parameters of type DateRangeType Modifier and Type Method Description voidColumnFilterDialog. setDateRangeType(DateRangeType dateRangeType)
-