All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ksyzt.gwt.client.data.IFieldValue Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package com.ksyzt.gwt.client.data;

/**
 * 通过名称获取字段值
 *
 * @author zhangjianshe
 */
public interface IFieldValue {

    /**
     * 获取字段值
     *
     * @param fieldName  the field name
     * @param fieldIndex 如果fieldName=null 或者 fieldName.length()==0 取此值
     * @return field value
     */
    public Object getFieldValue(String fieldName, Integer fieldIndex);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy