Uses of Class
facets.util.datatree.ValueProxy

Packages that use ValueProxy
facets.core.app Extensions and partial specialisations of core Superficial types. 
facets.util.datatree Simple XML-compatible trees. 
 

Uses of ValueProxy in facets.core.app
 

Methods in facets.core.app that return ValueProxy
protected abstract  ValueProxy TableView.newRowProxy(Stateful stateful)
          Create a ValueProxy that defines with valueCount() the row length supplies with get(int) the values for each column
 

Uses of ValueProxy in facets.util.datatree
 

Methods in facets.util.datatree that return ValueProxy
static ValueProxy ValueProxy.sourceProxy(ValueProxy[] proxies, java.lang.Object source)
           
 

Methods in facets.util.datatree with parameters of type ValueProxy
static ValueProxy ValueProxy.sourceProxy(ValueProxy[] proxies, java.lang.Object source)
           
static java.lang.String ValueProxy.stateString(ValueProxy[] array)