@UiController(value="report$ReportExecution.dialog") @UiDescriptor(value="report-execution-dialog.xml") public class ReportExecutionDialog extends com.haulmont.cuba.gui.screen.StandardLookup<Report>
com.haulmont.cuba.gui.screen.Screen.AfterCloseEvent, com.haulmont.cuba.gui.screen.Screen.AfterDetachEvent, com.haulmont.cuba.gui.screen.Screen.AfterInitEvent, com.haulmont.cuba.gui.screen.Screen.AfterShowEvent, com.haulmont.cuba.gui.screen.Screen.BeforeCloseEvent, com.haulmont.cuba.gui.screen.Screen.BeforeShowEvent, com.haulmont.cuba.gui.screen.Screen.InitEvent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
META_CLASS_PARAMETER |
static java.lang.String |
SCREEN_PARAMETER |
Constructor and Description |
---|
ReportExecutionDialog() |
Modifier and Type | Method and Description |
---|---|
void |
onApplyFilterBtnClick(com.haulmont.cuba.gui.components.Button.ClickEvent event) |
void |
onClearFilterBtnClick(com.haulmont.cuba.gui.components.Button.ClickEvent event) |
getSelectHandler, getSelectValidator, setLookupComponentMultiSelect, setSelectHandler, setSelectValidator
public static final java.lang.String META_CLASS_PARAMETER
public static final java.lang.String SCREEN_PARAMETER
@Subscribe(value="clearFilterBtn") public void onClearFilterBtnClick(com.haulmont.cuba.gui.components.Button.ClickEvent event)
@Subscribe(value="applyFilterBtn") public void onApplyFilterBtnClick(com.haulmont.cuba.gui.components.Button.ClickEvent event)