Home
last modified time | relevance | path

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

/trunk/main/forms/qa/integration/forms/
H A DFormLayer.java222 …XPropertySet insertControlLine( String sControlType, String sFieldName, String _controlNamePostfix, in insertControlLine() argument
243 if ( _controlNamePostfix == null ) in insertControlLine()
244 _controlNamePostfix = ""; in insertControlLine()
245 xLabelModel.setPropertyValue( "Name", sFieldName + _controlNamePostfix + "_Label" ); in insertControlLine()
246 xFieldModel.setPropertyValue( "Name", sFieldName + _controlNamePostfix ); in insertControlLine()

Completed in 16 milliseconds