Library | Package Java Toolkit

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 RadioGroupActionRadioGroupITEMSELECT
    Object value of enum value "RadioGroupITEMSELECT"
    
static final int_RadioGroupDRAGENTER
    Integer value of enum value "RadioGroupDRAGENTER"
    
static final RadioGroupActionRadioGroupDRAGENTER
    Object value of enum value "RadioGroupDRAGENTER"
    
static final int_RadioGroupFOCUSIN
    Integer value of enum value "RadioGroupFOCUSIN"
    
static final RadioGroupActionRadioGroupFOCUSIN
    Object value of enum value "RadioGroupFOCUSIN"
    
static final int_RadioGroupDRAGMOVE
    Integer value of enum value "RadioGroupDRAGMOVE"
    
static final RadioGroupActionRadioGroupDRAGMOVE
    Object value of enum value "RadioGroupDRAGMOVE"
    
static final int_RadioGroupDROP
    Integer value of enum value "RadioGroupDROP"
    
static final RadioGroupActionRadioGroupDROP
    Object value of enum value "RadioGroupDROP"
    
static final int_RadioGroupENDDRAG
    Integer value of enum value "RadioGroupENDDRAG"
    
static final RadioGroupActionRadioGroupENDDRAG
    Object value of enum value "RadioGroupENDDRAG"
    
static final int_RadioGroupDROPNOWHERE
    Integer value of enum value "RadioGroupDROPNOWHERE"
    
static final RadioGroupActionRadioGroupDROPNOWHERE
    Object value of enum value "RadioGroupDROPNOWHERE"
    
static final int_RadioGroupBEGINDRAG
    Integer value of enum value "RadioGroupBEGINDRAG"
    
static final RadioGroupActionRadioGroupBEGINDRAG
    Object value of enum value "RadioGroupBEGINDRAG"
    
static final int_RadioGroupFOCUSOUT
    Integer value of enum value "RadioGroupFOCUSOUT"
    
static final RadioGroupActionRadioGroupFOCUSOUT
    Object value of enum value "RadioGroupFOCUSOUT"
    
static final int_RadioGroupDRAGEXIT
    Integer value of enum value "RadioGroupDRAGEXIT"
    
static final RadioGroupActionRadioGroupDRAGEXIT
    Object value of enum value "RadioGroupDRAGEXIT"
    
static final int_RadioGroupHELP
    Integer value of enum value "RadioGroupHELP"
    
static final RadioGroupActionRadioGroupHELP
    Object value of enum value "RadioGroupHELP"
    
static final int_RadioGroupDRAGNOWHERE
    Integer value of enum value "RadioGroupDRAGNOWHERE"
    
static final RadioGroupActionRadioGroupDRAGNOWHERE
    Object value of enum value "RadioGroupDRAGNOWHERE"
    
static final int_RadioGroupAction_null
    Enum null value.

Method Summary
static RadioGroupActionFromInt (int value)
    Creates enum object from an integer.
static RadioGroupActionFromInt (Integer value)
    Creates enum object from an integer object.
intgetValue ()
    Returns enum object value as an integer.

Method Detail

getValue

intgetValue ()


    Returns enum object value as an integer.
Returns:
Integer enum value.


FromInt

static RadioGroupActionFromInt (int value)


    Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.


FromInt

static RadioGroupActionFromInt (Integer value)


    Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.