LookupSelector.java :  » MVC » aratana » com » aratana » ui » fields » Java Open Source

Java Open Source » MVC » aratana 
aratana » com » aratana » ui » fields » LookupSelector.java
package com.aratana.ui.fields;

import java.util.List;

import com.aratana.ui.table.ObjectTableColumnSpec;

public interface LookupSelector<T> {
  
  List<T> lookup(String cd,String filter);

  ObjectTableColumnSpec[] columnsSpecs();
}
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.