Uses of Class
org.ikasan.dashboard.broadcast.State
-
Packages that use State Package Description org.ikasan.dashboard.broadcast org.ikasan.dashboard.ui.visualisation.component org.ikasan.dashboard.ui.visualisation.model.flow -
-
Uses of State in org.ikasan.dashboard.broadcast
Fields in org.ikasan.dashboard.broadcast declared as State Modifier and Type Field Description static StateState. PAUSED_STATEstatic StateState. RECOVERING_STATEstatic StateState. RUNNING_STATEstatic StateState. START_PAUSE_STATEstatic StateState. STOPPED_IN_ERROR_STATEstatic StateState. STOPPED_STATEstatic StateState. UNKNOWN_STATEMethods in org.ikasan.dashboard.broadcast that return State Modifier and Type Method Description StateFlowState. getState()static StateState. getState(java.lang.String state)Constructors in org.ikasan.dashboard.broadcast with parameters of type State Constructor Description FlowState(java.lang.String moduleName, java.lang.String flowName, State state)Constructor -
Uses of State in org.ikasan.dashboard.ui.visualisation.component
Methods in org.ikasan.dashboard.ui.visualisation.component with parameters of type State Modifier and Type Method Description protected com.vaadin.flow.component.orderedlayout.HorizontalLayoutModuleStatusDialog. getStatusLabelLayout(State state)voidControlPanel. setFlowStatus(State state) -
Uses of State in org.ikasan.dashboard.ui.visualisation.model.flow
Methods in org.ikasan.dashboard.ui.visualisation.model.flow that return State Modifier and Type Method Description StateFlow. getStatus()Methods in org.ikasan.dashboard.ui.visualisation.model.flow with parameters of type State Modifier and Type Method Description voidFlow. setStatus(State status)
-