Class InternalErrorView
java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.orderedlayout.VerticalLayout
one.microstream.storage.restclient.app.ui.InternalErrorView
- All Implemented Interfaces:
- com.vaadin.flow.component.AttachNotifier,- com.vaadin.flow.component.ClickNotifier<com.vaadin.flow.component.orderedlayout.VerticalLayout>,- com.vaadin.flow.component.DetachNotifier,- com.vaadin.flow.component.HasComponents,- com.vaadin.flow.component.HasElement,- com.vaadin.flow.component.HasEnabled,- com.vaadin.flow.component.HasOrderedComponents<com.vaadin.flow.component.orderedlayout.VerticalLayout>,- com.vaadin.flow.component.HasSize,- com.vaadin.flow.component.HasStyle,- com.vaadin.flow.component.orderedlayout.FlexComponent<com.vaadin.flow.component.orderedlayout.VerticalLayout>,- com.vaadin.flow.component.orderedlayout.ThemableLayout,- com.vaadin.flow.router.BeforeEnterObserver,- com.vaadin.flow.router.HasDynamicTitle,- com.vaadin.flow.router.HasErrorParameter<Exception>,- com.vaadin.flow.router.internal.BeforeEnterHandler,- Serializable
@Route(value="error",
       layout=RootLayout.class)
public class InternalErrorView
extends com.vaadin.flow.component.orderedlayout.VerticalLayout
implements com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.HasErrorParameter<Exception>, com.vaadin.flow.router.BeforeEnterObserver
- See Also:
- Serialized Form
- 
Nested Class Summary
- 
Constructor SummaryConstructors Constructor Description InternalErrorView()
- 
Method SummaryModifier and Type Method Description voidbeforeEnter(com.vaadin.flow.router.BeforeEnterEvent event)StringgetPageTitle()intsetErrorParameter(com.vaadin.flow.router.BeforeEnterEvent event, com.vaadin.flow.router.ErrorParameter<Exception> parameter)Methods inherited from class com.vaadin.flow.component.orderedlayout.VerticalLayoutaddAndExpand, getAlignItems, getAlignSelf, getDefaultHorizontalComponentAlignment, getHorizontalComponentAlignment, setAlignItems, setAlignSelf, setDefaultHorizontalComponentAlignment, setHorizontalComponentAlignment, setPadding, setSpacingMethods inherited from class com.vaadin.flow.component.ComponentaddListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisibleMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.ClickNotifieraddClickListener, addClickShortcutMethods inherited from interface com.vaadin.flow.component.orderedlayout.FlexComponentexpand, getFlexGrow, getJustifyContentMode, replace, setFlexGrow, setJustifyContentModeMethods inherited from interface com.vaadin.flow.component.HasComponentsadd, add, addComponentAsFirst, addComponentAtIndex, remove, removeAllMethods inherited from interface com.vaadin.flow.component.HasOrderedComponentsgetComponentAt, getComponentCount, indexOfMethods inherited from interface com.vaadin.flow.component.HasSizegetHeight, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, setHeight, setHeightFull, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidthFull
- 
Constructor Details- 
InternalErrorViewpublic InternalErrorView()
 
- 
- 
Method Details- 
getPageTitle- Specified by:
- getPageTitlein interface- com.vaadin.flow.router.HasDynamicTitle
 
- 
setErrorParameterpublic int setErrorParameter(com.vaadin.flow.router.BeforeEnterEvent event, com.vaadin.flow.router.ErrorParameter<Exception> parameter)- Specified by:
- setErrorParameterin interface- com.vaadin.flow.router.HasErrorParameter<Exception>
 
- 
beforeEnterpublic void beforeEnter(com.vaadin.flow.router.BeforeEnterEvent event)- Specified by:
- beforeEnterin interface- com.vaadin.flow.router.internal.BeforeEnterHandler
 
 
-