File Information
Library: JS/Net
Package: Wrappers
Header: Poco/JS/Net/HTMLFormWrapper.h
Description
JavaScript wrapper for Poco::HTMLForm.
Inheritance
Direct Base Classes: Poco::JS::Core::Wrapper
All Base Classes: Poco::JS::Core::Wrapper
Member Summary
Member Functions: getField, getFields, getProperty, hasField, objectTemplate
Inherited Functions: checkSetResult, isWrapper, objectTemplate, reportEmptySetResult, returnException, returnString, safeUnwrapNative, toString, toV8Internalized, toV8String, unwrapNative, unwrapNativeObject, wrapNative, wrapNativePersistent
Constructors
HTMLFormWrapper
Creates the HTMLFormWrapper for the root logger.
Destructor
~HTMLFormWrapper
~HTMLFormWrapper();
Destroys the HTMLFormWrapper.
Member Functions
objectTemplate
v8::Handle < v8::ObjectTemplate > objectTemplate(
v8::Isolate * pIsolate
);
getField
static void getField(
const v8::FunctionCallbackInfo < v8::Value > & args
);
getFields
static void getFields(
v8::Local < v8::Name > property,
const v8::PropertyCallbackInfo < v8::Value > & info
);
getProperty
static void getProperty(
v8::Local < v8::Name > property,
const v8::PropertyCallbackInfo < v8::Value > & info
);
hasField
static void hasField(
const v8::FunctionCallbackInfo < v8::Value > & args
);