Uses of Interface
io.dialob.api.form.FormTag
-
Packages that use FormTag Package Description io.dialob.api.form -
-
Uses of FormTag in io.dialob.api.form
Classes in io.dialob.api.form that implement FormTag Modifier and Type Class Description classImmutableFormTagImmutable implementation ofFormTag.Methods in io.dialob.api.form with parameters of type FormTag Modifier and Type Method Description static ImmutableFormTagImmutableFormTag. copyOf(FormTag instance)Creates an immutable copy of aFormTagvalue.ImmutableFormTag.BuilderImmutableFormTag.Builder. from(FormTag instance)Fill a builder with attribute values from the providedFormTaginstance.
-