@JsType(isNative=true, namespace="<global>", name="Object") public abstract class FromIso8601OptionsAbstract<T> extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
FromIso8601OptionsAbstract.DataCallback<T> |
Modifier and Type | Field and Description |
---|---|
FromIso8601OptionsAbstract.DataCallback<T> |
dataCallback
A function that will be return the data that is called with each interval before it is added to the collection.
|
boolean |
isStartIncluded
if start time is included in the interval, false otherwise.
|
boolean |
isStopIncluded
if stop time is included in the interval, false otherwise.
|
boolean |
leadingInterval
if you want to add a interval from Iso8601.MINIMUM_VALUE to start time, false otherwise.
|
boolean |
trailingInterval
if you want to add a interval from stop time to Iso8601.MAXIMUM_VALUE, false otherwise.
|
Constructor and Description |
---|
FromIso8601OptionsAbstract() |
@JsProperty public boolean isStartIncluded
@JsProperty public boolean isStopIncluded
@JsProperty public boolean leadingInterval
@JsProperty public boolean trailingInterval
@JsProperty public FromIso8601OptionsAbstract.DataCallback<T> dataCallback
Copyright © 2019. All rights reserved.