TimePickerShapes
-
Cmn
class TimePickerShapes
The shapes that will be used in time pickers.
Summary
Public constructors |
|
|---|---|
TimePickerShapes(timeFieldShape: Shape, periodSelectorShape: Shape)create an instance with arbitrary shapes |
Cmn
|
Public functions |
||
|---|---|---|
TimePickerShapes |
Returns a copy of this TimePickerShapes, optionally overriding some of the values. |
Cmn
|
open operator Boolean |
Cmn
|
|
open Int |
hashCode() |
Cmn
|
Public properties |
||
|---|---|---|
Shape |
Shape used for the AM/PM toggle. |
Cmn
|
Shape |
Shape used for the time fields. |
Cmn
|
Public constructors
TimePickerShapes
TimePickerShapes(timeFieldShape: Shape, periodSelectorShape: Shape)
create an instance with arbitrary shapes
Public functions
copy
fun copy(
timeFieldShape: Shape? = this.timeFieldShape,
periodSelectorShape: Shape? = this.periodSelectorShape
): TimePickerShapes
Returns a copy of this TimePickerShapes, optionally overriding some of the values.
| Parameters | |
|---|---|
timeFieldShape: Shape? = this.timeFieldShape |
shape used for the time fields. If null, the existing |
periodSelectorShape: Shape? = this.periodSelectorShape |
shape used for the AM/PM toggle. If null, the existing |
| Returns | |
|---|---|
TimePickerShapes |
a copy of this |