| Package | Description |
|---|---|
| com.holonplatform.core.property |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<PropertyValuePresenter<T>> |
PropertyValuePresenterRegistry.getPresenter(Property<T> property)
Gets the
PropertyValuePresenter to use with given property according to registered
presenters. |
| Modifier and Type | Method and Description |
|---|---|
default <T> void |
PropertyValuePresenterRegistry.forProperty(Property<? extends T> property,
PropertyValuePresenter<? super T> presenter)
Bind a
PropertyValuePresenter to the given property. |
default <T,C> void |
PropertyValuePresenterRegistry.forPropertyConfiguration(ConfigProperty<C> configurationProperty,
C value,
PropertyValuePresenter<? super T> presenter)
Bind a
PropertyValuePresenter to the given property configuration value. |
<T> void |
PropertyValuePresenterRegistry.register(Predicate<Property<? extends T>> condition,
PropertyValuePresenter<? super T> presenter)
|
Copyright © 2019 The Holon Platform. All rights reserved.