org.apache.myfaces.orchestra.dynaForm.annot.ui
Annotation Type Range


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Range

Set the minimum and maximum allowed values for an input field.

This is an alternative to using separate Min and Max annotations.


Required Element Summary
 long max
           
 long min
           
 

Element Detail

min

public abstract long min

max

public abstract long max


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.