Community
Participate
Working Groups
return false;
}
// OK!
if(doCheckState()) { // OK!
clearErrorMessage();
return true;
msg = getErrorMessage(); // subclass might have changed it in the #doCheckState()
if (msg != null) {
showErrorMessage(msg);
/**