Package io.jmix.pivottableflowui.data
Class EmptyPivotTableItems<T>
java.lang.Object
io.jmix.pivottableflowui.kit.data.JmixEmptyPivotTableItems<T>
io.jmix.pivottableflowui.data.EmptyPivotTableItems<T>
- Type Parameters:
T
- type of items contained
- All Implemented Interfaces:
DataUnit
,EmptyDataUnit
,HasType<T>
,PivotTableItems<T>
,JmixPivotTableItems<T>
,Serializable
public class EmptyPivotTableItems<T>
extends JmixEmptyPivotTableItems<T>
implements PivotTableItems<T>, EmptyDataUnit
Empty data provider for a
PivotTable
component.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jmix.flowui.data.DataUnit
DataUnit.StateChangeEvent
Nested classes/interfaces inherited from interface io.jmix.pivottableflowui.kit.data.JmixPivotTableItems
JmixPivotTableItems.ItemsChangeEvent<T>, JmixPivotTableItems.ItemsChangeType
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.shared.Registration
Registers a new state change listener.static <T> EmptyPivotTableItems<T>
getState()
getType()
Methods inherited from class io.jmix.pivottableflowui.kit.data.JmixEmptyPivotTableItems
addItemsChangeListener, containsItem, getItem, getItem, getItemId, getItems, getItemValue, setItemValue, updateItem
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jmix.pivottableflowui.kit.data.JmixPivotTableItems
addItemsChangeListener, containsItem, getItem, getItem, getItemId, getItems, getItemValue, setItemValue, updateItem
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
EmptyPivotTableItems
public EmptyPivotTableItems()
-
-
Method Details
-
getInstance
- Type Parameters:
T
- type of items contained- Returns:
- instance of the
EmptyPivotTableItems
-
getState
-
addStateChangeListener
public com.vaadin.flow.shared.Registration addStateChangeListener(Consumer<DataUnit.StateChangeEvent> listener) Description copied from interface:DataUnit
Registers a new state change listener.- Specified by:
addStateChangeListener
in interfaceDataUnit
- Parameters:
listener
- the listener to be added- Returns:
- a registration object for removing an event listener added to a source
-
getType
-