View Javadoc
1   package org.argeo.people.web;
2   
3   /** Constants used by the People UI */
4   public interface PeopleWebConstants {
5   	public final static int OVERVIEW_TYPE_HEADER = 1;
6   	public final static int OVERVIEW_TYPE_LARGE_LIST = 2;
7   	public final static int OVERVIEW_TYPE_SINGLE_LINE_LIST = 3;
8   }