org.formaria.aria
Interface ModelHolder

All Known Implementing Classes:
EditTable, Graph, Table, Table, Table, TableModelView, ToolItem, Tree, TreeTable

public interface ModelHolder

Generic interface for components that use an DataModel instance. Known instances include Table

Copyright (c) Formaria Ltd., 2008

License: see license.txt

$Revision: 2.2 $


Method Summary
 void setDataModel(DataModel m)
          Set the model data.
 void update()
          The model is modified and the UI needs to be updated.
 

Method Detail

setDataModel

void setDataModel(DataModel m)
Set the model data.

Parameters:
m - the model node containing the data to be used by the component

update

void update()
The model is modified and the UI needs to be updated.