com.moyosoft.connector.ms.excel
Class SmartTagControlType

java.lang.Object
  |
  +--AbstractType
        |
        +--com.moyosoft.connector.ms.excel.SmartTagControlType

public class SmartTagControlType
extends AbstractType

See Also:
Serialized Form

Field Summary
static SmartTagControlType SMART_TAG_CONTROL_ACTIVE_X
           
static SmartTagControlType SMART_TAG_CONTROL_BUTTON
           
static SmartTagControlType SMART_TAG_CONTROL_CHECKBOX
           
static SmartTagControlType SMART_TAG_CONTROL_COMBO
           
static SmartTagControlType SMART_TAG_CONTROL_HELP
           
static SmartTagControlType SMART_TAG_CONTROL_HELP_URL
           
static SmartTagControlType SMART_TAG_CONTROL_IMAGE
           
static SmartTagControlType SMART_TAG_CONTROL_LABEL
           
static SmartTagControlType SMART_TAG_CONTROL_LINK
           
static SmartTagControlType SMART_TAG_CONTROL_LISTBOX
           
static SmartTagControlType SMART_TAG_CONTROL_RADIO_GROUP
           
static SmartTagControlType SMART_TAG_CONTROL_SEPARATOR
           
static SmartTagControlType SMART_TAG_CONTROL_SMART_TAG
           
static SmartTagControlType SMART_TAG_CONTROL_TEXTBOX
           
 
Method Summary
static SmartTagControlType getById(int pId)
           
 boolean isSmartTagControlActiveX()
           
 boolean isSmartTagControlButton()
           
 boolean isSmartTagControlCheckbox()
           
 boolean isSmartTagControlCombo()
           
 boolean isSmartTagControlHelp()
           
 boolean isSmartTagControlHelpURL()
           
 boolean isSmartTagControlImage()
           
 boolean isSmartTagControlLabel()
           
 boolean isSmartTagControlLink()
           
 boolean isSmartTagControlListbox()
           
 boolean isSmartTagControlRadioGroup()
           
 boolean isSmartTagControlSeparator()
           
 boolean isSmartTagControlSmartTag()
           
 boolean isSmartTagControlTextbox()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SMART_TAG_CONTROL_SMART_TAG

public static final SmartTagControlType SMART_TAG_CONTROL_SMART_TAG

SMART_TAG_CONTROL_LINK

public static final SmartTagControlType SMART_TAG_CONTROL_LINK

SMART_TAG_CONTROL_HELP

public static final SmartTagControlType SMART_TAG_CONTROL_HELP

SMART_TAG_CONTROL_HELP_URL

public static final SmartTagControlType SMART_TAG_CONTROL_HELP_URL

SMART_TAG_CONTROL_SEPARATOR

public static final SmartTagControlType SMART_TAG_CONTROL_SEPARATOR

SMART_TAG_CONTROL_BUTTON

public static final SmartTagControlType SMART_TAG_CONTROL_BUTTON

SMART_TAG_CONTROL_LABEL

public static final SmartTagControlType SMART_TAG_CONTROL_LABEL

SMART_TAG_CONTROL_IMAGE

public static final SmartTagControlType SMART_TAG_CONTROL_IMAGE

SMART_TAG_CONTROL_CHECKBOX

public static final SmartTagControlType SMART_TAG_CONTROL_CHECKBOX

SMART_TAG_CONTROL_TEXTBOX

public static final SmartTagControlType SMART_TAG_CONTROL_TEXTBOX

SMART_TAG_CONTROL_LISTBOX

public static final SmartTagControlType SMART_TAG_CONTROL_LISTBOX

SMART_TAG_CONTROL_COMBO

public static final SmartTagControlType SMART_TAG_CONTROL_COMBO

SMART_TAG_CONTROL_ACTIVE_X

public static final SmartTagControlType SMART_TAG_CONTROL_ACTIVE_X

SMART_TAG_CONTROL_RADIO_GROUP

public static final SmartTagControlType SMART_TAG_CONTROL_RADIO_GROUP
Method Detail

getById

public static SmartTagControlType getById(int pId)

isSmartTagControlSmartTag

public boolean isSmartTagControlSmartTag()

isSmartTagControlLink

public boolean isSmartTagControlLink()

isSmartTagControlHelp

public boolean isSmartTagControlHelp()

isSmartTagControlHelpURL

public boolean isSmartTagControlHelpURL()

isSmartTagControlSeparator

public boolean isSmartTagControlSeparator()

isSmartTagControlButton

public boolean isSmartTagControlButton()

isSmartTagControlLabel

public boolean isSmartTagControlLabel()

isSmartTagControlImage

public boolean isSmartTagControlImage()

isSmartTagControlCheckbox

public boolean isSmartTagControlCheckbox()

isSmartTagControlTextbox

public boolean isSmartTagControlTextbox()

isSmartTagControlListbox

public boolean isSmartTagControlListbox()

isSmartTagControlCombo

public boolean isSmartTagControlCombo()

isSmartTagControlActiveX

public boolean isSmartTagControlActiveX()

isSmartTagControlRadioGroup

public boolean isSmartTagControlRadioGroup()