Examples of PrettyLoaderBehavior


Examples of com.google.code.jqwicket.ui.prettyloader.PrettyLoaderBehavior

public class PrettyLoaderPage extends DemoPage {

  private PrettyLoaderBehavior prettyLoader;

  public PrettyLoaderPage() {
    add(this.prettyLoader = new PrettyLoaderBehavior());

    add(new Button("showPrettyLoader").add(JQBehaviors
        .mouseClick(this.prettyLoader.show())));
    add(new Button("showPrettyLoader2Seconds").add(JQBehaviors
        .mouseClick(this.prettyLoader.show(2000))));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.