| Package | Description |
|---|---|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| Modifier and Type | Method and Description |
|---|---|
static UIFragment |
UIFragment.parseJSON(String json)
Parses a JSON string into a template.
|
static UIFragment |
UIFragment.parseXML(InputStream input)
Parses input stream of XML into a Template
|
static UIFragment |
UIFragment.parseXML(String xml)
Parses XML string into a Template
|
UIFragment |
UIFragment.set(String paramName,
Component param)
Sets a parameter component in this template.
|
UIFragment |
UIFragment.setFactory(UIFragment.ComponentFactory factory)
Sets the component factory to be used.
|
Copyright © 2023. All rights reserved.