Uses of Interface
org.apache.myfaces.trinidadinternal.ui.data.BoundValue

Packages that use BoundValue
org.apache.myfaces.trinidadinternal.ui.action   
org.apache.myfaces.trinidadinternal.ui.collection   
org.apache.myfaces.trinidadinternal.ui.composite   
org.apache.myfaces.trinidadinternal.ui.data   
org.apache.myfaces.trinidadinternal.ui.data.bind   
org.apache.myfaces.trinidadinternal.ui.laf.base   
org.apache.myfaces.trinidadinternal.ui.laf.base.desktop   
org.apache.myfaces.trinidadinternal.uinode   
org.apache.myfaces.trinidadinternal.uinode.bind   
org.apache.myfaces.trinidadinternal.uinode.nav   
 

Uses of BoundValue in org.apache.myfaces.trinidadinternal.ui.action
 

Methods in org.apache.myfaces.trinidadinternal.ui.action with parameters of type BoundValue
 void FireAction.setEventBinding(BoundValue eventBinding)
          Deprecated. Sets a BoundValue that will dynamically evaluate the event name.
 void FireAction.setFormNameBinding(BoundValue formNameBinding)
          Deprecated. Sets a BoundValue that will dynamically evaluate the source
 void FireAction.setSourceBinding(BoundValue sourceBinding)
          Deprecated. Sets a BoundValue that will dynamically evaluate the source
 void FirePartialAction.setTargetsBinding(BoundValue partialTargetsBinding)
          Deprecated. Sets a BoundValue that will dynamically evaluate the partial targets.
 void FireAction.setUnvalidatedBinding(BoundValue unvalidatedBinding)
          Deprecated. Sets a { @link BoundValue } that will dynamically evaluate the unvalidated value.
 

Uses of BoundValue in org.apache.myfaces.trinidadinternal.ui.collection
 

Methods in org.apache.myfaces.trinidadinternal.ui.collection that return BoundValue
 BoundValue Parameter.getRawValue()
          Deprecated. Returns the unresolved BoundValue (a la getRawAttributeValue).
 

Methods in org.apache.myfaces.trinidadinternal.ui.collection with parameters of type BoundValue
 void Parameter.setValueBinding(BoundValue valueBinding)
          Deprecated. Sets the value of the parameter as a dynamically determined string.
 

Constructors in org.apache.myfaces.trinidadinternal.ui.collection with parameters of type BoundValue
DataObjectListNodeList(BoundValue boundData)
          Deprecated. Creates an empty DataObjectListNodeList.
DataObjectListNodeList(UINode baseNode, BoundValue boundData)
          Deprecated. Creates a DataObjectListNodeList wrapping an single UINode.
DataObjectListNodeList(UINodeList baseNodes, BoundValue boundData)
          Deprecated. Creates a DataObjectListNodeList wrapping an entire UINodeList.
 

Uses of BoundValue in org.apache.myfaces.trinidadinternal.ui.composite
 

Classes in org.apache.myfaces.trinidadinternal.ui.composite that implement BoundValue
 class PoppedAttributeBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class RootAttributeBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class RootBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class RootChildBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Methods in org.apache.myfaces.trinidadinternal.ui.composite that return BoundValue
static BoundValue RootBoundValue.getBoundValue()
          Deprecated. returns the singleton instance of this class.
 

Constructors in org.apache.myfaces.trinidadinternal.ui.composite with parameters of type BoundValue
ContextPropertyUINode(java.lang.String propertyNamespace, java.lang.Object propertyName, BoundValue propertyValue)
          Deprecated.  
PoppedAttributeBoundValue(BoundValue targetNodeValue, AttributeKey attrKey)
          Deprecated.  
 

Uses of BoundValue in org.apache.myfaces.trinidadinternal.ui.data
 

Subinterfaces of BoundValue in org.apache.myfaces.trinidadinternal.ui.data
 interface MutableBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Classes in org.apache.myfaces.trinidadinternal.ui.data that implement BoundValue
 class DataBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Uses of BoundValue in org.apache.myfaces.trinidadinternal.ui.data.bind
 

Classes in org.apache.myfaces.trinidadinternal.ui.data.bind that implement BoundValue
 class AccessKeyBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class AndBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class ComparisonBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class ConcatBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class ContextPropertyBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class ConvertBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class DefaultingBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class FixedBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class IfBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class IsAgentApplicationBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class NotBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class OrBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class StringExistsBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class ToStringBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Methods in org.apache.myfaces.trinidadinternal.ui.data.bind with parameters of type BoundValue
static ComparisonBoundValue ComparisonBoundValue.createExistsValue(BoundValue existenceValue)
          Deprecated.  
 

Constructors in org.apache.myfaces.trinidadinternal.ui.data.bind with parameters of type BoundValue
AccessKeyBoundValue(BoundValue textWithAccessKey, boolean returnAccessKey)
          Deprecated. Creates an AccessKeyBoundValue
AndBoundValue(BoundValue[] values)
          Deprecated. Creates a AndBoundValue.
AndBoundValue(BoundValue value1, BoundValue value2)
          Deprecated. Creates a AndBoundValue.
ComparisonBoundValue(int comparison, BoundValue leftSideValue, BoundValue rightSideValue)
          Deprecated.  
ComparisonBoundValue(int comparison, BoundValue leftSideValue, java.lang.Object rightSide)
          Deprecated.  
