List of usage examples for com.vaadin.ui CustomComponent subclass-usage
From source file com.haulmont.cuba.web.toolkit.ui.CubaRowsCount.java
public class CubaRowsCount extends CustomComponent { protected Button prevButton; protected Button nextButton; protected Button firstButton; protected Button lastButton;
From source file com.haulmont.cuba.web.widgets.CubaRowsCount.java
public class CubaRowsCount extends CustomComponent { // vaadin8 inherit from CssLayout protected Button prevButton; protected Button nextButton; protected Button firstButton; protected Button lastButton;
From source file com.hybridbpm.ui.component.bpm.designer.TaskConfigureCustomComponent.java
/** * * @author Marat Gubaidullin */ @SuppressWarnings("serial") public class TaskConfigureCustomComponent extends CustomComponent
From source file com.klwork.explorer.project.PublicProjectListPage.java
/**
* Superclass for all Explorer pages
*
* @author Joram Barrez
* @author Frederik Heremans
*/
From source file com.klwork.explorer.ui.AbstractPage.java
/**
* Superclass for all Explorer pages
*
* @author Joram Barrez
* @author Frederik Heremans
*/
From source file com.klwork.explorer.ui.base.AbstractPage.java
/**
* Superclass for all Explorer pages
*
* @author Joram Barrez
* @author Frederik Heremans
*/
From source file com.klwork.explorer.ui.business.outproject.PublicProjectListPage.java
/**
* Superclass for all Explorer pages
*
* @author Joram Barrez
* @author Frederik Heremans
*/
From source file com.klwork.explorer.ui.custom.ToolbarEntry.java
/**
* Entry to use in a tool bar. Shows label and optional count.
*
* @author Frederik Heremans
* @author Joram Barrez
*/
From source file com.klwork.explorer.ui.task.SubTaskComponent.java
/**
* Custom component for the 'sub tasks' section for a task.
* Used in the {@link TaskDetailPanel}.
*
* @author Joram Barrez
*/
From source file com.klwork.explorer.ui.task.TaskInvolvedPeopleComponent.java
/** * Component for a {@link TaskPage} that displays all people involved with the task. * * @author Joram Barrez */ public class TaskInvolvedPeopleComponent extends CustomComponent {