| Package | Description |
|---|---|
| net.thevpc.common.props | |
| net.thevpc.common.props.configurators | |
| net.thevpc.common.props.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexedNode<T> |
interface |
NamedNode<T> |
interface |
ObservableBoolean |
interface |
ObservableList<T> |
interface |
ObservableListIndexSelection<T> |
interface |
ObservableListIndexSelectionExt<T> |
interface |
ObservableListSelection<T> |
interface |
WritableBoolean |
interface |
WritableIndexedNode<T> |
interface |
WritableInt |
interface |
WritableList<T> |
interface |
WritableListIndexSelection<T> |
interface |
WritableListIndexSelectionExt<T> |
interface |
WritableListSelection<T> |
interface |
WritableNamedNode<T> |
interface |
WritableString |
interface |
WritableValue<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyListIndexSelection<T> |
class |
ReadOnlyListIndexSelectionExt<T> |
class |
ReadOnlyListSelection<T> |
class |
WritableBooleanImpl |
class |
WritableDouble |
class |
WritableFloat |
class |
WritableIntImpl |
class |
WritableLong |
class |
WritableStringImpl |
| Modifier and Type | Method and Description |
|---|---|
default void |
WritableValue.bind(ObservableValue<T> source,
SetValueModel<T> target) |
default void |
WritableValue.bindSource(ObservableValue<T> source) |
<T> WritableList<T> |
Props.PropsBuilder.boundListOf(PropertyType elementType,
ObservableValue<Integer> maxEntries) |
static <T> void |
Props.configureObservableMaxEntries(WritableList<T> list,
ObservableValue<Integer> maxMessageEntries) |
static <T,O> void |
Props.configureObservableOptions(WritableList<T> list,
ObservableValue<O> options,
OptionsConfigurator.OptionsApplier<T,O> optionsApplier) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> WritableLiMap<K,V> |
Props.PropsBuilder.lmap2Of(Class<K> kType,
Class<V> vType,
Function<V,ObservableValue<K>> nameSupplier) |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
MaxEntriesConfigurator.configureMaxEntries(WritableList<T> t,
ObservableValue<Integer> maxMessageEntries) |
static <T,O> void |
OptionsConfigurator.configureObservableOptions(WritableList<T> list,
ObservableValue<O> options,
OptionsConfigurator.OptionsApplier<T,O> optionsApplier) |
| Modifier and Type | Class and Description |
|---|---|
class |
MappedValueBase<F,T> |
class |
MappedValueBoolean<F> |
class |
ObservableValueBase<T> |
class |
ObservableValueDelegate<T> |
class |
ReadOnlyList<T> |
class |
ReadOnlyPIndexedNode<T> |
class |
ReadOnlyPNamedNode<T> |
class |
ReadOnlyValue<T> |
class |
WritableIndexedNodeImpl<T> |
class |
WritableListAdapter<T> |
class |
WritableListBase<T> |
class |
WritableListImpl<T> |
class |
WritableListIndexSelectionImpl<T> |
class |
WritableListSelectionImpl<T> |
class |
WritableNamedNodeImpl<T> |
class |
WritableSetImpl<T> |
class |
WritableValueBase<T> |
class |
WritableValueDelegate<T> |
class |
WritableValueImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
protected ObservableValue<T> |
WritableValueBase.createReadOnly() |
protected ObservableValue<T> |
WritableIndexedNodeImpl.createReadOnly() |
protected ObservableValue<T> |
WritableNamedNodeImpl.createReadOnly() |
ObservableValue<Predicate<T>> |
WritableListIndexSelectionImpl.effectiveDisablePredicate() |
protected ObservableValue<T> |
ObservableValueDelegate.getBase() |
ObservableValue<T> |
WritableValueBase.readOnly() |
ObservableValue<T> |
ReadOnlyValue.readOnly() |
ObservableValue<T> |
ObservableValueDelegate.readOnly() |
| Modifier and Type | Method and Description |
|---|---|
static <T,T2> void |
WritableValueHelper.helperBindConvert(ObservableValue<T> me,
WritableValue<T2> other,
Function<T,T2> map) |
static <T> void |
WritableValueHelper.helperBindSource(WritableValue<T> me,
ObservableValue<T> source) |
static <T> void |
WritableValueHelper.helperBindTarget(ObservableValue<T> me,
SetValueModel<T> other) |
| Constructor and Description |
|---|
MappedValueBase(String name,
PropertyType toType,
ObservableValue<F> value,
Function<F,T> mapper) |
MappedValueBoolean(String name,
ObservableValue<F> value,
Function<F,Boolean> mapper) |
ObservableValueDelegate(ObservableValue<T> base) |
ReadOnlyValue(ObservableValue<T> v) |
WritableValueDelegate(ObservableValue<T> base) |
Copyright © 2022 vpc open source initiative. All rights reserved.