Example usage for org.apache.wicket.markup.html.panel Panel subclass-usage

List of usage examples for org.apache.wicket.markup.html.panel Panel subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.markup.html.panel Panel subclass-usage.

Usage

From source file $.BootstrapFeedbackPanel.java

    public class BootstrapFeedbackPanel extends Panel implements IFeedback {

        /**
         * List for messages.
         */
        private final class MessageListView extends ListView<FeedbackMessage> {

From source file $.ModalPanel.java

    public class ModalPanel extends Panel {

        private static final long serialVersionUID = 5292554560675478627L;
        private static final String DEFAULT_CSS_CLASS = "modal hide";
        private final String cssClass;

From source file abid.password.wicket.components.ErrorInfoFeedbackPanel.java

/**
 * Splits the error and info messages so different stylings can be applied.
 * 
 * @author Abid Khalil
 * 
 */

From source file adf.page.Client.TreeTablePanel.java

/**
 * Page that shows a simple tree table.
 *
 * @author Matej Knopp
 */
public class TreeTablePanel extends Panel {

From source file almira.sample.web.panel.LocaleDropDownPanel.java

/**
 * The Class LocaleDropDownPanel is a custom drop-down panel to select the
 * language for the GUI.
 */
public class LocaleDropDownPanel extends Panel {

From source file almira.sample.web.SearchPanel.java

/**
 * The Class SearchPanel.
 */
public class SearchPanel extends Panel {

    private static final long serialVersionUID = 1L;

From source file almira.sample.web.SearchResultPanel.java

/**
 * Shows result list of catapults matching the criteria for the search query, or
 * all catapults if the query is null.
 */
public class SearchResultPanel extends Panel {

From source file ar.edu.unq.dopplereffect.presentation.panel.upload.UploadPanel.java

/**
 * 
 */
public class UploadPanel<T> extends Panel implements Serializable {
    private static final long serialVersionUID = 1L;

From source file at.ac.tuwien.ifs.tita.ui.administration.project.ProjectAdministrationPanel.java

/**
 * ProjectAdministrationPanel allows to manage Projects over the GUI.
 *
 * @author ASE Group 10
 */
public class ProjectAdministrationPanel extends Panel implements IAdministrationPanel {

From source file at.ac.tuwien.ifs.tita.ui.administration.user.UserAdministrationPanel.java

/**
 * UserAdministrationPanel allows to manage Users over the GUI.
 * 
 * @author ASE Group 10
 */
public class UserAdministrationPanel extends Panel implements IAdministrationPanel {