Licensed to the Apache Software Foundation (ASF) under one or more

contributor license agreements. See the NOTICE file distributed with

this work for additional information regarding copyright ownership.

The ASF licenses this file to You under the Apache License, Version 2.0

(the “License”); you may not use this file except in compliance with

the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software

distributed under the License is distributed on an “AS IS” BASIS,

WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and

limitations under the License.

layout: docpage title: Jewel Form description: The Jewel Form permalink: /component-sets/jewel/form

< Jewel Components list

Jewel Form

Organize the forms in your application

Overview

The Jewel Form component is a container to hold all the elements of a form. The elements are FormItems. Forms can include:

  • Instructions for how, when, or why to use the form
  • Input components (like text boxes, number steppers, color pickers, sliders, and date fields) in which the user provides information
  • Choice components (like checkboxes and radio buttons) where the user can select among options
  • Images or background colors to style the form
  • Action buttons where the user can submit or cancel the form, or choose some other action, triggering event handlers that process or clear the form

Example of use

information to come

Relevant properties and methods

information to come

Properties

PROPERTYTypeDescription

Methods

MethodParametersDescription

Relevant Events

Relevant Beads

Bead TypeImplementationDescription

Optional Beads

Bead TypeImplementationDescription

Common Beads

More examples

Related controls

The Jewel Form contains a FormHeader and several FormItems, which are wrappers other components.

This material is not yet available.