org.jboss.seam.ui.component.html
protected static enum HtmlDecorate.Properties extends Enum<HtmlDecorate.Properties>
Enum Constant and Description |
---|
element |
enclose |
forValue |
style |
styleClass |
template |
title |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static HtmlDecorate.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlDecorate.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlDecorate.Properties element
public static final HtmlDecorate.Properties enclose
public static final HtmlDecorate.Properties forValue
public static final HtmlDecorate.Properties style
public static final HtmlDecorate.Properties styleClass
public static final HtmlDecorate.Properties template
public static final HtmlDecorate.Properties title
public static HtmlDecorate.Properties[] values()
for (HtmlDecorate.Properties c : HtmlDecorate.Properties.values()) System.out.println(c);
public static HtmlDecorate.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 nullpublic String toString()
toString
in class Enum<HtmlDecorate.Properties>
Copyright © 2015 Seam Framework. All Rights Reserved.