TimeDurationPickerColumnFactory
Properties
TimeDurationPicker - TimeDurationPicker
The format that will be used to display the column value in the input. The amount of # symbols should be equal to the largest amount of digits that the time unit can hold.
Methods
Custom()
Adds an item for a custom action.
RETURNS
Returns a TimeDurationPickerColumnBuilder with the available configuration options.
Days()
Adds an item for the days action.
RETURNS
Returns a TimeDurationPickerColumnBuilder with the available configuration options.
Hours()
Adds an item for the hours action.
RETURNS
Returns a TimeDurationPickerColumnBuilder with the available configuration options.
Minutes()
Adds an item for the minutes action.
RETURNS
Returns a TimeDurationPickerColumnBuilder with the available configuration options.
Seconds()
Adds an item for the seconds action.
RETURNS
Returns a TimeDurationPickerColumnBuilder with the available configuration options.
Milliseconds()
Adds an item for the milliseconds action.
RETURNS
Returns a TimeDurationPickerColumnBuilder with the available configuration options.