Function
Static Public Summary | ||
public |
Accordion item's content component |
|
public |
Accordion item's label component |
|
public |
The Alert default content |
|
public |
The Alert footer content |
|
public |
The Alert header content |
|
public |
The AnchorButton label content |
|
public |
A Banner Content component |
|
public |
A Banner Header component |
|
public |
BaseButton(superClass: *): * The base element for Button components |
|
public |
BaseListItem(superClass: *): * The base element for List Item components |
|
public |
The Button label content |
|
public |
The Card Asset |
|
public |
The Card Content |
|
public |
A Card context component |
|
public |
A Card description component |
|
public |
The Card Info |
|
public |
The Card Overlay |
|
public |
A Card Property Content component |
|
public |
A Card sub title component |
|
public |
A Card title component |
|
public |
The Checkbox label |
|
public |
ColumnView's Column content component |
|
public |
ColumnView's Item content component |
|
public |
ColumnView's Item thumbnail component |
|
public |
ColumnView's preview asset component |
|
public |
ColumnView's preview content component |
|
public |
ColumnView's preview label component |
|
public |
ColumnView's preview separator component |
|
public |
ColumnView's preview value component |
|
public |
The Dialog default content |
|
public |
The Dialog footer content |
|
public |
The Dialog header content |
|
public |
Drawer content component |
|
public |
The List item content |
|
public |
The Masonry Item Accessibility State |
|
public |
The Multifield item content |
|
public |
A PanelStack Item Content component |
|
public |
The Popover default content |
|
public |
The Popover footer content |
|
public |
The Popover header content |
|
public |
The Progress label content |
|
public |
The Radio label |
|
public |
The SelectList Item content |
|
public |
Shell's content component |
|
public |
this function was deprecated.
Shell's help separator |
|
public |
Shell HomeAnchor's label component |
|
public |
Shell's OrgSwitcher footer component |
|
public |
Shell's Solution label component |
|
public |
this function was deprecated.
Shell's solution sub-cloud name |
|
public |
Shell's User content component |
|
public |
Shell's User footer component |
|
public |
Shell's User heading component |
|
public |
Shell's User name component |
|
public |
Shell's User subheading component |
|
public |
The SideNav Heading |
|
public |
The SideNav Item Content |
|
public |
Slider's content component |
|
public |
The Status Label |
|
public |
A Step Label |
|
public |
The Switch label |
|
public |
Tab's label component |
|
public |
The Table HeaderCell content |
|
public |
Tag's label component |
|
public |
The Toast default content |
|
public |
Tooltip's content component |
|
public |
Tree item's content component |
|
public |
loadIcons(svgURL: *) |
Static Public
public AccordionItemContent(): HTMLElement source
import {Accordion} from '@adobe/coral-spectrum'
Accordion item's content component
Example:
<coral-accordion-item-content></coral-accordion-item-content>
new Coral.Accordion.Item.Content();
public AccordionItemLabel(): HTMLElement source
import {Accordion} from '@adobe/coral-spectrum'
Accordion item's label component
Example:
<coral-accordion-item-label></coral-accordion-item-label>
new Coral.Accordion.Item.Label();
public AlertContent(): HTMLElement source
import {Alert} from '@adobe/coral-spectrum'
The Alert default content
Example:
<coral-alert-content></coral-alert-content>
new Coral.Alert.Content();
public AlertFooter(): HTMLElement source
import {Alert} from '@adobe/coral-spectrum'
The Alert footer content
Example:
<coral-alert-footer></coral-alert-footer>
new Coral.Alert.Footer();
public AlertHeader(): HTMLElement source
import {Alert} from '@adobe/coral-spectrum'
The Alert header content
Example:
<coral-alert-header></coral-alert-header>
new Coral.Alert.Header();
public AnchorButtonLabel(): HTMLElement source
import {AnchorButton} from '@adobe/coral-spectrum'
The AnchorButton label content
Example:
<coral-anchorbutton-label></coral-anchorbutton-label>
new Coral.AnchorButton.Label();
public BannerContent(): HTMLElement source
import {Banner} from '@adobe/coral-spectrum'
A Banner Content component
Example:
<coral-banner-content></coral-banner-content>
new Coral.Banner.Content();
public BannerHeader(): HTMLElement source
import {Banner} from '@adobe/coral-spectrum'
A Banner Header component
Example:
<coral-banner-header></coral-banner-header>
new Coral.Banner.Header();
public BaseButton(superClass: *): * source
The base element for Button components
Params:
Name | Type | Attribute | Description |
superClass | * |
Return:
* |
public BaseListItem(superClass: *): * source
The base element for List Item components
Params:
Name | Type | Attribute | Description |
superClass | * |
Return:
* |
public ButtonLabel(): HTMLElement source
import {Button} from '@adobe/coral-spectrum'
The Button label content
Example:
<coral-button-label></coral-button-label>
new Coral.Button.Label();
public CardAsset(): HTMLElement source
import {Card} from '@adobe/coral-spectrum'
The Card Asset
Example:
<coral-card-asset></coral-card-asset>
new Coral.Card.Asset();
public CardContent(): HTMLElement source
import {Card} from '@adobe/coral-spectrum'
The Card Content
Example:
<coral-card-content></coral-card-content>
new Coral.Card.Content();
public CardContext(): HTMLElement source
import {Card} from '@adobe/coral-spectrum'
A Card context component
Example:
<coral-card-context></coral-card-context>
new Coral.Card.Context();
public CardDescription(): HTMLElement source
import {Card} from '@adobe/coral-spectrum'
A Card description component
Example:
<coral-card-description></coral-card-description>
new Coral.Card.Description();
public CardInfo(): HTMLElement source
import {Card} from '@adobe/coral-spectrum'
The Card Info
Example:
<coral-card-info></coral-card-info>
new Coral.Card.Info();
public CardOverlay(): HTMLElement source
import {Card} from '@adobe/coral-spectrum'
The Card Overlay
Example:
<coral-card-overlay></coral-card-overlay>
new Coral.Card.Overlay();
public CardPropertyContent(): HTMLElement source
import {Card} from '@adobe/coral-spectrum'
A Card Property Content component
Example:
<coral-card-property-content></coral-card-property-content>
new Coral.Card.Property.Content();
public CardSubtitle(): HTMLElement source
import {Card} from '@adobe/coral-spectrum'
A Card sub title component
Example:
<coral-card-subtitle></coral-card-subtitle>
new Coral.Card.Subtitle();
public CardTitle(): HTMLElement source
import {Card} from '@adobe/coral-spectrum'
A Card title component
Example:
<coral-card-title></coral-card-title>
new Coral.Card.Title();
public CheckboxLabel(): HTMLElement source
import {Checkbox} from '@adobe/coral-spectrum'
The Checkbox label
Example:
<coral-checkbox-label></coral-checkbox-label>
new Coral.Checkbox.Label();
public ColumnViewColumnContent(): HTMLElement source
import {ColumnView} from '@adobe/coral-spectrum'
ColumnView's Column content component
Example:
<coral-columnview-column-content></coral-columnview-column-content>
new Coral.ColumnView.Column.Content();
public ColumnViewItemContent(): HTMLElement source
import {ColumnView} from '@adobe/coral-spectrum'
ColumnView's Item content component
Example:
<coral-columnview-item-content></coral-columnview-item-content>
new Coral.ColumnView.Item.Content();
public ColumnViewItemThumbnail(): HTMLElement source
import {ColumnView} from '@adobe/coral-spectrum'
ColumnView's Item thumbnail component
Example:
<coral-columnview-item-thumbnail></coral-columnview-item-thumbnail>
new Coral.ColumnView.Item.Thumbnail();
public ColumnViewPreviewAsset(): HTMLElement source
import {ColumnView} from '@adobe/coral-spectrum'
ColumnView's preview asset component
Example:
<coral-columnview-preview-asset></coral-columnview-preview-asset>
new Coral.ColumnView.Preview.Asset();
public ColumnViewPreviewContent(): HTMLElement source
import {ColumnView} from '@adobe/coral-spectrum'
ColumnView's preview content component
Example:
<coral-columnview-preview-content></coral-columnview-preview-content>
new Coral.ColumnView.Preview.Content();
public ColumnViewPreviewLabel(): HTMLElement source
import {ColumnView} from '@adobe/coral-spectrum'
ColumnView's preview label component
Example:
<coral-columnview-preview-label></coral-columnview-preview-label>
new Coral.ColumnView.Preview.Label();
public ColumnViewPreviewSeparator(): HTMLElement source
import {ColumnView} from '@adobe/coral-spectrum'
ColumnView's preview separator component
Example:
<coral-columnview-preview-separator></coral-columnview-preview-separator>
new Coral.ColumnView.Preview.Separator();
public ColumnViewPreviewValue(): HTMLElement source
import {ColumnView} from '@adobe/coral-spectrum'
ColumnView's preview value component
Example:
<coral-columnview-preview-value></coral-columnview-preview-value>
new Coral.ColumnView.Preview.Value();
public DialogContent(): HTMLElement source
import {Dialog} from '@adobe/coral-spectrum'
The Dialog default content
Example:
<coral-dialog-content></coral-dialog-content>
new Coral.Dialog.Content();
public DialogFooter(): HTMLElement source
import {Dialog} from '@adobe/coral-spectrum'
The Dialog footer content
Example:
<coral-dialog-footer></coral-dialog-footer>
new Coral.Dialog.Footer();
public DialogHeader(): HTMLElement source
import {Dialog} from '@adobe/coral-spectrum'
The Dialog header content
Example:
<coral-dialog-header></coral-dialog-header>
new Coral.Dialog.Header();
public DrawerContent(): HTMLElement source
import {Drawer} from '@adobe/coral-spectrum'
Drawer content component
Example:
<coral-drawer-content></coral-drawer-content>
new Coral.Drawer.Content();
public ListItemContent(): HTMLElement source
import {List} from '@adobe/coral-spectrum'
The List item content
Example:
<coral-list-item-content></coral-list-item-content>
new Coral.List.Item.Content();
public MasonryItemAccessibilityState(): * source
import {Masonry} from '@adobe/coral-spectrum'
The Masonry Item Accessibility State
Return:
* |
Example:
<coral-masonry-item-accessibilitystate></coral-masonry-item-accessibilitystate>
new Coral.Masonry.Item.AccessibilityState();
public MultifieldItemContent(): HTMLElement source
import {Multifield} from '@adobe/coral-spectrum'
The Multifield item content
Example:
<coral-multifield-item-content></coral-multifield-item-content>
new Coral.Multifield.Item.Content();
public PanelContent(): HTMLElement source
import {Panel} from '@adobe/coral-spectrum'
A PanelStack Item Content component
Example:
<coral-panel-content></coral-panel-content>
new Coral.Panel.Content();
public PopoverContent(): HTMLElement source
import {Popover} from '@adobe/coral-spectrum'
The Popover default content
Example:
<coral-popover-content></coral-popover-content>
new Coral.Popover.Content();
public PopoverFooter(): HTMLElement source
import {Popover} from '@adobe/coral-spectrum'
The Popover footer content
Example:
<coral-popover-footer></coral-popover-footer>
new Coral.Popover.Footer();
public PopoverHeader(): HTMLElement source
import {Popover} from '@adobe/coral-spectrum'
The Popover header content
Example:
<coral-popover-header></coral-popover-header>
new Coral.Popover.Header();
public ProgressLabel(): HTMLElement source
import {Progress} from '@adobe/coral-spectrum'
The Progress label content
Example:
<coral-progress-label></coral-progress-label>
new Coral.Progress.Label();
public RadioLabel(): HTMLElement source
import {Radio} from '@adobe/coral-spectrum'
The Radio label
Example:
<coral-radio-label></coral-radio-label>
new Coral.Radio.Label();
public SelectListItemContent(): HTMLElement source
import {SelectList} from '@adobe/coral-spectrum'
The SelectList Item content
Example:
<coral-selectlist-item-content></coral-selectlist-item-content>
new Coral.SelectList.Item.Content();
public ShellContent(): HTMLElement source
import {Shell} from '@adobe/coral-spectrum'
Shell's content component
Example:
<coral-shell-content></coral-shell-content>
new Coral.Shell.Content();
public ShellHelpSeparator(): HTMLElement source
import {Shell} from '@adobe/coral-spectrum'
Shell's help separator
Example:
<coral-shell-help-separator></coral-shell-help-separator>
new Coral.Shell.Help.Separator();
public ShellHomeAnchorLabel(): HTMLElement source
import {Shell} from '@adobe/coral-spectrum'
Shell HomeAnchor's label component
Example:
<coral-shell-homeanchor-label></coral-shell-homeanchor-label>
new Coral.Shell.HomeAnchor.Label();
public ShellOrgSwitcherFooter(): HTMLElement source
import {Shell} from '@adobe/coral-spectrum'
Shell's OrgSwitcher footer component
Example:
<coral-shell-orgswitcher-footer></coral-shell-orgswitcher-footer>
new Coral.Shell.OrgSwitcher.Footer();
public ShellSolutionLabel(): HTMLElement source
import {Shell} from '@adobe/coral-spectrum'
Shell's Solution label component
Example:
<coral-shell-solution-label></coral-shell-solution-label>
new Coral.Shell.Solution.Label();
public ShellSolutionsHeader(): HTMLElement source
import {Shell} from '@adobe/coral-spectrum'
Shell's solution sub-cloud name
Example:
<coral-shell-solutions-header></coral-shell-solutions-header>
new Coral.Shell.Solutions.Header();
public ShellUserContent(): HTMLElement source
import {Shell} from '@adobe/coral-spectrum'
Shell's User content component
Example:
<coral-shell-user-content></coral-shell-user-content>
new Coral.Shell.User.Content();
public ShellUserFooter(): HTMLElement source
import {Shell} from '@adobe/coral-spectrum'
Shell's User footer component
Example:
<coral-shell-user-footer></coral-shell-user-footer>
new Coral.Shell.User.Footer();
public ShellUserHeading(): HTMLElement source
import {Shell} from '@adobe/coral-spectrum'
Shell's User heading component
Example:
<coral-shell-user-heading></coral-shell-user-heading>
new Coral.Shell.User.Heading();
public ShellUserName(): HTMLElement source
import {Shell} from '@adobe/coral-spectrum'
Shell's User name component
Example:
<coral-shell-user-name></coral-shell-user-name>
new Coral.Shell.User.Name();
public ShellUserSubheading(): HTMLElement source
import {Shell} from '@adobe/coral-spectrum'
Shell's User subheading component
Example:
<coral-shell-user-subheading></coral-shell-user-subheading>
new Coral.Shell.User.Subheading();
public SideNavHeading(): HTMLElement source
import {SideNav} from '@adobe/coral-spectrum'
The SideNav Heading
Example:
<coral-sidenav-heading></coral-sidenav-heading>
new Coral.SideNav.Heading();
public SideNavItemContent(): HTMLElement source
import {SideNav} from '@adobe/coral-spectrum'
The SideNav Item Content
Example:
<coral-sidenav-item-content></coral-sidenav-item-content>
new Coral.SideNav.Item.Content();
public SliderContent(): HTMLElement source
import {Slider} from '@adobe/coral-spectrum'
Slider's content component
Example:
<coral-slider-content></coral-slider-content>
new Coral.Slider.Content();
public StatusLabel(): HTMLElement source
import {Status} from '@adobe/coral-spectrum'
The Status Label
Example:
<coral-status-label></coral-status-label>
new Coral.Status.Label();
public StepLabel(): HTMLElement source
import {Step} from '@adobe/coral-spectrum'
A Step Label
Example:
<coral-step-label></coral-step-label>
new Coral.Step.Label();
public SwitchLabel(): HTMLElement source
import {Switch} from '@adobe/coral-spectrum'
The Switch label
Example:
<coral-switch-label></coral-switch-label>
new Coral.Switch.Label();
public TabLabel(): HTMLElement source
import {Tab} from '@adobe/coral-spectrum'
Tab's label component
Example:
<coral-tab-label></coral-tab-label>
new Coral.Tab.Label();
public TableHeaderCellContent(): HTMLElement source
import {Table} from '@adobe/coral-spectrum'
The Table HeaderCell content
Example:
<coral-table-headercell-content></coral-table-headercell-content>
new Coral.Table.HeaderCell.Content();
public TagLabel(): HTMLElement source
import {Tag} from '@adobe/coral-spectrum'
Tag's label component
Example:
<coral-tag-label></coral-tag-label>
new Coral.Tag.Label();
public ToastContent(): HTMLElement source
import {Toast} from '@adobe/coral-spectrum'
The Toast default content
Example:
<coral-toast-content></coral-toast-content>
new Coral.Toast.Content();
public TooltipContent(): HTMLElement source
import {Tooltip} from '@adobe/coral-spectrum'
Tooltip's content component
Example:
<coral-tooltip-content></coral-tooltip-content>
new Coral.Tooltip.Content();
public TreeItemContent(): HTMLElement source
import {Tree} from '@adobe/coral-spectrum'
Tree item's content component
Example:
<coral-tree-item-content></coral-tree-item-content>
new Coral.Tree.Item.Content();
public loadIcons(svgURL: *) source
import {loadIcons} from '@adobe/coral-spectrum'
Params:
Name | Type | Attribute | Description |
svgURL | * |