@UiController(value="bpm_HitPolicySelectScreen")
@UiDescriptor(value="hit-policy-select-screen.xml")
@DialogMode(width="400px")
public class HitPolicySelectScreen
extends io.jmix.ui.screen.Screen
io.jmix.ui.screen.Screen.AfterCloseEvent, io.jmix.ui.screen.Screen.AfterDetachEvent, io.jmix.ui.screen.Screen.AfterInitEvent, io.jmix.ui.screen.Screen.AfterShowEvent, io.jmix.ui.screen.Screen.BeforeCloseEvent, io.jmix.ui.screen.Screen.BeforeShowEvent, io.jmix.ui.screen.Screen.InitEvent
Modifier and Type | Field and Description |
---|---|
protected io.jmix.ui.component.ComboBox<HitPolicyAggregation> |
aggregationLookup |
protected io.jmix.ui.component.ComboBox<HitPolicy> |
hitPolicyLookup |
Constructor and Description |
---|
HitPolicySelectScreen() |
Modifier and Type | Method and Description |
---|---|
HitPolicyAggregation |
getAggregation() |
HitPolicy |
getHitPolicy() |
protected void |
onBeforeShow(io.jmix.ui.screen.Screen.BeforeShowEvent event) |
protected void |
onCloseAction(io.jmix.ui.action.Action.ActionPerformedEvent event) |
protected void |
onHitPolicyLookupValueChange(io.jmix.ui.component.HasValue.ValueChangeEvent<HitPolicy> event) |
protected void |
onSelectAction(io.jmix.ui.action.Action.ActionPerformedEvent event) |
void |
setAggregation(HitPolicyAggregation aggregation) |
void |
setHitPolicy(HitPolicy hitPolicy) |
addAfterCloseListener, addAfterDetachListener, addAfterInitListener, addAfterShowListener, addBeforeCloseListener, addBeforeShowListener, addInitListener, addUrlParamsChangeListener, close, close, closeWithDefaultAction, fireEvent, getApplicationContext, getEventHub, getExtensions, getId, getScreenData, getUiEventListeners, getWindow, isMultipleOpen, isSameScreen, setApplicationContext, setExtensions, setId, setScreenData, setUiEventListeners, setWindow, show
@Autowired protected io.jmix.ui.component.ComboBox<HitPolicy> hitPolicyLookup
@Autowired protected io.jmix.ui.component.ComboBox<HitPolicyAggregation> aggregationLookup
public void setHitPolicy(HitPolicy hitPolicy)
public HitPolicy getHitPolicy()
public void setAggregation(HitPolicyAggregation aggregation)
public HitPolicyAggregation getAggregation()
@Subscribe(value="hitPolicyLookup") protected void onHitPolicyLookupValueChange(io.jmix.ui.component.HasValue.ValueChangeEvent<HitPolicy> event)
@Subscribe protected void onBeforeShow(io.jmix.ui.screen.Screen.BeforeShowEvent event)
@Subscribe(value="selectAction") protected void onSelectAction(io.jmix.ui.action.Action.ActionPerformedEvent event)
@Subscribe(value="closeAction") protected void onCloseAction(io.jmix.ui.action.Action.ActionPerformedEvent event)