Searched refs:textFieldModel (Results 1 – 2 of 2) sorted by relevance
98 …XPropertySet textFieldModel = m_formLayer.createControlAndShape( "DatabaseTextField", 10, 10, 25, … in checkSomething() local102 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() local175 …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()
553 textFieldModel = dialogModel.createInstance(555 textFieldModel.PositionX = 6556 textFieldModel.PositionY = 6557 textFieldModel.Width = 228558 textFieldModel.Height = 288559 textFieldModel.TabIndex = 3560 textFieldModel.HScroll = True561 textFieldModel.VScroll = True562 textFieldModel.MultiLine = True563 textFieldModel.FontDescriptor = fontDescriptor[all …]