View Javadoc
1   package org.argeo.cms.ui.forms;
2   
3   /** Constants used in the various CMS Forms */
4   public interface FormConstants {
5   	// DATAKEYS
6   	public final static String LINKED_VALUE = "LinkedValue";
7   }