Home
last modified time | relevance | path

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

/aoo42x/main/forms/qa/integration/forms/
H A DSingleControlValidation.java63 …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()
/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DSingleControlValidation.java59 …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 11 milliseconds