org.apache.tapestry5.beaneditor
Annotation Type Sortable
@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
@Documented
@UseWith(value={BEAN,COMPONENT,MIXIN,PAGE})
public @interface Sortable
Used to explicitly define whether a property should be considerable sortable or not.
If this annotation isn't used, then the property will be considered sortable only if
its type implements Comparable.
This annotation may be attached to a getter or setter method, or the matching field.
|
Required Element Summary |
boolean |
value
|
value
public abstract boolean value
Copyright © 2003-2012 The Apache Software Foundation.