Package | Description |
---|---|
com.codename1.components.xmlview |
Modifier and Type | Class and Description |
---|---|
class |
CarouselView
A factory to render an image carousel in an XMLView.
|
class |
ImageView
A factory to render an image in an XMLView.
|
class |
ParagraphView
View factory to display a paragraph of text.
|
class |
VideoView
A View factory for displaying videos.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLView.registerViewFactory(java.lang.String tagName,
XMLView.ViewFactory factory)
Registers a view factory with the view.
|