Interface OutcomesPanel
- All Superinterfaces:
Component
- All Known Implementing Classes:
OutcomesPanelImpl
-
Nested Class Summary
Nested ClassesNested 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
FieldsFields inherited from interface io.jmix.ui.component.Component
AUTO_SIZE, AUTO_SIZE_PX, FULL_SIZE -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateLayout(org.flowable.task.api.Task task, List<FormOutcome> outcomes) org.flowable.task.api.TaskgetTask()voidsetAfterTaskCompletedHandler(Consumer<FormOutcome> afterTaskCompletedHandler) voidsetBeforeTaskCompletedPredicate(Predicate<FormOutcome> beforeTaskCompletedPredicate) voidsetButtonsWidth(String buttonsWidth) voidsetOrientation(OutcomesPanel.Orientation orientation) voidsetProcessVariablesSupplier(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
-