Class Field
- java.lang.Object
-
- org.apache.wicket.examples.velocity.Field
-
- All Implemented Interfaces:
Serializable
public class Field extends Object implements Serializable
Description of a dynamic field to be rendered into the Velocity template.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFieldName()Gets the field's name.intgetFieldSize()Gets the field's size.
-
-
-
Constructor Detail
-
Field
public Field(String fieldName, int fieldSize)
Construct.- Parameters:
fieldName-fieldSize-
-
-
Method Detail
-
getFieldName
public String getFieldName()
Gets the field's name.- Returns:
- the field's name
-
getFieldSize
public int getFieldSize()
Gets the field's size.- Returns:
- the field's size
-
-