Package org.molgenis.ui

Examples of org.molgenis.ui.Button


  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();
    String result = r.render(f);
View Full Code Here

TOP

Related Classes of org.molgenis.ui.Button

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.