| Package | Description |
|---|---|
| net.thevpc.common.props | |
| net.thevpc.common.props.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WritableBoolean |
interface |
WritableIndexedNode<T> |
interface |
WritableInt |
interface |
WritableList<T> |
interface |
WritableListIndexSelection<T> |
interface |
WritableListIndexSelectionExt<T> |
interface |
WritableListSelection<T> |
interface |
WritableNamedNode<T> |
interface |
WritableString |
| Modifier and Type | Class and Description |
|---|---|
class |
WritableBooleanImpl |
class |
WritableDouble |
class |
WritableFloat |
class |
WritableIntImpl |
class |
WritableLong |
class |
WritableStringImpl |
| Modifier and Type | Method and Description |
|---|---|
WritableValue<Predicate<T>> |
WritableListIndexSelectionExt.disablePredicate() |
WritableValue<DisabledSelectionStrategy> |
WritableListIndexSelectionExt.disableSelectionStrategy() |
<T> WritableValue<T> |
Props.PropsBuilder.valueOf(Class<T> type) |
<T> WritableValue<T> |
Props.PropsBuilder.valueOf(Class<T> type,
T value) |
<T> WritableValue<T> |
Props.PropsBuilder.valueOf(PropertyType type) |
<T> WritableValue<T> |
Props.PropsBuilder.valueOf(PropertyType type,
T value) |
| Modifier and Type | Method and Description |
|---|---|
default void |
WritableValue.bind(WritableValue<T> target) |
default <T2> void |
ObservableValue.bindConvert(WritableValue<T2> other,
Function<T,T2> map) |
<T> void |
WritableBooleanImpl.bindEquals(WritableValue<T> property,
T value) |
<T> void |
WritableBoolean.bindEquals(WritableValue<T> property,
T value) |
default void |
WritableValue.setAndBind(WritableValue<T> other) |
default <T2> void |
WritableValue.setAndBindConvert(WritableValue<T2> other,
Function<T,T2> map,
Function<T2,T> mapBack) |
| Modifier and Type | Class and Description |
|---|---|
class |
MappedValueBase<F,T> |
class |
MappedValueBoolean<F> |
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 |
|---|---|
WritableValue<Predicate<T>> |
WritableListIndexSelectionImpl.disablePredicate() |
WritableValue<DisabledSelectionStrategy> |
WritableListIndexSelectionImpl.disableSelectionStrategy() |
protected WritableValue<T> |
WritableValueDelegate.getBase() |
<T> WritableValue<T> |
PropertyAdjusterContext.writableValue() |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
WritableValueHelper.helperBind(WritableValue<T> first,
Property root,
Path rootPath,
Path relativePath) |
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,T2> void |
WritableValueHelper.setAndBindConvert(WritableValue<T> base,
WritableValue<T2> other,
Function<T,T2> map,
Function<T2,T> mapBack) |
static <T,T2> void |
WritableValueHelper.setAndBindConvert(WritableValue<T> base,
WritableValue<T2> other,
Function<T,T2> map,
Function<T2,T> mapBack) |
Copyright © 2022 vpc open source initiative. All rights reserved.