org.apache.tapestry.beaneditor
Annotation Type Width
@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface Width
Defines the desired width of the field used to edit the property. Note that width (generally equivalent to the
size attribute of an HTML <input> element) is only used for presentation; validation must be used to
actually enforce a maximum input length.
|
Required Element Summary |
int |
value
The width used to display the field for the property (values less than one indicate unspecified). |
value
public abstract int value
- The width used to display the field for the property (values less than one indicate unspecified).
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.