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

org.vaadin.viritin.fields.CaptionGenerator Maven / Gradle / Ivy

package org.vaadin.viritin.fields;

import java.io.Serializable;

/**
 * A strategy to provide caption for options.
 * 
 * @param  the type bean/option for which the caption is to be generated
 */
public interface CaptionGenerator extends Serializable {
	
	public String getCaption(T option);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy