| Arrays |
Collection of EL functions for array manipulation: of:createArray(), of:createIntegerArray(),
of:contains() and of:reverseArray().
|
| Components |
Collection of EL functions for working with components.
|
| Converters |
Collection of EL functions for data conversion: of:iterableToList() (with alternative of:iterableToModel),
of:setToList(), of:mapToList(), of:joinArray(), of:joinCollection(),
of:joinMap(), of:splitArray(), of:splitList(), and of:toJson().
|
| Dates |
Collection of EL functions for date and time: of:formatDate(), of:formatDateWithTimezone(),
of:addXxx() like of:addDays(), of:xxxBetween() like of:daysBetween(),
of:getMonths(), of:getShortMonths(), of:getDaysOfWeek(), of:getShortDaysOfWeek(),
of:getMonth(), of:getShortMonth(), of:getDayOfWeek() and of:getShortDayOfWeek().
|
| Numbers |
Collection of EL functions for number formatting: of:formatBytes(), of:formatCurrency(),
of:formatNumber(), of:formatNumberDefault(), of:formatPercent(),
of:formatThousands() and of:formatThousandsUnit().
|
| Objects |
Collection of EL functions for objects.
|
| Strings |
Collection of EL functions for string manipulation: of:abbreviate(), of:capitalize(), of:concat(),
of:prettyURL(), of:encodeURL(), of:encodeURI(), of:encodeBase64(),
of:escapeJS(), of:stripTags() and of:formatX().
|