Class BottomNavigation

  • All Implemented Interfaces:
    Styleable, EventTarget, Skinnable

    @DefaultProperty("actionItems")
    public class BottomNavigation
    extends Control
    Bottom navigation provides quick navigation between top-level views of an app. It is primarily designed for use on mobile. It consists of three to five top-level destinations of similar importance referred to as action items.

    BottomNavigation is of two types:

    • FIXED
    • SHIFTING.

    A BottomNavigation.Type can be passed while constructing an instance of BottomNavigation using BottomNavigation(Type) or calling setType(Type). Fixed bottom navigation is the default type.

    Screenshot of BottomNavigation

    Since:
    4.0.0