Skip to content

Commit 8daf84c

Browse files
authored
Fix a link
1 parent a0f659d commit 8daf84c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/markdown/doc/latest/DevGuideUiCellWidgets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ This design follows the flyweight pattern where data is accessed and cached only
1212
flyweight Cell objects. A cell widget can accept data from any type of data source. The data model handles
1313
asynchronous updates as well as push updates. When you change the data, the view is automatically updated.
1414

15-
Cells are the basic blocks of a user interface and come in a variety of [available cell types]
16-
(#available). They render views of data, interpret browser events and can be selected. A Cell has
15+
Cells are the basic blocks of a user interface and come in a variety of [available cell types](#available).
16+
They render views of data, interpret browser events and can be selected. A Cell has
1717
a type based on the data that the cell represents; for example, DatePickerCell is a `Cell<Date>`
1818
that represents a Date and allows the user to select a new Date. Cells must implement a render method that renders the typed value as an HTML string. In addition, cells can override onBrowserEvent to act as a flyweight that handles events that are fired on elements that were rendered by the cell.
1919

0 commit comments

Comments
 (0)