public static interface Picker.ValueChangedListener
侦听 Picker 实例的值更改事件。
调用 ValueChangedListener 中的 onValueChanged(ohos.agp.components.Picker, int, int) 方法来处理 Picker 实例的值变化事件。
修饰符和类型 | 方法 | 描述 |
---|---|---|
void | onValueChanged(Picker picker, int last, int next) | 侦听并处理 Picker 实例的值更改事件。 |
void onValueChanged(Picker picker, int last, int next)
侦听并处理 Picker 实例的值更改事件。
参数:
参数名称 | 参数描述 |
---|---|
picker | 指示要侦听的 Picker 实例。 |
last | 表示最后一个值。 |
next | 指示下一个值。 |
Slider.ValueChangedListenerpublic static interface Slider.ValueChangedListener提供回调以侦听和处理 Slider 的更改事件。方...
TickTimer.TickListenerpublic static interface TickTimer.TickListener监听定时器的增量事件。该接口可用于自定义定时器的操作...
Clockjava.lang.Object |---ohos.agp.components.Component |---|---ohos.agp.components.Text |---|---|---ohos.agp.components...
Component.EstimateSpecjava.lang.Object |---ohos.agp.components.Component.EstimateSpecpublic static class Component.Estim...
DependentLayout.LayoutConfigjava.lang.Object |---ohos.agp.components.ComponentContainer.LayoutConfig |---|---ohos.agp.co...