Uses of Class
org.zeroexchange.model.i18n.LocalizedValue

Packages that use LocalizedValue
org.zeroexchange.dao.i18n   
org.zeroexchange.i18n.create   
org.zeroexchange.model.i18n   
org.zeroexchange.web.components.form.i18n   
 

Uses of LocalizedValue in org.zeroexchange.dao.i18n
 

Methods in org.zeroexchange.dao.i18n that return types with arguments of type LocalizedValue
static Collection<LocalizedValue> LocalizationUtils.toLocalizedValues(Strings persistentString)
           
 

Uses of LocalizedValue in org.zeroexchange.i18n.create
 

Method parameters in org.zeroexchange.i18n.create with type arguments of type LocalizedValue
<E extends Persistent,T extends Strings<E>>
void
DefaultPersistedLocalizedValuesFactory.updatePersistedLocalizedValues(Collection<LocalizedValue> localizedValues, TitlesAware<E,T> entity)
           
<E extends Persistent,T extends Strings<E>>
void
PersistedLocalizedValueFactory.updatePersistedLocalizedValues(Collection<LocalizedValue> localizedValues, TitlesAware<E,T> entity)
           
 

Uses of LocalizedValue in org.zeroexchange.model.i18n
 

Method parameters in org.zeroexchange.model.i18n with type arguments of type LocalizedValue
static boolean LocalizedValue.isEmpty(List<LocalizedValue> titles, String language)
          Returns true id the specified titles list is empty.
 

Uses of LocalizedValue in org.zeroexchange.web.components.form.i18n
 

Constructor parameters in org.zeroexchange.web.components.form.i18n with type arguments of type LocalizedValue
LocalizedInput(String id, org.apache.wicket.model.IModel<List<LocalizedValue>> model)
          Constructor.
MultipleLocalizedInput(String id, org.apache.wicket.model.IModel<List<LocalizedValue>> model)
          Constructor.
SingleLocalizedInput(String id, org.apache.wicket.model.IModel<List<LocalizedValue>> model)
          Constructor.
 



Copyright © 2013. All Rights Reserved.