org.apache.tapestry.beaneditor
Annotation Type DataType


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface DataType

Used to explicitly set the data type used to select an editor (or display) block. Normally, the data type is determined from the type of the property (for example, property type java.lang.String would map to data type "text").


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.