/* Ara - capture species and specimen data * * Copyright (C) 2009 INBio (Instituto Naciona de Biodiversidad) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* * Components.java * * Created on 28 de septiembre de 2007, 03:06 PM * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package org.inbio.ara.guimanagers; /** * * @author herson */ public class Components { public static final Long LABEL = 0L; public static final Long UI_SELECT_ITEMS = 1L; public static final Long TEXTFIELD = 2L; public static final Long SELECT_ONE_MENU = 5L; public static final Long CALENDAR = 10L; public static final Long HIDDENFIELD = 12L; public static final Long HYPERLINK = 14L; public static final Long AUTO_COMPLETE = 16L; public static final Long TEXT_AREA = 6L; }