Skip to content

Development

Javier A. Ortiz Bultron edited this page May 30, 2017 · 1 revision

Most of the things you'll need to extend the system are within VM Core com.validation.manager.core.api packages.

Internationalization

Contains the classes used in internationalization.

LocaleListener

Interface of classes meant to be notified when Locale changes.

InternationalizationProvider

This class handles the translation of strings. If adding plug-ins you can implement this interface for additional translations. When translating, this InternationalizationProviders are queried for missing translation from default ones. it is strongly suggested to use unique strings to avoid wrong translations if creating your own.

Notification

This API allows plug-ins to add notifications to the system.

Clone this wiki locally