Examples of EmptyWidget


Examples of org.araneaframework.example.main.web.util.EmptyWidget

public class RootWidget extends StandardPresentationWidget {

  private static final Logger log = Logger.getLogger(RootWidget.class);

  protected void init() throws Exception {
    addWidget("menu", new MenuWidget(new EmptyWidget()));
    setViewSelector("root");
    log.debug("Root widget initialized");
  }
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.