Interface | Description |
---|---|
IBackgroundDrawable | |
IButtonElement |
Declares public capabilities of a button element.
|
ICheckboxButton |
Declares public capabilities of a checkbox button.
|
ICustomBackground |
Defines methods for NativeUI Objects that may have a custom background applied.
|
IDateEntry |
Declares public capabilities of a Date entry element.
|
IDisplayObject |
Declares public capabilities of a display object.
|
IDropdownlistEntry |
Declares public capabilities of a Dropdownlist Entry element.
|
IEventDispatcher |
A
IEventDispatcher registers event handlers for the desired action. |
IFloatingEntry |
Declares public capabilities of a floating entry.
|
IGlobalPropertiesAndroid |
An interface to set Android specific properties
|
IGlobalPropertiesIOS | |
IHttpAuthHandler | |
IImageElement |
Declares public capabilities of an image element.
|
IJSCallback | |
IListActionListener | |
IListEditMode | |
IListEditModeListener | |
IListListener | |
IListProvider |
The
IListProvider is used by a IListRenderer to create
it's content and handle events. |
IListRenderer |
A NativeUI element that is responsible for rendering a list as provided by
IListProvider . |
IProgressanimElement |
Declares public capabilities of a Slider element.
|
ISearchEntry |
Declares public capabilities of a Search Entry element.
|
ISearchFieldListener |
A listener for
nUISearchNavButton . |
ISideViewListener |
Classes wishing to monitor events related to the Side View should implement this class.
|
ISwitchButton |
Declares public capabilities of a switch button.
|
ITabViewListener | |
ITabViewProvider | |
ITextfieldElement |
Declares public capabilities of a textfield element.
|
IWebviewElement |
Declares public capabilities of the Webview Element.
|
nUICanvasInterface | |
nUIConstants | |
nUIEventListener | |
nUIWebviewCallBack | |
nUIWebviewCallBackExt |
A webview callback interface.
|
Class | Description |
---|---|
DefaultTabViewProvider |
Default implementation for
ITabViewProvider that create a three
tabs with different background color. |
nUIActionButton |
This class represents an action button.
|
nUIAlertDialog |
The alert dialog implementation.
|
nUIButtonElement |
The default button implementation.
|
nUICheckboxButton |
The default checkbox-button implementation.
|
nUIConstraintLayout |
The
nUIConstraintLayout acts as a container element and arranges it's
children based on relative constraints. |
nUIContainerElement |
A container class to encapsulate the inclusion of a number of Element children for particular purposes.
|
nUIController |
The main controller class that handles all the high-level NativeUI concepts.
|
nUIDateEntry |
The date-entry implementation.
|
nUIDialogWindow |
A pop-up window.
|
nUIDisplayObject |
The base level NativeUI object which all displayable objects should extend.
|
nUIDropdownlistEntry |
The dropdown list implementation.
|
nUIElementDisplay |
The base level NativeUI object which all elements should extend.
|
nUIEntryElement |
The default data entry implementation.
|
nUIFloatingEntry |
A single-line data entry element that allows for "floating" text labels.
|
nUIImageElement |
The default image implementation.
|
nUIListElement |
An element that displays a list of
nUIElementDisplay Objects. |
nUIListView |
An dedicated
nUIViewDisplay that displays a list of nUIElementDisplay Objects. |
nUINavbuttonElement |
The nav menu button implementation.
Depending on the host OS, navigation menus can take several different forms. |
nUINavView |
The nav menu view implementation.
|
nUIObject | |
nUIPopupMenuBuilder |
Builds a menu that can be popped up from the bottom of the screen,
or attached to an element (in the case of tablet devices).
|
nUIProgressanimElement |
The default progress animation implementation.
|
nUIRadioCheckbox |
The default radio button implementation.
|
nUISearchEntry |
The default search entry implementation.
|
nUISearchNavButton |
Expandable search field is used in the
nUIViewDisplay 's header. |
nUISeparatorElement |
A separator element that can be used to create a partition
between elements in the UI.
|
nUISpacerElement |
A simple blank space that can be inserted between elements to
give an extra degree of padding.
|
nUISwitchButton |
The default switch implementation.
|
nUITabElement |
Represents a tab in
nUITabView . |
nUITableButton |
A selectable element that behaves like a button, but is composed of
many elements inside a table.
|
nUITablecellElement | |
nUITableElement | |
nUITablerowElement |
The table row implementation.
|
nUITabView | |
nUITextfieldElement |
The default textfield implementation.
|
nUIViewDisplay |
The default view implementation.
|
nUIWebView |
A webview display implementation.
|
nUIWebviewElement |
A webview element implementation.
|
nUIWindowDisplay |
The default window implementation.
|
SwipeActionBehavior |
This behavior allows user to swipe a cell to show action buttons and still be able to swipe the cell away.
|
SwipeBehavior |
Use this class to create different swipe behaviors which can be assigned to a cell within
nUIListElement /nUIListView
Following behaviors are available
SwipeToDeleteBehavior - user can swipe away a cell. |
SwipeToDeleteBehavior |
This behavior allows user to swipe a cell away.
|
SwipeToEditBehavior |
This behavior allows user to swipe a cell to show action buttons.
|