Package io.jmix.pivottable.screen
Class PivotTableFragment
java.lang.Object
io.jmix.ui.screen.ScreenFragment
io.jmix.pivottable.screen.PivotTableFragment
- All Implemented Interfaces:
FrameOwner
@UiController("ui_PivotTableFragment")
@UiDescriptor("pivot-table-fragment.xml")
public class PivotTableFragment
extends ScreenFragment
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
static class
protected static class
Nested classes/interfaces inherited from class io.jmix.ui.screen.ScreenFragment
ScreenFragment.AfterInitEvent, ScreenFragment.AttachEvent, ScreenFragment.DetachEvent, ScreenFragment.InitEvent
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.springframework.beans.factory.ObjectProvider<PivotExcelExporter>
protected Messages
protected PivotTable
protected PivotTableFragment.PivotTableDescription
protected DataLoader
protected PivotTableExtension
protected String
protected List<KeyValueEntity>
Fields inherited from interface io.jmix.ui.screen.FrameOwner
NO_OPTIONS, WINDOW_CLOSE_ACTION, WINDOW_COMMIT_AND_CLOSE_ACTION, WINDOW_DISCARD_AND_CLOSE_ACTION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateAggregation
(PivotTableFragment.PivotTableDescription.AggregationDescription aggregationDescription) protected Aggregation
protected RendererOptions
void
exportExcel
(Button.ClickEvent event) protected PivotTableFragment.PivotTableDescription
fromJsonString
(String json) void
protected List<KeyValueEntity>
pivotTableDlLoadDelegate
(ValueLoadContext loadContext) Methods inherited from class io.jmix.ui.screen.ScreenFragment
addAfterInitListener, addAttachEventListener, addDetachEventListener, addInitListener, fireEvent, getApplicationContext, getEventHub, getExtensions, getFragment, getHostController, getHostScreen, getId, getScreenData, getUiEventListeners, init, setApplicationContext, setExtensions, setFragment, setHostController, setId, setScreenData, setUiEventListeners
-
Field Details
-
pivotTableDl
-
pivotTable
-
pivotTableDescription
-
pivotTableExtension
-
excelExporterObjectProvider
@Autowired protected org.springframework.beans.factory.ObjectProvider<PivotExcelExporter> excelExporterObjectProvider -
pivotTableJson
-
values
-
messages
-
-
Constructor Details
-
PivotTableFragment
public PivotTableFragment()
-
-
Method Details
-
onAttach
-
pivotTableDlLoadDelegate
@Install(to="pivotTableDl", target=DATA_LOADER) protected List<KeyValueEntity> pivotTableDlLoadDelegate(ValueLoadContext loadContext) -
fromJsonString
-
createRendererOptions
-
createDefaultAggregation
-
createAggregations
-
createAggregation
public Aggregation createAggregation(PivotTableFragment.PivotTableDescription.AggregationDescription aggregationDescription) -
createRenderers
-
createProperties
-
createDerivedProperties
-
exportExcel
-