Package com.vaadin.browserless.internal
Class MockInternalSeverError
-
- All Implemented Interfaces:
-
com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.DetachNotifier,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasStyle,com.vaadin.flow.router.HasErrorParameter,java.io.Serializable
@DefaultErrorHandler() public class MockInternalSeverError extends InternalServerError
-
-
Field Summary
Fields Modifier and Type Field Description private final Stream<Component>childrenprivate final ClassListclassNamesprivate final Elementelementprivate final Optional<String>idprivate StringclassNameprivate final Optional<Component>parentprivate final BooleanisAttachedprivate StringtestIdprivate final Optional<UI>uiprivate final Stylestyleprivate BooleanisVisible
-
Constructor Summary
Constructors Constructor Description MockInternalSeverError()
-
Method Summary
Modifier and Type Method Description IntegersetErrorParameter(BeforeEnterEvent event, ErrorParameter<Exception> parameter)-
Methods inherited from class com.vaadin.flow.component.Component
bindVisible, findAncestor, getChildren, getElement, getId, getParent, getTestId, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, isAttached, isVisible, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, setId, setTestId, setVisible -
Methods inherited from class com.vaadin.flow.component.HasStyle
addClassName, addClassNames, bindClassName, bindClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName -
Methods inherited from class com.vaadin.flow.component.AttachNotifier
addAttachListener -
Methods inherited from class com.vaadin.flow.component.DetachNotifier
addDetachListener -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setErrorParameter
Integer setErrorParameter(BeforeEnterEvent event, ErrorParameter<Exception> parameter)
-
-
-
-