]> git.argeo.org Git - lgpl/argeo-commons.git/blob - forms/FormConstants.java
Prepare next development cycle
[lgpl/argeo-commons.git] / forms / FormConstants.java
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 }