public interface PreviewableView<V extends PreviewableView<V>> extends Trackable<V>, View<V>
Modifier and Type | Interface and Description |
---|---|
static class |
PreviewableView.Attributes |
Modifier and Type | Method and Description |
---|---|
default V |
previewPath(String previewPathTemplate)
Configures this view to support previewing sandbox data at the provided path.
|
default V |
removePreviewPath()
If the preview path was set, this will remove it.
|
catalogTrackable, notCatalogTrackable, notSandboxTrackable, sandboxTrackable
addAction, addAction, addComponent, addEndpoint, addEndpoint, apply, attribute, augmentationKey, classifier, clearConditionals, clearEndpoints, conditional, conditionals, description, description, findAction, findAction, findActions, findAttribute, findComponent, findComponent, findComponents, findEndpoint, findEndpoint, findEndpoints, get, get, getAction, getAction, getActions, getActionsList, getAttribute, getAttribute, getAttributes, getAugmentationKey, getClassifier, getComponent, getComponent, getComponents, getComponentsList, getConditionals, getDescription, getEndpoint, getEndpoint, getEndpoints, getEndpointsList, getId, getLabel, getOrder, getScope, getType, hasAction, hasAttribute, hasComponent, hasEndpoint, id, isAugmentable, isTranslatable, label, label, notTranslatable, order, removeAction, removeAttribute, removeComponent, removeEndpoint, scope, self, setActions, setAttributes, setAugmentationKey, setClassifier, setComponents, setConditionals, setDescription, setEndpoints, setId, setLabel, setOrder, setScope, setTranslatable, setType, translatable, translatable, type
compareTo
default V previewPath(String previewPathTemplate)
Supports a template URL path, for example: "/products/${id}"
previewPathTemplate
- the template preview path stringdefault V removePreviewPath()
Copyright © 2021. All rights reserved.