bind method
Tạo binding expression cho field
Usage: drEdit.bind('name') thay vì drEdit'name'
Implementation
CyberBindingExpression bind(String fieldName) {
return CyberBindingExpression(this, fieldName);
}
Tạo binding expression cho field
Usage: drEdit.bind('name') thay vì drEdit'name'
CyberBindingExpression bind(String fieldName) {
return CyberBindingExpression(this, fieldName);
}