C# 클래스 NHtmlUnit.Html.HtmlSelect

상속: NHtmlUnit.Html.HtmlElement, NHtmlUnit.W3C.Dom.INode, NHtmlUnit.W3C.Dom.IElement, NHtmlUnit.W3C.Dom.IElementTraversal, NHtmlUnit.Html.IDisabledElement, NHtmlUnit.Html.ISubmittableElement, NHtmlUnit.Html.IFormFieldWithNameHistory
파일 보기 프로젝트 열기: HtmlUnit/NHtmlUnit

공개 메소드들

메소드 설명
AppendOption ( NHtmlUnit newOption ) : void
EnsureSelectedIndex ( ) : void
GetOption ( int index ) : NHtmlUnit.Html.HtmlOption
GetOptionByText ( string text ) : NHtmlUnit.Html.HtmlOption
GetOptionByValue ( string value ) : NHtmlUnit.Html.HtmlOption
HtmlSelect ( com wrappedObject ) : System
IndexOf ( NHtmlUnit option ) : int
IsDefaultChecked ( ) : bool
IsDisabled ( ) : bool
IsMultipleSelectEnabled ( ) : bool
RemoveOption ( int index ) : void
ReplaceOption ( int index, NHtmlUnit newOption ) : void
Reset ( ) : void
SetSelectedAttribute ( NHtmlUnit selectedOption, bool isSelected ) : NHtmlUnit.IPage
SetSelectedAttribute ( NHtmlUnit selectedOption, bool isSelected, bool invokeOnFocus ) : NHtmlUnit.IPage
SetSelectedAttribute ( string optionValue, bool isSelected ) : NHtmlUnit.IPage
SetSelectedAttribute ( string optionValue, bool isSelected, bool invokeOnFocus ) : NHtmlUnit.IPage

비공개 메소드들

메소드 설명
HtmlSelect ( ) : System

메소드 상세

AppendOption() 공개 메소드

public AppendOption ( NHtmlUnit newOption ) : void
newOption NHtmlUnit
리턴 void

EnsureSelectedIndex() 공개 메소드

public EnsureSelectedIndex ( ) : void
리턴 void

GetOption() 공개 메소드

public GetOption ( int index ) : NHtmlUnit.Html.HtmlOption
index int
리턴 NHtmlUnit.Html.HtmlOption

GetOptionByText() 공개 메소드

public GetOptionByText ( string text ) : NHtmlUnit.Html.HtmlOption
text string
리턴 NHtmlUnit.Html.HtmlOption

GetOptionByValue() 공개 메소드

public GetOptionByValue ( string value ) : NHtmlUnit.Html.HtmlOption
value string
리턴 NHtmlUnit.Html.HtmlOption

HtmlSelect() 공개 메소드

public HtmlSelect ( com wrappedObject ) : System
wrappedObject com
리턴 System

IndexOf() 공개 메소드

public IndexOf ( NHtmlUnit option ) : int
option NHtmlUnit
리턴 int

IsDefaultChecked() 공개 메소드

public IsDefaultChecked ( ) : bool
리턴 bool

IsDisabled() 공개 메소드

public IsDisabled ( ) : bool
리턴 bool

IsMultipleSelectEnabled() 공개 메소드

public IsMultipleSelectEnabled ( ) : bool
리턴 bool

RemoveOption() 공개 메소드

public RemoveOption ( int index ) : void
index int
리턴 void

ReplaceOption() 공개 메소드

public ReplaceOption ( int index, NHtmlUnit newOption ) : void
index int
newOption NHtmlUnit
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetSelectedAttribute() 공개 메소드

public SetSelectedAttribute ( NHtmlUnit selectedOption, bool isSelected ) : NHtmlUnit.IPage
selectedOption NHtmlUnit
isSelected bool
리턴 NHtmlUnit.IPage

SetSelectedAttribute() 공개 메소드

public SetSelectedAttribute ( NHtmlUnit selectedOption, bool isSelected, bool invokeOnFocus ) : NHtmlUnit.IPage
selectedOption NHtmlUnit
isSelected bool
invokeOnFocus bool
리턴 NHtmlUnit.IPage

SetSelectedAttribute() 공개 메소드

public SetSelectedAttribute ( string optionValue, bool isSelected ) : NHtmlUnit.IPage
optionValue string
isSelected bool
리턴 NHtmlUnit.IPage

SetSelectedAttribute() 공개 메소드

public SetSelectedAttribute ( string optionValue, bool isSelected, bool invokeOnFocus ) : NHtmlUnit.IPage
optionValue string
isSelected bool
invokeOnFocus bool
리턴 NHtmlUnit.IPage