See: Description
Interface | Description |
---|---|
CaptionPress |
Implement this method and assign to the captionPress field if you want to handle press in the caption area or in the captionIcon.
|
Grid.DataSource |
Interface that can be used to fetch data on demmand.
|
HasValue<T> | |
IVirtualKeyboard | |
ListBox.CustomDrawingItem |
An interface that makes easier to draw custom items.
|
Presenter<T extends Control> | |
Scrollable |
Scrollable is an extension that allows relative motion of the Containers contents using flick animations.
|
TextControl |
Interface used by some controls that can set and get a text String.
|
TopMenu.AnimationListener |
Class | Description |
---|---|
AccordionContainer |
A Container that can be expanded or collapsed
Sample:
|
AccordionContainer.Group | |
AlignedLabelsContainer |
AlignedLabelsContainer is a Container used to align all controls to the maximum width of a set of labels. |
ArrowButton |
A class used to display a Button with an arrow inside.
|
Bar |
This class provides a title area and a button area (at right).
|
BorderContainer |
Class used to show a border with a title.
|
Button |
Button is a push button control.
|
ButtonMenu |
This class adds a multi-button menu that can be scrolled horizontally (single-row) or vertically (multiple-rows),
using a scrollbar or flicking.
|
Check |
Check is a control with a box and a check inside of it when the state is checked.
|
CircularProgressBar | |
ClippedContainer | |
ColorList |
Implements a ListBox where colors can be choosen from.
|
ColorList.Item |
Item added to the ListBox, containing the color as String and as int.
|
ComboBox |
ComboBox is an implementation of a ComboBox, with the drop down window implemented by the ComboBoxDropDown class.
|
ComboBoxDropDown |
ComboBoxDropDown is a simple implementation of a PopUp Listbox.
|
ComboBoxEditable |
The ComboBoxEditable is a control usually used as an Edit that holds
old typed values.
|
Container |
Container is a control that contains child controls.
|
Control |
Control is the base class for user-interface objects.
|
Divider | |
DynamicScrollContainer |
DynamicScrollContainer is a specialized type of Scroll Container intended for high performancewhere hundreds or thousands of views need to be displayed in a scrollable list. |
DynamicScrollContainer.AbstractView |
Represents a view to be displayed on a
DynamicScrollContainer . |
DynamicScrollContainer.DataSource |
This class is responsible for serving up the
DynamicScrollContainer.AbstractView s to display on a DynamicScrollContainer . |
Edit |
Edit is a text entry control.
|
Flick |
Flick
Add flick animations to Containers with ScrollBars.
|
FloatingActionButton | |
FloatingLabel<T extends Control & HasValue<?>> | |
FlowContainer |
This class is a Container that will place controls one after the other and, once the
width has been reached, it wraps to next line.
|
Grid |
This is a common grid component.
|
Grid.CellController |
Abstract class that must be implemented if you want to get a fine control of
each cell in the grid.
|
GridContainer |
Class that implements a Grid that each cell is a container.
|
GridContainer.Cell |
A Grid's cell.
|
ImageControl |
A control that can show an image bigger than its area and that can be dragged using a pen to show the hidden parts.
|
ImageList |
Implements a ListBox where the items are images.
|
Insets |
Used to define the gaps between the container and its child controls.
|
Label |
Label is a text label control.
|
ListBox |
ListBox is a complete implementation of a Listbox.
|
ListBox.IconItem |
Used to show an icon or two and a text.
|
ListContainer |
ListContainer is a ListBox where each item is a Container.
|
ListContainer.Item |
An item of the ListContainer.
|
MainWindow |
MainWindow is the main window of a UI-based application.
|
MaterialWindow |
A window with a top bar + return button supporting slide-in animations.
|
MenuBar |
Constructs a Menu with the given items.
|
MenuBarDropDown |
Constructs a MenuBarDropDown with the given items.
|
MenuItem |
This class represents a menu item.
|
MultiButton |
MultiButton is a control that displays a single line button with a set of titles.
|
MultiEdit |
MultiEdit is an Edit with support for multiple lines.
|
MultiListBox |
MultiListBox is a listbox that allows more than one item to be selected.
|
NinePatch |
NinePatch is a class that creates a button of any size by dividing a
sample button into 9 parts: the 4 corners, the 4 sides, and the middle.
|
NumericPagePosition | |
OutlinedEdit | |
PagePosition |
PagePosition implements the empty and filled balls that indicates the current
page in a set of pages, very common on Android and iPhone.
|
PopupMenu |
Creates a popup menu with a single line list and some radio buttons at right,
like in the Android combobox styles.
|
PreprocessKey |
Class used to customize the way that Edit and MultiEdit handle keys.
|
ProgressBar |
A basic progress bar, with the bar and a text.
|
PushButtonGroup |
Group or matrix of pushbuttons in a single control.
|
Radio |
Radio is a radio control.
|
RadioGroupController |
RadioGroupController is a Radio control grouper.
|
Ruler |
Ruler is a horizontal or vertical ruler.
|
ScrollBar |
ScrollBar is an implementation of a Scrollbar.
|
ScrollContainer |
ScrollContainer is a container with a horizontal only, vertical only, both or no
ScrollBars, depending on the control positions.
|
ScrollPosition |
ScrollPosition implements the auto-hide scrollbar that exists in
finger-touched devices.
|
ShadedButton | |
SideMenuContainer |
Template for navigation based on a menu using a navbar and a sidenav.
|
SideMenuContainer.Item | |
SideMenuContainer.Sub | |
SideMenuContainer.Sub.Caption | |
SideMenuContainer.Sub.Group | |
Slider |
Slider is a simple slider.
|
SlidingWindow |
A window with a top bar + return button supporting slide-in animations.
|
Spacer |
Control used to add a space between controls.
|
SpinList |
Creates a control with two arrows, so you can scroll values and show
the current one.
|
Spinner |
Spinner is a control that shows an image indicating that something is running in
the background.
|
Switch |
This class implements the on/off switch present in many platforms
|
TabbedContainer |
TabbedContainer is a bar of text or image tabs.
|
Toast |
Class used to show a message on screen.
|
ToolTip |
Displays a tooltip when user holds the pen in the control.
|
TopMenu |
This is a top menu like those on Android.
|
TopMenu.Item | |
UIColors |
This class holds the colors used in some user interface dialogs, such as MessageBox,
InputBox, CalculatorBox, KeyboardBox, CalendarBox, ToolTip, KeyPad and others.
|
Whiteboard |
This is a whiteboard that can be used to draw something.
|
Window |
Window is a floating top-level window.
|
Enum | Description |
---|---|
Control.TranslucentShape |
Used when this Control is translucent
|