Uses of Class
View.App

Packages that use App
Package
Description
The View package contains classes related to the user interface (UI) of the application.
  • Uses of App in View

    Fields in View declared as App
    Modifier and Type
    Field
    Description
    protected App
    AdminDashboardView.app
    The parent application.
    protected App
    CustomerDashboardView.app
    The parent application instance.
    (package private) App
    CustomerRegistrationView.app
    Reference to the App class, used for interactions and communication between the view and the application logic.
    protected App
    EditBillView.app
    A reference to the main application instance, facilitating communication between the view and the application logic.
    protected App
    EditServiceView.app
    The main application instance that this UI is associated with.
    protected App
    LoginSelectionView.app
    The application instance that controls the view.
    protected App
    LoginView.app
    The main application instance responsible for managing login procedures.
    Constructors in View with parameters of type App
    Modifier
    Constructor
    Description
     
    Constructs an instance of AdminDashboardView.
     
    Constructs a new AdminLoginView object.
     
    CustomerDashboardView represents the dashboard view for a customer in the application.
     
    Constructs a CustomerLoginView with the specified parent application.
     
    Constructs the customer registration view.
     
    EditBillView(App app, UtilityBill utilityBill)
    Constructs a new EditBillView.
     
    EditServiceView(App app, ServiceType serviceType)
    EditServiceView represents a user interface for modifying and saving service pricing details.
     
    Creates a view for user selection (Admin or User login).
     
    Constructs a new `LoginView` with the specified application instance.
     
    NewBillView