Skip to content

Views overview#

AUI offers implementations of basic views. You can use compose them to make custom components.

Actions#

Button screenshot
Button with text, which can be pushed to make some action.
Learn more

Indication#

ACircleProgressBar screenshot
A circle-shaped progress bar.
Learn more
Images screenshot
Simple view to draw images.
Learn more
Label screenshot
Represents a simple single-line text display view.
Learn more
Progress indicators screenshot
Progress bars show the progress of an operation.
Learn more
ASpinner screenshot
Circular infinite progress indicator.
Learn more
ASpinnerV2 screenshot
Circular infinite progress indicator.
Learn more
AText screenshot
HTML-capable text container.
Learn more

User Input#

Check box screenshot
Checkboxes let users select one or more items from a list, or turn an item on or off.
Learn more
ADirChooserView screenshot
A text field with "..." button prompting path to a dir.
Learn more
ADoubleNumberPicker screenshot
A text field for numbers with increase/decrease buttons.
Learn more
ADropdownList screenshot
A button with dropdown list.
Learn more
AFileChooserView screenshot
A text field with "..." button prompting path to a file.
Learn more
ANumberPicker screenshot
A text field for numbers with increase/decrease buttons.
Learn more
Radio button screenshot
Radio buttons let people select one option from a set of options.
Learn more
ATextArea screenshot
Multiline text input area.
Learn more
ATextField screenshot
Editable field with text to receive a text input from the user.
Learn more

Containment#

A2FingerTransformArea screenshot
Handles and processes the multitouch scale, transform and rotation events based on two-finger gestures.
Learn more
ADragArea screenshot
Wrapping container to drag views inside of it.
Learn more
Lists screenshot
Customizable lists display.
Learn more
AGridSplitter screenshot
A resizable grid layout.
Learn more
AGroupBox screenshot
A titled frame
Learn more
AListView screenshot
Displays a list model of strings.
Learn more
APageView screenshot
Like ATabView but without tabs line.
Learn more
ARulerArea screenshot
Photoshop-like ruler area for measuring display units.
Learn more
ARulerView screenshot
A Photoshop-like ruler for measuring display units.
Learn more
AScrollArea screenshot
A scrollable container with vertical and horizontal scrollbars.
Learn more
AScrollAreaViewport screenshot
Inner component of AScrollArea that manages rendering and event handling with custom offset (scroll).
Learn more
AScrollbar screenshot
A single scrollbar
Learn more
ASplitter screenshot
A resizeable horizontal or vertical layout.
Learn more
ATreeView screenshot
Displays a tree model of strings.
Learn more

Arrangement#

AHDividerView screenshot
A horizontal line.
Learn more
ASpacerExpanding screenshot
Expanding view which is useful in UI building.
Learn more
ASpacerFixed screenshot
Fixed-size view which is useful in UI building.
Learn more
AVDividerView screenshot
A vertical line.
Learn more

Other#

AView screenshot
Base class of all UI objects.
Learn more
AViewContainer screenshot
A trivial modifiable view that represents a set of views.
Learn more
AViewContainerBase screenshot
A view that represents a set of views.
Learn more