Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
package org.tela_botanica.client.interfaces;public interface Filtrable {public String[] renvoyerValeursAFiltrer() ;public String renvoyerNomFiltre() ;public boolean renvoyerEtatFiltre() ;}