List of usage examples for com.vaadin.ui ListSelect subclass-usage
From source file com.mycollab.module.project.view.task.components.TaskStatusListSelect.java
/** * @author MyCollab Ltd * @since 5.1.1 */ public class TaskStatusListSelect extends ListSelect { public TaskStatusListSelect() {
From source file com.mycollab.module.project.view.task.TaskStatusListSelect.java
/** * @author MyCollab Ltd * @since 5.1.1 */ public class TaskStatusListSelect extends ListSelect { public TaskStatusListSelect() {
From source file com.mycollab.module.project.view.ticket.TicketTypeListSelect.java
/** * @author MyCollab Ltd * @since 5.4.3 */ class TicketTypeListSelect extends ListSelect { TicketTypeListSelect() {
From source file com.mycollab.module.user.ui.components.ActiveUserListSelect.java
/** * @author MyCollab Ltd. * @since 1.0 */ public class ActiveUserListSelect extends ListSelect { private static final long serialVersionUID = 1L;
From source file com.mycollab.vaadin.ui.I18nValueListSelect.java
/** * @author MyCollab Ltd. * @since 4.3.0 */ public class I18nValueListSelect extends ListSelect { private static final long serialVersionUID = 1L;
From source file com.mycollab.vaadin.ui.OptionValListSelect.java
/** * @author MyCollab Ltd * @since 5.4.3 */ public class OptionValListSelect extends ListSelect { private Class<? extends Enum> enumCls;
From source file com.mycollab.vaadin.ui.ValueListSelect.java
/** * @author MyCollab Ltd. * @since 1.0 */ public class ValueListSelect extends ListSelect { private static final long serialVersionUID = 1L;
From source file com.mycollab.vaadin.web.ui.IntegerKeyListSelect.java
/** * @author MyCollab Ltd * @since 5.3.1 */ public class IntegerKeyListSelect extends ListSelect { @Override
From source file com.ocs.dynamo.ui.component.EntityListSelect.java
/**
* Custom ListSelect component for displaying a collection of entities
*
* @author bas.rutten
* @param <ID>
* type of the primary key of the entity
From source file com.terralcode.gestion.frontend.view.widgets.desplegable.Desplegable.java
/** * * @author TerralCode01 */ public class Desplegable extends ListSelect {