Package org.molgenis.ui

Examples of org.molgenis.ui.Form


{
  @Test
  public void test1() throws RenderException
  {
    // compose
    Form f = new Form()
    .add(new StringInput("name"))
    .add(new Button("helloWorld").setLabel("Say hello").setIcon(Icon.SEARCH));

    // render
    BaseTheme r = new BootstrapTheme();
View Full Code Here

TOP

Related Classes of org.molgenis.ui.Form

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.