Skip to content
Reference > Classes

TablePanelColumnFilter

Definition

TablePanelColumnFilter var = .... ;

Extends

Extended By

None

Description

The filter for a table panel

Method Summary

Owner Name Return Type Description
Object getClassName() String Returns the string name of this object's class type.
TablePanelColumnFilter getInputText() String Returns the input text for the column filter.
TablePanelColumnFilter getIsIncludeNull() Boolean Returns true if the filter is including null.
TablePanelColumnFilter getIsMaxValueInclusive() Boolean Returns true if the filter is including the max value.
TablePanelColumnFilter getIsPattern() Boolean Returns true if the filter is a pattern match. False otherwise.
TablePanelColumnFilter getIsShow() Boolean Returns true if the filter showing (vs hiding) matches, false otherwise.
TablePanelColumnFilter getMaxValue() String Returns the max value to filter on, or null if none is set.
TablePanelColumnFilter getMinValue() String Returns the min value to filter on, or null if none is set.
TablePanelColumnFilter getValues() Set Returns a set of values filtered on, or null if no values are set.
TablePanelColumnFilter getisMinValueInclusive() Boolean Returns true if the filter is including the min value.
Object toJson() String Returns a json representation of this object.

Method Definitions


getInputText()

String TablePanelColumnFilter::getInputText()

Description

Returns the input text for the column filter.


getIsIncludeNull()

Boolean TablePanelColumnFilter::getIsIncludeNull()

Description

Returns true if the filter is including null.


getIsMaxValueInclusive()

Boolean TablePanelColumnFilter::getIsMaxValueInclusive()

Description

Returns true if the filter is including the max value.


getIsPattern()

Boolean TablePanelColumnFilter::getIsPattern()

Description

Returns true if the filter is a pattern match. False otherwise.


getIsShow()

Boolean TablePanelColumnFilter::getIsShow()

Description

Returns true if the filter showing (vs hiding) matches, false otherwise.


getMaxValue()

String TablePanelColumnFilter::getMaxValue()

Description

Returns the max value to filter on, or null if none is set.


getMinValue()

String TablePanelColumnFilter::getMinValue()

Description

Returns the min value to filter on, or null if none is set.


getValues()

Set TablePanelColumnFilter::getValues()

Description

Returns a set of values filtered on, or null if no values are set.


getisMinValueInclusive()

Boolean TablePanelColumnFilter::getisMinValueInclusive()

Description

Returns true if the filter is including the min value.