Enum TriggerCondition

java.lang.Object
java.lang.Enum<TriggerCondition>
org.eclipse.birt.chart.model.attribute.TriggerCondition
All Implemented Interfaces:
Serializable, Comparable<TriggerCondition>, java.lang.constant.Constable, org.eclipse.emf.common.util.Enumerator

public enum TriggerCondition extends Enum<TriggerCondition> implements org.eclipse.emf.common.util.Enumerator
A representation of the literals of the enumeration ' Trigger Condition', and utility methods for working with them. This type defines the allowed values for Trigger conditions (for interactivity with chart). Any new condition needs to be added here to be supported.
See Also:
  • Enum Constant Details

    • MOUSE_HOVER_LITERAL

      public static final TriggerCondition MOUSE_HOVER_LITERAL
      Deprecated.
      use ONMOUSEOVER_LITERAL instead.
      The 'Mouse Hover' literal object.

      If the meaning of 'Mouse Hover' literal object isn't clear, there really should be more of a description here...

      See Also:
    • MOUSE_CLICK_LITERAL

      public static final TriggerCondition MOUSE_CLICK_LITERAL
      Deprecated.
      use ONCLICK_LITERAL instead.
      The 'Mouse Click' literal object.

      If the meaning of 'Mouse Click' literal object isn't clear, there really should be more of a description here...

      See Also:
    • ONCLICK_LITERAL

      public static final TriggerCondition ONCLICK_LITERAL
      The 'Onclick' literal object.
      See Also:
    • ONDBLCLICK_LITERAL

      public static final TriggerCondition ONDBLCLICK_LITERAL
      The 'Ondblclick' literal object.
      See Also:
    • ONMOUSEDOWN_LITERAL

      public static final TriggerCondition ONMOUSEDOWN_LITERAL
      The 'Onmousedown' literal object.
      See Also:
    • ONMOUSEUP_LITERAL

      public static final TriggerCondition ONMOUSEUP_LITERAL
      The 'Onmouseup' literal object.
      See Also:
    • ONMOUSEOVER_LITERAL

      public static final TriggerCondition ONMOUSEOVER_LITERAL
      The 'Onmouseover' literal object.
      See Also:
    • ONMOUSEMOVE_LITERAL

      public static final TriggerCondition ONMOUSEMOVE_LITERAL
      The 'Onmousemove' literal object.
      See Also:
    • ONMOUSEOUT_LITERAL

      public static final TriggerCondition ONMOUSEOUT_LITERAL
      The 'Onmouseout' literal object.
      See Also:
    • ONFOCUS_LITERAL

      public static final TriggerCondition ONFOCUS_LITERAL
      The 'Onfocus' literal object.
      See Also:
    • ONBLUR_LITERAL

      public static final TriggerCondition ONBLUR_LITERAL
      The 'Onblur' literal object.
      See Also:
    • ONKEYDOWN_LITERAL

      public static final TriggerCondition ONKEYDOWN_LITERAL
      The 'Onkeydown' literal object.
      See Also:
    • ONKEYPRESS_LITERAL

      public static final TriggerCondition ONKEYPRESS_LITERAL
      The 'Onkeypress' literal object.
      See Also:
    • ONKEYUP_LITERAL

      public static final TriggerCondition ONKEYUP_LITERAL
      The 'Onkeyup' literal object.
      See Also:
    • ACCESSIBILITY_LITERAL

      public static final TriggerCondition ACCESSIBILITY_LITERAL
      The 'Accessibility' literal object.
      See Also:
    • ONLOAD_LITERAL

      public static final TriggerCondition ONLOAD_LITERAL
      The 'Onload' literal object.
      See Also:
    • ONRIGHTCLICK_LITERAL

      public static final TriggerCondition ONRIGHTCLICK_LITERAL
      The 'Onrightclick' literal object.
      See Also:
  • Field Details

    • MOUSE_HOVER

      public static final int MOUSE_HOVER
      The 'Mouse Hover' literal value. deprecated
      See Also:
    • MOUSE_CLICK

      public static final int MOUSE_CLICK
      The 'Mouse Click' literal value. deprecated
      See Also:
    • ONCLICK

      public static final int ONCLICK
      The 'Onclick' literal value.

      If the meaning of 'Onclick' literal object isn't clear, there really should be more of a description here...

      See Also:
    • ONDBLCLICK

      public static final int ONDBLCLICK
      The 'Ondblclick' literal value.

      If the meaning of 'Ondblclick' literal object isn't clear, there really should be more of a description here...

      See Also:
    • ONMOUSEDOWN

      public static final int ONMOUSEDOWN
      The 'Onmousedown' literal value.

      If the meaning of 'Onmousedown' literal object isn't clear, there really should be more of a description here...

      See Also:
    • ONMOUSEUP

      public static final int ONMOUSEUP
      The 'Onmouseup' literal value.

      If the meaning of 'Onmouseup' literal object isn't clear, there really should be more of a description here...

      See Also:
    • ONMOUSEOVER

      public static final int ONMOUSEOVER
      The 'Onmouseover' literal value.

      If the meaning of 'Onmouseover' literal object isn't clear, there really should be more of a description here...

      See Also:
    • ONMOUSEMOVE

      public static final int ONMOUSEMOVE
      The 'Onmousemove' literal value.

      If the meaning of 'Onmousemove' literal object isn't clear, there really should be more of a description here...

      See Also:
    • ONMOUSEOUT

      public static final int ONMOUSEOUT
      The 'Onmouseout' literal value.

      If the meaning of 'Onmouseout' literal object isn't clear, there really should be more of a description here...

      See Also:
    • ONFOCUS

      public static final int ONFOCUS
      The 'Onfocus' literal value.

      If the meaning of 'Onfocus' literal object isn't clear, there really should be more of a description here...

      See Also:
    • ONBLUR

      public static final int ONBLUR
      The 'Onblur' literal value.

      If the meaning of 'Onblur' literal object isn't clear, there really should be more of a description here...

      See Also:
    • ONKEYDOWN

      public static final int ONKEYDOWN
      The 'Onkeydown' literal value.

      If the meaning of 'Onkeydown' literal object isn't clear, there really should be more of a description here...

      See Also:
    • ONKEYPRESS

      public static final int ONKEYPRESS
      The 'Onkeypress' literal value.

      If the meaning of 'Onkeypress' literal object isn't clear, there really should be more of a description here...

      See Also:
    • ONKEYUP

      public static final int ONKEYUP
      The 'Onkeyup' literal value.

      If the meaning of 'Onkeyup' literal object isn't clear, there really should be more of a description here...

      See Also:
    • ACCESSIBILITY

      public static final int ACCESSIBILITY
      The 'Accessibility' literal value.

      If the meaning of 'Accessibility' literal object isn't clear, there really should be more of a description here...

      See Also:
    • ONLOAD

      public static final int ONLOAD
      The 'Onload' literal value.

      If the meaning of 'Onload' literal object isn't clear, there really should be more of a description here...

      See Also:
    • ONRIGHTCLICK

      public static final int ONRIGHTCLICK
      The 'Onrightclick' literal value.

      If the meaning of 'Onrightclick' literal object isn't clear, there really should be more of a description here...

      See Also:
    • VALUES

      public static final List<TriggerCondition> VALUES
      A public read-only list of all the 'Trigger Condition' enumerators.
  • Method Details

    • values

      public static TriggerCondition[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static TriggerCondition 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
    • get

      public static TriggerCondition get(String literal)
      Returns the 'Trigger Condition' literal with the specified literal value.
    • getByName

      public static TriggerCondition getByName(String name)
      Returns the 'Trigger Condition' literal with the specified name.
    • get

      public static TriggerCondition get(int value)
      Returns the 'Trigger Condition' literal with the specified integer value.
    • getValue

      public int getValue()
      Specified by:
      getValue in interface org.eclipse.emf.common.util.Enumerator
    • getName

      public String getName()
      Specified by:
      getName in interface org.eclipse.emf.common.util.Enumerator
    • getLiteral

      public String getLiteral()
      Specified by:
      getLiteral in interface org.eclipse.emf.common.util.Enumerator
    • toString

      public String toString()
      Returns the literal value of the enumerator, which is its string representation.
      Overrides:
      toString in class Enum<TriggerCondition>