| Interface | Description |
|---|---|
| BootstrapBrandView |
Views which implement this interface change their color according to the given Bootstrap Brand
|
| BootstrapHeadingView |
Views which implement this interface change their text size and padding according to the
given Bootstrap Heading
|
| BootstrapSizeView |
Classes which implement this interface allow aspects of their view to be scaled by a float factor.
|
| BootstrapTextView |
Views which implement this interface can set their text using BootstrapText
|
| BorderView |
Views which implement this interface allow the border to be dynamically displayed
|
| ButtonModeView |
Views which implement this interface allow the selection mode of their buttons to be set
|
| OutlineableView |
Views which implement this interface allow the user to specify whether the view should be
displayed as an outline or not.
|
| ProgressView |
Views which implement this interface visually display ongoing progress to users
|
| RoundableView |
Views which implement this interface allow the user to specify whether the view should have
rounded corners or not.
|