Options to enable sorting and a fixed footer over a sub pane's direct child sub panes.
Optional
Default actions
Flags to determine which filters are visible. If undefined, it will be All.
Resolves each child's comparable value for the Custom sort. Only called for the Custom sort; the built-in Default / AtoZ / ZtoA never use it.
This function will be called whenever user clicks an action
Called whenever the filter is changed by the user.
Called when the user selects an entry in the "Show" dropdown. Receives the zero-based option index.
Called when the user changes the sort.
When true, the view control renders inline at the bottom of the sub pane instead of in a footer.
Labels for the "Show" dropdown. When provided, a dropdown is shown and onShowOptionChanged is called with the selected index whenever the user changes the selection.
Optional label override per sort. Built-ins fall back to framework labels.
Sorts shown in the footer dropdown. If undefined, only Default is used.
Initial visibility state. It undefined, it will be false.
Options to enable sorting and a fixed footer over a sub pane's direct child sub panes.