| Package | Description |
|---|---|
| net.thevpc.common.props | |
| net.thevpc.common.props.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexedNode<T> |
interface |
NamedNode<T> |
interface |
ObservableBoolean |
interface |
ObservableDispatcher<T> |
interface |
ObservableList<T> |
interface |
ObservableListIndexSelection<T> |
interface |
ObservableListIndexSelectionExt<T> |
interface |
ObservableListSelection<T> |
interface |
ObservableMap<K,V> |
interface |
ObservableStack<T> |
interface |
ObservableValue<T> |
interface |
WritableBoolean |
interface |
WritableDispatcher<T> |
interface |
WritableIndexedNode<T> |
interface |
WritableInt |
interface |
WritableLiMap<K,V> |
interface |
WritableList<T> |
interface |
WritableListIndexSelection<T> |
interface |
WritableListIndexSelectionExt<T> |
interface |
WritableListSelection<T> |
interface |
WritableMap<K,V> |
interface |
WritableNamedNode<T> |
interface |
WritableProperty |
interface |
WritableStack<T> |
interface |
WritableString |
interface |
WritableValue<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
ObservableMapAdapter<K,V> |
class |
ReadOnlyListIndexSelection<T> |
class |
ReadOnlyListIndexSelectionExt<T> |
class |
ReadOnlyListSelection<T> |
class |
WritableBooleanImpl |
class |
WritableDouble |
class |
WritableFloat |
class |
WritableIntImpl |
class |
WritableLiMapAdapter<K,V> |
class |
WritableLong |
class |
WritableStringImpl |
| Modifier and Type | Method and Description |
|---|---|
<T extends Property> |
PropertyEvent.property() |
| Modifier and Type | Method and Description |
|---|---|
default Property |
Property.getChildProperty(Path path) |
default Property |
Property.readOnly() |
Property |
ChildPropertyResolver.resolveChildProperty(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyListeners.addDelegate(Property withListeners,
Supplier<Path> pathNameSupplier) |
default void |
WritableValue.bind(Property other,
Path relativePath) |
default void |
WritableValue.bind(Property other,
Path rootPath,
Path relativePath) |
void |
PropertyListeners.removeDelegate(Property listeners) |
| Constructor and Description |
|---|
PropertyEvent(Property property,
Object index,
Object oldValue,
Object newValue,
Path path,
PropertyUpdate eventType,
boolean immediate) |
PropertyEvent(Property property,
Object index,
Object oldValue,
Object newValue,
Path path,
PropertyUpdate eventType,
String changeId,
boolean immediate) |
| Modifier and Type | Field and Description |
|---|---|
protected Property |
WritablePropertyDelegate.base |
protected Property |
PropertyDelegate.base |
protected Property |
PropertyBase.parentProperty |
protected Property |
PropertyDelegate.parentProperty |
protected Property |
PropertyAdjustersReadOnly.source |
protected Property |
PropertyVetosImpl.source |
protected Property |
PropertyAdjustersImpl.source |
| Modifier and Type | Field and Description |
|---|---|
protected List<Property> |
DefaultPropertyListeners.delegates |
| Modifier and Type | Method and Description |
|---|---|
protected Property |
PropertyDelegate.getBase() |
static Property |
WritableValueHelper.getChildProperty(Property parent,
Path relativePath) |
static Property |
WritableValueHelper.getChildProperty(Property parent,
String name) |
Property |
AppPropertyBinding.getProperty() |
Property |
PropertyBase.parentProperty() |
Property |
PropertyAdjusterContext.property() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPropertyListeners.addDelegate(Property p) |
void |
DefaultPropertyListeners.addDelegate(Property prop,
Supplier<Path> pathNameSupplier) |
static Property |
WritableValueHelper.getChildProperty(Property parent,
Path relativePath) |
static Property |
WritableValueHelper.getChildProperty(Property parent,
String name) |
static <T> void |
WritableValueHelper.helperBind(WritableValue<T> first,
Property root,
Path rootPath,
Path relativePath) |
protected void |
PropertyBase.propagateEvents(Property... others) |
void |
PropertySupport.propagateEvents(Property other) |
void |
DefaultPropertyListeners.removeDelegate(Property property) |
| Constructor and Description |
|---|
AppPropertyBinding(Property property,
String path) |
PropertyAdjustersImpl(Property source) |
PropertyAdjustersReadOnly(Property source) |
PropertyDelegate(Property base) |
PropertyVetosImpl(Property source) |
Copyright © 2022 vpc open source initiative. All rights reserved.