JhPickerTool class

Constructors

JhPickerTool()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

openModalPicker(BuildContext context, {required PickerAdapter adapter, String? title, List<int>? selecteds, required PickerConfirmCallback clickCallBack}) → void
showArrayPicker<T>(BuildContext context, {required List<T> data, String? title, List<int>? normalIndex, PickerDataAdapter? adapter, required ArrayClickCallback clickCallBack}) → void
多列
showDatePicker(BuildContext context, {DateType? dateType, String? title, DateTime? maxValue, DateTime? minValue, DateTime? value, DateTimePickerAdapter? adapter, required DateClickCallback clickCallback}) → void
日期选择器
showStringPicker<T>(BuildContext context, {List<T>? data, String? title, int? normalIndex, PickerDataAdapter? adapter, StringClickCallback? clickCallBack}) → void
单列