Uses of Interface
io.dialob.program.model.FormItem
-
Packages that use FormItem Package Description io.dialob.program.model -
-
Uses of FormItem in io.dialob.program.model
Classes in io.dialob.program.model that implement FormItem Modifier and Type Class Description classImmutableFormItemImmutable implementation ofFormItem.Methods in io.dialob.program.model with parameters of type FormItem Modifier and Type Method Description static ImmutableFormItemImmutableFormItem. copyOf(FormItem instance)Creates an immutable copy of aFormItemvalue.ImmutableFormItem.BuilderImmutableFormItem.Builder. from(FormItem instance)Fill a builder with attribute values from the providedio.dialob.program.model.FormIteminstance.
-