Classes, interfaces and traits
jIFilteredDatatype¶
interface for datatypes which can filter value
« More »
jDatatypeDate¶
Datatype date
Possible facets are: 'maxValue', 'minValue'
« More »
jDatatypeDateTime¶
Datatype datetime
Possible facets are: 'maxValue', 'minValue'
« More »
jDatatypeDecimal¶
Datatype Decimal
Possible facets are: 'maxValue', 'minValue'
« More »
jDatatypeHexadecimal¶
Datatype Hexa
Possible facets are: 'maxValue', 'minValue'
« More »
jDatatypeHtml¶
Datatype HTML String.
Possible facets are: 'length','minLength','maxLength'
« More »
jDatatypeInteger¶
Datatype Integer
Possible facets are: 'maxValue', 'minValue'
« More »
jDatatypeLocaleDate¶
Datatype localedate
Possible facets are: 'maxValue', 'minValue'
« More »
jDatatypeLocaleDateTime¶
Datatype localedatetime
Possible facets are: 'maxValue', 'minValue'
« More »
jDatatypeLocaleTime¶
Datatype localetime
Possible facets are: 'maxValue', 'minValue'
« More »
jDatatypeLocaleTimeShort¶
Datatype localetime
Possible facets are: 'maxValue', 'minValue'
« More »
jDatatypeString¶
Datatype String.
Possible facets are: 'length','minLength','maxLength', 'pattern'
« More »
jDatatypeTime¶
Datatype time
Possible facets are: 'maxValue', 'minValue'
« More »
jDatatypeUrl¶
Datatype url
Possible facets are: 'schemeRequired','hostRequired','pathRequired', 'queryRequired'.
all are booleans.
« More »