Jiffie: Java InterFace For Internet Explorer

net.sf.jiffie
Class IHTMLInputElement

Package class diagram package IHTMLInputElement
java.lang.Object
  extended by net.sf.jiffie.IDispatch
      extended by net.sf.jiffie.BrowserDispatch
          extended by net.sf.jiffie.IHTMLDOMNode
              extended by net.sf.jiffie.ElementContainer
                  extended by net.sf.jiffie.IHTMLElement
                      extended by net.sf.jiffie.IHTMLInputElement
All Implemented Interfaces:
java.lang.Cloneable, Releaseable

public class IHTMLInputElement
extends IHTMLElement

Implementation of the IHTMLInputElement interface.


Field Summary
 
Fields inherited from class net.sf.jiffie.IHTMLElement
IID
 
Constructor Summary
IHTMLInputElement(InternetExplorer parentBrowser, Dispatch object)
          Constructor
 
Method Summary
 boolean getChecked()
          Retrieves the checked property
 IHTMLFormElement getForm()
          Retrieves the form property
 int getMaxLength()
          Retrieves the maxLength property
 java.lang.String getType()
          Retrieves the type property
 java.lang.String getValue()
          Retrieves the value property
 void setChecked(boolean checked)
          Sets the checked property.
 void setMaxLength(int maxLength)
          Sets the maxLength property
 void setType(java.lang.String type)
          Sets the type property
 void setValue(java.lang.String value)
          Sets the value property
 
Methods inherited from class net.sf.jiffie.IHTMLElement
click, fireEvent, getClassName, getCurrentStyle, getID, getInnerHtml, getInnerText, getName, getOuterHtml, getOuterText, getParentElement, getStyle, getTagName, setID, setInnerHtml, setInnerText, waitWhileIncomplete
 
Methods inherited from class net.sf.jiffie.ElementContainer
getElementById, getElementByName, getElementByNameAndTag, getElementByTag, getElementList, getElementListByName, getElementListByNameAndTag, getElementListByTag
 
Methods inherited from class net.sf.jiffie.IHTMLDOMNode
appendChild, createNodeFromProperty, getAttributes, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling
 
Methods inherited from class net.sf.jiffie.BrowserDispatch
getElementProperty, getParentBrowser
 
Methods inherited from class net.sf.jiffie.IDispatch
call, call, call, call, call, clone, finalize, getBooleanProperty, getDispatch, getDispatchProperty, getIntegerProperty, getStringProperty, getVariantProperty, isReleased, newDispatch, queryInterface, release, setBooleanProperty, setIntegerProperty, setStringProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IHTMLInputElement

public IHTMLInputElement(InternetExplorer parentBrowser,
                         Dispatch object)
Constructor

Parameters:
parentBrowser - parent browser
object - Jacob dispatch interface
Method Detail

getChecked

public boolean getChecked()
Retrieves the checked property

Returns:
boolean value

setChecked

public void setChecked(boolean checked)
Sets the checked property.

Parameters:
checked - boolean value

getMaxLength

public int getMaxLength()
Retrieves the maxLength property

Returns:
max length

setMaxLength

public void setMaxLength(int maxLength)
Sets the maxLength property

Parameters:
maxLength - max length value

getValue

public java.lang.String getValue()
Retrieves the value property

Returns:
input value

setValue

public void setValue(java.lang.String value)
Sets the value property

Parameters:
value - new value

getType

public java.lang.String getType()
Retrieves the type property

Returns:
input type

setType

public void setType(java.lang.String type)
Sets the type property

Parameters:
type - type value

getForm

public IHTMLFormElement getForm()
Retrieves the form property

Returns:
form property


Copyright © 2004-2009 Packwood Software. All Rights Reserved.