public enum TriggerCondition extends java.lang.Enum<TriggerCondition> implements org.eclipse.emf.common.util.Enumerator
| 枚举常量和说明 |
|---|
ACCESSIBILITY_LITERAL
The 'Accessibility' literal object
|
MOUSE_CLICK_LITERAL
已过时。
use ONCLICK_LITERAL instead.
|
MOUSE_HOVER_LITERAL
已过时。
use ONMOUSEOVER_LITERAL instead.
|
ONBLUR_LITERAL
The 'Onblur' literal object
|
ONCLICK_LITERAL
The 'Onclick' literal object
|
ONDBLCLICK_LITERAL
The 'Ondblclick' literal object
|
ONFOCUS_LITERAL
The 'Onfocus' literal object
|
ONKEYDOWN_LITERAL
The 'Onkeydown' literal object
|
ONKEYPRESS_LITERAL
The 'Onkeypress' literal object
|
ONKEYUP_LITERAL
The 'Onkeyup' literal object
|
ONLOAD_LITERAL
The 'Onload' literal object
|
ONMOUSEDOWN_LITERAL
The 'Onmousedown' literal object
|
ONMOUSEMOVE_LITERAL
The 'Onmousemove' literal object
|
ONMOUSEOUT_LITERAL
The 'Onmouseout' literal object
|
ONMOUSEOVER_LITERAL
The 'Onmouseover' literal object
|
ONMOUSEUP_LITERAL
The 'Onmouseup' literal object
|
ONRIGHTCLICK_LITERAL
The 'Onrightclick' literal object
|
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ACCESSIBILITY
The 'Accessibility' literal value
|
static int |
MOUSE_CLICK
The 'Mouse Click' literal value
|
static int |
MOUSE_HOVER
The 'Mouse Hover' literal value
|
static int |
ONBLUR
The 'Onblur' literal value
|
static int |
ONCLICK
The 'Onclick' literal value
|
static int |
ONDBLCLICK
The 'Ondblclick' literal value
|
static int |
ONFOCUS
The 'Onfocus' literal value
|
static int |
ONKEYDOWN
The 'Onkeydown' literal value
|
static int |
ONKEYPRESS
The 'Onkeypress' literal value
|
static int |
ONKEYUP
The 'Onkeyup' literal value
|
static int |
ONLOAD
The 'Onload' literal value
|
static int |
ONMOUSEDOWN
The 'Onmousedown' literal value
|
static int |
ONMOUSEMOVE
The 'Onmousemove' literal value
|
static int |
ONMOUSEOUT
The 'Onmouseout' literal value
|
static int |
ONMOUSEOVER
The 'Onmouseover' literal value
|
static int |
ONMOUSEUP
The 'Onmouseup' literal value
|
static int |
ONRIGHTCLICK
The 'Onrightclick' literal value
|
static java.util.List<TriggerCondition> |
VALUES
A public read-only list of all the 'Trigger Condition' enumerators
|
| 限定符和类型 | 方法和说明 |
|---|---|
static TriggerCondition |
get(int value)
Returns the 'Trigger Condition' literal with the specified integer value
|
static TriggerCondition |
get(java.lang.String literal)
Returns the 'Trigger Condition' literal with the specified literal value
|
static TriggerCondition |
getByName(java.lang.String name)
Returns the 'Trigger Condition' literal with the specified name
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation
|
static TriggerCondition |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static TriggerCondition[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final TriggerCondition MOUSE_HOVER_LITERAL
If the meaning of 'Mouse Hover' literal object isn't clear, there really should be more of a description here...
MOUSE_HOVERpublic static final TriggerCondition MOUSE_CLICK_LITERAL
If the meaning of 'Mouse Click' literal object isn't clear, there really should be more of a description here...
MOUSE_CLICKpublic static final TriggerCondition ONCLICK_LITERAL
ONCLICKpublic static final TriggerCondition ONDBLCLICK_LITERAL
ONDBLCLICKpublic static final TriggerCondition ONMOUSEDOWN_LITERAL
ONMOUSEDOWNpublic static final TriggerCondition ONMOUSEUP_LITERAL
ONMOUSEUPpublic static final TriggerCondition ONMOUSEOVER_LITERAL
ONMOUSEOVERpublic static final TriggerCondition ONMOUSEMOVE_LITERAL
ONMOUSEMOVEpublic static final TriggerCondition ONMOUSEOUT_LITERAL
ONMOUSEOUTpublic static final TriggerCondition ONFOCUS_LITERAL
ONFOCUSpublic static final TriggerCondition ONBLUR_LITERAL
ONBLURpublic static final TriggerCondition ONKEYDOWN_LITERAL
ONKEYDOWNpublic static final TriggerCondition ONKEYPRESS_LITERAL
ONKEYPRESSpublic static final TriggerCondition ONKEYUP_LITERAL
ONKEYUPpublic static final TriggerCondition ACCESSIBILITY_LITERAL
ACCESSIBILITYpublic static final TriggerCondition ONLOAD_LITERAL
ONLOADpublic static final TriggerCondition ONRIGHTCLICK_LITERAL
ONRIGHTCLICKpublic static final int MOUSE_HOVER
MOUSE_HOVER_LITERAL,
常量字段值public static final int MOUSE_CLICK
MOUSE_CLICK_LITERAL,
常量字段值public static final int ONCLICK
If the meaning of 'Onclick' literal object isn't clear, there really should be more of a description here...
ONCLICK_LITERAL,
常量字段值public static final int ONDBLCLICK
If the meaning of 'Ondblclick' literal object isn't clear, there really should be more of a description here...
ONDBLCLICK_LITERAL,
常量字段值public static final int ONMOUSEDOWN
If the meaning of 'Onmousedown' literal object isn't clear, there really should be more of a description here...
ONMOUSEDOWN_LITERAL,
常量字段值public static final int ONMOUSEUP
If the meaning of 'Onmouseup' literal object isn't clear, there really should be more of a description here...
ONMOUSEUP_LITERAL,
常量字段值public static final int ONMOUSEOVER
If the meaning of 'Onmouseover' literal object isn't clear, there really should be more of a description here...
ONMOUSEOVER_LITERAL,
常量字段值public static final int ONMOUSEMOVE
If the meaning of 'Onmousemove' literal object isn't clear, there really should be more of a description here...
ONMOUSEMOVE_LITERAL,
常量字段值public static final int ONMOUSEOUT
If the meaning of 'Onmouseout' literal object isn't clear, there really should be more of a description here...
ONMOUSEOUT_LITERAL,
常量字段值public static final int ONFOCUS
If the meaning of 'Onfocus' literal object isn't clear, there really should be more of a description here...
ONFOCUS_LITERAL,
常量字段值public static final int ONBLUR
If the meaning of 'Onblur' literal object isn't clear, there really should be more of a description here...
ONBLUR_LITERAL,
常量字段值public static final int ONKEYDOWN
If the meaning of 'Onkeydown' literal object isn't clear, there really should be more of a description here...
ONKEYDOWN_LITERAL,
常量字段值public static final int ONKEYPRESS
If the meaning of 'Onkeypress' literal object isn't clear, there really should be more of a description here...
ONKEYPRESS_LITERAL,
常量字段值public static final int ONKEYUP
If the meaning of 'Onkeyup' literal object isn't clear, there really should be more of a description here...
ONKEYUP_LITERAL,
常量字段值public static final int ACCESSIBILITY
If the meaning of 'Accessibility' literal object isn't clear, there really should be more of a description here...
ACCESSIBILITY_LITERAL,
常量字段值public static final int ONLOAD
If the meaning of 'Onload' literal object isn't clear, there really should be more of a description here...
ONLOAD_LITERAL,
常量字段值public static final int ONRIGHTCLICK
If the meaning of 'Onrightclick' literal object isn't clear, there really should be more of a description here...
ONRIGHTCLICK_LITERAL,
常量字段值public static final java.util.List<TriggerCondition> VALUES
public static TriggerCondition[] values()
for (TriggerCondition c : TriggerCondition.values()) System.out.println(c);
public static TriggerCondition valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public static TriggerCondition get(java.lang.String literal)
public static TriggerCondition getByName(java.lang.String name)
public static TriggerCondition get(int value)
public int getValue()
getValue 在接口中 org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName 在接口中 org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral 在接口中 org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString 在类中 java.lang.Enum<TriggerCondition>Copyright © 2005-2008 Actuate Corp. All rights reserved.