| Frames | No Frames |
Class Summary | |
| xp.util.Blinker | A blink behavior, changes the background of a control a number of times. |
| xp.util.Calendar | Standard calendar object. Allows you to set a DataTime object into the Calendar and manipulate the individual fields |
| xp.util.ColorHelper | Various Color Manipulation functions |
| xp.util.CreditCard | Checks for valid credit card number |
| xp.util.Currency | Basic curency formatting information |
| xp.util.DateFormat | Date formatting |
| xp.util.DateSymbols | Represents the Date symbols for a specific locale |
| xp.util.Delegate | The Delegate class creates a function wrapper to let you run a function in the context of the original object, rather than in the context of the second object, when you pass a function from one object to another. |
| xp.util.FileDownloadManager | File upload manager |
| xp.util.FileUploadManager | File upload manager |
| xp.util.FinancialFunctions | Comments on points, First payment up front, and Last payment up front These entities affect the calculations as follows: Calculation of FV, payment amount, or number of payments is independent of these three Calculation of PV: The number of payments is reduced by 1 for each of the two 'up front' payments. Next, the PV is calculated and then reduced by the amount of the points and 1 payment amount for each of the 'up front' payments. Calculation of I: These amounts are deducted from the PV and the number of payments is reduced by 1 for each of the 'up front' payments. Next, the interest rate is calculated. |
| xp.util.FormValidation | |
| xp.util.Hash | |
| xp.util.KeyDownRepeater | An object that repeatedly makes a callback to a target as long as the key is down |
| xp.util.KeySearch | |
| xp.util.ListCollection | |
| xp.util.ListItem | A List Collection Item object |
| xp.util.ListItemIterator | An Iterator for iterating over a ListCollection |
| xp.util.Locale | |
| xp.util.LocaleLoader | |
| xp.util.LocalSharedObject | |
| xp.util.MathUtils | Various math/number utility functions |
| xp.util.MD5 | Port of the Javascript implementation of MD5 by Paul Johnston(used by Yahoo for all non-SSL logins) |
| xp.util.MD5Mac | MD5 |
| xp.util.MouseDownRepeater | An object that repeatedly makes a callback to a target as long as the mouse is down |
| xp.util.MouseDownTimer | Fires an event if the mouse remains down for more than a set period of time. |
| xp.util.NumberFormat | Number Format - a class for formatting Number types |
| xp.util.NumberSymbols | Represent the Number symbols for a specific locale |
| xp.util.RegExp | Regular Expression support A port to AS2 of the original FMX5 REgExp package by Pavil Jurjans. |
| xp.util.Repeater | An object that repeatedly makes a callback to a target |
| xp.util.StringUtils | String utilities class |
| xp.util.Time | Time utiity functions |
| xp.util.TimeInterval | An object representing a Timer Interval |
| xp.util.TimeIntervalFormat | TimeIntervalFormat Format TimeInterval for display |
| xp.util.Timer | Simple Timer Object |
| xp.util.TweenTimer | A control that manages a time based tween |