Main Menu
Lecture 1
Lecture 3
Lecture 4
Lecture 5
Lecture 6
Lecture 7
 

 

 

Parts of a Component

HTML Template -> HTML code .html

Defines what the page will look like

Class Definition -> Java class code .java

Stores behaviour in the form of variables and methods

Bindings file -> Java binding code .wod

The .wod file maps the attributes of the dynamic elements to variables and methods in the component class.

Bindings are modified using the WOInspector