public interface LinkExternal<E extends LinkExternal<E>> extends External<E>
Modifier and Type | Interface and Description |
---|---|
static class |
LinkExternal.Attributes |
Modifier and Type | Method and Description |
---|---|
default E |
download()
The download attribute specifies that the target will be downloaded when a user clicks on the
hyperlink.
|
default E |
download(boolean download)
Specifies whether or not to download file when a user clicks on the hyperlink.
|
default E |
href(String href)
The href attribute specifies the link's destination.
|
default E |
target(String target)
The target attribute specifies where to open the linked document.
|
default E |
targetBlank()
Sets the value "_blank" for the "target" attribute to open the linked document in a new
window or tab.
|
getHelpText, getHint, getTooltip, helpText, helpText, hidden, hidden, hint, hint, isHidden, notHidden, setHelpText, setHidden, setHint, setTooltip, tooltip, tooltip
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 E href(String href)
href
- the link's destinationdefault E download()
default E download(boolean download)
download
- whether or not to download filedefault E targetBlank()
default E target(String target)
target
- the target valueCopyright © 2021. All rights reserved.