Uses of Class
fr.paris.lutece.util.datatable.DataTableColumnType

Packages that use DataTableColumnType
fr.paris.lutece.util.datatable   
 

Uses of DataTableColumnType in fr.paris.lutece.util.datatable
 

Methods in fr.paris.lutece.util.datatable that return DataTableColumnType
 DataTableColumnType DataTableColumn.getTypeColumn()
          Get the type of the column
static DataTableColumnType DataTableColumnType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataTableColumnType[] DataTableColumnType.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 DataTableColumnType
 void DataTableColumn.setTypeColumn(DataTableColumnType columnType)
          Set the type of the column
 

Constructors in fr.paris.lutece.util.datatable with parameters of type DataTableColumnType
DataTableColumn(String strTitleKey, String strParameterName, boolean bSortable, DataTableColumnType typeColumn)
          Creates a new DataTableColumn
DataTableColumn(String strTitleKey, String strParameterName, boolean bSortable, DataTableColumnType columnType, String strLabelTrue, String strLabelFalse)
          Creates a new boolean DataTableColumn
 



Copyright © 2014 Mairie de Paris. All Rights Reserved.