Class HTMLFormElement
public class HTMLFormElement : HTMLElement, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IHTMLFormElement, IHTMLElement, IElement, INode
- Inheritance
-
HTMLFormElement
- Implements
- Inherited Members
- Extension Methods
Constructors
HTMLFormElement(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public HTMLFormElement(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
AcceptCharset
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLFormElement.html#getAcceptCharset-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLFormElement.html#setAcceptCharset-java.lang.String-
public String AcceptCharset { get; set; }
Property Value
Action
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLFormElement.html#getAction-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLFormElement.html#setAction-java.lang.String-
public String Action { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
Elements
public HTMLCollection Elements { get; }
Property Value
Enctype
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLFormElement.html#getEnctype-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLFormElement.html#setEnctype-java.lang.String-
public String Enctype { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Length
public int Length { get; }
Property Value
Method
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLFormElement.html#getMethod-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLFormElement.html#setMethod-java.lang.String-
public String Method { get; set; }
Property Value
Name
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLFormElement.html#getName-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLFormElement.html#setName-java.lang.String-
public String Name { get; set; }
Property Value
Target
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLFormElement.html#getTarget-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/html/HTMLFormElement.html#setTarget-java.lang.String-
public String Target { get; set; }
Property Value
Methods
Reset()
public void Reset()
Submit()
public void Submit()