public static interface Component.LayoutRefreshedListener
提供在再次布局组件时调用的回调。
修饰符和类型 | 方法 | 描述 |
---|---|---|
void | onRefreshed(Component component) | 在组件重新布局时调用。 |
void onRefreshed(Component component)
在组件重新布局时调用。
参数:
参数名称 | 参数描述 |
---|---|
component | 表示已重新布局的组件。 |
Component.SpeechEventListenerpublic static interface Component.SpeechEventListener提供当语音事件绑定到组件时要调用的回调...
Picker.Formatterpublic static interface Picker.Formatter格式化 Picker 的值并将其转换为字符串。您必须实现 format(int) 接...
SlideDrawer.SlideDisablepublic static interface SlideDrawer.SlideDisable允许实时禁用幻灯片。方法总结修饰符和类型方法描述...
Buttonjava.lang.Object |---ohos.agp.components.Component |---|---ohos.agp.components.Text |---|---|---ohos.agp.component...
Component.DefSpeechEventListenerjava.lang.Object |---ohos.agp.components.Component.DefSpeechEventListenerpublic static c...
DatePickerjava.lang.Object |---ohos.agp.components.Component |---|---ohos.agp.components.ComponentContainer |---|---|---...
COGROUP 运算符的运作方式与 GROUP 运算符相同。两个运算符之间的唯一区别是 group 运算符通常用于一个关系,而 cogroup 运算符...
MapReduce - 读取数据通过InputFormat决定读取的数据的类型,然后拆分成一个个InputSplit,每个InputSplit对应一个Map处理,Reco...
简介一种分布式的计算方式指定一个Map(映#x5C04;)函数,用来把一组键值对映射成一组新的键值对,指定并发的Reduce(归约)函数...
wx.pageScrollTo(OBJECT)基础库 1.4.0 开始支持,低版本需做兼容处理将页面滚动到目标位置。OBJECT参数说明:属性类型默认值必填...