jp.hishidama.win32.mshtml
クラス IHTMLInputElement

java.lang.Object
  上位を拡張 jp.hishidama.win32.com.ComPtr
      上位を拡張 jp.hishidama.win32.com.IUnknown
          上位を拡張 jp.hishidama.win32.com.IDispatch
              上位を拡張 jp.hishidama.win32.mshtml.IHTMLElement
                  上位を拡張 jp.hishidama.win32.mshtml.IHTMLInputElement
すべての実装されたインタフェース:
IHTMLControlElement
直系の既知のサブクラス:
IHTMLInputButtonElement, IHTMLInputFileElement, IHTMLInputHiddenElement, IHTMLInputTextElement, IHTMLOptionButtonElement

public class IHTMLInputElement
extends IHTMLElement
implements IHTMLControlElement

IHTMLInputElement,IHTMLInputElement2クラス.

inputタグを扱うクラスです。

導入されたバージョン:
2007.10.22
バージョン:
2008.07.14
作成者:
ひしだま

メソッドの概要
 void blur()
           
 IHTMLTxtRange createTextRange()
          テキスト範囲取得.
 IHTMLTxtRange createTextRange(boolean addChild)
          推奨されていません。  
 void focus()
          フォーカス設定.
 String getAccept()
           
 String getAccessKey()
           
 String getAlign()
           
 String getAlt()
           
 Variant getBorder()
           
 boolean getChecked()
           
 int getClientHeight()
          高さ取得.
 int getClientLeft()
          X座標取得.
 int getClientTop()
          Y座標取得.
 int getClientWidth()
          幅取得.
 boolean getComplete()
           
 boolean getDefaultChecked()
           
 String getDefaultValue()
           
 IHTMLFormElement getForm()
          フォーム取得.
 IHTMLFormElement getForm(boolean addChild)
          推奨されていません。  
 int getHeight()
           
 int getHspace()
           
 Variant getLoop()
           
 int getMaxLength()
           
 String getName()
          名前取得.
 boolean getReadOnly()
           
 String getReadyState()
           
 int getSize()
           
 String getSrc()
           
 String getStart()
           
 boolean getStatus()
           
 int getTabIndex()
           
 String getType()
          タイプ取得.
 String getUseMap()
           
 String getValue()
          値取得.
 int getVspace()
           
 int getWidth()
           
 boolean isDisabled()
           
 void setAccept(String accept)
           
 void setAccessKey(String key)
           
 void setAlign(String align)
           
 void setAlt(String alt)
           
 void setBorder(Variant border)
           
 void setChecked(boolean b)
           
 void setDefaultChecked(boolean b)
           
 void setDefaultValue(String value)
           
 void setDisabled(boolean b)
           
 void setHeight(int height)
           
 void setHspace(int p)
           
 void setLoop(Variant loop)
           
 void setMaxLength(int length)
           
 void setName(String name)
          名前設定.
 void setReadOnly(boolean b)
           
 void setSize(int size)
           
 void setSrc(String src)
           
 void setStart(String start)
           
 void setStatus(boolean b)
           
 void setTabIndex(int index)
           
 void setType(String type)
          タイプ設定.
 void setUseMap(String map)
           
 void setValue(String value)
          値設定.
 void setVspace(int p)
           
 void setWidth(int width)
           
 
クラス jp.hishidama.win32.mshtml.IHTMLElement から継承されたメソッド
canHaveHTML, click, dragDrop, getAll, getAll, getAttribute, getAttributeString, getChildren, getChildren, getClassName, getContentEditable, getDir, getDisabled, getDocument, getDocument, getElementsByTagName, getElementsByTagName, getGlyphMode, getHideFocus, getId, getInflateBlock, getInnerHtml, getInnerText, getLang, getLanguage, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetParent, getOffsetTop, getOffsetWidth, getOuterHtml, getOuterText, getParentElement, getParentElement, getParentTextEdit, getParentTextEdit, getScopeName, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getTagName, getTagUrn, getTitle, isContentEditable, isMultiLine, isTextEdit, normalize, removeAttribute, setActive, setAttribute, setClassName, setContentEditable, setDir, setHideFocus, setId, setInflateBlock, setInnerHtml, setInnerText, setLang, setLanguage, setOuterHtml, setOuterText, setScrollLeft, setScrollTop, setTagUrn, setTitle
 
クラス jp.hishidama.win32.com.IDispatch から継承されたメソッド
getIDOfName, getTypeInfo, getTypeInfo, getTypeInfoCount, getTypeName
 
クラス jp.hishidama.win32.com.ComPtr から継承されたメソッド
dispose, dispose, dispose, dispose, dispose, dispose, dispose, disposeChild
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

