424344454647484950515253
Component cmpCur = super._pnl.getComponent(i); if (! (cmpCur instanceof GfrTfdTextCheckableAbs)) continue; GfrTfdTextCheckableAbs obj = (GfrTfdTextCheckableAbs) cmpCur; String strWrong = obj.getWrongFormat(); if (strWrong != null) return strWrong; }
63646566676869707172737475
Component cmpCur = super._pnl.getComponent(i); if (! (cmpCur instanceof GfrTfdTextCheckableAbs)) continue; GfrTfdTextCheckableAbs obj = (GfrTfdTextCheckableAbs) cmpCur; if (! obj.isOk()) return false; } return true; }