| Package | Description |
|---|---|
| to.etc.domui.component.binding | |
| to.etc.domui.component.meta | |
| to.etc.domui.component.meta.impl | |
| to.etc.domui.logic.errors | |
| to.etc.domui.util |
| Modifier and Type | Method and Description |
|---|---|
IValueAccessor<?> |
ComponentPropertyBinding.getControlProperty() |
IValueAccessor<?> |
ComponentPropertyBinding.getInstanceProperty() |
| Modifier and Type | Method and Description |
|---|---|
<T,P> StyleBinder |
StyleBinding.to(T instance,
IValueAccessor<P> property) |
<T,V> void |
ComponentPropertyBinding.to(T instance,
IValueAccessor<V> pmm)
Bind to a IValueAccessor and the given instance.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertyMetaModel<T>
Contains the metadata that is known for a field (property).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPropertyMetaModel<T> |
class |
DefaultPropertyMetaModel<T> |
class |
ExpandedDisplayProperty<T>
This describes a normalized expanded display property.
|
class |
ExpandedDisplayPropertyList
This is a special version of an expanded property, used when
the property referred to consists of multiple properties for
display (this is the case when the thingy is part of another
class).
|
class |
IdentityAccessor<T>
Accessor which returns the same object as it's input.
|
class |
JoinedDisplayProperty
A special property consisting of a list of joined properties.
|
class |
PathPropertyMetaModel<T>
This is a proxy for an existing PropertyMetaModel for path-based properties.
|
class |
PropertyMetaModelWrapper<T> |
class |
SubAccessor<B,V> |
| Modifier and Type | Method and Description |
|---|---|
static List<ExpandedDisplayProperty<?>> |
ExpandedDisplayProperty.expandDisplayProperties(List<DisplayPropertyMetaModel> dpl,
ClassMetaModel cmm,
IValueAccessor<?> rootAccessor)
Enter with a list of display thingies; returns the fully-expanded list of thingeridoos.
|
| Constructor and Description |
|---|
ExpandedDisplayProperty(Class<T> actual,
PropertyMetaModel<?> propertyMeta,
IValueAccessor<?> accessor)
Constructor for LIST types.
|
ExpandedDisplayProperty(DisplayPropertyMetaModel displayMeta,
PropertyMetaModel<T> propertyMeta,
IValueAccessor<T> accessor) |
ExpandedDisplayProperty(PropertyMetaModel<T> propertyMeta,
IValueAccessor<T> accessor) |
ExpandedDisplayPropertyList(PropertyMetaModel<?> propertyMeta,
IValueAccessor<?> accessor,
List<ExpandedDisplayProperty<?>> children) |
JoinedDisplayProperty(List<DisplayPropertyMetaModel> list,
List<PropertyMetaModel<?>> plist,
IValueAccessor<?> rootAccessor) |
SubAccessor(IValueAccessor<B> rootAccessor,
IValueAccessor<V> valueAccessor) |
SubAccessor(IValueAccessor<B> rootAccessor,
IValueAccessor<V> valueAccessor) |
| Modifier and Type | Method and Description |
|---|---|
Set<ProblemInstance> |
ProblemSet.remove(Object instance,
IValueAccessor<?> property)
Checks for errors for the specified instance/property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyAccessor<T>
Deprecated.
|
Copyright © 2017 etc.to. All rights reserved.