Issue Details (XML | Word | Printable)

Key: UBA-7544
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Marcel Rüedi
Reporter: Daniel Grob
Votes: 0
Watchers: 0
Operations

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

Provide additional resource converters

Created: 15/Sep/08 11:16 AM   Updated: 05/Feb/09 05:24 PM
Component/s: applicationframework
Affects Version/s: None
Fix Version/s: UltraLightClient '08 Update 2


 Description  « Hide
e.g. for
  • Borders
  • DataTypes


 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Daniel Grob added a comment - 05/Feb/09 05:24 PM
New converters for IDataType subclasses:
  • ULCDateDataType => Date(formatPattern,twoDigitYearStartYear)
  • ULCNumberDataType => Number(formatPattern,localeString,min,max,roundingMode)
  • ULCPercentDataType => Percent(localeString,fractionalDigits,roundingMode,groupingUsed)
  • ULCRegularExpressionDataType => Regexp(validateExpression, inputFilterExpression)
  • ULCStringDataType => String(maxLength,mode,ignoreLongStringCompeletely)

New converters for ULCAbstractBorder subclasses:

  • ULCBevelBorder => Bevel(bevelType, highlightOuter, highlightInner, shadowOuter, shadowInner)
  • ULCCompoundBorder => Compound(outsideBorder, insideBorder)
  • ULCEmptyBorder => Empty(insets)
  • ULCEtchedBorder => Etched(etchType, highlight, shadow)
  • ULCLineBorder => Line(color, thickness, roundedCorners)
  • ULCMatteBorder => Matte(insets, color), Matte(insets, icon)
  • ULCResourceBorder => Resource(resourceKey)
  • ULCSoftBevelBorder => SoftBevel(bevelType, highlight, shadow), SoftBevel(bevelType, highlightOuter, highlightInner, shadowOuter, shadowInner)
  • ULCTitledBorder => Titled(border,titleText,titleJustification,titlePosition,titleFont,titleColor)