com.ivata.mask.web.field |
|
Java Source File Name | Type | Comment |
AttributesWriter.java | Class |
Stores and displays the attributes for an HTML field. |
DefaultFieldWriterFactory.java | Class |
Use this utility class to generate an appropriate field writer for a given
mask and field. |
FieldWriter.java | Interface |
Each field writer is responsble for writing out a single field value, given
the value object. |
FieldWriterConstants.java | Class | Stores constant strings or magic numbers used in the field writers. |
FieldWriterFactory.java | Interface |
Use implementations of this interface to generate an appropriate field
writer for a given mask and field. |