Package org.loboevolution.html.dom.input
Class InputFile
java.lang.Object
org.loboevolution.html.dom.input.BasicInput
org.loboevolution.html.dom.input.InputFile
- All Implemented Interfaces:
FocusListener
,KeyListener
,MouseListener
,EventListener
,CaretListener
InputFile class.
-
Constructor Summary
ConstructorDescriptionInputFile
(HTMLInputElementImpl modelNode, InputControl ic) Constructor for InputFile. -
Method Summary
Methods inherited from class org.loboevolution.html.dom.input.BasicInput
caretUpdate, focusGained, focusLost, keyPressed, keyReleased, keyTyped, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
-
Constructor Details
-
InputFile
Constructor for InputFile.
- Parameters:
modelNode
- aHTMLInputElementImpl
object.ic
- aInputControl
object.
-