Class FileField
java.lang.Object
org.openpdf.simple.extend.form.FormField
org.openpdf.simple.extend.form.InputField
org.openpdf.simple.extend.form.FileField
- All Implemented Interfaces:
ActionListener, EventListener
-
Field Summary
FieldsFields inherited from class FormField
intrinsicHeight, intrinsicWidth -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class InputField
loadOriginalStateMethods inherited from class FormField
applyComponentStyle, getAttribute, getBox, getComponent, getContext, getElement, getFont, getFormDataStrings, getIntrinsicSize, getLengthValue, getOriginalState, getParentForm, getStyle, getUserAgentCallback, hasAttribute, includeInSubmission, reset
-
Field Details
-
_pathTextField
-
_browseButton
-
-
Constructor Details
-
FileField
FileField(Element e, XhtmlForm form, LayoutContext context, BlockBox box)
-
-
Method Details
-
create
-
applyOriginalState
protected void applyOriginalState()- Overrides:
applyOriginalStatein classFormField
-
getFieldValues
- Overrides:
getFieldValuesin classInputField
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-