| Package | Description |
|---|---|
| org.tinygroup.dict | |
| org.tinygroup.dict.impl |
| Modifier and Type | Method and Description |
|---|---|
Dict |
DictFilter.filte(Context context,
Dict dict)
对字典项进行过滤
|
Dict |
DictManager.getDict(String dictTypeName,
Context context)
获取默认语言下字典类型名对应的字典对象
|
Dict |
DictLoader.getDict(String dictTypeName,
DictManager dictManager,
Context context)
返回字典对象,参考dictManager。getDict(String lang,String dictTypeName, Context context);
|
Dict |
DictManager.getDict(String lang,
String dictTypeName,
Context context)
获取指定语言下字典类型名称对应的字典对象
|
| Modifier and Type | Method and Description |
|---|---|
Dict |
DictFilter.filte(Context context,
Dict dict)
对字典项进行过滤
|
| Modifier and Type | Method and Description |
|---|---|
Dict |
DictManagerImpl.getDict(String dictTypeName,
Context context) |
Dict |
AbstractDictLoader.getDict(String dictTypeName,
DictManager dictManager,
Context context) |
Dict |
DictManagerImpl.getDict(String lang,
String dictTypeName,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDictLoader.putDict(String name,
Dict dict,
DictManager dictManager) |
Copyright © 2006–2018 TinyGroup. All rights reserved.