Esempio n. 1
0
// Generating method code for indexOf
        public virtual int IndexOf(NHtmlUnit.Html.HtmlOption option)
        {
            return(WObj.indexOf((com.gargoylesoftware.htmlunit.html.HtmlOption)option.WrappedObject));
        }
Esempio n. 2
0
// Generating method code for appendOption
        public virtual void AppendOption(NHtmlUnit.Html.HtmlOption newOption)
        {
            WObj.appendOption((com.gargoylesoftware.htmlunit.html.HtmlOption)newOption.WrappedObject);
        }
Esempio n. 3
0
// Generating method code for replaceOption
        public virtual void ReplaceOption(int index, NHtmlUnit.Html.HtmlOption newOption)
        {
            WObj.replaceOption(index, (com.gargoylesoftware.htmlunit.html.HtmlOption)newOption.WrappedObject);
        }
Esempio n. 4
0
// Generating method code for setSelectedAttribute
        public virtual NHtmlUnit.IPage SetSelectedAttribute(NHtmlUnit.Html.HtmlOption selectedOption, bool isSelected)
        {
            var arg = WObj.setSelectedAttribute((com.gargoylesoftware.htmlunit.html.HtmlOption)selectedOption.WrappedObject, isSelected);

            return(ObjectWrapper.CreateWrapper <NHtmlUnit.IPage>(arg));
        }
Esempio n. 5
0
// Generating method code for setSelectedAttribute
        public virtual NHtmlUnit.IPage SetSelectedAttribute(NHtmlUnit.Html.HtmlOption selectedOption, bool isSelected, bool invokeOnFocus)
        {
            return(ObjectWrapper.CreateWrapper <NHtmlUnit.IPage>(WObj.setSelectedAttribute((com.gargoylesoftware.htmlunit.html.HtmlOption)selectedOption.WrappedObject, isSelected, invokeOnFocus)));
        }
Esempio n. 6
0
// Generating method code for setSelectedAttribute
        public virtual NHtmlUnit.IPage SetSelectedAttribute(NHtmlUnit.Html.HtmlOption selectedOption, bool isSelected, bool invokeOnFocus, bool shiftKey, bool ctrlKey, bool isClick)
        {
            var arg = WObj.setSelectedAttribute((com.gargoylesoftware.htmlunit.html.HtmlOption)selectedOption.WrappedObject, isSelected, invokeOnFocus, shiftKey, ctrlKey, isClick);

            return(ObjectWrapper.CreateWrapper <NHtmlUnit.IPage>(arg));
        }