Searched refs:controlHeight (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/forms/qa/integration/forms/ |
H A D | SingleControlValidation.java | 63 …nt rowPos, String formComponentService, XValidator validator, int controlCount, int controlHeight ) in SingleControlValidation() argument 68 createControls( columnPos, rowPos, formComponentService, controlCount, controlHeight ); in SingleControlValidation() 91 …rols( int columnPos, int rowPos, String formComponentService, int controlCount, int controlHeight ) in createControls() argument 102 if ( controlHeight == 0 ) in createControls() 103 controlHeight = 6; in createControls() 107 for ( int i = 0; i < controlCount; ++i, controlPos += controlHeight ) in createControls() 109 …ayer.createControlAndShape( formComponentService, columnPos, controlPos, 25, controlHeight, null ); in createControls()
|
/aoo41x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | SingleControlValidation.java | 59 …nt rowPos, String formComponentService, XValidator validator, int controlCount, int controlHeight ) in SingleControlValidation() argument 64 createControls( columnPos, rowPos, formComponentService, controlCount, controlHeight ); in SingleControlValidation() 87 …rols( int columnPos, int rowPos, String formComponentService, int controlCount, int controlHeight ) in createControls() argument 98 if ( controlHeight == 0 ) in createControls() 99 controlHeight = 6; in createControls() 103 for ( int i = 0; i < controlCount; ++i, controlPos += controlHeight ) in createControls() 105 …ayer.createControlAndShape( formComponentService, columnPos, controlPos, 25, controlHeight, null ); in createControls()
|
Completed in 16 milliseconds