[go: nahoru, domu]

Jump to content

UI data binding: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Data binding frameworks and tools: removed the totally unsourced bits
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{Cn}}
Line 8: Line 8:


=== [[Embarcadero Delphi|Delphi]] ===
=== [[Embarcadero Delphi|Delphi]] ===
* [[DSharp (data binding)|DSharp]] 3rd party Data Binding tool{{cn}}
* [[DSharp (data binding)|DSharp]] 3rd party Data Binding tool{{cn|date=December 2016}}
* [[OpenWire (library)|OpenWire]] Visual Live Binding - 3rd party Visual Data Binding tool
* [[OpenWire (library)|OpenWire]] Visual Live Binding - 3rd party Visual Data Binding tool


Line 18: Line 18:
* [[Windows Forms]] data binding overview
* [[Windows Forms]] data binding overview
* [[Windows Presentation Foundation|WPF]] data binding overview
* [[Windows Presentation Foundation|WPF]] data binding overview
* Unity 3D data binding framework (available in modifications for NGUI, iGUI and EZGUI libraries){{cn}}
* Unity 3D data binding framework (available in modifications for NGUI, iGUI and EZGUI libraries){{cn|date=December 2016}}


=== JavaScript ===
=== JavaScript ===

Revision as of 18:45, 5 December 2016

UI data binding is a software design pattern to simplify development of GUI applications. UI data binding binds UI elements to an application domain model. Most frameworks employ the Observer pattern as the underlying binding mechanism. To work efficiently, UI data binding has to address input validation and data type mapping.

A bound control is a widget whose value is tied or bound to a field in a recordset (e.g., a column in a row of a table). Changes made to data within the control are automatically saved to the database when the control's exit event triggers.

Data binding frameworks and tools

Java

.NET

  • Windows Forms data binding overview
  • WPF data binding overview
  • Unity 3D data binding framework (available in modifications for NGUI, iGUI and EZGUI libraries)[citation needed]

JavaScript

See also

References

  1. ^ https://docs.oracle.com/javafx/2/binding/jfxpub-binding.htm
  2. ^ "Datum.js". Retrieved 7 November 2016.
  3. ^ "Meteor Blaze". Meteor Blaze is a powerful library for creating live-updating user interfaces. Blaze fulfills the same purpose as Angular, Backbone, Ember, React, Polymer, or Knockout, but is much easier to use. We built it because we thought that other libraries made user interface programming unnecessarily difficult and confusing.