T
- item type.public class SwitchableFormView<T> extends Object implements EditorView<T>
Constructor and Description |
---|
SwitchableFormView(SwitchableFormDefinition<T> definition,
PropertySetFactory<T> propertySetFactory,
LocaleContext localeContext) |
Modifier and Type | Method and Description |
---|---|
com.vaadin.ui.Component |
asVaadinComponent()
Convenience method implementation.
|
void |
populate(T item) |
List<com.vaadin.data.BinderValidationStatus<?>> |
validate() |
void |
write(T item) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accessViewBeanStore, bindContext, bindInstance, create, create, create, create, destroy, getComponentProvider, getCurrentViewReference
@Inject public SwitchableFormView(SwitchableFormDefinition<T> definition, PropertySetFactory<T> propertySetFactory, LocaleContext localeContext)
public void populate(T item)
populate
in interface EditorView<T>
public List<com.vaadin.data.BinderValidationStatus<?>> validate()
validate
in interface EditorView<T>
public void write(T item)
write
in interface EditorView<T>
public com.vaadin.ui.Component asVaadinComponent()
UIComponent
asVaadinComponent
in interface View
asVaadinComponent
in interface UIComponent
Copyright © 2020 Magnolia International Ltd.. All rights reserved.