List of usage examples for com.vaadin.ui Panel subclass-usage
From source file com.github.moscaville.contactsdb.ui.ContactsPanel.java
/** * * @author moscac */ public class ContactsPanel extends Panel {
From source file com.github.tempora.view.MainView.java
/** * Represents the application's main view. */ @SpringComponent @UIScope public final class MainView extends Panel implements View {
From source file com.hack23.cia.web.impl.ui.application.views.common.AbstractView.java
/** * The Class AbstractView. */ public abstract class AbstractView extends Panel implements View { /** The Constant serialVersionUID. */
From source file com.haulmont.cuba.web.toolkit.ui.CubaGroupBox.java
public class CubaGroupBox extends Panel implements ComponentContainer { protected ExpandChangeHandler expandChangeHandler = null; public CubaGroupBox() { registerRpc((CubaGroupBoxServerRpc) expanded -> { if (getState().collapsable) {
From source file com.haulmont.cuba.web.toolkit.ui.CubaTokenListLabel.java
public class CubaTokenListLabel extends Panel { private List<RemoveTokenListener> listeners; private ClickListener clickListener; public CubaTokenListLabel() {
From source file com.haulmont.cuba.web.widgets.addons.dragdroplayouts.DDPanel.java
public class DDPanel extends Panel implements LayoutDragSource, DropTarget, ShimSupport, LegacyComponent, DragFilterSupport, DragImageReferenceSupport, DragGrabFilterSupport, HasDragCaptionProvider { // Drop handler which handles dd drop events private DropHandler dropHandler;
From source file com.haulmont.cuba.web.widgets.CubaGroupBox.java
public class CubaGroupBox extends Panel implements ComponentContainer { protected ExpandChangeHandler expandChangeHandler = null; public CubaGroupBox() { registerRpc((CubaGroupBoxServerRpc) expanded -> { if (getState().collapsable) {
From source file com.haulmont.cuba.web.widgets.CubaTokenListLabel.java
public class CubaTokenListLabel extends Panel { private List<RemoveTokenListener> listeners; private ClickListener clickListener; public CubaTokenListLabel() {
From source file com.hivesys.dashboard.view.search.TextualView.java
/** * * @author swoorup */ @StyleSheet("hivesys.css") public class TextualView extends Panel {
From source file com.hris.employee.EmployeeProfile.java
/** * * @author jetdario */ public class EmployeeProfile extends Panel {