| Package | Description |
|---|---|
| org.bridje.jfx.srcgen.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ObListPropertyInf
An observable list property.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyInf |
ObjectInf.findProperty(String propName)
Finds the given property in this object.
|
PropertyInf |
ObjectInf.getKeyProperty()
The key property for this object.
|
PropertyInf |
ObjectInf.getToStringProperty()
The toString property.
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertyInf> |
ObjectInf.getProperties()
The properties of this object.
|
List<PropertyInf> |
ModelInf.getProperties()
The properties of the model class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectInf.setKeyProperty(PropertyInf keyProperty)
The key property for this object.
|
void |
ObjectInf.setToStringProperty(PropertyInf toStringProperty)
The toString property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectInf.setProperties(List<PropertyInf> properties)
The properties of this object.
|
void |
ModelInf.setProperties(List<PropertyInf> properties)
The properties of the model class.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.