Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.servlet.struts.ui
Class FormBeanBoundValue

java.lang.Object
  |
  +--oracle.cabo.servlet.struts.ui.FormBeanBoundValue
All Implemented Interfaces:
BoundValue

public class FormBeanBoundValue
extends java.lang.Object
implements BoundValue

A BoundValue class for binding to the bean used by the Struts element.


Constructor Summary
FormBeanBoundValue()
           
 
Method Summary
 java.lang.String getProperty()
          Gets the property name used for this value.
 java.lang.Object getValue(RenderingContext context)
          Get the value of the property.
 void setProperty(java.lang.String property)
          Sets the property name used for this value.
 void setPropertyBinding(BoundValue propertyBinding)
          Sets a data-bound property name used for this value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormBeanBoundValue

public FormBeanBoundValue()
Method Detail

getProperty

public java.lang.String getProperty()
Gets the property name used for this value.

setProperty

public void setProperty(java.lang.String property)
Sets the property name used for this value.

setPropertyBinding

public void setPropertyBinding(BoundValue propertyBinding)
Sets a data-bound property name used for this value.

getValue

public java.lang.Object getValue(RenderingContext context)
Get the value of the property.
Specified by:
getValue in interface BoundValue
Following copied from interface: oracle.cabo.ui.data.BoundValue
Parameters:
context - the rendering context

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.