Class JavaScriptBootstrapUI.ClientViewPlaceholder
- java.lang.Object
-
- com.vaadin.flow.component.Component
-
- com.vaadin.flow.component.internal.JavaScriptBootstrapUI.ClientViewPlaceholder
-
- All Implemented Interfaces:
AttachNotifier
,DetachNotifier
,HasElement
,Serializable
- Enclosing class:
- JavaScriptBootstrapUI
@Tag("div") public static class JavaScriptBootstrapUI.ClientViewPlaceholder extends Component
Placeholder view when navigating from server-side views to client-side views.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientViewPlaceholder()
-
Method Summary
-
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, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListener
-
Methods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListener
-
-