| 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 |
|---|---|
InterFormContainer |
InterFormContainer.findPeer(Component root)
Finds any InterformContainer instances in the UI hierarchy rooted at root
that contains the same content as this container.
|
static InterFormContainer |
InterFormContainer.inject(String selector,
Container root,
Component content)
Injects the given "content" as an InterFormContainer inside the component hierarchy
rooted at "root"
|
| Modifier and Type | Method and Description |
|---|---|
static Map<InterFormContainer,InterFormContainer> |
InterFormContainer.findCommonContainers(Component root1,
Component root2)
Finds common InterFormContainers in two different component trees.
|
static Map<InterFormContainer,InterFormContainer> |
InterFormContainer.findCommonContainers(Component root1,
Component root2)
Finds common InterFormContainers in two different component trees.
|
Copyright © 2023. All rights reserved.