Searched refs:m_statusField (Results 1 – 2 of 2) sorted by relevance
/trunk/main/forms/qa/integration/forms/ |
H A D | SingleControlValidation.java | 49 private XPropertySet m_statusField; field in SingleControlValidation 127 …m_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() 173 … m_statusField.setPropertyValue( "TextColor", new Integer( isValid ? 0x008000 : 0x800000 ) ); in componentValidityChanged()
|
/trunk/main/odk/examples/DevelopersGuide/Forms/ |
H A D | SingleControlValidation.java | 45 private XPropertySet m_statusField; field in SingleControlValidation 123 …m_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() 169 … m_statusField.setPropertyValue( "TextColor", new Integer( isValid ? 0x008000 : 0x800000 ) ); in componentValidityChanged()
|
Completed in 13 milliseconds