Searched refs:controlCount (Results 1 – 2 of 2) sorted by relevance
/trunk/main/forms/qa/integration/forms/ |
H A D | SingleControlValidation.java | 63 …s, int rowPos, String formComponentService, XValidator validator, int controlCount, int controlHei… in SingleControlValidation() argument 68 createControls( columnPos, rowPos, formComponentService, controlCount, controlHeight ); in SingleControlValidation() 91 …Controls( int columnPos, int rowPos, String formComponentService, int controlCount, int controlHei… in createControls() argument 106 XPropertySet[] controls = new XPropertySet[ controlCount ]; in createControls() 107 for ( int i = 0; i < controlCount; ++i, controlPos += controlHeight ) in createControls()
|
/trunk/main/odk/examples/DevelopersGuide/Forms/ |
H A D | SingleControlValidation.java | 59 …s, int rowPos, String formComponentService, XValidator validator, int controlCount, int controlHei… in SingleControlValidation() argument 64 createControls( columnPos, rowPos, formComponentService, controlCount, controlHeight ); in SingleControlValidation() 87 …Controls( int columnPos, int rowPos, String formComponentService, int controlCount, int controlHei… in createControls() argument 102 XPropertySet[] controls = new XPropertySet[ controlCount ]; in createControls() 103 for ( int i = 0; i < controlCount; ++i, controlPos += controlHeight ) in createControls()
|
Completed in 17 milliseconds