|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataTableFilterType | |
---|---|
fr.paris.lutece.util.datatable |
Uses of DataTableFilterType in fr.paris.lutece.util.datatable |
---|
Methods in fr.paris.lutece.util.datatable that return DataTableFilterType | |
---|---|
DataTableFilterType |
DataTableFilter.getFilterType()
Get the type of the filter |
static DataTableFilterType |
DataTableFilterType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DataTableFilterType[] |
DataTableFilterType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in fr.paris.lutece.util.datatable with parameters of type DataTableFilterType | |
---|---|
void |
FilterPanel.addFilter(DataTableFilterType filterType,
String strParameterName,
String strFilterLabel)
Add a filter to this filter panel |
void |
DataTableManager.addFilter(DataTableFilterType filterType,
String strParameterName,
String strFilterLabel)
Add a filter to the filter panel of this DataTableManager |
protected void |
DataTableFilter.setFilterType(DataTableFilterType filterType)
Set the type of the filter |
Constructors in fr.paris.lutece.util.datatable with parameters of type DataTableFilterType | |
---|---|
DataTableFilter(DataTableFilterType filterType,
String strParameterName,
String strFilterLabel)
Creates a new filter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |