| Name | Description | Type | Package | Framework |
| Ads | This is an Ads Component, this Component can displays banner/text ads on a This is a generic Ads Component that can support different type of Ads Network | Class | com.codename1.components | CodeName One |
|
| FileEncodedImage | An encoded image that stores the actual data of the encoded image in a disk file or resource and loads it only when necessary. | Class | com.codename1.components | CodeName One |
|
| FileEncodedImageAsync | This class is identical to FileEncodedImage with the difference of using asynchronous loading for files (and the animation framework) which will | Class | com.codename1.components | CodeName One |
|
| FileTree | | Class | com.codename1.components | CodeName One |
|
| FileTreeModel | A tree model representing the file system as a whole, notice that this class returns absolute file names which would result in an unreadable tree. | Class | com.codename1.components | CodeName One |
|
| FloatingHint | A floating hint is similar to a text field with a hint. | Class | com.codename1.components | CodeName One |
|
| ImageViewer | ImageViewer allows zooming/panning an image and potentially flicking between multiple images within a list of images. | Class | com.codename1.components | CodeName One |
|
| InfiniteProgress | Shows a "Washing Machine" infinite progress indication animation, to customize the image you can either use the infiniteImage theme constant or the setAnimation method. | Class | com.codename1.components | CodeName One |
|
| InfiniteScrollAdapter | Allows adapting a scroll container to scroll indefinitely (or at least until running out of data), this effectively works by showing an infinite progress | Class | com.codename1.components | CodeName One |
|
| InteractionDialog | Unlike a regular dialog the interaction dialog only looks like a dialog, it resides in the layered pane and can be used to implement features where | Class | com.codename1.components | CodeName One |
|
| MasterDetail | | Class | com.codename1.components | CodeName One |
|
| MediaPlayer | Video playback component with control buttons for back, play/pause and forward buttons. | Class | com.codename1.components | CodeName One |
|
| MultiButton | A powerful button like component that allows multiple rows/and an icon to be added every row/icon can have its own UIID. | Class | com.codename1.components | CodeName One |
|
| OnOffSwitch | The on/off switch is a checkbox of sort (although it derives container) that represents its state as a switch each of which has a short label associated with it. | Class | com.codename1.components | CodeName One |
|
| Progress | | Class | com.codename1.components | CodeName One |
|
| ReplaceableImage | Allows the image data to be replaced at runtime when a different image is available. | Class | com.codename1.components | CodeName One |
|
| RSSReader | A List implementing an RSS reader that automatically populates itself with content from the RSS chanel. | Class | com.codename1.components | CodeName One |
|
| ScaleImageButton | Button that simplifies the usage of scale to fill/fit. | Class | com.codename1.components | CodeName One |
|
| ScaleImageLabel | Label that simplifies the usage of scale to fill/fit. | Class | com.codename1.components | CodeName One |
|
| ShareButton | The share button allows sharing a String or an image either thru the defined sharing services or thru the native OS sharing support. | Class | com.codename1.components | CodeName One |
|
| SliderBridge | | Class | com.codename1.components | CodeName One |
|
| SpanButton | A complex button similar to MultiButton that breaks lines automatically and looks like a regular button (more or less). | Class | com.codename1.components | CodeName One |
|
| SpanLabel | A multi line label component that can be easily localized, this is simply based on a text area combined with a label. | Class | com.codename1.components | CodeName One |
|
| StorageImage | An encoded image that stores the actual data of the encoded image in storage. | Class | com.codename1.components | CodeName One |
|
| StorageImageAsync | Asynchronous storage image that loads in the background and not during the paint cycle effectively not blocking the EDT drawing speed. | Class | com.codename1.components | CodeName One |
|
| ToastBar | An API to present status messages to the user in an unobtrusive manner. | Class | com.codename1.components | CodeName One |
|
| WebBrowser | A simple browser view that encapsulates a usable version of HTMLComponent or BrowserComponent and automatically picks the right component for the platform preferring BrowserComponent whenever it | Class | com.codename1.components | CodeName One |