feathers.controls

subpackages
feathers.controls.popups
feathers.controls.renderers
feathers.controls.supportClasses

Interfaces

  • A screen for use with `ScreenNavigator`
  • Minimum requirements for a scroll bar to be usable with a `Scroller` component

Classes

  • A push (or optionally, toggle) button control
  • A set of related buttons with layout, customized using a data provider
  • A pop-up container that points at (or calls out) a specific region of the application (typically a specific control that triggered it)
  • A toggle control that contains a label and a box that may be checked or not to indicate selection
  • A container that displays primary content in the center surrounded by optional "drawers" that can open and close on the edges
  • Displays a list of items divided into groups or sections
  • A header that displays an optional title along with a horizontal regions on the sides for additional UI controls
  • Displays an image, either from a `Texture` or loaded from a URL.
  • Displays text
  • Displays a one-dimensional list of items
  • Select a value between a minimum and a maximum by using increment and decrement buttons or typing in a value in a text input
  • Displays a selected index, usually corresponding to a page index in another UI control, using a highlighted symbol
  • A container with layout, optional scrolling, a header, and an optional footer
  • A screen for use with `ScreenNavigator`, based on `Panel` in order to provide a header and layout
  • A combo-box like list control
  • Displays the progress of a task over time
  • A toggleable control that exists in a set that requires a single, exclusive toggled item
  • Provides useful capabilities for a menu screen displayed by `ScreenNavigator`
  • A "view stack"-like container that supports navigation between screens (any display object) through events
  • Data for an individual screen that will be used by a `ScreenNavigator` object
  • Select a value between a minimum and a maximum by dragging a thumb over a physical range or by using step buttons
  • A generic container that supports layout and scrolling
  • Allows horizontal and vertical scrolling of a _view port_
  • Select a value between a minimum and a maximum by dragging a thumb over a physical range
  • Select a value between a minimum and a maximum by dragging a thumb over the bounds of a track
  • A line of tabs (vertical or horizontal), where one may be selected at a time
  • A text entry control that allows users to enter and edit a single line of uniformly-formatted text
  • Similar to a light switch with on and off states