Home
last modified time | relevance | path

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

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