Package | Description |
---|---|
net.sf.mmm.orient.impl.property | |
net.sf.mmm.util.bean.base.link | |
net.sf.mmm.util.property.api.link | |
net.sf.mmm.util.property.impl.factory |
Modifier and Type | Method and Description |
---|---|
Class<? extends WritableProperty<javafx.collections.ObservableList<Link>>> |
SinglePropertyBuilderLinkList.getPropertyType(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty) |
Class<? extends WritableProperty<Link>> |
SinglePropertyBuilderLink.getPropertyType(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty) |
Class<? extends javafx.collections.ObservableList<Link>> |
SinglePropertyBuilderLinkList.getValueClass() |
Class<Link> |
SinglePropertyBuilderLink.getValueClass() |
Modifier and Type | Method and Description |
---|---|
protected com.orientechnologies.orient.core.metadata.schema.OClass |
SinglePropertyBuilderLink.getLinkedClass(WritableProperty<Link> property) |
protected com.orientechnologies.orient.core.metadata.schema.OClass |
SinglePropertyBuilderLinkList.getLinkedClass(WritableProperty<javafx.collections.ObservableList<Link>> property) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLink<E extends EntityBean>
Abstract base implementation of
Link . |
class |
EntityBeanLink<E extends EntityBean>
Implementation of
AbstractLink based on an already resolved EntityBean . |
class |
IdLink<E extends EntityBean>
This is an implementation of
Link that initially only carries the Id of an entity and
allows lazy loading on the first call of IdLink.getTarget() via an externally given resolver
function . |
Modifier and Type | Field and Description |
---|---|
private static GenericType<Link> |
LinkProperty.TYPE
The fallback for
GenericProperty.getType() if linked class is unknown. |
Modifier and Type | Method and Description |
---|---|
static <E extends EntityBean> |
LinkProperty.createLinkType(Class<E> beanClass) |
static <E extends EntityBean> |
LinkListProperty.createLinkType(Class<E> beanClass) |
Constructor and Description |
---|
LinkListProperty(String name,
GenericType<? extends javafx.collections.ObservableList<Link<E>>> type,
Bean bean,
Supplier<javafx.collections.ObservableList<Link<E>>> expression)
The constructor.
|
LinkListProperty(String name,
GenericType<? extends javafx.collections.ObservableList<Link<E>>> type,
Bean bean,
Supplier<javafx.collections.ObservableList<Link<E>>> expression)
The constructor.
|
LinkListProperty(String name,
GenericType<javafx.collections.ObservableList<Link<E>>> type,
Bean bean)
The constructor.
|
LinkListProperty(String name,
GenericType<javafx.collections.ObservableList<Link<E>>> type,
Bean bean,
AbstractValidator<? super javafx.collections.ObservableList<Link<E>>> validator)
The constructor.
|
LinkListProperty(String name,
GenericType<javafx.collections.ObservableList<Link<E>>> type,
Bean bean,
AbstractValidator<? super javafx.collections.ObservableList<Link<E>>> validator)
The constructor.
|
LinkProperty(String name,
GenericType<Link<E>> type,
Bean bean)
The constructor.
|
LinkProperty(String name,
GenericType<Link<E>> type,
Bean bean,
AbstractValidator<? super Link<E>> validator)
The constructor.
|
LinkProperty(String name,
GenericType<Link<E>> type,
Bean bean,
AbstractValidator<? super Link<E>> validator)
The constructor.
|
LinkProperty(String name,
GenericType<Link<E>> type,
Bean bean,
Supplier<? extends Link<E>> expression)
The constructor.
|
LinkProperty(String name,
GenericType<Link<E>> type,
Bean bean,
Supplier<? extends Link<E>> expression)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends ReadableProperty<Link<E>>> |
PropertyFactoryLink.getReadableInterface() |
Class<Link<E>> |
PropertyFactoryLink.getValueClass() |
Class<? extends WritableProperty<Link<E>>> |
PropertyFactoryLink.getWritableInterface() |
Modifier and Type | Method and Description |
---|---|
LinkProperty<E> |
PropertyFactoryLink.create(String name,
GenericType<? extends Link<E>> valueType,
Bean bean,
AbstractValidator<? super Link<E>> validator) |
LinkProperty<E> |
PropertyFactoryLink.create(String name,
GenericType<? extends Link<E>> valueType,
Bean bean,
AbstractValidator<? super Link<E>> validator) |
Copyright © 2001–2016 mmm-Team. All rights reserved.