setType

public void setType(String type)
タイプ設定.

パラメータ:
type - タイプ

getType

public String getType()
タイプ取得.

戻り値:
タイプ

setValue

public void setValue(String value)
値設定.

パラメータ:
value - 値

getValue

public String getValue()
値取得.

戻り値:

setName

public void setName(String name)
名前設定.

パラメータ:
name - 名前

getName

public String getName()
名前取得.

戻り値:
名前

setStatus

public void setStatus(boolean b)

getStatus

public boolean getStatus()

setDisabled

public void setDisabled(boolean b)
オーバーライド:
クラス IHTMLElement 内の setDisabled

isDisabled

public boolean isDisabled()
オーバーライド:
クラス IHTMLElement 内の isDisabled

getForm

public IHTMLFormElement getForm()
フォーム取得.

戻り値:
フォーム要素

getForm

public IHTMLFormElement getForm(boolean addChild)
推奨されていません。 

関連項目:
ComPtr.disposeChild(), getForm()

setSize

public void setSize(int size)

getSize

public int getSize()

setMaxLength

public void setMaxLength(int length)

getMaxLength

public int getMaxLength()

setDefaultValue

public void setDefaultValue(String value)

getDefaultValue

public String getDefaultValue()

setReadOnly

public void setReadOnly(boolean b)

getReadOnly

public boolean getReadOnly()

createTextRange

public IHTMLTxtRange createTextRange()
テキスト範囲取得.

戻り値:
テキスト範囲

createTextRange

public IHTMLTxtRange createTextRange(boolean addChild)
推奨されていません。 

関連項目:
ComPtr.disposeChild(), createTextRange()

setDefaultChecked

public void setDefaultChecked(boolean b)

getDefaultChecked

public boolean getDefaultChecked()

setChecked

public void setChecked(boolean b)

getChecked

public boolean getChecked()

setBorder

public void setBorder(Variant border)

getBorder

public Variant getBorder()

setVspace

public void setVspace(int p)

getVspace

public int getVspace()

setHspace

public void setHspace(int p)

getHspace

public int getHspace()

setAlt

public void setAlt(String alt)

getAlt

public String getAlt()

setSrc

public void setSrc(String src)

getSrc

public String getSrc()

getReadyState

public String getReadyState()

getComplete

public boolean getComplete()

setLoop

public void setLoop(Variant loop)

getLoop

public Variant getLoop()

setAlign

public void setAlign(String align)

getAlign

public String getAlign()

setWidth

public void setWidth(int width)

getWidth

public int getWidth()

setHeight

public void setHeight(int height)

getHeight

public int getHeight()

setStart

public void setStart(String start)

getStart

public String getStart()

setAccept

public void setAccept(String accept)

getAccept

public String getAccept()

setUseMap

public void setUseMap(String map)

getUseMap

public String getUseMap()

setTabIndex

public void setTabIndex(int index)
定義:
インタフェース IHTMLControlElement 内の setTabIndex

getTabIndex

public int getTabIndex()
定義:
インタフェース IHTMLControlElement 内の getTabIndex

setAccessKey

public void setAccessKey(String key)
定義:
インタフェース IHTMLControlElement 内の setAccessKey

getAccessKey

public String getAccessKey()
定義:
インタフェース IHTMLControlElement 内の getAccessKey

focus

public void focus()
クラス IHTMLElement の記述:
フォーカス設定.

定義:
インタフェース IHTMLControlElement 内の focus
オーバーライド:
クラス IHTMLElement 内の focus

blur

public void blur()
定義:
インタフェース IHTMLControlElement 内の blur

getClientHeight

public int getClientHeight()
クラス IHTMLElement の記述:
高さ取得.

定義:
インタフェース IHTMLControlElement 内の getClientHeight
オーバーライド:
クラス IHTMLElement 内の getClientHeight
戻り値:
高さ

getClientWidth

public int getClientWidth()
クラス IHTMLElement の記述:
幅取得.

定義:
インタフェース IHTMLControlElement 内の getClientWidth
オーバーライド:
クラス IHTMLElement 内の getClientWidth
戻り値:

getClientTop

public int getClientTop()
クラス IHTMLElement の記述:
Y座標取得.

定義:
インタフェース IHTMLControlElement 内の getClientTop
オーバーライド:
クラス IHTMLElement 内の getClientTop
戻り値:
Y

getClientLeft

public int getClientLeft()
クラス IHTMLElement の記述:
X座標取得.

定義:
インタフェース IHTMLControlElement 内の getClientLeft
オーバーライド:
クラス IHTMLElement 内の getClientLeft
戻り値:
X