| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Method and Description |
|---|---|
HasIconConfigurator.IconConfigurator<C> |
HasIconConfigurator.IconConfigurator.color(String color)
Sets the fill color of the icon.
|
HasIconConfigurator.IconConfigurator<C> |
HasIconConfigurator.iconConfigurator(com.vaadin.flow.component.icon.Icon icon)
Obtain an
HasIconConfigurator.IconConfigurator for given icon to configure it and add it to che component using
add(). |
HasIconConfigurator.IconConfigurator<C> |
HasIconConfigurator.iconConfigurator(com.vaadin.flow.component.icon.IronIcon icon)
Obtain an
HasIconConfigurator.IconConfigurator for given icon to configure it and add it to che component using
add(). |
default HasIconConfigurator.IconConfigurator<C> |
HasIconConfigurator.iconConfigurator(String collection,
String icon)
Obtain an
HasIconConfigurator.IconConfigurator for given IronIcon representation to configure the icon and add it to
che component using add(). |
default HasIconConfigurator.IconConfigurator<C> |
HasIconConfigurator.iconConfigurator(com.vaadin.flow.component.icon.VaadinIcon icon)
Obtain an
HasIconConfigurator.IconConfigurator for given VaadinIcon representation to configure the icon and add it
to che component using add(). |
HasIconConfigurator.IconConfigurator<C> |
HasIconConfigurator.IconConfigurator.size(String size)
Sets the width and the height of the icon.
|
Copyright © 2019 The Holon Platform. All rights reserved.