List of usage examples for com.vaadin.ui CustomComponent subclass-usage
From source file org.casbah.ui.CasbahMainComponent.java
public class CasbahMainComponent extends CustomComponent { private static final long serialVersionUID = 1L; private final Application parentApplication; private final CAProvider provider; private TabSheet tabSheet;
From source file org.casbah.ui.ConfigComponent.java
public class ConfigComponent extends CustomComponent { private static final long serialVersionUID = 1L; private final Application parentApplication; private final CasbahConfiguration configuration; private final CAProvider provider;
From source file org.casbah.ui.IssuedCertificateList.java
public class IssuedCertificateList extends CustomComponent { private static enum BundleType { PKCS12, OPENSSL, JKS; } private static final Logger logger = Logger.getLogger(IssuedCertificateList.class.getCanonicalName());
From source file org.casbah.ui.MainCAView.java
public class MainCAView extends CustomComponent { private static final String X509_CERT_MIME_TYPE = "application/x-x509-ca-cert"; private static final String X509_CRL_MIME_TYPE = "application/x-x509-crl"; private static final Logger logger = Logger.getLogger(MainCAView.class.getCanonicalName());
From source file org.casbah.ui.PrincipalComponent.java
public class PrincipalComponent extends CustomComponent { private static final long serialVersionUID = 1L; private TextField countryName; private TextField stateName;
From source file org.casbah.ui.SetupCaComponent.java
public class SetupCaComponent extends CustomComponent { private static final Logger logger = Logger.getLogger(SetupCaComponent.class.getCanonicalName()); private static final long serialVersionUID = 1L;
From source file org.dressdiscover.gui.components.RightsLayout.java
@SuppressWarnings("serial") public final class RightsLayout extends CustomComponent { public RightsLayout(final String entity, final RightsSet model) { this(entity, new RightsSetBean(model)); }
From source file org.eclipse.hawkbit.ui.artifacts.smtable.SoftwareModuleAddUpdateWindow.java
/** * Generates window for Software module add or update. */ public class SoftwareModuleAddUpdateWindow extends CustomComponent { private static final long serialVersionUID = 1L;
From source file org.eclipse.hawkbit.ui.common.AbstractMetadataPopupLayout.java
/**
*
* Abstract pop up layout
*
* @param <E>
* E id the entity for which metadata is displayed
From source file org.eclipse.hawkbit.ui.layouts.AbstractCreateUpdateTagLayout.java
/** * Abstract class for create/update target tag layout. * * @param <E> */ public abstract class AbstractCreateUpdateTagLayout<E extends NamedEntity> extends CustomComponent