Searched refs:formComponentService (Results 1 – 2 of 2) sorted by relevance
/trunk/main/forms/qa/integration/forms/ |
H A D | SingleControlValidation.java | 54 …ation( DocumentHelper document, int columnPos, int rowPos, String formComponentService, XValidator… in SingleControlValidation() argument 59 createControls( columnPos, rowPos, formComponentService, 1, 0 ); in SingleControlValidation() 63 …ation( DocumentHelper document, int columnPos, int rowPos, String formComponentService, XValidator… in SingleControlValidation() argument 68 createControls( columnPos, rowPos, formComponentService, controlCount, controlHeight ); in SingleControlValidation() 91 …private void createControls( int columnPos, int rowPos, String formComponentService, int controlCo… in createControls() argument 109 …controls[ i ] = m_formLayer.createControlAndShape( formComponentService, columnPos, controlPos, 25… in createControls() 110 controls[ i ].setPropertyValue( "Name", formComponentService ); in createControls()
|
/trunk/main/odk/examples/DevelopersGuide/Forms/ |
H A D | SingleControlValidation.java | 50 …ation( DocumentHelper document, int columnPos, int rowPos, String formComponentService, XValidator… in SingleControlValidation() argument 55 createControls( columnPos, rowPos, formComponentService, 1, 0 ); in SingleControlValidation() 59 …ation( DocumentHelper document, int columnPos, int rowPos, String formComponentService, XValidator… in SingleControlValidation() argument 64 createControls( columnPos, rowPos, formComponentService, controlCount, controlHeight ); in SingleControlValidation() 87 …private void createControls( int columnPos, int rowPos, String formComponentService, int controlCo… in createControls() argument 105 …controls[ i ] = m_formLayer.createControlAndShape( formComponentService, columnPos, controlPos, 25… in createControls() 106 controls[ i ].setPropertyValue( "Name", formComponentService ); in createControls()
|
Completed in 7 milliseconds