Package org.yaac.shared.property.PropertyInfo

Examples of org.yaac.shared.property.PropertyInfo.FilePlaceHolder


  public void edit(String keyString, PropertyInfo info, final PropertyEditCallback callback) {
    this.callback = callback;
    this.currKeyString = keyString;
   
    // init status
    this.expTxt.setText(info.asExpression(new FilePlaceHolder()));
   
    List<String> paths = info.downloadPaths();
    List<FileDownloadPath> fileItems = transform(paths, new Function<String, FileDownloadPath>(){
      @Override
      public FileDownloadPath apply(String input) {
View Full Code Here

TOP

Related Classes of org.yaac.shared.property.PropertyInfo.FilePlaceHolder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.