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.


Method Summary
 Object formatValue(View pView, IDataBook pDataBook, String pColumn, Object pValue)
          Allows value formatting before the value will be set to a view.
 

Method Detail

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 set
pDataBook - the databook which contains the original value
pColumn - the column which holds the original value
pValue - the original value
Returns:
the formatted value


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.