List of usage examples for com.vaadin.ui Window subclass-usage
From source file nl.kpmg.lcm.ui.view.administration.components.UserCreateWindow.java
/** * * @author mhoekstra */ public class UserCreateWindow extends Window implements Button.ClickListener, Listener {
From source file nl.kpmg.lcm.ui.view.administration.components.UserGroupCreateWindow.java
/** * * @author mhoekstra */ public class UserGroupCreateWindow extends Window implements Button.ClickListener {
From source file nl.kpmg.lcm.ui.view.metadata.MetadataCreateWindow.java
/** * * @author mhoekstra */ public class MetadataCreateWindow extends Window implements Button.ClickListener { private static final Logger LOGGER = LoggerFactory.getLogger(MetadataCreateWindow.class.getName());
From source file nl.kpmg.lcm.ui.view.metadata.MetadataEditWindow.java
/** * * @author mhoekstra */ public class MetadataEditWindow extends Window implements Button.ClickListener {
From source file nl.kpmg.lcm.ui.view.transfer.components.StartTransferWindow.java
/** * * @author shristov */ public class StartTransferWindow extends Window implements Button.ClickListener {
From source file nz.co.senanque.vaadinsupport.tableeditor.EditorWindowImpl.java
/**
* Generic popup window that can be used to edit an object we pass to it.
* The window is compatible with the jpa container.
* You can pass a list of fields rather than have them all (which is the default).
* You can extend this class to customise the actual fields and you can supply your own
* field factory as well. It handles simple fields just fine but it doesn't handle fields
From source file nz.co.senanque.workflowui.AttachmentPopup.java
/**
* @author Roger Parkinson
*
*/
@UIScope
@org.springframework.stereotype.Component
From source file nz.co.senanque.workflowui.AttachmentsPopup.java
/**
* @author Roger Parkinson
*
*/
@UIScope
@org.springframework.stereotype.Component
From source file nz.co.senanque.workflowui.AuditPopup.java
/**
* Used to display an Audit record on a read-only form.
*
* @author Roger Parkinson
*
*/
From source file nz.co.senanque.workflowui.FieldGroupWizard.java
/**
* @author Roger Parkinson
*
*/
@UIScope
@org.springframework.stereotype.Component