org.jboss.seam.ui.component.html
protected static enum HtmlDownload.Properties extends Enum<HtmlDownload.Properties>
Enum Constant and Description |
---|
accesskey |
actionExpression |
actionListener |
conversationName |
dir |
disabled |
fragment |
image |
immediate |
includePageParams |
lang |
outcome |
pageflow |
propagation |
rendered |
src |
style |
styleClass |
taskInstance |
title |
view |
Modifier and Type | Method and Description |
---|---|
static HtmlDownload.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlDownload.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlDownload.Properties accesskey
public static final HtmlDownload.Properties actionExpression
public static final HtmlDownload.Properties actionListener
public static final HtmlDownload.Properties conversationName
public static final HtmlDownload.Properties dir
public static final HtmlDownload.Properties disabled
public static final HtmlDownload.Properties fragment
public static final HtmlDownload.Properties image
public static final HtmlDownload.Properties immediate
public static final HtmlDownload.Properties includePageParams
public static final HtmlDownload.Properties lang
public static final HtmlDownload.Properties outcome
public static final HtmlDownload.Properties pageflow
public static final HtmlDownload.Properties propagation
public static final HtmlDownload.Properties rendered
public static final HtmlDownload.Properties src
public static final HtmlDownload.Properties style
public static final HtmlDownload.Properties styleClass
public static final HtmlDownload.Properties taskInstance
public static final HtmlDownload.Properties title
public static final HtmlDownload.Properties view
public static HtmlDownload.Properties[] values()
for (HtmlDownload.Properties c : HtmlDownload.Properties.values()) System.out.println(c);
public static HtmlDownload.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.