API Documentation > Classes > Class RadioGroupAction
Class RadioGroupAction

package com.ptc.uifc.uifcRadioGroup;

public class
RadioGroupAction
implements
jxenum


Description
Field Summary
static final int
_RadioGroupITEMSELECT
Integer value of enum value "RadioGroupITEMSELECT"
static final RadioGroupAction
RadioGroupITEMSELECT
Object value of enum value "RadioGroupITEMSELECT"
static final int
_RadioGroupDRAGENTER
Integer value of enum value "RadioGroupDRAGENTER"
static final RadioGroupAction
RadioGroupDRAGENTER
Object value of enum value "RadioGroupDRAGENTER"
static final int
_RadioGroupFOCUSIN
Integer value of enum value "RadioGroupFOCUSIN"
static final RadioGroupAction
RadioGroupFOCUSIN
Object value of enum value "RadioGroupFOCUSIN"
static final int
_RadioGroupDRAGMOVE
Integer value of enum value "RadioGroupDRAGMOVE"
static final RadioGroupAction
RadioGroupDRAGMOVE
Object value of enum value "RadioGroupDRAGMOVE"
static final int
_RadioGroupDROP
Integer value of enum value "RadioGroupDROP"
static final RadioGroupAction
RadioGroupDROP
Object value of enum value "RadioGroupDROP"
static final int
_RadioGroupENDDRAG
Integer value of enum value "RadioGroupENDDRAG"
static final RadioGroupAction
RadioGroupENDDRAG
Object value of enum value "RadioGroupENDDRAG"
static final int
_RadioGroupDROPNOWHERE
Integer value of enum value "RadioGroupDROPNOWHERE"
static final RadioGroupAction
RadioGroupDROPNOWHERE
Object value of enum value "RadioGroupDROPNOWHERE"
static final int
_RadioGroupBEGINDRAG
Integer value of enum value "RadioGroupBEGINDRAG"
static final RadioGroupAction
RadioGroupBEGINDRAG
Object value of enum value "RadioGroupBEGINDRAG"
static final int
_RadioGroupFOCUSOUT
Integer value of enum value "RadioGroupFOCUSOUT"
static final RadioGroupAction
RadioGroupFOCUSOUT
Object value of enum value "RadioGroupFOCUSOUT"
static final int
_RadioGroupDRAGEXIT
Integer value of enum value "RadioGroupDRAGEXIT"
static final RadioGroupAction
RadioGroupDRAGEXIT
Object value of enum value "RadioGroupDRAGEXIT"
static final int
_RadioGroupHELP
Integer value of enum value "RadioGroupHELP"
static final RadioGroupAction
RadioGroupHELP
Object value of enum value "RadioGroupHELP"
static final int
_RadioGroupDRAGNOWHERE
Integer value of enum value "RadioGroupDRAGNOWHERE"
static final RadioGroupAction
RadioGroupDRAGNOWHERE
Object value of enum value "RadioGroupDRAGNOWHERE"
static final int
_RadioGroupAction_null
Enum null value.
Method Summary
FromInt (int value)
Creates enum object from an integer.
FromInt (Integer value)
Creates enum object from an integer object.
int
Returns enum object value as an integer.
Method Detail
getValue
int
getValue
()
Returns enum object value as an integer.
Returns:
Integer enum value.
FromInt
FromInt
(int value)
Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.
FromInt
FromInt
(Integer value)
Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.
Was this helpful?