TablePanelColumnFilter¶
Definition¶
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 | getIsMinValueInclusive() | Boolean | Returns true if the filter is including the min 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. |
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.
getIsMinValueInclusive()¶
Boolean TablePanelColumnFilter::getIsMinValueInclusive()
Description¶
Returns true if the filter is including the min 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.