| Package | Description |
|---|---|
| com.codename1.properties |
High level property objects that allow us to replace getters/setters in business objects with more convenient
storage/parsing mappings while retaining type safety.
|
| com.codename1.ui.scene |
This package provides a light-weight scene graph for Codename One.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanProperty<K>
This is the boolean specific version of property
|
class |
ByteProperty<K>
This is the byte specific version of numeric property
|
class |
CharProperty<K>
This is the char specific version of numeric property
|
class |
DoubleProperty<K>
This is the double specific version of numeric property
|
class |
FloatProperty<K>
This is the float specific version of numeric property
|
class |
IntProperty<K>
This is the integer specific version of numeric property
|
class |
LongProperty<K>
This is the long specific version of numeric property
|
class |
NumericProperty<T,K>
This is the base class to all number properties, it introduces nullability and the ability to convert to all
number types.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
SQLMap.SqlType.asUpdateInsertValue(Object data,
Property p) |
void |
UiBinding.bindInteger(Property<Integer,? extends Object> prop,
TextArea ta)
Deprecated.
this code was experimental we will use the more generic Adapter/bind framework
|
void |
UiBinding.bindString(Property<String,? extends Object> prop,
TextArea ta)
Deprecated.
this code was experimental we will use the more generic Adapter/bind framework
|
List<PropertyBusinessObject> |
SQLMap.select(PropertyBusinessObject cmp,
Property orderBy,
boolean ascending,
int maxElements,
int page)
Fetches the components from the database matching the given cmp description, the fields that aren't
null within the cmp will match the where clause
|
List<PropertyBusinessObject> |
SQLMap.selectNot(PropertyBusinessObject cmp,
Property orderBy,
boolean ascending,
int maxElements,
int page)
Fetches the components from the database matching the given cmp description, the fields that aren't
null within the cmp will NOT match the where clause
|
void |
SQLMap.setPrimaryKey(PropertyBusinessObject cmp,
Property pk)
Sets the primary key for the component
|
void |
SQLMap.setPrimaryKeyAutoIncrement(PropertyBusinessObject cmp,
Property pk)
Sets the primary key for the component and makes it auto-increment
|
| Modifier and Type | Field and Description |
|---|---|
Property<Bounds,Node> |
Node.boundsInLocal
Deprecated.
The local bounds of the node (without any of the transforms applied to it).
|
Property<Camera,Scene> |
Scene.camera
Deprecated.
|
Property<Double,Camera> |
Camera.farClip
Deprecated.
|
Property<Double,Node> |
Node.layoutX
Deprecated.
|
Property<Double,Node> |
Node.layoutY
Deprecated.
|
Property<Double,Node> |
Node.layoutZ
Deprecated.
|
Property<Double,Node> |
Node.localCanvasZ
Deprecated.
|
Property<Double,Camera> |
Camera.nearClip
Deprecated.
|
Property<Double,Node> |
Node.opacity
Deprecated.
|
Property<Rectangle,Node> |
Node.paintingRect
Deprecated.
The painting rectangle, into which the renderer should be painted inside the
node's local bounds.
|
Property<Double,Node> |
Node.rotate
Deprecated.
|
Property<Point3D,Node> |
Node.rotationAxis
Deprecated.
The rotation axis around which rotations should be performed.
|
Property<Double,Node> |
Node.scaleX
Deprecated.
|
Property<Double,Node> |
Node.scaleY
Deprecated.
|
Property<Double,Node> |
Node.scaleZ
Deprecated.
|
Property<Double,Node> |
Node.translateX
Deprecated.
|
Property<Double,Node> |
Node.translateY
Deprecated.
|
Property<Double,Node> |
Node.translateZ
Deprecated.
|
Property<Double,Camera> |
PerspectiveCamera.verticalFieldOfView
Deprecated.
|
Property<Boolean,Node> |
Node.visible
Deprecated.
Flag to indicate whether the node should be visible or not.
|
Copyright © 2022. All rights reserved.