alloy
Tag icon
-
- Description:
-
Icon is a component that renders a span which contains an icon specified by the name attribute.
-
- Since:
- 3.2.5-ga6
Info | Value |
---|---|
Component Type | com.liferay.faces.alloy.component.icon.Icon |
Handler Class | None |
Renderer Type | com.liferay.faces.alloy.component.icon.IconRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
binding | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An EL expression that binds the Java reference to this component in the component tree to a bean property. |
color | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The color of the icon which this component will render. The default is black. Another option is white. |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A unique identifier for this component. |
name | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The icon which this component will render. A list of valid icons can be found at Bootstrap Base CSS. Note: icon names must be specified without the icon- prefix. |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| When this flag is true, this component will be rendered to there response. When false, it will not be rendered to the response. The default value of this attribute is true. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML passthrough attribute specifying the css style of the element. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| List of CSS class names (separated by spaces) that are to be rendered within the class attribute. |