All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.talk2object.plum.interaction.rich.field.ViewMode Maven / Gradle / Ivy

package com.talk2object.plum.interaction.rich.field;

public enum ViewMode {
	
	/**
	 * form, submit once.
	 */
	INPUT,
	/**
	 * view only.
	 */
	VIEW,
	/**
	 * repeatable interactive.
	 */
	INTERACTIVE;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy