Uses of Interface
org.apache.tapestry5.plastic.ComputedValue

Packages that use ComputedValue
org.apache.tapestry5.plastic   
 

Uses of ComputedValue in org.apache.tapestry5.plastic
 

Methods in org.apache.tapestry5.plastic with parameters of type ComputedValue
 PlasticField PlasticField.injectComputed(ComputedValue<?> computedValue)
          Converts the field to be read-only, and provide the value, which is computed indirectly inside the class' constructor.
<F> PlasticField
PlasticField.setComputedConduit(ComputedValue<FieldConduit<F>> computedConduit)
          Sets the conduit for the field to a value computed when the class is instantiated
 



Copyright © 2003-2012 The Apache Software Foundation.