org.fuin.objects4j
Annotation Type TextField


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface TextField

Use this annotation to express the annotated attribute should be rendered as a text field. User agents are expected to use this information as hint for the rendering process.


Optional Element Summary
 int width
          Number of characters to be shown.
 

width

public abstract int width
Number of characters to be shown.

Default:
0


Copyright © 2010 Future Invent Informationsmanagement GmbH. All Rights Reserved.