| 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 |
|---|---|
<T> void |
PropertyValuePresenterRegistry.register(Predicate<Property<? extends T>> condition,
PropertyValuePresenter<? super T> presenter)
|
Copyright © 2017 The Holon Platform. All rights reserved.