类 RowEventArgs
- java.lang.Object
-
- top.daxian1218.dust.db.dict.event.ObjEventArgs
-
- top.daxian1218.dust.db.dict.event.RowEventArgs
-
public class RowEventArgs extends ObjEventArgs
-
-
构造器概要
构造器 构造器 说明 RowEventArgs(DictObj obj, DictObjRow row)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 DictObjRow
getRow()
void
setRow(DictObjRow row)
-
从类继承的方法 top.daxian1218.dust.db.dict.event.ObjEventArgs
getDictObj, setDictObj
-
-
-
-
构造器详细资料
-
RowEventArgs
public RowEventArgs(DictObj obj, DictObjRow row)
-
-
方法详细资料
-
getRow
public DictObjRow getRow()
-
setRow
public void setRow(DictObjRow row)
-
-