Package eu.marcofoi.wicket

Source Code of eu.marcofoi.wicket.FuzzyHeaderPanel

package eu.marcofoi.wicket;

import org.apache.wicket.markup.html.panel.Panel;

import eu.marcofoi.wicket.comps.languageform.LanguageForm;

public class FuzzyHeaderPanel extends Panel {

  /**
   *
   */
  private static final long serialVersionUID = -1985844150754438571L;

  public FuzzyHeaderPanel(String id) {
    super(id);   
   
   
    LanguageForm languageForm = new LanguageForm("languageForm","_plain");
        add(languageForm)
   
  }
}
TOP

Related Classes of eu.marcofoi.wicket.FuzzyHeaderPanel

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.