|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |