Interface ConfigStepMenu.ListItem

All Superinterfaces:
ConfigStepMenu.Item
Enclosing interface:
ConfigStepMenu

public static interface ConfigStepMenu.ListItem extends ConfigStepMenu.Item
A list menu item. XML tag: "list"
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    The list ID.
    boolean
    Boolean indicating whether the list results should be filtered on the currently active model.
    boolean
    Boolean indicating whether the list results should be shown directly in the menu or in a new window.
    void
     
    void
    setListId(long id)
     
    void
    setShowResults(boolean showResults)
     
  • Method Details

    • getListId

      long getListId()
      The list ID. XML tag: "list-id"
      Returns:
      The list ID.
    • setListId

      void setListId(long id)
    • isShowResults

      boolean isShowResults()
      Boolean indicating whether the list results should be shown directly in the menu or in a new window. XML tag: "show-results"
      Returns:
      Boolean indicating whether the list results should be shown directly in the menu or in a new window.
    • setShowResults

      void setShowResults(boolean showResults)
    • isFilterOnActiveModel

      boolean isFilterOnActiveModel()
      Boolean indicating whether the list results should be filtered on the currently active model. XML tag: "filter-on-active-model"
      Returns:
      Boolean indicating whether the list results should be filtered on the currently active model.
    • setFilterOnActiveModel

      void setFilterOnActiveModel()