Controle seletor

(UI 0.9.9)

Introdução

Um seletor representa um botão que quando clicado apresenta um seletor nativo de interface de data/horário ao usuário.

Resumo da classe

class UI\Controls\Picker extends UI\Control {
/* Constantes */
const int Date;
const int Time;
const int DateTime;
/* Constructor */
public function __construct(int $type = UI\Controls\Picker::Date)
/* Métodos herdados */
public function UI\Control::destroy()
public function UI\Control::disable()
public function UI\Control::enable()
public function UI\Control::getTopLevel(): int
public function UI\Control::hide()
public function UI\Control::isEnabled(): bool
public function UI\Control::isVisible(): bool
public function UI\Control::setParent(UI\Control $parent)
public function UI\Control::show()
}

Constantes predefinidas

UI\Controls\Picker::Date

Um seletor de data

UI\Controls\Picker::Time

Um seletor de horário

UI\Controls\Picker::DateTime

Um seletor de data e horário

Índice

adicionar nota

Notas de Usuários

Não há notas de usuários para esta página.
To Top