Package be.gaudry.model
Interface IClearable
- All Known Subinterfaces:
IAVGTableModel,IAVGTableModel,IQuotationsTableModel
- All Known Implementing Classes:
BasicScoreList,BrolsListTableModel,CourseScoreList,ExaminationQuotationsTableModel,MeterAVGTableModel,PeriodAVGTableModel,QuotationsTableModel,Runtastic2GpxTableModel,SearchFilesTableModel,SearchFilesTableModel,StudentAVGTableModel,StudentQuotationsTableModel,StudentScoreList,SynchroTableModel
public interface IClearable
Allows to clear informations contained into an object.
This may be used either for a model object than for a view object.
Into a GUI object, this may lead to unfill data into the view component.
Provided by the broldev.core.model project.
- Since:
- 1.0 Jul 7, 2008, broldev.core.model 0.0.1-SNAPSHOT dependency
- Version:
- 1.0 Jul 7, 2008
- Author:
- Steph GAUDRY
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()The expected behavior of the implementation is to put the informations into an uninitialized state.
-
Method Details
-
clear
void clear()The expected behavior of the implementation is to put the informations into an uninitialized state. See the implementation to know the fields affected by this method.
-