List of usage examples for com.vaadin.ui Window subclass-usage
From source file de.decidr.ui.view.windows.InvitationDialogComponent.java
/**
* If a user is invited to a workflow process the user will see an invitation
* dialog which welcomes the user to the invited workflow.
*
* @author Geoffrey-Alexeij Heinze
*/
From source file de.decidr.ui.view.windows.ResetPasswordWindow.java
/** * By pushing the button the user can reset his password. * * @author Geoffrey-Alexeij Heinze */ @Reviewed(reviewers = { "TK", "JS" }, lastRevision = "0", currentReviewState = State.NeedsReview)
From source file de.decidr.ui.view.windows.StartConfigurationWindow.java
@Reviewed(reviewers = { "unknown" }, lastRevision = "0", currentReviewState = State.NeedsReview) public class StartConfigurationWindow extends Window { private static final long serialVersionUID = 1L; private ConfigRoles configRoles = null; private TConfiguration tConfiguration; private Long workflowModelId;
From source file de.decidr.ui.view.windows.WorkflowDescriptionWindow.java
/**
* This window is called when a user wants to create a new workflow model. He
* can enter a name and a description for the created workflow model. Afterwards
* the modeling tool is called when the users presses the OK button.
*
* @author AT
From source file de.decidr.ui.view.windows.WorkItemWindow.java
/**
* This window represents a form where the work items of the user are displayed.
* Here he can enter his data into the provided fields and save them.
*
* @author AT
*/
From source file de.escidoc.admintool.view.context.AdminDescriptorView.java
@SuppressWarnings("serial") public abstract class AdminDescriptorView extends Window { private static final Logger LOG = LoggerFactory.getLogger(AdminDescriptorView.class); protected static final String EDIT_ADMIN_DESCRIPTOR = "Edit Admin Descriptor";
From source file de.escidoc.admintool.view.resource.AddOrEditParentModalWindow.java
@SuppressWarnings("serial") public class AddOrEditParentModalWindow extends Window { private final class CancelButtonListener implements ClickListener { private static final long serialVersionUID = -1211409730229979129L;
From source file de.escidoc.admintool.view.resource.FreeFormWindow.java
public class FreeFormWindow extends Window { private final class AddMoreFieldListener implements Button.ClickListener { @Override public void buttonClick(final ClickEvent event) { final HorizontalLayout freeForm = new HorizontalLayout();
From source file de.escidoc.admintool.view.resource.PubmanWindow.java
public class PubmanWindow extends Window { private final class CancelButtonListener implements ClickListener { private static final long serialVersionUID = -1211409730229979129L; @Override
From source file de.escidoc.admintool.view.resource.RawXmlWindow.java
public class RawXmlWindow extends Window { private final class CancelButtonListener implements ClickListener { private static final long serialVersionUID = -1211409730229979129L; @Override