资 源 简 介
? Java函数速查
你能很快的查到你要的函数
DataBinding类
代表数据源字段和组件属性之间一个单独的绑定。
package com.ms.wfc.data.ui
public class DataBinding
implements IConstructable
说明
DataBinder控件使用该类来表示数据源中的每一个绑定。
请参阅:《Microsoft Visual J++ 6.0 程序员指南》第18章“WFC中的数据绑定”。
构造器
DataBinding.DataBinding
创建一个DataBinding对象。
语法
public DataBinding ()
public DataBinding ( IComponent target, String propertyName,String fieldName )
public DataBinding ( IComponent target, String propertyName,String fieldName, IDataFormat format )-Java functions you can quickly drive you to the function category DataBinding representative data source field between attributes and components of a single bundle. Package com.ms.wfc.data.ui public class Data Binding implements IConstructable note DataBin der control the use of such data to indicate the source of each one bundled. Please refer to : "Microsoft Visual J 6.0 Programmer"s Guide" Chapter 18 "WFC the Data Binding .