Class s7sdk.CarouselViewCapabilityState
Extends
s7sdk.CapabilityState.
The CarouselViewCapabilityState
can be used to determine
the current state of the CarouselView
component.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
<static> |
s7sdk.CarouselViewCapabilityState.FIRST_PAGE
Indicates that the first page is current.
|
<static> |
s7sdk.CarouselViewCapabilityState.LAST_PAGE
Indicates that the last page is current.
|
- Methods borrowed from class s7sdk.CapabilityState:
- clone, hasCapability, toString
Class Detail
s7sdk.CarouselViewCapabilityState(caps)
- Parameters:
- {Number} caps
- (Optional) The initial capabilities. If undefined, then no capabilities are set.
Field Detail
<static>
s7sdk.CarouselViewCapabilityState.FIRST_PAGE
Indicates that the first page is current.
<static>
s7sdk.CarouselViewCapabilityState.LAST_PAGE
Indicates that the last page is current.