History | Log In     View a printable version of the current page.  

Issue Details (XML | Word | Printable)

Key: UBA-7443
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: ULC Team
Reporter: Daniel Grob
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
ULCBase

UITextComponent should provide access to the most recent DataTypeConversionException

Created: 16/May/08 11:06 AM   Updated: 18/Jun/08 05:28 PM
Component/s: datatype
Affects Version/s: None
Fix Version/s: UltraLightClient '08


 Description  « Hide
This would simplify extension that want give feedback for invalid input.

Possible implementation as a bound property. This would enable to extract the feedback code from the UITextComponent class.



 All   Comments   Change History      Sort Order:
Daniel Grob - [18/Jun/08 05:28 PM ]
New API:
  • ULCAbstractErrorManager class
  • ULCDefaultErrorManager class
  • IErrorVisualizer interface
  • DefaultErrorVisualizer class
  • ULCDateDataType(ULCErrorManager)
  • ULCNumberDataType(ULCErrorManager)
  • ULCPercentDataType(ULCErrorManager)
  • ULCRegularExpressionDataType(ULCErrorManager)
  • ULCStringDataType(ULCErrorManager)