Enum sap.ui.core.OpenStateModule: sap/ui/core/library


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).

Field Summary
sap.ui.core.OpenState.CLOSEDClosed and currently not changing states.
sap.ui.core.OpenState.CLOSINGStill open, but in the process of going to the CLOSED state.
sap.ui.core.OpenState.OPENOpen and currently not changing states.
sap.ui.core.OpenState.OPENINGAlready left the CLOSED state, is not OPEN yet, but in the process of getting OPEN.
Field Detail
sap.ui.core.OpenState.CLOSED: string
Closed and currently not changing states.
sap.ui.core.OpenState.CLOSING: string
Still open, but in the process of going to the CLOSED state.
sap.ui.core.OpenState.OPEN: string
Open and currently not changing states.
sap.ui.core.OpenState.OPENING: string
Already left the CLOSED state, is not OPEN yet, but in the process of getting OPEN.