Now instead bind a table ind a DB with a VWP table component and edit directly to the DB you can obtain data as entities and put it in the visual table component.
http://www.netbeans.org/kb/60
http://www.netbeans.org/kb/60
@Override
public String getHtmlDisplayName() {
String name;
if(updateState) {
name = "Name";
} else {
name = "RED Name";
}
return name;
}
fireDisplayNameChange(oldName, newName);