Class AbstractDescriptionEditFragment<C extends com.vaadin.flow.component.Component>
java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<C>
io.jmix.reportsflowui.view.template.AbstractDescriptionEditFragment<C>
- All Implemented Interfaces:
- com.vaadin.flow.component.AttachNotifier,- com.vaadin.flow.component.DetachNotifier,- com.vaadin.flow.component.HasElement,- com.vaadin.flow.component.HasStyle,- Serializable
- Direct Known Subclasses:
- TableEditFragment
public abstract class AbstractDescriptionEditFragment<C extends com.vaadin.flow.component.Component>
extends com.vaadin.flow.component.Composite<C>
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected com.vaadin.flow.component.orderedlayout.VerticalLayoutprotected ReportTemplate
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract booleancom.vaadin.flow.component.orderedlayout.VerticalLayoutvoidprotected abstract voidinitPreviewContent(com.vaadin.flow.component.orderedlayout.VerticalLayout previewBox) abstract booleanisApplicable(ReportOutputType reportOutputType) abstract booleanvoidsetPreviewBox(com.vaadin.flow.component.orderedlayout.VerticalLayout previewBox) voidsetReportTemplate(ReportTemplate reportTemplate) voidMethods inherited from class com.vaadin.flow.component.CompositegetChildren, getContent, getElement, initContentMethods inherited from class com.vaadin.flow.component.ComponentaddListener, findAncestor, fireEvent, from, get, getEventBus, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, set, setElement, setId, setVisibleMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.AttachNotifieraddAttachListenerMethods inherited from interface com.vaadin.flow.component.DetachNotifieraddDetachListenerMethods inherited from interface com.vaadin.flow.component.HasStyleaddClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
- 
Field Details- 
reportTemplate
- 
previewBoxprotected com.vaadin.flow.component.orderedlayout.VerticalLayout previewBox
 
- 
- 
Constructor Details- 
AbstractDescriptionEditFragmentpublic AbstractDescriptionEditFragment()
 
- 
- 
Method Details- 
getReportTemplate
- 
setReportTemplate
- 
getPreviewBoxpublic com.vaadin.flow.component.orderedlayout.VerticalLayout getPreviewBox()
- 
setPreviewBoxpublic void setPreviewBox(com.vaadin.flow.component.orderedlayout.VerticalLayout previewBox) 
- 
showPreviewpublic void showPreview()
- 
hidePreviewpublic void hidePreview()
- 
isSupportPreviewpublic abstract boolean isSupportPreview()
- 
isApplicable
- 
applyChangespublic abstract boolean applyChanges()
- 
initPreviewContentprotected abstract void initPreviewContent(com.vaadin.flow.component.orderedlayout.VerticalLayout previewBox) 
 
-