Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
Samples
|
DatabindingApplet |
||||
Download sample | Demo | |||
Description
Properties of Java applets can be bound using data binding. The Java applet must conform to the JavaBeans specification for properties (that is, there must be setXXXX() and getXXXX() methods for the property). Properties of the applet are bound by specifying the data binding attributes on the PARAM tag with the NAME attribute corresponding to the property name.
Browser/Platform CompatibilityDatabinding is supported in Internet Explorer 4 and Internet Explorer 5.