PHP Conference Japan 2024

Picker 控件

(UI 0.9.9)

简介

Picker 表示一个按钮,单击该按钮时会向用户呈现一个本机的日期/时间/日期时间选择器界面。

类概要

class UI\Controls\Picker extends UI\Control {
/* 常量 */
const int Date;
const int Time;
const int DateTime;
/* 构造函数 */
public __construct(int $type = UI\Controls\Picker::Date)
/* 继承的方法 */
}

预定义常量

UI\Controls\Picker::Date

日期选择器

UI\Controls\Picker::Time

时间选择器

UI\Controls\Picker::DateTime

日期和时间选择器

目录

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top