The following features are supported:
I provides:
Each datatype can be marked as an "arraytype". Currently, this only has an influence on the {@link #validate(Object,ExpressionContext)} method, which should in that case be passedan array of objects. See also {@link #isArrayType()}. @version $Id: Datatype.java 56581 2004-11-04 10:12:30Z sylvain $
I provides:
Each datatype can be marked as an "arraytype". Currently, this only has an influence on the {@link #validate} method, which should in that case be passedan array of objects. See also {@link #isArrayType}.
String[] onProvideCompletionsFromMyField(String input) { return . . .; }
The following features are implemented:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|