Uses of Class
org.apache.wicket.model.StringResourceModel
-
Packages that use StringResourceModel Package Description org.apache.wicket.model Core model support for Wicket components. -
-
Uses of StringResourceModel in org.apache.wicket.model
Methods in org.apache.wicket.model that return StringResourceModel Modifier and Type Method Description StringResourceModelStringResourceModel. setDefaultValue(java.lang.String defaultValue)Sets the default value if the resource key is not found.StringResourceModelStringResourceModel. setDefaultValue(IModel<java.lang.String> defaultValue)Sets the default value if the resource key is not found.StringResourceModelStringResourceModel. setModel(IModel<?> model)Sets the model used for property substitutions.StringResourceModelStringResourceModel. setParameters(java.lang.Object... parameters)Sets the parameters used for substitution.
-