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 Summary
FieldsModifier and TypeFieldDescriptionprotected com.vaadin.flow.component.orderedlayout.VerticalLayoutprotected ReportTemplate -
Constructor Summary
Constructors -
Method Summary
Modifier 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.Composite
getChildren, getContent, getElement, initContentMethods inherited from class com.vaadin.flow.component.Component
addListener, 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListenerMethods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListenerMethods inherited from interface com.vaadin.flow.component.HasStyle
addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
-
Field Details
-
reportTemplate
-
previewBox
protected com.vaadin.flow.component.orderedlayout.VerticalLayout previewBox
-
-
Constructor Details
-
AbstractDescriptionEditFragment
public AbstractDescriptionEditFragment()
-
-
Method Details
-
getReportTemplate
-
setReportTemplate
-
getPreviewBox
public com.vaadin.flow.component.orderedlayout.VerticalLayout getPreviewBox() -
setPreviewBox
public void setPreviewBox(com.vaadin.flow.component.orderedlayout.VerticalLayout previewBox) -
showPreview
public void showPreview() -
hidePreview
public void hidePreview() -
isSupportPreview
public abstract boolean isSupportPreview() -
isApplicable
-
applyChanges
public abstract boolean applyChanges() -
initPreviewContent
protected abstract void initPreviewContent(com.vaadin.flow.component.orderedlayout.VerticalLayout previewBox)
-