Package br.gov.frameworkdemoiselle.vaadin.util

Examples of br.gov.frameworkdemoiselle.vaadin.util.ViewNavigator


   
    super.init();
  }

  public void setContentAsNavigable() {
    ViewNavigator navigator = Beans.getReference(ViewNavigator.class);
    navigator.setNavigable(content);
  }
View Full Code Here

TOP

Related Classes of br.gov.frameworkdemoiselle.vaadin.util.ViewNavigator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.