Interface IItem<T extends ILightObject>

Type Parameters:
T -
All Known Subinterfaces:
IItemEditor<T>, IItemPanel<T>
All Known Implementing Classes:
AbstractListQuotationPanel, ExaminationPanel, ExaminationsListQuotationPanel, MetersListAVGPanel, MetersListChartsPanel, PeriodEditPanel, PeriodInfoPanel, PersonBasicInfoPanel, PersonEditPanel, PersonEidSimpleDataEditPanel, PersonInfoPanel, PersonInfoPanel, PersonSimpleDataEditPanel, SchoolClassEditPanel, SchoolClassInfoPanel, SchoolEditPanel, SchoolInfoPanel, StudentEditPanel, StudentInfoPanel, StudentsListAVGPanel, StudentsListQuotationPanel, StudentsListTimeChartPanel, TeacherActionsFactory, TeacherEditPanel, TeacherInfoPanel, VehicleListChartsPanel, YearEditPanel, YearInfoPanel

public interface IItem<T extends ILightObject>
Since:
1.0 Oct 24, 2008
Author:
Steph GAUDRY
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setItem​(T item)
    Give an item to the view
  • Method Details

    • setItem

      void setItem(T item)
      Give an item to the view
      Parameters:
      item -