| Package | Description |
|---|---|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| Constructor and Description |
|---|
AutoCompleteTextComponent(ListModel<String> listModel,
AutoCompleteTextComponent.AutoCompleteFilter customFilter)
This constructor allows us to create an AutoCompleteTextComponent with the
given listModel and customFilter
|
Copyright © 2023. All rights reserved.