ConcatBoundValue(BoundValue[] values)
          Deprecated. Create a BoundValue that concatenates the Strings of all the contained BoundValues
ConvertBoundValue(BoundValue wrapped, java.lang.Class<?> javaType)
          Deprecated. Creates a ConvertBoundValue.
ConvertBoundValue(BoundValue wrapped, java.lang.String javaType)
          Deprecated. Creates a ConvertBoundValue.
DefaultingBoundValue(BoundValue wrapped, BoundValue defaultBoundValue)
          Deprecated. Creates a DefaultingBoundValue.
DefaultingBoundValue(BoundValue wrapped, java.lang.Object defaultValue)
          Deprecated. Creates a DefaultingBoundValue.
IfBoundValue(BoundValue testBoundValue, BoundValue trueBoundValue, BoundValue falseBoundValue)
          Deprecated.  
IfBoundValue(BoundValue testBoundValue, BoundValue trueBoundValue, java.lang.Object falseValue)
          Deprecated.  
IfBoundValue(BoundValue testBoundValue, java.lang.Object trueValue, BoundValue falseBoundValue)
          Deprecated.  
IfBoundValue(BoundValue testBoundValue, java.lang.Object trueValue, java.lang.Object falseValue)
          Deprecated.  
NotBoundValue(BoundValue value)
          Deprecated. Creates a NotBoundValue.
OrBoundValue(BoundValue[] values)
          Deprecated. Creates a OrBoundValue.
OrBoundValue(BoundValue value1, BoundValue value2)
          Deprecated. Creates an OrBoundValue.
StringExistsBoundValue(BoundValue wrapped)
          Deprecated. Creates a StringExistsBoundValue.
ToStringBoundValue(BoundValue wrapped)
          Deprecated. Creates a ToStringBoundValue.
 

Uses of BoundValue in org.apache.myfaces.trinidadinternal.ui.laf.base
 

Classes in org.apache.myfaces.trinidadinternal.ui.laf.base that implement BoundValue
 class IconURIBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class SkinTranslatedBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class UseAccessibilityBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf.base that return BoundValue
static BoundValue BaseLafUtils.createIsRenderedBoundValue(BoundValue targetUINodeValue)
          Deprecated. produces a BoundValue that checks to see if a given UINode must be rendered.
static BoundValue BaseLafUtils.createIsRenderedBoundValue(java.lang.String childName)
          Deprecated.  
static BoundValue UseAccessibilityBoundValue.sharedInstance()
          Deprecated.  
 

Methods in org.apache.myfaces.trinidadinternal.ui.laf.base with parameters of type BoundValue
static BoundValue BaseLafUtils.createIsRenderedBoundValue(BoundValue targetUINodeValue)
          Deprecated. produces a BoundValue that checks to see if a given UINode must be rendered.
 

Uses of BoundValue in org.apache.myfaces.trinidadinternal.ui.laf.base.desktop
 

Classes in org.apache.myfaces.trinidadinternal.ui.laf.base.desktop that implement BoundValue
static class TreeRenderer.TreeImageURIBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Uses of BoundValue in org.apache.myfaces.trinidadinternal.uinode
 

Classes in org.apache.myfaces.trinidadinternal.uinode that implement BoundValue
 class FireActionBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Methods in org.apache.myfaces.trinidadinternal.uinode that return BoundValue
protected  BoundValue EditableFacesBean.getConverterBoundValue()
          Deprecated.  
 

Constructors in org.apache.myfaces.trinidadinternal.uinode with parameters of type BoundValue
FireActionBoundValue(org.apache.myfaces.trinidad.component.UIXComponent component, BoundValue unvalidatedBV)
          Deprecated.  
FireActionBoundValue(org.apache.myfaces.trinidad.component.UIXComponent component, BoundValue unvalidatedBV, BoundValue partialSubmitBV)
          Deprecated.  
FireActionBoundValue(org.apache.myfaces.trinidad.component.UIXComponent component, BoundValue unvalidatedBV, BoundValue partialSubmitBV, java.lang.String part)
          Deprecated.  
 

Uses of BoundValue in org.apache.myfaces.trinidadinternal.uinode.bind
 

Classes in org.apache.myfaces.trinidadinternal.uinode.bind that implement BoundValue
 class ClientIdBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class ConverterBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class EntriesBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class MenuSelectedValueBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class PropertyBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class RequiredBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 class URLBoundValue
          Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.
 

Constructors in org.apache.myfaces.trinidadinternal.uinode.bind with parameters of type BoundValue
URLBoundValue(BoundValue base)
          Deprecated.  
 

Uses of BoundValue in org.apache.myfaces.trinidadinternal.uinode.nav
 

Methods in org.apache.myfaces.trinidadinternal.uinode.nav that return BoundValue
protected  BoundValue CommandLinkFacesBean.getPrimaryClientActionBoundValue(org.apache.myfaces.trinidad.component.UIXComponent component, BoundValue unvalidatedBV, BoundValue partialBV)
          Deprecated.  
 

Methods in org.apache.myfaces.trinidadinternal.uinode.nav with parameters of type BoundValue
protected  BoundValue CommandLinkFacesBean.getPrimaryClientActionBoundValue(org.apache.myfaces.trinidad.component.UIXComponent component, BoundValue unvalidatedBV, BoundValue partialBV)
          Deprecated.  
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.