Skip to content

Views overview#

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

Actions#

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

Indication#

ACircleProgressBar screenshot
A circle-shaped progress bar.
Learn more
ADrawableView screenshot
Simple view to draw an IDrawable.
Learn more
ALabel screenshot
Represents a simple single-line text display view.
Learn more
AProgressBar screenshot
A progress bar.
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#

ACheckBox screenshot
A check box (without label).
Learn more
ACheckBoxWrapper screenshot
View container with a checkbox.
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
ARadioButton screenshot
A radio button.
Learn more
ARadioGroup screenshot
A group of radio buttons.
Learn more
ASlider screenshot
Slider control.
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
AForEachUI 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