Searched refs:propContainer (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/forms/qa/integration/forms/ |
H A D | FormPropertyBags.java | 101 XPropertyContainer propContainer = UnoRuntime.queryInterface( in checkSomething() local 103 assure("XPropertyContainer not supported!", propContainer != null ); in checkSomething() 105 propContainer.addProperty( "SomeBoundText", PropertyAttribute.BOUND, "InitialBoundText" ); in checkSomething() 106 …propContainer.addProperty( "SomeTransientText", PropertyAttribute.TRANSIENT, "InitialTransientProp… in checkSomething() 107 …propContainer.addProperty( "SomeReadonlyText", PropertyAttribute.READONLY, "InitialReadonlyText" ); in checkSomething() 108 propContainer.addProperty( "SomeNumericValue", PropertyAttribute.BOUND, new Integer( 42 ) ); in checkSomething() 116 … try { propContainer.addProperty( "SomeBoundText", PropertyAttribute.BOUND, "InitialBoundText" ); } in checkSomething()
|
Completed in 10 milliseconds