Home
last modified time | relevance | path

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

/AOO41X/main/forms/qa/integration/forms/
H A DFormPropertyBags.java98 …XPropertySet textFieldModel = m_formLayer.createControlAndShape( "DatabaseTextField", 10, 10, 25, … in checkSomething() local
102 XPropertyContainer.class, textFieldModel ); in checkSomething()
110 XPropertySetInfo propertyInfo = textFieldModel.getPropertySetInfo(); in checkSomething()
123 impl_checkPropertyValueNotification( textFieldModel ); in checkSomething()
172 XPropertySet textFieldModel = m_formLayer.getControlModel( new int[] { 0, 0 } ); in impl_checkPropertyPersistence() local
175 …assure( "persistent properties did not survive reload (1)!", ((String)textFieldModel.getPropertyVa… in impl_checkPropertyPersistence()
176 …assure( "persistent properties did not survive reload (2)!", ((String)textFieldModel.getPropertyVa… in impl_checkPropertyPersistence()
182 try { textFieldModel.getPropertyValue( "SomeTransientText" ); } in impl_checkPropertyPersistence()
/AOO41X/main/scripting/source/pyprov/
H A Dpythonscript.py553 textFieldModel = dialogModel.createInstance(
555 textFieldModel.PositionX = 6
556 textFieldModel.PositionY = 6
557 textFieldModel.Width = 228
558 textFieldModel.Height = 288
559 textFieldModel.TabIndex = 3
560 textFieldModel.HScroll = True
561 textFieldModel.VScroll = True
562 textFieldModel.MultiLine = True
563 textFieldModel.FontDescriptor = fontDescriptor
[all …]