public abstract class DescriptionEditFrame
extends com.haulmont.cuba.gui.components.AbstractFrame
com.haulmont.cuba.gui.screen.ScreenFragment.AfterInitEvent, com.haulmont.cuba.gui.screen.ScreenFragment.AttachEvent, com.haulmont.cuba.gui.screen.ScreenFragment.DetachEvent, com.haulmont.cuba.gui.screen.ScreenFragment.InitEvent
com.haulmont.cuba.gui.components.Frame.MessageMode, com.haulmont.cuba.gui.components.Frame.MessageType, com.haulmont.cuba.gui.components.Frame.NotificationType, com.haulmont.cuba.gui.components.Frame.Wrapper
com.haulmont.cuba.gui.components.ExpandingLayout.ExpandDirection
com.haulmont.cuba.gui.components.Component.Alignment, com.haulmont.cuba.gui.components.Component.BelongToFrame, com.haulmont.cuba.gui.components.Component.Disposable, com.haulmont.cuba.gui.components.Component.Editable, com.haulmont.cuba.gui.components.Component.Focusable, com.haulmont.cuba.gui.components.Component.HasCaption, com.haulmont.cuba.gui.components.Component.HasDescription, com.haulmont.cuba.gui.components.Component.HasIcon, com.haulmont.cuba.gui.components.Component.HasXmlDescriptor, com.haulmont.cuba.gui.components.Component.OptionsStyleProvider
Constructor and Description |
---|
DescriptionEditFrame() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
applyChanges() |
ReportTemplate |
getReportTemplate() |
void |
hidePreview() |
void |
init(java.util.Map<java.lang.String,java.lang.Object> params) |
abstract boolean |
isApplicable(ReportOutputType reportOutputType) |
abstract boolean |
isSupportPreview() |
void |
setItem(ReportTemplate reportTemplate) |
void |
showPreview() |
add, add, addAction, addAction, addFacet, addStyleName, dispose, expand, expand, getAction, getActions, getAlignment, getCaption, getCompanion, getComponent, getComponent, getComponent, getComponents, getComposition, getContext, getDescription, getDsContext, getExpandDirection, getExpandRatio, getFacet, getFacets, getFrame, getFrameOwner, getHeight, getHeightSizeUnit, getIcon, getMargin, getMessagesPack, getOwnComponent, getOwnComponents, getOwnComponentsStream, getParent, getSpacing, getStyleName, getWidth, getWidthSizeUnit, getWindowManager, getWrappedFrame, indexOf, isEnabled, isEnabledRecursive, isExpanded, isResponsive, isValid, isVisible, isVisibleRecursive, remove, removeAction, removeAction, removeAll, removeAllActions, removeFacet, removeStyleName, resetExpanded, setAlignment, setCaption, setCompanion, setDescription, setDsContext, setEnabled, setExpandRatio, setFrame, setHeight, setIcon, setIconFromSet, setId, setMargin, setMessagesPack, setParent, setResponsive, setSpacing, setStyleName, setVisible, setWidth, setWrappedFrame, showValidationErrors, unwrap, unwrapComposition, unwrapCompositionOrNull, unwrapOrNull, validate, validate, validateAll, withUnwrapped, withUnwrappedComposition
getFragment, getHostController, getId, init
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getXmlDescriptor, setXmlDescriptor
getActionNN, getSubPart
add, focusFirstComponent, getComponentNN, remove
getHeightUnits, getId, getWidthUnits, isEnabledItself, isVisibleItself, requestFocus, setHeightAuto, setHeightFull, setSizeAuto, setSizeFull, setWidthAuto, setWidthFull
openEditor, openEditor, openEditor, openEditor, openEditor, openEditor, openEditor, openFrame, openFrame, openLookup, openLookup, openLookup, openLookup, openWindow, openWindow, showMessageDialog, showNotification, showNotification, showNotification, showOptionDialog, showOptionDialog, showWebPage
public void init(java.util.Map<java.lang.String,java.lang.Object> params)
init
in class com.haulmont.cuba.gui.components.AbstractFrame
public void setItem(ReportTemplate reportTemplate)
public ReportTemplate getReportTemplate()
public void showPreview()
public void hidePreview()
public abstract boolean isSupportPreview()
public abstract boolean isApplicable(ReportOutputType reportOutputType)
public abstract boolean applyChanges()