public class DataTableFilter extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
DataTableFilter(DataTableFilterType filterType,
String strParameterName,
String strFilterLabel)
Creates a new filter
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFilterLabel()
Get the label of the filter
|
DataTableFilterType |
getFilterType()
Get the type of the filter
|
String |
getParameterName()
Get the name of the parameter to filter
|
ReferenceList |
getRefList()
Get the reference list of this filter
|
String |
getValue()
Get the current value of the filter
|
protected void |
setFilterLabel(String strFilterLabel)
Set the label of the filter
|
protected void |
setFilterType(DataTableFilterType filterType)
Set the type of the filter
|
protected void |
setParameterName(String strParameterName)
Set the name of the parameter to filter
|
protected void |
setRefList(ReferenceList refList)
Set the reference list of this filter
|
protected void |
setValue(String strValue)
Set the current value of the filter
|
protected DataTableFilter(DataTableFilterType filterType, String strParameterName, String strFilterLabel)
filterType - The type of the filterstrParameterName - The name of the parameter to filterstrFilterLabel - The label of the filterpublic DataTableFilterType getFilterType()
protected void setFilterType(DataTableFilterType filterType)
filterType - The type of the filterpublic String getParameterName()
protected void setParameterName(String strParameterName)
strParameterName - The name of the parameter to filterpublic String getFilterLabel()
protected void setFilterLabel(String strFilterLabel)
strFilterLabel - The label of the filterpublic ReferenceList getRefList()
protected void setRefList(ReferenceList refList)
refList - The reference list of this filterpublic String getValue()
protected void setValue(String strValue)
strValue - The current value of the filterCopyright © 2016 City of Paris. All rights reserved.