Uses of Class
org.apache.wicket.examples.forminput.FormInputModel.Line
-
Packages that use FormInputModel.Line Package Description org.apache.wicket.examples.forminput -
-
Uses of FormInputModel.Line in org.apache.wicket.examples.forminput
Methods in org.apache.wicket.examples.forminput that return types with arguments of type FormInputModel.Line Modifier and Type Method Description List<FormInputModel.Line>FormInputModel. getLines()Gets lines.Method parameters in org.apache.wicket.examples.forminput with type arguments of type FormInputModel.Line Modifier and Type Method Description voidFormInputModel. setLines(List<FormInputModel.Line> lines)Sets lines.
-