API
Class

ValueChangeEvent ($UI/system/components/justep/data/data#ValueChangeEvent)

使用范围:UI2

Contents

class ValueChangeEvent ($UI/system/components/justep/data/data#ValueChangeEvent) extends ModelEvent

值变化事件

Constructor Top

  ValueChangeEvent ()

Properties Top

String col

String newValue

新值

String oldValue

旧值

Row row

Constructor details Top

public ValueChangeEvent ()

值变化事件

Properties Detail Top

public String col

public String newValue

新值

public String oldValue

旧值

public Row row