public static interface Picker.Formatter
格式化 Picker 的值并将其转换为字符串。
您必须实现 format(int) 接口以实现不同的格式化结果。
修饰符和类型 | 方法 | 描述 |
---|---|---|
String | format(int value) | 将 Picker 的值转换为字符串。 |
String format(int value)
将 Picker 的值转换为字符串。
Picker 的子类必须实现 java.lang.String format(int value) 来实现不同的格式化结果。
参数:
参数名称 | 参数描述 |
---|---|
value | 表示 Picker 的值。 |
返回:
返回与 Picker 的当前值匹配的格式化字符串。
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参数说明:属性类型默认值必填...
wx.createVideoContext(videoId)创建并返回 video 上下文videoContext对象videoContextvideoContext通过 videoId 跟一个 video ...
wx.offOnVoIPVideoMembersChanged(function callback)基础库 2.11.0 开始支持,低版本需做兼容处理。取消监听实时语音通话成员视...