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

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

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


public class BooleanField extends InteractiveField {

	public BooleanField(String name, CollectionType complexValueType) {
		super(name, Boolean.class, ValueType.BOOLEAN, complexValueType);

	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy