luxlabs header browser preview


@class DOMHTMLFormElement, NSString, NSURL, DOMFileList;

@interface DOMHTMLInputElement : DOMHTMLElement

@property (copy) NSString *accept;
@property (copy) NSString *alt;
@property BOOL autofocus;
@property BOOL defaultChecked;
@property BOOL checked;
@property BOOL disabled;
@property (readonly) DOMHTMLFormElement *form;
@property (retain) DOMFileList *files;
@property BOOL indeterminate;
@property int maxLength;
@property BOOL multiple;
@property (copy) NSString *name;
@property BOOL readOnly;
@property (copy) NSString *size;
@property (copy) NSString *src;
@property (copy) NSString *type;
@property (copy) NSString *defaultValue;
@property (copy) NSString *value;
@property (readonly) BOOL willValidate;
@property int selectionStart;
@property int selectionEnd;
@property (copy) NSString *align;
@property (copy) NSString *useMap;
@property (copy) NSString *accessKey;
@property (readonly, copy) NSString *altDisplayString;
@property (readonly, copy) NSURL *absoluteImageURL;

- (void)setWidth:(unsigned int)a0;
- (void)select;
- (BOOL)capture;
- (id)_autofillContext;
- (void)insertTextSuggestion:(id)a0;
- (unsigned int)height;
- (void)setHeight:(unsigned int)a0;
- (void)setStep:(id)a0;
- (id)labels;
- (void)setPlaceholder:(id)a0;
- (id)list;
- (id)placeholder;
- (unsigned int)width;
- (BOOL)required;
- (id)max;
- (id)step;
- (void)setRequired:(BOOL)a0;
- (id)pattern;
- (void)setMax:(id)a0;
- (id)min;
- (void)setMin:(id)a0;
- (int)_autocapitalizeType;
- (BOOL)_isEdited;
- (BOOL)_isTextField;
- (id)endPosition;
- (void)setCanShowPlaceholder:(BOOL)a0;
- (void)setValueAsNumberWithChangeEvent:(double)a0;
- (void)setValueWithChangeEvent:(id)a0;
- (id)startPosition;
- (double)valueAsNumber;
- (void)setIncremental:(BOOL)a0;
- (BOOL)incremental;
- (BOOL)checkValidity;
- (id)autocomplete;
- (void)setValueAsNumber:(double)a0;
- (void)setPattern:(id)a0;
- (void)click;
- (void)_setAutofilled:(BOOL)a0;
- (void)setFormEnctype:(id)a0;
- (void)stepUp:(int)a0;
- (id)dirName;
- (void)setValueAsDate:(double)a0;
- (BOOL)_isAutoFilledAndViewable;
- (BOOL)_isAutofilled;
- (void)_setAutoFilledAndViewable:(BOOL)a0;
- (BOOL)canShowPlaceholder;
- (id)formAction;
- (id)formEnctype;
- (id)formMethod;
- (BOOL)formNoValidate;
- (id)formTarget;
- (id)selectionDirection;
- (void)setAutocomplete:(id)a0;
- (void)setCapture:(BOOL)a0;
- (void)setCustomValidity:(id)a0;
- (void)setDirName:(id)a0;
- (void)setFormAction:(id)a0;
- (void)setFormMethod:(id)a0;
- (void)setFormNoValidate:(BOOL)a0;
- (void)setFormTarget:(id)a0;
- (void)setRangeText:(id)a0;
- (void)setRangeText:(id)a0 start:(unsigned int)a1 end:(unsigned int)a2 selectionMode:(id)a3;
- (void)setSelectionDirection:(id)a0;
- (void)setSelectionRange:(int)a0 end:(int)a1;
- (void)setValueForUser:(id)a0;
- (void)stepDown:(int)a0;
- (int)structuralComplexityContribution;
- (id)validationMessage;
- (double)valueAsDate;

@end