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 record
static final record
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final String
protected com.google.common.collect.BiMap<View<?>,
JmixBreadcrumb> protected boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
getViews()
protected JmixBreadcrumbs
protected void
navigationClicked
(com.vaadin.flow.component.ClickEvent<JmixBreadcrumb> event) void
void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext) void
void
setVisible
(boolean visible) protected void
setVisibleInternal
(boolean visible) Methods inherited from class com.vaadin.flow.component.Composite
getChildren, getContent, getElement
Methods 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, setId
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
Methods 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:
initContent
in classcom.vaadin.flow.component.Composite<JmixBreadcrumbs>
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContext
in 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:
setVisible
in classcom.vaadin.flow.component.Component
-
setVisibleInternal
protected void setVisibleInternal(boolean visible)
-