lt.monarch.data.binding
Class ClipBoardDataSource

java.lang.Object
  extended by lt.monarch.data.binding.DataSource
      extended by lt.monarch.data.binding.LiveDataSource
          extended by lt.monarch.data.binding.ClipBoardDataSource

public class ClipBoardDataSource
extends LiveDataSource


Field Summary
Modifier and Type Field and Description
 
Fields inherited from class lt.monarch.data.binding.DataSource
order
 
Constructor Summary
Constructor and Description
ClipBoardDataSource()
           
 
Method Summary
Modifier and Type Method and Description
 void addChangeListener()
           
 void removeChangeListener()
           
 void updateDataModel(DataBinding binding, DataModel model)
          Retrieves data according to DataBinding object form data source and stores it in DataModel object.
 
Methods inherited from class lt.monarch.data.binding.DataSource
generateColumnTypesFromMappings, getOrder, setOrder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClipBoardDataSource

public ClipBoardDataSource()
Method Detail

updateDataModel

public void updateDataModel(DataBinding binding,
                            DataModel model)
Description copied from class: DataSource
Retrieves data according to DataBinding object form data source and stores it in DataModel object.

Specified by:
updateDataModel in class DataSource
Parameters:
binding - DataBinding describes the data that should be taken form data source
model - DataModel which values should be updated

addChangeListener

public void addChangeListener()
Specified by:
addChangeListener in class LiveDataSource

removeChangeListener

public void removeChangeListener()
Specified by:
removeChangeListener in class LiveDataSource