public interface ItsNatHTMLInput extends ItsNatHTMLFormComponent
Modifier and Type | Method and Description |
---|---|
void |
blur()
Removes focus from this element.
|
void |
click()
Simulate a mouse-click.
|
void |
focus()
Gives focus to this element.
|
org.w3c.dom.html.HTMLInputElement |
getHTMLInputElement()
Returns the associated DOM element to this component.
|
void |
select()
Select the contents of the <textarea>.
|
getItsNatHTMLForm
getHTMLElement, getItsNatHTMLComponentManager, getItsNatHTMLElementComponentUI
getElement, getItsNatElementComponentUI
addEventListener, addEventListener, addEventListener, addEventListener, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, disableEventListener, disableEventListener, dispose, enableEventListener, enableEventListener, getArtifact, getArtifact, getItsNatComponentManager, getItsNatComponentUI, getItsNatDocument, getNode, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, isDisposed, isEnabled, registerArtifact, removeArtifact, removeEventListener, removeEventListener, removeEventListener, removeEventListener, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, setEnabled, setEventListenerParams, setEventListenerParams, setNode
containsUserValueName, getUserValue, getUserValueNames, removeUserValue, setUserValue
org.w3c.dom.html.HTMLInputElement getHTMLInputElement()
void blur()
It sends the appropriated JavaScript to the client to call again
using the symmetric DOM element at the client. This method does the same
as org.w3c.dom.html.HTMLInputElement.blur()
in non-internal (remote) event mode.
void focus()
It sends the appropriated JavaScript to the client to call again
using the symmetric DOM element at the client. This method does the same
as org.w3c.dom.html.HTMLInputElement.focus()
in non-internal (remote) event mode.
void select()
It sends the appropriated JavaScript to the client to call again
using the symmetric DOM element at the client. This method does the same
as org.w3c.dom.html.HTMLInputElement.select()
in non-internal (remote) event mode.
void click()
type
attribute has one of the following values: "button",
"checkbox", "radio", "reset", or "submit".
It sends the appropriated JavaScript to the client to call again
using the symmetric DOM element at the client. This method does the same
as org.w3c.dom.html.HTMLInputElement.click()
in non-internal (remote) event mode.
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.