FilterColumn
Inheritance: java.lang.Object
public class FilterColumn
Represents a filter for a single column. The Filter object is a member of the Filters collection
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getFieldIndex() | Gets the column offset in the range. |
getFilter() | Gets the condition of filtering data. |
getFilterType() | Gets the type fo filtering data. |
hashCode() | |
isDropdownVisible() | Indicates whether the AutoFilter button for this column is visible. |
notify() | |
notifyAll() | |
setDropdownVisible(boolean value) | Indicates whether the AutoFilter button for this column is visible. |
setFieldIndex(int value) | Sets the column offset in the range. |
setFilter(Object value) | Sets the condition of filtering data. |
setFilterType(int value) | Sets the type fo filtering data. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getFieldIndex()
public int getFieldIndex()
Gets the column offset in the range.
Returns: int
getFilter()
public Object getFilter()
Gets the condition of filtering data.
Returns: java.lang.Object
getFilterType()
public int getFilterType()
Gets the type fo filtering data.
See FilterType.
Returns: int
hashCode()
public native int hashCode()
Returns: int
isDropdownVisible()
public boolean isDropdownVisible()
Indicates whether the AutoFilter button for this column is visible.
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setDropdownVisible(boolean value)
public void setDropdownVisible(boolean value)
Indicates whether the AutoFilter button for this column is visible.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setFieldIndex(int value)
public void setFieldIndex(int value)
Sets the column offset in the range.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setFilter(Object value)
public void setFilter(Object value)
Sets the condition of filtering data.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.Object |
setFilterType(int value)
public void setFilterType(int value)
Sets the type fo filtering data.
See FilterType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |