List of usage examples for com.vaadin.ui CustomComponent subclass-usage
From source file de.bonprix.gridstacklayout.GridStackTile.java
/** * A component wrapper, styled as a grid tile. * * @author Sebastian Funck */ public class GridStackTile extends CustomComponent {
From source file de.decidr.ui.view.AbstractListComponent.java
/**
* Represents the general frame for every ListComponent, e.g.
* a CustomComponent containing a search field above, buttons below,
* and the actual list or table.
*
* @author Wolfgang Fellger
From source file de.decidr.ui.view.AppointWorkflowAdminComponent.java
/**
* In this component a user can appoint a workflow administrator for a workflow
* instance.
*
* @author Geoffrey-Alexeij Heinze
*/
From source file de.decidr.ui.view.ApproveTenantComponent.java
/**
* This class provides the tenants which are to be approved in a component. The
* super admin can approve and decline these tenants.
*
* @author AT
*/
From source file de.decidr.ui.view.ChangeTenantComponent.java
/**
* The user can change the tenant if he wants. He has to choose one tenant from
* the table and push the switch tenant button.
*
* @author AT
*/
From source file de.decidr.ui.view.CreateTenantComponent.java
/**
* A tenant will be created by entering some information about the tenant. The
* information is the tenant name and the tenant description.
*
* @author Geoffrey-Alexeij Heinze
*/
From source file de.decidr.ui.view.EditTenantComponent.java
/**
* The tenants can be edited. By selecting a tenant from the table, a tenant can
* be deleted.<br>
*
* @author AT
*/
From source file de.decidr.ui.view.Header.java
/**
* The header contains the logo of the tenant which uses the DecidR application.
*
* I don't see why we need an extra horizontalLayout in here at the moment. I'll
* leave it commented should the need arise ~wf
*
From source file de.decidr.ui.view.HelpComponent.java
/**
* The user can call the help site to get information about the DecidR
* application.
*
* @author Geoffrey-Alexeij Heinze
*/
From source file de.decidr.ui.view.ImpressumComponent.java
/** * The legal information is stored in this component. * * @author Geoffrey-Alexeij Heinze */ @Reviewed(reviewers = { "unknown" }, lastRevision = "0", currentReviewState = State.NeedsReview)