Interface | Description |
---|---|
CloseableList<E> |
Instances of this interface will change the DOM just like an XBAutoList,
but persist the changes when close() is invoked.
|
CloseableMap<E> |
Instances of this interface will change the DOM just like an XBAutoMap,
but persist the changes when close() is invoked.
|
CloseableValue<E> |
Instances of this interface will change the DOM just like an XBAutoValue, but persist the changes
when close() is invoked.
|
StringRenderer |
A StringRenderer is used to render values in XML.
|
TypeConverter | |
XBAutoList<E> |
A List implementation that automatically changes the DOM when instances of this type are changed.
|
XBAutoMap<T> |
Instances of this type will be bound to an element in the dom tree.
|
XBAutoValue<E> |
Instances of this type provide direct access to the DOM.
|
Class | Description |
---|---|
DefaultTypeConverter | |
DefaultTypeConverter.Conversion<T> |
Copyright © 2012-12-21-2017. All Rights Reserved.