FilterType

Inheritance: java.lang.Object

public final class FilterType

The filter type.

Fields

FieldDescription
COLOR_FILTERFilter by fill color of the cell.
CUSTOM_FILTERSCustom filter type.
DYNAMIC_FILTERDynamic filter type.
ICON_FILTERFilter by icon of conditional formatting.
MULTIPLE_FILTERSWhen multiple values are chosen to filter by, or when a group of date values are chosen to filter by, this element groups those criteria together.
NONENo filter.
TOP_10Top 10 filter.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

COLOR_FILTER

public static final int COLOR_FILTER

Filter by fill color of the cell.

CUSTOM_FILTERS

public static final int CUSTOM_FILTERS

Custom filter type.

DYNAMIC_FILTER

public static final int DYNAMIC_FILTER

Dynamic filter type.

ICON_FILTER

public static final int ICON_FILTER

Filter by icon of conditional formatting.

MULTIPLE_FILTERS

public static final int MULTIPLE_FILTERS

When multiple values are chosen to filter by, or when a group of date values are chosen to filter by, this element groups those criteria together.

NONE

public static final int NONE

No filter.

TOP_10

public static final int TOP_10

Top 10 filter.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int