Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/tests/java/mod/_forms/
H A DOListBoxModel.java193 String ChangePropertyName = null; field in OListBoxModel.Checker
196 …lic Checker(XLoadable xl, XPropertySet ps, XInterface ctrl, String ChangePropertyName, Object Chan… in Checker() argument
200 this.ChangePropertyName=ChangePropertyName; in Checker()
209 ps.setPropertyValue(ChangePropertyName, new short[] { lastItem }); in update()
226 short[] getS = (short[]) ps.getPropertyValue(ChangePropertyName); in wasCommited()
H A DGenericModelTest.java508 String ChangePropertyName = null; field in GenericModelTest.Checker
511 …lic Checker(XLoadable xl, XPropertySet ps, XInterface ctrl, String ChangePropertyName, Object Chan… in Checker() argument
515 this.ChangePropertyName=ChangePropertyName; in Checker()
524 lastValue = util.ValueChanger.changePValue(ps.getPropertyValue(ChangePropertyName)); in update()
534 … String msg = "The initial value of the property '" + ChangePropertyName + "' is NULL\n"; in update()
541 ps.setPropertyValue(ChangePropertyName, lastValue); in update()
558 Object newValue = ps.getPropertyValue(ChangePropertyName); in wasCommited()
H A DOTimeModel.java186 String ChangePropertyName = null; field in OTimeModel.Checker
189 …lic Checker(XLoadable xl, XPropertySet ps, XInterface ctrl, String ChangePropertyName, Object Chan… in Checker() argument
193 this.ChangePropertyName=ChangePropertyName; in Checker()

Completed in 28 milliseconds