Package dev. fritz2. components. menu
Types
CustomMenuEntry
Link copied to clipboard
open class CustomMenuEntry(styling: Style<BoxParams>) : MenuChild, TooltipProperties
Content copied to clipboard
This class combines the configuration and the core rendering of a CustomMenuEntry.
MenuComponent
Link copied to clipboard
MenuContext
Link copied to clipboard
open class MenuContext
Content copied to clipboard
MenuDivider
Link copied to clipboard
MenuEntry
Link copied to clipboard
open class MenuEntry(styling: Style<BoxParams>) : MenuChild, EventProperties<HTMLButtonElement> , ElementProperties<Button> , FormProperties, TooltipProperties
Content copied to clipboard
This class combines the configuration and the core rendering of a MenuEntry.
MenuHeader
Link copied to clipboard
MenuLink
Link copied to clipboard
open class MenuLink(styling: Style<BoxParams>) : MenuChild, EventProperties<HTMLAnchorElement> , ElementProperties<A> , FormProperties, TooltipProperties
Content copied to clipboard
This class combines the configuration and the core rendering of a MenuLink.
SubMenuComponent
Link copied to clipboard
open class SubMenuComponent(styling: Style<BoxParams>, value: Store<Boolean>?, baseClass: StyleClass, id: String?, prefix: String) : MenuContext, MenuChild, EventProperties<HTMLButtonElement> , FormProperties
Content copied to clipboard