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

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

Introduction

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

Usage

From source file com.francetelecom.clara.cloud.presentation.applications.ApplicationActionPanel.java

/**
 * Created by IntelliJ IDEA.
 * User: Thomas Escalle - tawe8231
 * Entity : FT/OLNC/RD/MAPS/MEP/MSE
 * Date: 22/08/11
 */

From source file com.francetelecom.clara.cloud.presentation.applications.ApplicationDetailsLinkPanel.java

/**
 * Created by IntelliJ IDEA.
 * User: Thomas Escalle - tawe8231
 * Entity : FT/OLNC/RD/MAPS/MEP/MSE
 * Date: 22/08/11
 */

From source file com.francetelecom.clara.cloud.presentation.applications.ApplicationVisibilityPanel.java

public class ApplicationVisibilityPanel extends GenericPanel<Application> {

    private static final long serialVersionUID = 2409545269912653783L;

    public static final String APP_VISIBILITY_PUBLIC = "app-visibility-public";
    public static final String APP_VISIBILITY_PRIVATE = "app-visibility-private";

From source file com.francetelecom.clara.cloud.presentation.designer.panels.DesignerArchitectureMatrixCellButtonPanel.java

/**
 * Created by IntelliJ IDEA.
 * User: wwnl9733
 * Date: 28/07/11
 * Time: 15:52
 * To change this template use File | Settings | File Templates.

From source file com.francetelecom.clara.cloud.presentation.designer.panels.DesignerServiceDefinitionPanel.java

/**
 * Created by IntelliJ IDEA.
 * User: Thomas Escalle - tawe8231
 * Entity : FT/OLNC/RD/MAPS/MEP/MSE
 * Date: 22/05/12
 */

From source file com.francetelecom.clara.cloud.presentation.designer.services.LogicalServiceBasePanel.java

/**
 * Created by IntelliJ IDEA.
 * User: Thomas Escalle - tawe8231
 * Entity : FT/OLNC/RD/MAPS/MEP/MSE
 * Date: 06/01/12
 */

From source file com.francetelecom.clara.cloud.presentation.environments.EnvironmentActionPanel.java

/**
 * Created by IntelliJ IDEA.
 * User: lzxv3002
 * Date: 03/08/11
 * Time: 17:22
 * To change this template use File | Settings | File Templates.

From source file com.francetelecom.clara.cloud.presentation.environments.EnvironmentDetailsLinkPanel.java

/**
 * Created by IntelliJ IDEA.
 * User: Thomas Escalle - tawe8231
 * Entity : FT/OLNC/RD/MAPS/MEP/MSE
 * Date: 09/08/11
 */

From source file com.francetelecom.clara.cloud.presentation.environments.EnvironmentDetailsPanel.java

/**
 * Created by IntelliJ IDEA.
 * User: Thomas Escalle - tawe8231
 * Entity : FT/OLNC/RD/MAPS/MEP/MSE
 * Date: 08/08/11
 */

From source file com.francetelecom.clara.cloud.presentation.environments.EnvironmentOverallsPanel.java

/**
 * Created by IntelliJ IDEA.
 * User: Thomas Escalle - tawe8231
 * Entity : FT/OLNC/RD/MAPS/MEP/MSE
 * Date: 19/06/12
 */