Index
All Classes and Interfaces|All Packages|Constant Field Values
U
- unselect() - Method in interface app.ui.widgets.ISelectable
-
Unselects the widget.
- unselect() - Method in class app.ui.widgets.WidgetButton
-
Marks the button as unselected.
- unselect() - Method in class app.ui.widgets.WidgetTextBox
-
Unselects the widget.
- unselect() - Method in class app.ui.widgets.WidgetToggle
-
Sets the toggle to an unselected state.
- update(User, User) - Static method in class app.controller.user.UserController
-
Updates an existing user's information with new data provided in another user object.
- update(T) - Method in class app.entity.RepositoryList
-
Updates an item in the repository based on its ID.
- update(T, int) - Method in class app.entity.RepositoryList
-
Updates the item at the specified index in the repository.
- updateEnquiries() - Method in class app.ui.camp.enquiriesview.OverlayCampInfoDisplayEnquiries
-
Updates the list of camp enquiries displayed in the overlay.
- updateEnquiries() - Method in class app.ui.camp.enquiriesview.OverlayCampInfoDisplayEnquiriesCommittee
-
Updates the list of camp enquiries displayed in the overlay.
- updateEnquiries() - Method in class app.ui.camp.enquiriesview.OverlayCampInfoDisplayEnquiriesStaff
-
Updates the list of camp enquiries displayed in the overlay.
- updateEnquiry(Enquiry) - Static method in class app.controller.camp.CampEnquiryController
-
Updates an existing enquiry in the repository.
- updateList(ArrayList<ArrayList<String>>) - Method in class app.ui.widgets.WidgetPageSelection
-
Updates the list of selections in the widget.
- updateSuggestion(Suggestion) - Static method in class app.controller.camp.CampSuggestionController
-
Updates an existing suggestion in the suggestion repository.
- updateSuggestionList() - Method in class app.ui.camp.suggestionview.OverlayCampSuggestionCommitteeView
-
Updates the suggestion list displayed in the view.
- updateSuggestionList() - Method in class app.ui.camp.suggestionview.OverlayCampSuggestionStaffView
-
Updates the list of suggestions displayed in the view.
- User - Class in app.entity.user
-
The
Userabstract class provides a basis for creating user objects with common attributes. - User() - Constructor for class app.entity.user.User
-
Constructs a User object with default values.
- User(String, String, String) - Constructor for class app.entity.user.User
-
Constructs a User object with the specified ID, name, and faculty.
- USER_REPOSITORY_PATH - Static variable in class app.consts.Config
-
Path to the user repository file.
- UserAccountManagementController - Class in app.controller.user
-
The
UserAccountManagementControllerclass manages user account operations within the system. - UserController - Class in app.controller.user
-
The
UserControllerclass manages user-related operations such as login and user information updates. - UserDeserializer - Class in app.controller.deserializer
-
The UserDeserializer class contains methods to deserialize user data into a UserList object.
- UserFactory - Class in app.entity.user
-
The
UserFactoryclass provides a factory method for creating user objects based on the specified user type. - UserFactory() - Constructor for class app.entity.user.UserFactory
- UserList - Class in app.entity.user
-
The
UserListclass represents a list of user objects. - UserList() - Constructor for class app.entity.user.UserList
-
Constructs an empty UserList object.
- UserList(List<User>) - Constructor for class app.entity.user.UserList
-
Constructs a UserList object with the specified list of users.
All Classes and Interfaces|All Packages|Constant Field Values