Class FlowInputFieldTemplate<F extends InputField<T>,T>
java.lang.Object
org.bardframework.form.field.FieldTemplate<F>
org.bardframework.form.field.input.InputFieldTemplateAbstract<F,T>
org.bardframework.flow.form.field.input.FlowInputFieldTemplate<F,T>
- Direct Known Subclasses:
OtpFieldTemplate,SsotpFieldTemplate
public abstract class FlowInputFieldTemplate<F extends InputField<T>,T>
extends InputFieldTemplateAbstract<F,T>
-
Field Summary
FieldsFields inherited from class org.bardframework.form.field.input.InputFieldTemplateAbstract
disableExpression, persistentValue, valueProviderFields inherited from class org.bardframework.form.field.FieldTemplate
defaultValue, fieldClazz, log, name, showExpression -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFlowInputFieldTemplate(String name) FlowInputFieldTemplate(String name, boolean persistentValue) -
Method Summary
Methods inherited from class org.bardframework.form.field.input.InputFieldTemplateAbstract
fill, getDisableExpression, getValidationOrder, getValueProvider, isPersistentValue, isValid, setDisableExpression, setPersistentValue, setValueProvider, toValue, validate, validateMethods inherited from class org.bardframework.form.field.FieldTemplate
getDefaultValue, getEmptyField, getFieldClazz, getLog, getName, getShowExpression, mustShow, setDefaultValue, setLog, setShowExpression, toField