Uses of Class
org.zeroexchange.model.dictionary.DictionaryItem

Packages that use DictionaryItem
org.zeroexchange.dao.resource   
org.zeroexchange.model.dictionary   
org.zeroexchange.model.resource.value   
org.zeroexchange.resource.read   
org.zeroexchange.web.components.dictionary   
 

Uses of DictionaryItem in org.zeroexchange.dao.resource
 

Methods in org.zeroexchange.dao.resource that return types with arguments of type DictionaryItem
 Class<DictionaryItem> DictionaryItemDAOImpl.getEntityClass()
          
 List<DictionaryItem> DictionaryItemDAOImpl.getItems(String dictionary)
          Returns list of the dictionary items.
 List<DictionaryItem> DictionaryItemDAO.getItems(String dictionary)
          Returns list of the dictionary items.
 

Uses of DictionaryItem in org.zeroexchange.model.dictionary
 

Subclasses of DictionaryItem in org.zeroexchange.model.dictionary
 class StringDictionaryItem
          The string dictionary item.
 

Methods in org.zeroexchange.model.dictionary that return DictionaryItem
 DictionaryItem DictionaryItem.getParent()
           
 

Methods in org.zeroexchange.model.dictionary with parameters of type DictionaryItem
 void DictionaryItem.setParent(DictionaryItem parent)
           
 

Uses of DictionaryItem in org.zeroexchange.model.resource.value
 

Methods in org.zeroexchange.model.resource.value that return DictionaryItem
 DictionaryItem DictionaryValue.getValue()
          Returns the value.
 

Methods in org.zeroexchange.model.resource.value with parameters of type DictionaryItem
 void DictionaryValue.setValue(DictionaryItem dictionaryItem)
          Sets the value.
 

Uses of DictionaryItem in org.zeroexchange.resource.read
 

Methods in org.zeroexchange.resource.read that return DictionaryItem
 DictionaryItem ResourceReader.getUnitOfMeasure(Resource resource)
          Deprecated. 
 DictionaryItem DAOResourceReader.getUnitOfMeasure(Resource resource)
          Deprecated. 
 

Uses of DictionaryItem in org.zeroexchange.web.components.dictionary
 

Methods in org.zeroexchange.web.components.dictionary with parameters of type DictionaryItem
 Object DictionaryItemChoiceRenderer.getDisplayValue(DictionaryItem object)
           
 String DictionaryItemChoiceRenderer.getIdValue(DictionaryItem object, int index)
           
 

Constructor parameters in org.zeroexchange.web.components.dictionary with type arguments of type DictionaryItem
DictionaryChoice(String id, org.apache.wicket.model.IModel controlModel, List<DictionaryItem> items)
          Constructor.
 



Copyright © 2013. All Rights Reserved.