|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TriggerCondition | |
---|---|
org.eclipse.birt.chart.event | Contains classes that define a rendering notification that is interpreted by a device renderer. |
org.eclipse.birt.chart.model.attribute | Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. |
org.eclipse.birt.chart.model.attribute.impl | Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. |
org.eclipse.birt.chart.model.attribute.util | This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. |
org.eclipse.birt.chart.model.data | Holds a set of interfaces that define the structure of the data source and typed data elements associated with a chart series. |
org.eclipse.birt.chart.model.data.impl | Holds a set of classes that define the structure of the data source and typed data elements associated with a chart series. |
org.eclipse.birt.chart.util | Provides miscellaneous classes associated with data types and extension lookup services. |
Uses of TriggerCondition in org.eclipse.birt.chart.event |
---|
Methods in org.eclipse.birt.chart.event with parameters of type TriggerCondition | |
---|---|
Action |
InteractionEvent.getAction(TriggerCondition tc)
|
Uses of TriggerCondition in org.eclipse.birt.chart.model.attribute |
---|
Fields in org.eclipse.birt.chart.model.attribute declared as TriggerCondition | |
---|---|
static TriggerCondition |
TriggerCondition.ACCESSIBILITY_LITERAL
The 'Accessibility' literal object. |
static TriggerCondition |
TriggerCondition.MOUSE_CLICK_LITERAL
Deprecated. use ONCLICK_LITERAL instead. |
static TriggerCondition |
TriggerCondition.MOUSE_HOVER_LITERAL
Deprecated. use ONMOUSEOVER_LITERAL instead. |
static TriggerCondition |
TriggerCondition.ONBLUR_LITERAL
The 'Onblur' literal object. |
static TriggerCondition |
TriggerCondition.ONCLICK_LITERAL
The 'Onclick' literal object. |
static TriggerCondition |
TriggerCondition.ONDBLCLICK_LITERAL
The 'Ondblclick' literal object. |
static TriggerCondition |
TriggerCondition.ONFOCUS_LITERAL
The 'Onfocus' literal object. |
static TriggerCondition |
TriggerCondition.ONKEYDOWN_LITERAL
The 'Onkeydown' literal object. |
static TriggerCondition |
TriggerCondition.ONKEYPRESS_LITERAL
The 'Onkeypress' literal object. |
static TriggerCondition |
TriggerCondition.ONKEYUP_LITERAL
The 'Onkeyup' literal object. |
static TriggerCondition |
TriggerCondition.ONLOAD_LITERAL
The 'Onload' literal object. |
static TriggerCondition |
TriggerCondition.ONMOUSEDOWN_LITERAL
The 'Onmousedown' literal object. |
static TriggerCondition |
TriggerCondition.ONMOUSEMOVE_LITERAL
The 'Onmousemove' literal object. |
static TriggerCondition |
TriggerCondition.ONMOUSEOUT_LITERAL
The 'Onmouseout' literal object. |
static TriggerCondition |
TriggerCondition.ONMOUSEOVER_LITERAL
The 'Onmouseover' literal object. |
static TriggerCondition |
TriggerCondition.ONMOUSEUP_LITERAL
The 'Onmouseup' literal object. |
Methods in org.eclipse.birt.chart.model.attribute that return TriggerCondition | |
---|---|
static TriggerCondition |
TriggerCondition.get(int value)
Returns the 'Trigger Condition' literal with the specified integer value. |
static TriggerCondition |
TriggerCondition.get(java.lang.String literal)
Returns the 'Trigger Condition' literal with the specified literal value. |
static TriggerCondition |
TriggerCondition.getByName(java.lang.String name)
Returns the 'Trigger Condition' literal with the specified name. |
Uses of TriggerCondition in org.eclipse.birt.chart.model.attribute.impl |
---|
Methods in org.eclipse.birt.chart.model.attribute.impl that return TriggerCondition | |
---|---|
TriggerCondition |
AttributeFactoryImpl.createTriggerConditionFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
TriggerCondition |
AttributeFactoryImpl.createTriggerConditionObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
Uses of TriggerCondition in org.eclipse.birt.chart.model.attribute.util |
---|
Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type TriggerCondition | |
---|---|
boolean |
AttributeValidator.validateTriggerCondition(TriggerCondition triggerCondition,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
AttributeValidator.validateTriggerConditionObject(TriggerCondition triggerConditionObject,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
Uses of TriggerCondition in org.eclipse.birt.chart.model.data |
---|
Methods in org.eclipse.birt.chart.model.data that return TriggerCondition | |
---|---|
TriggerCondition |
Trigger.getCondition()
Returns the value of the 'Condition' attribute. |
Methods in org.eclipse.birt.chart.model.data with parameters of type TriggerCondition | |
---|---|
void |
Trigger.setCondition(TriggerCondition value)
Sets the value of the ' Condition ' attribute. |
Uses of TriggerCondition in org.eclipse.birt.chart.model.data.impl |
---|
Methods in org.eclipse.birt.chart.model.data.impl that return TriggerCondition | |
---|---|
TriggerCondition |
TriggerImpl.getCondition()
|
Methods in org.eclipse.birt.chart.model.data.impl with parameters of type TriggerCondition | |
---|---|
static Trigger |
TriggerImpl.create(TriggerCondition tc,
Action a)
This convenience method initializes and provides a trigger instance for use NOTE: Manually written |
void |
TriggerImpl.setCondition(TriggerCondition newCondition)
|
Uses of TriggerCondition in org.eclipse.birt.chart.util |
---|
Methods in org.eclipse.birt.chart.util with parameters of type TriggerCondition | |
---|---|
boolean |
TriggerSupportMatrix.check(TriggerCondition condition,
ActionType actionType)
Checks the trigger combination of condition and action type is supported in current renderer. |
java.lang.String[] |
TriggerSupportMatrix.getSupportedActionsDisplayName(TriggerCondition condition)
Gets supported Action types according to current trigger condition. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |