mshtml
クラス _htmlInput

java.lang.Object
  上位を拡張 com.ms.wfc.core.Enum
      上位を拡張 mshtml._htmlInput

public class _htmlInput
extends com.ms.wfc.core.Enum


フィールドの概要
static int htmlInput_Max
           
static int htmlInputButton
           
static int htmlInputCheckbox
           
static int htmlInputFile
           
static int htmlInputHidden
           
static int htmlInputImage
           
static int htmlInputNotSet
           
static int htmlInputPassword
           
static int htmlInputRadio
           
static int htmlInputReset
           
static int htmlInputRichtext
           
static int htmlInputSelectMultiple
           
static int htmlInputSelectOne
           
static int htmlInputSubmit
           
static int htmlInputText
           
static int htmlInputTextarea
           
 
コンストラクタの概要
_htmlInput()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

htmlInputNotSet

public static final int htmlInputNotSet
関連項目:
定数フィールド値

htmlInputButton

public static final int htmlInputButton
関連項目:
定数フィールド値

htmlInputCheckbox

public static final int htmlInputCheckbox
関連項目:
定数フィールド値

htmlInputFile

public static final int htmlInputFile
関連項目:
定数フィールド値

htmlInputHidden

public static final int htmlInputHidden
関連項目:
定数フィールド値

htmlInputImage

public static final int htmlInputImage
関連項目:
定数フィールド値

htmlInputPassword

public static final int htmlInputPassword
関連項目:
定数フィールド値

htmlInputRadio

public static final int htmlInputRadio
関連項目:
定数フィールド値

htmlInputReset

public static final int htmlInputReset
関連項目:
定数フィールド値

htmlInputSelectOne

public static final int htmlInputSelectOne
関連項目:
定数フィールド値

htmlInputSelectMultiple

public static final int htmlInputSelectMultiple
関連項目:
定数フィールド値

htmlInputSubmit

public static final int htmlInputSubmit
関連項目:
定数フィールド値

htmlInputText

public static final int htmlInputText
関連項目:
定数フィールド値

htmlInputTextarea

public static final int htmlInputTextarea
関連項目:
定数フィールド値

htmlInputRichtext

public static final int htmlInputRichtext
関連項目:
定数フィールド値

htmlInput_Max

public static final int htmlInput_Max
関連項目:
定数フィールド値
コンストラクタの詳細

_htmlInput

public _htmlInput()