Class CrudView
- java.lang.Object
-
- com.vaadin.flow.component.Component
-
- com.vaadin.flow.demo.DemoView
-
- com.vaadin.flow.component.crud.demo.CrudView
-
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.DetachNotifier,com.vaadin.flow.component.HasComponents,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasEnabled,com.vaadin.flow.component.HasStyle,com.vaadin.flow.router.HasUrlParameter<String>,Serializable
@Route("vaadin-crud") public class CrudView extends DemoView- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCrudView.Personstatic classCrudView.PersonDataProvider
-
Constructor Summary
Constructors Constructor Description CrudView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitView()-
Methods inherited from class com.vaadin.flow.demo.DemoView
addCard, addCard, addVariantsDemo, onAttach, populateSources, setParameter
-
Methods inherited from class com.vaadin.flow.component.Component
addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-