Community
Participate
Working Groups
isValid = b;
if (oldValue != isValid) {
// update container state
getContainer().updateButtons();
if (getContainer() != null)
// update page state
updateApplyButton();
}