Class ViewBreadcrumbs
java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<JmixBreadcrumbs>
io.jmix.tabbedmode.component.breadcrumbs.ViewBreadcrumbs
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.DetachNotifier,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasStyle,Serializable,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class ViewBreadcrumbs
extends com.vaadin.flow.component.Composite<JmixBreadcrumbs>
implements org.springframework.context.ApplicationContextAware
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final record -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected com.google.common.collect.BiMap<View<?>,JmixBreadcrumb> protected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidgetViews()protected JmixBreadcrumbsprotected voidnavigationClicked(com.vaadin.flow.component.ClickEvent<JmixBreadcrumb> event) voidvoidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidvoidsetVisible(boolean visible) protected voidsetVisibleInternal(boolean visible) Methods inherited from class com.vaadin.flow.component.Composite
getChildren, getContent, getElementMethods inherited from class com.vaadin.flow.component.Component
addListener, findAncestor, fireEvent, from, get, getEventBus, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, set, setElement, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListenerMethods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListenerMethods inherited from interface com.vaadin.flow.component.HasStyle
addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
-
Field Details
-
BREADCRUMBS_VISIBLE_WRAP_STYLE
- See Also:
-
views
-
viewBreadcrumb
-
viewLocation
-
visibleExplicitly
protected boolean visibleExplicitly
-
-
Constructor Details
-
ViewBreadcrumbs
public ViewBreadcrumbs()
-
-
Method Details
-
initContent
- Overrides:
initContentin classcom.vaadin.flow.component.Composite<JmixBreadcrumbs>
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
getViews
-
getCurrentViewInfo
-
addView
-
removeView
public void removeView() -
adjustParentStyles
protected void adjustParentStyles() -
setVisible
public void setVisible(boolean visible) - Overrides:
setVisiblein classcom.vaadin.flow.component.Component
-
setVisibleInternal
protected void setVisibleInternal(boolean visible)
-