org.jboss.seam.ui.component.html
protected static enum HtmlGraphicImage.Properties extends Enum<HtmlGraphicImage.Properties>
Enum Constant and Description |
---|
cache |
cacheKey |
converter |
fileName |
invalidate |
localValue |
style |
value |
Modifier and Type | Method and Description |
---|---|
static HtmlGraphicImage.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlGraphicImage.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlGraphicImage.Properties cache
public static final HtmlGraphicImage.Properties cacheKey
public static final HtmlGraphicImage.Properties converter
public static final HtmlGraphicImage.Properties fileName
public static final HtmlGraphicImage.Properties invalidate
public static final HtmlGraphicImage.Properties localValue
public static final HtmlGraphicImage.Properties style
public static final HtmlGraphicImage.Properties value
public static HtmlGraphicImage.Properties[] values()
for (HtmlGraphicImage.Properties c : HtmlGraphicImage.Properties.values()) System.out.println(c);
public static HtmlGraphicImage.Properties valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2015 Seam Framework. All Rights Reserved.