Class Index | File Index

Classes


Class Index

_global_


metawidget

Metawidget for pure JavaScript environments.

metawidget.inspectionresultprocessor

InspectionResultProcessors.

metawidget.inspector

Inspectors.

metawidget.inspector.CompositeInspector

Delegates inspection to one or more sub-inspectors, then combines the resulting metadata using metawidget.util.combineInspectionResults.

metawidget.inspector.JsonSchemaInspector

Inspects JSON Schemas for their properties.

metawidget.inspector.PropertyTypeInspector

Inspects JavaScript objects for their property names and types.

metawidget.layout

Layouts.

metawidget.layout.DefinitionListLayout

Layout to arrange widgets using dl/dt/dd tags.

metawidget.layout.DivLayout

Layout to arrange widgets using div tags.

metawidget.layout.DivLayoutDecorator

LayoutDecorator to decorate widgets from different sections using nested div tags.

metawidget.layout.HeadingTagLayoutDecorator

LayoutDecorator to decorate widgets from different sections using an HTML heading tag (i.e.

metawidget.layout.SimpleLayout

Layout to simply output components one after another, with no labels and no structure.

metawidget.layout.TableLayout

Layout to arrange widgets in a table, with one column for the label and another for the widget.

metawidget.Pipeline

Convenience implementation for implementing pipelines (see http://metawidget.org/doc/reference/en/html/ch02.html).

metawidget.util

Utilities.

metawidget.widgetbuilder

WidgetBuilders.

metawidget.widgetbuilder.CompositeWidgetBuilder

Delegates widget building to one or more sub-WidgetBuilders.

metawidget.widgetbuilder.OverriddenWidgetBuilder

WidgetBuilder to override widgets based on mw.overriddenNodes.

metawidget.widgetbuilder.ReadOnlyWidgetBuilder

WidgetBuilder for read-only widgets in HTML 5 environments.

metawidget.widgetprocessor

WidgetProcessors.

metawidget.widgetprocessor.DisabledAttributeProcessor

WidgetProcessor that sets the HTML 'disabled' attribute.

metawidget.widgetprocessor.IdProcessor

WidgetProcessor that sets the HTML 'id' attribute.

metawidget.widgetprocessor.PlaceholderAttributeProcessor

WidgetProcessor that sets the HTML 5 'placeholder' attribute.

metawidget.widgetprocessor.RequiredAttributeProcessor

WidgetProcessor that sets the HTML 5 'required' attribute.

metawidget.widgetprocessor.SimpleBindingProcessor

Simple data/action binding implementation.

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Dec 14 2015 20:12:12 GMT-0500 (EST)