| 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 |
|---|---|
ComponentSelector |
ComponentSelector.append(ComponentSelector.ComponentMapper mapper)
Append a child element to each container in this set.
|
ComponentSelector |
ComponentSelector.append(Object constraint,
ComponentSelector.ComponentMapper mapper)
Append a child element to each container in this set.
|
ComponentSelector |
ComponentSelector.map(ComponentSelector.ComponentMapper mapper)
Creates a new set based on the elements of the current set and a mapping function
which defines the elements that should be in the new set.
|
ComponentSelector |
ComponentSelector.replace(ComponentSelector.ComponentMapper mapper)
Replaces the matched components within respective parents with replacements defined by the provided mapper.
|
ComponentSelector |
ComponentSelector.replace(ComponentSelector.ComponentMapper mapper,
Transition t)
Replaces the matched components within respective parents with replacements defined by the provided mapper.
|
ComponentSelector |
ComponentSelector.replaceAndWait(ComponentSelector.ComponentMapper mapper,
Transition t)
Replaces the matched components within respective parents with replacements defined by the provided mapper.
|
Copyright © 2021. All rights reserved.