DetailFormatter.java :  » Ajax » smartgwt-2.1 » com » smartgwt » client » widgets » viewer » Java Open Source

Java Open Source » Ajax » smartgwt 2.1 
smartgwt 2.1 » com » smartgwt » client » widgets » viewer » DetailFormatter.java
package com.smartgwt.client.widgets.viewer;

import com.smartgwt.client.data.Record;

public interface DetailFormatter {

    String format(Object value, Record record, DetailViewerField field);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.