public abstract class EntityGridView<T,ID extends Serializable>
extends com.vaadin.flow.component.orderedlayout.VerticalLayout
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
appContext |
protected EntityGrid<T,ID> |
entityGrid |
protected Class<? extends EntityGrid<T,ID>> |
entityGridClass |
static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
EntityGridView(Class<? extends EntityGrid<T,ID>> entityList) |
| Modifier and Type | Method and Description |
|---|---|
EntityGrid<T,ID> |
createEntityGrid() |
void |
postConstruct() |
addAndExpand, getAlignItems, getAlignSelf, getDefaultHorizontalComponentAlignment, getHorizontalComponentAlignment, setAlignItems, setAlignSelf, setDefaultHorizontalComponentAlignment, setHorizontalComponentAlignment, setPadding, setSpacingaddListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBoxSizing, getThemeList, isMargin, isPadding, isSpacing, setBoxSizing, setMarginexpand, getFlexGrow, getJustifyContentMode, replace, setFlexGrow, setJustifyContentModegetChildren, getComponentAt, getComponentCount, indexOfadd, add, addComponentAsFirst, addComponentAtIndex, remove, removeAlladdClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassNamegetCssSize, getHeight, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, setHeight, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthFullpublic static final org.slf4j.Logger LOGGER
@Autowired protected org.springframework.context.ApplicationContext appContext
protected Class<? extends EntityGrid<T,ID extends Serializable>> entityGridClass
protected EntityGrid<T,ID extends Serializable> entityGrid
public EntityGridView(Class<? extends EntityGrid<T,ID>> entityList)
public EntityGrid<T,ID> createEntityGrid()
@PostConstruct public void postConstruct()
Copyright © 2021. All rights reserved.