List of usage examples for com.vaadin.ui Panel subclass-usage
From source file com.terralcode.gestion.frontend.view.widgets.customer.CustomerAppointmentsPanel.java
/** * * @author jmsuarez */ public class CustomerAppointmentsPanel extends Panel {
From source file com.terralcode.gestion.frontend.view.widgets.sales.SalesPanel.java
/** * * @author almoreno */ public final class SalesPanel extends Panel {
From source file com.wcs.wcslib.vaadin.widget.multifileupload.ui.UploadStatePanel.java
/** * * @author gergo */ public class UploadStatePanel extends Panel implements MultiUploadHandler {
From source file com.wcs.wcslib.vaadin.widget.recaptcha.demo.DummyRegWithReCaptcha.java
/** * * @author kumm */ @JavaScript("http://www.google.com/recaptcha/api/js/recaptcha_ajax.js") public class DummyRegWithReCaptcha extends Panel implements Button.ClickListener {
From source file cz.zcu.pia.social.network.frontend.views.ViewBase.java
/** * View base * @author Frantisek Kolenak */ public class ViewBase extends Panel implements View { private static final String CONTENT_WRAPPER_STYLE_NAME = "content-wrapper";
From source file cz.zcu.pia.social.network.frontend.views.ViewError.java
/** * Error view * @author Frantisek Kolenak */ public class ViewError extends Panel implements View {
From source file de.decidr.ui.view.ButtonPanel.java
/** * This class builds a button panel which can be added to a component. * * @author AT */ @Reviewed(reviewers = { "unknown" }, lastRevision = "0", currentReviewState = State.NeedsReview)
From source file de.decidr.ui.view.SearchPanel.java
/**
* This is a panel containing a text field and a button. This should represent a
* search widget.
*
* @author AT
*/
From source file de.unioninvestment.eai.portal.portlet.crud.mvp.views.DefaultFormView.java
/**
* {@link View} fr Formularansicht. Bei einspaltiger Ansicht werden die Felder
* untereinander, und links davon als Label jeweils die Titel angezeigt. Bei
* mehrspaltiger Ansicht werden die Label ber den Eingabefeldern angezeigt.
*
* Unter den Eingabefeldern werden Aktions-Buttons horizontal angeordnet
From source file de.uni_tuebingen.qbic.qbicmainportlet.CheckListPanel.java
public class CheckListPanel extends Panel { /** * */ private static final long serialVersionUID = 3082824690604972817L; VerticalLayout checkList = new VerticalLayout();