Java Reference
In-Depth Information
The first thing we will do is to add a new column left of the First Name column to
hold checkboxes. In order to do this, we need to drag a Table Column component,
found under Woodstock Basic , from the palette to the Navigator window, right
under the tableRowGroup1 component. Then we need to delete the static text
component that is automatically added to the new column, and delete the value
of the headerText property in the Properties window. We then need to add a
Checkbox component from the Woodstock Basic section of the palette to our new
column, then delete the value of its label property in the Properties window. After
following all these steps, our design window should look like this:
Now that we have the checkboxes, we need to add a new column right of the Email
Address column, delete the value of its headerText property, then add a Button
component to it and change its text property to Update . Our design window should
look like this:
 
Search WWH ::




Custom Search