| Package | Description |
|---|---|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| com.codename1.ui.plaf |
Look of the application can be fully customized via this package, it represents
a rendering layer that can be plugged in separately in runtime and themed to
provide any custom look.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentSelector |
ComponentSelector.addFocusListener(FocusListener l)
Adds a focus listener to all components in found set.
|
void |
Component.addFocusListener(FocusListener l)
Registers interest in receiving callbacks for focus gained events, a focus event
is invoked when the component accepts the focus.
|
void |
Tabs.addTabsFocusListener(FocusListener listener)
Deprecated.
use addSelectionListener instead
|
ComponentSelector |
ComponentSelector.removeFocusListener(FocusListener l)
Removes focus listener from all components in found set.
|
void |
Component.removeFocusListener(FocusListener l)
Deregisters interest in receiving callbacks for focus gained events
|
void |
Tabs.removeTabsFocusListener(FocusListener listener)
Deprecated.
use addSelectionListener instead
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLookAndFeel
Deprecated.
this class is still crucial for some features in Codename One. The deprecation is here to indicate
our desire to reduce usage/reliance on this class.
|
Copyright © 2023. All rights reserved.