Home
last modified time | relevance | path

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

/aoo42x/main/forms/qa/integration/forms/
H A DSingleControlValidation.java49 private XPropertySet m_statusField; field in SingleControlValidation
127m_statusField = m_formLayer.createControlAndShape( "FixedText", columnPos, controlPos, 70, 4, null… in createControls()
128 m_statusField.setPropertyValue( "Label", new String( "" ) ); in createControls()
172 m_statusField.setPropertyValue("Label", isValid ? "valid" : "invalid" ); in componentValidityChanged()
173m_statusField.setPropertyValue( "TextColor", new Integer( isValid ? 0x008000 : 0x800000 ) ); in componentValidityChanged()
/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DSingleControlValidation.java45 private XPropertySet m_statusField; field in SingleControlValidation
123m_statusField = m_formLayer.createControlAndShape( "FixedText", columnPos, controlPos, 70, 4, null… in createControls()
124 m_statusField.setPropertyValue( "Label", new String( "" ) ); in createControls()
168 m_statusField.setPropertyValue("Label", isValid ? "valid" : "invalid" ); in componentValidityChanged()
169m_statusField.setPropertyValue( "TextColor", new Integer( isValid ? 0x008000 : 0x800000 ) ); in componentValidityChanged()

Completed in 12 milliseconds