Seam UI JSF2 support 2.3.1.Final-redhat-1

org.jboss.seam.ui.component.html
Enum HtmlLink.Properties

java.lang.Object
  extended by java.lang.Enum<HtmlLink.Properties>
      extended by org.jboss.seam.ui.component.html.HtmlLink.Properties
All Implemented Interfaces:
Serializable, Comparable<HtmlLink.Properties>
Enclosing class:
HtmlLink

protected static enum HtmlLink.Properties
extends Enum<HtmlLink.Properties>


Enum Constant Summary
accesskey
           
actionExpression
           
actionListener
           
conversationName
           
dir
           
disabled
           
fragment
           
image
           
immediate
           
includePageParams
           
lang
           
onclick
           
ondblclick
           
onkeydown
           
onkeypress
           
onkeyup
           
onmousedown
           
onmousemove
           
onmouseout
           
onmouseover
           
onmouseup
           
outcome
           
pageflow
           
propagation
           
style
           
styleClass
           
taskInstance
           
type
           
view
           
 
Method Summary
static HtmlLink.Properties valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HtmlLink.Properties[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

accesskey

public static final HtmlLink.Properties accesskey

actionExpression

public static final HtmlLink.Properties actionExpression

actionListener

public static final HtmlLink.Properties actionListener

conversationName

public static final HtmlLink.Properties conversationName

dir

public static final HtmlLink.Properties dir

disabled

public static final HtmlLink.Properties disabled

fragment

public static final HtmlLink.Properties fragment

image

public static final HtmlLink.Properties image

immediate

public static final HtmlLink.Properties immediate

includePageParams

public static final HtmlLink.Properties includePageParams

lang

public static final HtmlLink.Properties lang

onclick

public static final HtmlLink.Properties onclick

ondblclick

public static final HtmlLink.Properties ondblclick

onkeydown

public static final HtmlLink.Properties onkeydown

onkeypress

public static final HtmlLink.Properties onkeypress

onkeyup

public static final HtmlLink.Properties onkeyup

onmousedown

public static final HtmlLink.Properties onmousedown

onmousemove

public static final HtmlLink.Properties onmousemove

onmouseout

public static final HtmlLink.Properties onmouseout

onmouseover

public static final HtmlLink.Properties onmouseover

onmouseup

public static final HtmlLink.Properties onmouseup

outcome

public static final HtmlLink.Properties outcome

pageflow

public static final HtmlLink.Properties pageflow

propagation

public static final HtmlLink.Properties propagation

style

public static final HtmlLink.Properties style

styleClass

public static final HtmlLink.Properties styleClass

taskInstance

public static final HtmlLink.Properties taskInstance

type

public static final HtmlLink.Properties type

view

public static final HtmlLink.Properties view
Method Detail

values

public static HtmlLink.Properties[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (HtmlLink.Properties c : HtmlLink.Properties.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static HtmlLink.Properties valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

Seam UI JSF2 support 2.3.1.Final-redhat-1

Copyright © 2013 Seam Framework. All Rights Reserved.