T
- type of items to be selectedpublic class WorkbenchChooser<T> extends Object implements Chooser<Set<T>>
Workbench
, usually corresponding to an app which uses the same workbench.Constructor and Description |
---|
WorkbenchChooser(WorkbenchChooserDefinition<T> definition,
ValueContext<T> valueContext) |
Modifier and Type | Method and Description |
---|---|
com.vaadin.ui.Component |
asVaadinComponent()
Convenience method implementation.
|
Set<T> |
getChoice() |
void |
onChange(Consumer<Set<T>> callback) |
void |
setChoice(Set<T> choice) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accessViewBeanStore, bindContext, bindInstance, create, create, create, create, destroy, getComponentProvider, getCurrentViewReference
public WorkbenchChooser(WorkbenchChooserDefinition<T> definition, ValueContext<T> valueContext)
public com.vaadin.ui.Component asVaadinComponent()
UIComponent
asVaadinComponent
in interface View
asVaadinComponent
in interface UIComponent
Copyright © 2020 Magnolia International Ltd.. All rights reserved.