List of usage examples for com.vaadin.navigator View interface-usage
From source file net.pkhsolutions.pecsapp.ui.PageView.java
/** * TODO Document me */ @SpringView(name = PageView.VIEW_NAME) public class PageView extends VerticalLayout implements View {
From source file net.sf.gazpachoquest.questionnaires.views.ErrorView.java
public class ErrorView extends VerticalLayout implements View { public ErrorView() { setMargin(true); setSpacing(true); setSizeFull();
From source file net.sf.gazpachoquest.questionnaires.views.login.OldLoginView.java
public class OldLoginView extends CustomComponent implements View, Button.ClickListener { private static final long serialVersionUID = 2314128852757221652L; private static Logger logger = LoggerFactory.getLogger(OldLoginView.class);
From source file net.sf.gazpachoquest.questionnaires.views.QuestionnaireView.java
@CDIView(QuestionnaireView.NAME) @RolesAllowed(RespondentAccount.DEFAULT_ROLE_NAME) public class QuestionnaireView extends CustomComponent implements View, ClickListener { private static final long serialVersionUID = -4474306191162456568L;
From source file nl.kpmg.lcm.ui.view.AdministrationView.java
/** * * @author mhoekstra */ public interface AdministrationView extends View {
From source file nl.kpmg.lcm.ui.view.LoginView.java
/** * * @author mhoekstra */ public interface LoginView extends View {
From source file nl.kpmg.lcm.ui.view.LoginViewImpl.java
/**
*
* @author mhoekstra
*/
@UIScope
@SpringView(name = LoginViewImpl.VIEW_NAME)
From source file nl.kpmg.lcm.ui.view.MetadataOverviewView.java
/** * * @author mhoekstra */ public interface MetadataOverviewView extends View { public void updateContent();
From source file nl.kpmg.lcm.ui.view.TransferViewImpl.java
/****
*
* @author mhoekstra
*/
@Component
@SpringView(name = TransferViewImpl.VIEW_NAME)
From source file org.adho.dhconvalidator.ui.ConverterPanel.java
/** * The Panel that lets the user perform the conversion. * * @author marco.petris@web.de */ public class ConverterPanel extends VerticalLayout implements View {