| A model that represents a localized resource string. This is a lightweight
version of the
StringResourceModel . It lacks parameter
substitutions, but is generaly easier to use.
If you don't use this model as primary component model (you don't specify it
in component constructor and don't assign it to component using
Component.setModel(IModel) ), you will need to connect the model
with a component using
ResourceModel.wrapOnAssignment(Component) .
author: Igor Vaynberg (ivaynberg) |