Interface ToolbarConfiguration.Builder

  • Method Details

    • hiddenToolbarItemsWithStrings

      ToolbarConfiguration.Builder hiddenToolbarItemsWithStrings(Collection<String> hiddenToolbarItems)

      The list of toolbar items to be hidden.

      Parameters:
      hiddenToolbarItems - The list of toolbar items to be hidden.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hiddenToolbarItemsWithStrings

      ToolbarConfiguration.Builder hiddenToolbarItemsWithStrings(String... hiddenToolbarItems)

      The list of toolbar items to be hidden.

      Parameters:
      hiddenToolbarItems - The list of toolbar items to be hidden.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hiddenToolbarItems

      ToolbarConfiguration.Builder hiddenToolbarItems(Collection<ToolbarItem> hiddenToolbarItems)

      The list of toolbar items to be hidden.

      Parameters:
      hiddenToolbarItems - The list of toolbar items to be hidden.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hiddenToolbarItems

      ToolbarConfiguration.Builder hiddenToolbarItems(ToolbarItem... hiddenToolbarItems)

      The list of toolbar items to be hidden.

      Parameters:
      hiddenToolbarItems - The list of toolbar items to be hidden.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxDisplayResolution

      ToolbarConfiguration.Builder maxDisplayResolution(String maxDisplayResolution)

      The maximum display resolution that is allowed for the session.

      Parameters:
      maxDisplayResolution - The maximum display resolution that is allowed for the session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maxDisplayResolution

      ToolbarConfiguration.Builder maxDisplayResolution(MaxDisplayResolution maxDisplayResolution)

      The maximum display resolution that is allowed for the session.

      Parameters:
      maxDisplayResolution - The maximum display resolution that is allowed for the session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • toolbarType

      ToolbarConfiguration.Builder toolbarType(String toolbarType)

      The type of toolbar displayed during the session.

      Parameters:
      toolbarType - The type of toolbar displayed during the session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • toolbarType

      ToolbarConfiguration.Builder toolbarType(ToolbarType toolbarType)

      The type of toolbar displayed during the session.

      Parameters:
      toolbarType - The type of toolbar displayed during the session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • visualMode

      ToolbarConfiguration.Builder visualMode(String visualMode)

      The visual mode of the toolbar.

      Parameters:
      visualMode - The visual mode of the toolbar.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • visualMode

      ToolbarConfiguration.Builder visualMode(VisualMode visualMode)

      The visual mode of the toolbar.

      Parameters:
      visualMode - The visual mode of the toolbar.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: