public interface FormProvider
Modifier and Type | Method and Description |
---|---|
FormProvider |
copyWithNewParent(Form newParent) |
Form |
getForm() |
int |
getMax() |
int |
getMin() |
void |
setAnnotation(Annotation ann) |
void |
setMax(int max) |
void |
setMin(int min) |
Form getForm()
int getMin()
void setMin(int min)
int getMax()
void setMax(int max)
FormProvider copyWithNewParent(Form newParent)
void setAnnotation(Annotation ann)