Defines the different possible states of an element that can be open or closed and does not only toggle between these states, but also spends some time in between (e.g. because of an animation).
Properties Overview
Node
Description
sap.ui.core.OpenState.CLOSED
Closed and currently not changing states.
sap.ui.core.OpenState.CLOSING
Still open, but in the process of going to the CLOSED state.
sap.ui.core.OpenState.OPEN
Open and currently not changing states.
sap.ui.core.OpenState.OPENING
Already left the CLOSED state, is not OPEN yet, but in the process of getting OPEN.