List of usage examples for com.vaadin.ui CustomComponent subclass-usage
From source file de.decidr.ui.view.InviteUserToTenantComponent.java
/**
* In this component a user can be invited to a tenant. The tenant administrator
* has to insert an email address or a username to be invited.
*
* @author Geoffrey-Alexeij Heinze
*/
From source file de.decidr.ui.view.LoginComponent.java
/**
* With the login component, the user is able to authenticate himself to the
* application. He has to insert his username and password.
*
* @author AT
*/
From source file de.decidr.ui.view.navigationmenus.HorizontalNavigationMenu.java
/**
* This menu represents five button links. The home button, the help button,
* logout button, the legal information button and the terms of service button.
*
* @author Geoffrey-Alexeij Heinze
*/
From source file de.decidr.ui.view.navigationmenus.SuperAdminNavigationMenu.java
/**
* The super admin's navigation menu which contains all possible links. The
* super administrator can do everything in the application.
*
* @author AT
*/
From source file de.decidr.ui.view.navigationmenus.TenantAdminNavigationMenu.java
/**
* The navigation menu for the tenant. He has less links than the super
* administrator.
*
* @author AT
*/
From source file de.decidr.ui.view.navigationmenus.UserNavigationMenu.java
/**
* The navigation menu for the user. He has less links than the super
* administrator, the workflow administrator and the tenant administrator.
*
* @author AT
*/
From source file de.decidr.ui.view.navigationmenus.WorkflowAdminNavigationMenu.java
/**
* The navigation menu for the workflow administrator. He has less links than
* the tenant and the super administrator.
*
* @author AT
*/
From source file de.decidr.ui.view.ProfileSettingsComponent.java
/** * The user can change his profile by inserting his personal information. * * @author Geoffrey-Alexeij Heinze */ @Reviewed(reviewers = { "unknown" }, lastRevision = "0", currentReviewState = State.NeedsReview)
From source file de.decidr.ui.view.RegisterTenantComponent.java
/**
* A tenant can be registered by inserting information about the tenant. This
* information consists of the tenant name, the username, the password, the
* email address, the first name, the last name, the street, the postal code and
* the city.
*
From source file de.decidr.ui.view.RegisterUserComponent.java
/**
* A new user can be registered by entering some information. This information
* consists of the username, the password, the email address, the first name,
* the last name, the street, the postal code and the city.
*
* @author Geoffrey-Alexeij Heinze