Uses of Class
no.ntnu.principes.components.BaseComponent
Packages that use BaseComponent
Package
Description
-
Uses of BaseComponent in no.ntnu.principes.components
Subclasses of BaseComponent in no.ntnu.principes.componentsModifier and TypeClassDescriptionclassA user interface component providing task-related quick actions, including task creation and status filtering options.classCreates a floating sidebar with navigation buttons that positions itself relative to the main application window.classCreates a responsive spacer component that reserves space for the sidebar. -
Uses of BaseComponent in no.ntnu.principes.components.impl
Subclasses of BaseComponent in no.ntnu.principes.components.impl -
Uses of BaseComponent in no.ntnu.principes.components.secondary
Subclasses of BaseComponent in no.ntnu.principes.components.secondaryModifier and TypeClassDescriptionclassDisplays validation errors on a form and dynamically updates its state based on the boundValidator.classA JavaFX component for displaying and managing a task list, where tasks can be assigned, marked as done, and information such as difficulty, estimated time, and due dates is shown. -
Uses of BaseComponent in no.ntnu.principes.components.widgets
Subclasses of BaseComponent in no.ntnu.principes.components.widgetsModifier and TypeClassDescriptionclassExtendsBaseComponentto provide a styled widget with designated dimensions, container setup, and common behaviors for widgets in an application.classDisplays task completion rates and related statistics with the ability to toggle between household and personal views.classA widget that displays the current date (day and month).classWidget that provides quick access to action buttons for managing tasks and household-related functionalities on the home screen.classDisplays a widget showing tasks due for a specific date for the logged-in user.classA widget for displaying and updating task distribution among team members.classDisplays a widget showing tasks that have been created but not yet assigned to any user. -
Uses of BaseComponent in no.ntnu.principes.view
Methods in no.ntnu.principes.view with parameters of type BaseComponentModifier and TypeMethodDescriptionvoidBaseScreen.registerComponent(BaseComponent component) Registers a component with this screen. -
Uses of BaseComponent in no.ntnu.principes.view.main.household
Subclasses of BaseComponent in no.ntnu.principes.view.main.household