Home
last modified time | relevance | path

Searched refs:selectionIndexes (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DListSelectionValidator.java39 short[] selectionIndexes = (short[])Value; in explainInvalid() local
40 if ( selectionIndexes.length > 2 ) in explainInvalid()
54 short[] selectionIndexes = (short[])Value; in isValid() local
55 if ( selectionIndexes.length > 2 ) in isValid()
/aoo42x/main/forms/qa/integration/forms/
H A DListSelectionValidator.java41 short[] selectionIndexes = (short[])Value; in explainInvalid() local
42 if ( selectionIndexes.length > 2 ) in explainInvalid()
56 short[] selectionIndexes = (short[])Value; in isValid() local
57 if ( selectionIndexes.length > 2 ) in isValid()

Completed in 12 milliseconds