Interface OutcomesPanel
- All Superinterfaces:
Component
- All Known Implementing Classes:
OutcomesPanelImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jmix.ui.component.Component
Component.Alignment, Component.BelongToFrame, Component.Disposable, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.Wrapper
-
Field Summary
Fields inherited from interface io.jmix.ui.component.Component
AUTO_SIZE, AUTO_SIZE_PX, FULL_SIZE
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createLayout
(org.flowable.task.api.Task task, List<FormOutcome> outcomes) org.flowable.task.api.Task
getTask()
void
setAfterTaskCompletedHandler
(Consumer<FormOutcome> afterTaskCompletedHandler) void
setBeforeTaskCompletedPredicate
(Predicate<FormOutcome> beforeTaskCompletedPredicate) void
setButtonsWidth
(String buttonsWidth) void
setOrientation
(OutcomesPanel.Orientation orientation) void
setProcessVariablesSupplier
(Supplier<Map<String, Object>> processVariablesSupplier) Methods inherited from interface io.jmix.ui.component.Component
addStyleName, getAlignment, getHeight, getHeightSizeUnit, getId, getParent, getStyleName, getWidth, getWidthSizeUnit, isEnabled, isEnabledRecursive, isResponsive, isVisible, isVisibleRecursive, removeStyleName, setAlignment, setEnabled, setHeight, setHeightAuto, setHeightFull, setId, setParent, setResponsive, setSizeAuto, setSizeFull, setStyleName, setVisible, setWidth, setWidthAuto, setWidthFull, unwrap, unwrapComposition, unwrapCompositionOrNull, unwrapOrNull, withUnwrapped, withUnwrappedComposition
-
Field Details
-
NAME
- See Also:
-
-
Method Details
-
createLayout
-
getOrientation
OutcomesPanel.Orientation getOrientation() -
setOrientation
-
getOutcomes
List<FormOutcome> getOutcomes() -
getProcessVariablesSupplier
-
setProcessVariablesSupplier
-
getTask
org.flowable.task.api.Task getTask() -
getAfterTaskCompletedHandler
Consumer<FormOutcome> getAfterTaskCompletedHandler() -
setAfterTaskCompletedHandler
-
getBeforeTaskCompletedPredicate
Predicate<FormOutcome> getBeforeTaskCompletedPredicate() -
setBeforeTaskCompletedPredicate
-
getActions
-
getLayout
Component getLayout() -
getButtonsWidth
String getButtonsWidth() -
setButtonsWidth
-