com.google.gwt.sample.dynatable.client |
|
Java Source File Name | Type | Comment |
DayFilterWidget.java | Class | A UI Widget that allows a user to filter the days being displayed in the
dynamic table. |
DynaTable.java | Class | The entry point class which performs the initial loading of the DynaTable
application. |
DynaTableDataProvider.java | Interface | An interface for providing row-level updates of data, intended here to used
to update a DynaTableWidget. |
DynaTableWidget.java | Class | A composite Widget that implements the main interface for the dynamic table,
including the data table, status indicators, and paging buttons. |
Person.java | Class | Hold relevant data for Person. |
Professor.java | Class | Holds relevant data for a Professor type Person. |
Schedule.java | Class | Hold the relevant data for a Schedule. |
SchoolCalendarService.java | Interface | The interface for the RPC server endpoint to get school calendar
information. |
SchoolCalendarServiceAsync.java | Interface | The interface for the RPC server endpoint that provides school calendar
information for clients that will be calling asynchronously. |
SchoolCalendarWidget.java | Class | A Composite widget that abstracts a DynaTableWidget and a data provider tied
to the <@link SchoolCalendarService> RPC endpoint. |
Student.java | Class | Holds relevant data for a Student type Person. |
TimeSlot.java | Class | Hold relevant data for a time slot. |