public static interface XMLView.ViewFactory
Modifier and Type | Method and Description |
---|---|
com.codename1.ui.Component |
createView(com.codename1.xml.Element el,
XMLView context)
Creates a view from a model element.
|
com.codename1.ui.Component createView(com.codename1.xml.Element el, XMLView context)
el
- The XML element from which to create the view.context
- The XMLView context in which the view is created.