Package | Description |
---|---|
org.apache.myfaces.tobago.renderkit.css | |
org.apache.myfaces.tobago.webapp |
Modifier and Type | Method and Description |
---|---|
static Icons |
Icons.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Icons[] |
Icons.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IconEncoder.encode(TobagoResponseWriter writer,
Icons icon,
Style style,
CssItem... cssItems)
Deprecated.
|
void |
FontAwesomeIconEncoder.encode(TobagoResponseWriter writer,
Icons icon,
Style style,
CssItem... cssItems)
Deprecated.
|
static CssItem |
FontAwesomeIconEncoder.generateClass(Icons icon)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
TobagoResponseWriter.writeIcon(Icons icon,
CssItem... cssItems)
Writes an supported icon.
|
void |
TobagoResponseWriter.writeIcon(Icons icon,
Style style,
CssItem... cssItems)
Writes an supported icon with explicit style information.
|
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.