gwt function formatString


How to use formatString function


if(record==null || value == null){
if(record!=null && record.isGroupSummary!=null && record.isGroupSummary){
return null;
}else{
return "NA";
}
}

Comments

Popular posts from this blog

how to access the DOM gwt smartclient

smart gwt allow only numbers in textfield