|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.mlw.vlh.Configuration
Holds the configuration for the value list handler.
Constructor Summary | |
Configuration()
|
Method Summary | |
ValueListAdapter |
getAdapter(String name)
Gets the adapter with the given name. |
ValueListAdapter |
getDefaultAdapter()
Gets the default adapter to pass back if none are found. |
void |
setAdapters(Map adapters)
Sets the Map of adapters. |
void |
setDefaultAdapter(ValueListAdapter defaultAdapter)
Sets the default adapter to pass back if none are found. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Configuration()
Method Detail |
public ValueListAdapter getAdapter(String name)
name
- The name of the adapter.
public void setAdapters(Map adapters)
adapters
- The adapters to set.public ValueListAdapter getDefaultAdapter()
public void setDefaultAdapter(ValueListAdapter defaultAdapter)
defaultAdapter
- The defaultAdapter to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |