Index
All Classes and Interfaces|All Packages|Constant Field Values
I
- ICallBack - Interface in app.ui.windows
-
Interface defining a callback mechanism for window actions.
- ID - Variable in class app.entity.camp.CampDetails
- ID - Variable in class app.entity.enquiry.Enquiry
- ID - Variable in class app.entity.suggestion.Suggestion
- ID - Variable in class app.entity.user.User
-
The user's ID.
- IDrawable - Interface in app.ui.widgets
-
Interface for drawable widgets.
- IFilterableByAnsweredBy<T> - Interface in app.entity.interfaces
-
Interface for items that can be filtered by the user who answered them.
- IFilterableByAttendee<T> - Interface in app.entity.interfaces
-
The
IFilterableByAttendeeinterface defines a method for filtering items by attendee (e.g., student). - IFilterableByCamp<T> - Interface in app.entity.interfaces
-
Interface for items that can be filtered by camp.
- IFilterableByCampCommittee<T> - Interface in app.entity.interfaces
-
The
IFilterableByCampCommitteeinterface defines a method for filtering items by camp committee membership. - IFilterableByDateRange<T> - Interface in app.entity.interfaces
-
Interface for filtering a list of items by date range.
- IFilterableByID<T> - Interface in app.entity.interfaces
-
Interface for filtering a list of items by ID.
- IFilterableByRegistrationDate<T> - Interface in app.entity.interfaces
-
Interface for filtering items by registration date.
- IFilterableBySchool<T> - Interface in app.entity.interfaces
-
Interface for filtering items by school.
- IFilterableBySender<T> - Interface in app.entity.interfaces
-
Interface for filtering items by sender.
- IFilterableByStatus<T,
K> - Interface in app.entity.interfaces -
Interface for filtering a list of items by status.
- IFilterableByStudent<T> - Interface in app.entity.interfaces
-
The
IFilterableByStudentinterface defines a method for filtering items by student. - IFilterableByVisibility<T> - Interface in app.entity.interfaces
-
Interface for filtering a list of items by visibility.
- importFromCSV(String) - Static method in class app.utils.CSV
- ISelectable - Interface in app.ui.widgets
-
Interface for selectable widgets.
- isEmpty() - Method in class app.entity.user.UserList
-
Checks if the user list is empty.
- ISerializable - Interface in app.entity.interfaces
-
The
ISerializableinterface represents an app.entity that can be serialized into a list of lists of strings. - isHide() - Method in class app.ui.widgets.Widget
-
Checks if the widget is hidden.
- ISortableByEndDate<T> - Interface in app.entity.interfaces
-
Interface for sorting by end date.
- ISortableByID<T> - Interface in app.entity.interfaces
-
Interface for sorting a RepositoryList by ID.
- ISortableByLocation<T> - Interface in app.entity.interfaces
-
Interface for sorting items by location.
- ISortableByName<T> - Interface in app.entity.interfaces
-
Interface for sorting items by name.
- ISortableByRegistrationCloseDate<T> - Interface in app.entity.interfaces
-
Interface for filtering a list of items by ID.
- ISortableByStartingDate<T> - Interface in app.entity.interfaces
-
Interface for sorting items by starting date.
- isStudentRegistered(Student) - Method in class app.entity.camp.Camp
-
Checks if a student is registered in the camp.
- isVisible() - Method in class app.entity.camp.CampDetails
-
Returns the visibility status of the camp.
- ITaggedItem - Interface in app.entity.interfaces
-
Interface for tagged items.
- iterator() - Method in class app.entity.RepositoryList
-
Returns an iterator over the items in the repository.
- ITextInput - Interface in app.ui.widgets
-
Interface for text input widgets.
All Classes and Interfaces|All Packages|Constant Field Values