History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
UBA-7544
Type:
Improvement
Status:
Closed
Resolution:
Fixed
Priority:
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
Description
e.g. for
Borders
DataTypes
Show »
All
Comments
Change History
Sort Order:
[
Permalink
|
« Hide
]
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)
[
Show »
]
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)
New converters for ULCAbstractBorder subclasses: