View Javadoc
1   package org.argeo.people.ui;
2   
3   /** Gereric UI constants of the People app */
4   public interface PeopleUiConstants {
5   	// Nb of millisecond between 2 requests in the delayed filtered text
6   	int SEARCH_TEXT_DELAY = 800;
7   }