Package org.molgenis.ui.theme.bootstrap

Examples of org.molgenis.ui.theme.bootstrap.BootstrapTheme


    Form f = new Form()
    .add(new StringInput("name"))
    .add(new Button("helloWorld").setLabel("Say hello").setIcon(Icon.SEARCH));

    // render
    BaseTheme r = new BootstrapTheme();
    String result = r.render(f);

    System.out.println(result);
  }
View Full Code Here

TOP

Related Classes of org.molgenis.ui.theme.bootstrap.BootstrapTheme

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.