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 |
---|---|
void |
TextArea.bindProperty(String prop,
BindTarget target)
Binds the given property name to the given bind target
|
void |
Label.bindProperty(String prop,
BindTarget target)
Binds the given property name to the given bind target
|
void |
RadioButton.bindProperty(String prop,
BindTarget target)
Binds the given property name to the given bind target
|
void |
Component.bindProperty(String prop,
BindTarget target)
Deprecated.
this mapped to an older iteration of properties that is no longer used
|
void |
CheckBox.bindProperty(String prop,
BindTarget target)
Binds the given property name to the given bind target
|
void |
TextArea.unbindProperty(String prop,
BindTarget target)
Removes a bind target from the given property name
|
void |
Label.unbindProperty(String prop,
BindTarget target)
Removes a bind target from the given property name
|
void |
RadioButton.unbindProperty(String prop,
BindTarget target)
Removes a bind target from the given property name
|
void |
Component.unbindProperty(String prop,
BindTarget target)
Deprecated.
this mapped to an older iteration of properties that is no longer used
|
void |
CheckBox.unbindProperty(String prop,
BindTarget target)
Removes a bind target from the given property name
|
Copyright © 2023. All rights reserved.