com.sibvisions.android.widget
Interface DataBookAdapter.ValueFormatter
- Enclosing class:
- DataBookAdapter
public static interface DataBookAdapter.ValueFormatter
The ValueFormatter allows changing the value before it will be set to a view.
formatValue
Object formatValue(View pView,
IDataBook pDataBook,
String pColumn,
Object pValue)
- Allows value formatting before the value will be set to a view.
- Parameters:
pView - the view where the value will be setpDataBook - the databook which contains the original valuepColumn - the column which holds the original valuepValue - the original value
- Returns:
- the formatted value
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.