Lines Matching refs:columnPos
50 …public SingleControlValidation( DocumentHelper document, int columnPos, int rowPos, String formCom… in SingleControlValidation() argument
55 createControls( columnPos, rowPos, formComponentService, 1, 0 ); in SingleControlValidation()
59 …public SingleControlValidation( DocumentHelper document, int columnPos, int rowPos, String formCom… 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
91 … m_inputLabel = m_formLayer.createControlAndShape( "FixedText", columnPos, rowPos, 70, 12, null ); in createControls()
105 …controls[ i ] = m_formLayer.createControlAndShape( formComponentService, columnPos, controlPos, 25… in createControls()
120 …XPropertySet xLabel = m_formLayer.createControlAndShape( "FixedText", columnPos, controlPos, 70, 4… in createControls()
123 …m_statusField = m_formLayer.createControlAndShape( "FixedText", columnPos, controlPos, 70, 4, null… in createControls()
128 … xLabel = m_formLayer.createControlAndShape( "FixedText", columnPos, controlPos, 70, 4, null ); in createControls()
131 …m_explanationField = m_formLayer.createControlAndShape( "FixedText", columnPos, controlPos, 70, 4,… in createControls()