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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormBeanBoundValue
public FormBeanBoundValue()
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
Copyright © 2002,2003, Oracle. All Rights Reserved.