Example usage for com.vaadin.ui Panel subclass-usage

List of usage examples for com.vaadin.ui Panel subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.ui Panel subclass-usage.

Usage

From source file com.peergreen.webconsole.scope.deployment.internal.deployable.DeployablePanel.java

/**
 * @author Mohammed Boukada
 */
@Extension
@ExtensionPoint("com.peergreen.webconsole.scope.deployment.internal.DeploymentScope.deployable")
public class DeployablePanel extends Panel implements DeployableContainer {

From source file com.peergreen.webconsole.scope.deployment.internal.deployable.repository.BaseRepositoryManagerPanel.java

/**
 * @author Mohammed Boukada
 */
@Extension
@ExtensionPoint("com.peergreen.webconsole.scope.deployment.internal.deployable.DeployablePanel.manager")
@Deployable("manager")

From source file com.peergreen.webconsole.scope.deployment.internal.deployed.DeployedPanel.java

/**
 * @author Mohammed Boukada
 */
@Extension
@ExtensionPoint("com.peergreen.webconsole.scope.deployment.internal.DeploymentScope.deployed")
public class DeployedPanel extends Panel implements DeployableContainer {

From source file com.peergreen.webconsole.scope.deployment.internal.deploymentplan.DeploymentPlanPanel.java

/**
 * @author Mohammed Boukada
 */
@Extension
@ExtensionPoint("com.peergreen.webconsole.scope.deployment.internal.DeploymentScope.deployment.plan")
public class DeploymentPlanPanel extends Panel implements DeployableContainer {

From source file com.rdonasco.datamanager.listeditor.view.ListEditorView.java

/**
 *
 * @author Roy F. Donasco
 */
public class ListEditorView extends Panel implements ControlledView {

From source file com.rdonasco.security.application.views.ApplicationListPanelView.java

/**
 *
 * @author Roy F. Donasco
 */
public class ApplicationListPanelView extends Panel implements ControlledView {

From source file com.rdonasco.security.group.views.GroupListPanelView.java

/**
 *
 * @author Roy F. Donasco
 */
public class GroupListPanelView extends Panel implements ControlledView {

From source file com.rdonasco.security.role.views.RoleListPanelView.java

/**
 *
 * @author Roy F. Donasco
 */
public class RoleListPanelView extends Panel implements ControlledView {
    private ListEditorAttachStrategy attachStrategy;

From source file com.rdonasco.security.user.views.UserCapabilitiesView.java

/**
 *
 * @author Roy F. Donasco
 */
public class UserCapabilitiesView extends Panel implements ControlledView {

From source file com.rdonasco.security.user.views.UserGroupsView.java

/**
 *
 * @author Roy F. Donasco
 */
public class UserGroupsView extends Panel implements ControlledView {