public static interface IPropertySupport.ValuePatternProperties
Modifier and Type | Method and Description |
---|---|
default IProperty<java.lang.Boolean> |
addIsReadOnlyProperty(java.util.function.Supplier<java.lang.Boolean> getter) |
<T> IProperty<T> |
addProperty(IPropertyId id,
java.util.function.Supplier<T> getter,
IVariantConverter<T> converter) |
default IProperty<java.lang.String> |
addValueProperty(java.util.function.Supplier<java.lang.String> getter) |
<T> IProperty<T> addProperty(IPropertyId id, java.util.function.Supplier<T> getter, IVariantConverter<T> converter)
default IProperty<java.lang.String> addValueProperty(java.util.function.Supplier<java.lang.String> getter)
default IProperty<java.lang.Boolean> addIsReadOnlyProperty(java.util.function.Supplier<java.lang.Boolean> getter)