|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.util.datatable.DataTableFilter
public class DataTableFilter
Class to filter data with a DataTableManager
Constructor Summary | |
---|---|
protected |
DataTableFilter(DataTableFilterType filterType,
String strParameterName,
String strFilterLabel)
Creates a new filter |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 filterMethod Detail |
---|
public 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 filter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |