public interface Paper
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(Form form) |
void |
markAsInvalid() |
void |
markErrorOn(String fieldName) |
void |
printDescription(String description) |
void |
printField(String name,
String description) |
void |
printTitle(String title) |
Paper |
write(String name,
String text) |
Copyright © 2017. All rights reserved.