Interface UiBreadCrumbEntry
-
- All Superinterfaces:
AttributeReadId,AttributeReadText,AttributeWriteId,AttributeWriteText,io.github.mmm.event.EventSource<UiEvent,UiEventListener>
public interface UiBreadCrumbEntry extends AttributeWriteText, AttributeWriteId, io.github.mmm.event.EventSource<UiEvent,UiEventListener>
An entry in the bread crumb. You may add aUiClickEventListenerthat triggers the navigation if the entry is clicked.- Since:
- 1.0.0
-
-
Method Summary
-
Methods inherited from interface io.github.mmm.ui.api.attribute.AttributeReadId
getId
-
Methods inherited from interface io.github.mmm.ui.api.attribute.AttributeReadText
getText
-
Methods inherited from interface io.github.mmm.ui.api.attribute.AttributeWriteId
setId
-
Methods inherited from interface io.github.mmm.ui.api.attribute.AttributeWriteText
setText
-
-