@UiController(value="report_ReportGroup.browse") @UiDescriptor(value="report-group-browse.xml") @Route(value="reportGroups") public class ReportGroupBrowser extends io.jmix.ui.screen.StandardLookup<ReportGroup>
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.core.DataManager |
dataManager |
protected io.jmix.core.FetchPlanRepository |
fetchPlanRepository |
protected io.jmix.core.Messages |
messages |
protected io.jmix.core.Metadata |
metadata |
protected io.jmix.core.MetadataTools |
metadataTools |
protected io.jmix.ui.Notifications |
notifications |
protected io.jmix.ui.action.list.RemoveAction<ReportGroup> |
removeAction |
protected io.jmix.ui.component.Table<ReportGroup> |
reportGroupsTable |
Constructor and Description |
---|
ReportGroupBrowser() |
Modifier and Type | Method and Description |
---|---|
protected void |
onReportGroupsTableRemove(io.jmix.ui.action.Action.ActionPerformedEvent event) |
protected java.lang.String |
reportGroupsTableTitleValueProvider(ReportGroup reportGroup) |
addDefaultCancelAction, addDefaultSelectAction, cancel, getLookupActionsLayout, getLookupComponent, getSelectHandler, getSelectValidator, getWindowActionOptional, initActions, select, select, setLookupComponentMultiSelect, setSelectHandler, setSelectValidator, setupCommitShortcut, setupLookupComponent
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.Table<ReportGroup> reportGroupsTable
@Named(value="reportGroupsTable.remove") protected io.jmix.ui.action.list.RemoveAction<ReportGroup> removeAction
@Autowired protected io.jmix.core.DataManager dataManager
@Autowired protected io.jmix.core.Metadata metadata
@Autowired protected io.jmix.ui.Notifications notifications
@Autowired protected io.jmix.core.Messages messages
@Autowired protected io.jmix.core.FetchPlanRepository fetchPlanRepository
@Autowired protected io.jmix.core.MetadataTools metadataTools
@Subscribe(value="reportGroupsTable.remove") protected void onReportGroupsTableRemove(io.jmix.ui.action.Action.ActionPerformedEvent event)
@Install(to="reportGroupsTable.title", subject="valueProvider") protected java.lang.String reportGroupsTableTitleValueProvider(ReportGroup reportGroup)