public class FormPanelUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FormPanelUtils.ComboBoxFieldFactory |
static class |
FormPanelUtils.CssFieldFactory
A field factory for CSS fields.
|
static class |
FormPanelUtils.HSliderFieldFactory |
static class |
FormPanelUtils.SvgLengthFieldFactory |
static class |
FormPanelUtils.ToggleGroupFieldFactory |
Modifier and Type | Field and Description |
---|---|
static IFieldFactory |
CHECKBOX_FACTORY |
static IFieldFactory |
DASHARRAY_FIELD_FACTORY |
static IFieldFactory |
IMAGE_HREF_FIELD_FACTORY |
static IFieldFactory |
NUMBER_FIELD_FACTORY |
static IFieldFactory |
SPINNER_FIELD_FACTORY |
static IFieldFactory |
SVGLENGTH_FIELD_FACTORY |
static IFieldFactory |
SVGPAINT_FIELD_FACTORY |
static IFieldFactory |
TEXTAREA_FACTORY |
static IFieldFactory |
TEXTFIELD_FACTORY |
Constructor and Description |
---|
FormPanelUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
createFieldBindings(com.extjs.gxt.ui.client.widget.form.FormPanel formPanel,
com.extjs.gxt.ui.client.binding.FormBinding formBinding) |
public static final IFieldFactory TEXTFIELD_FACTORY
public static final IFieldFactory TEXTAREA_FACTORY
public static final IFieldFactory CHECKBOX_FACTORY
public static final IFieldFactory NUMBER_FIELD_FACTORY
public static final IFieldFactory SVGLENGTH_FIELD_FACTORY
public static final IFieldFactory SVGPAINT_FIELD_FACTORY
public static final IFieldFactory SPINNER_FIELD_FACTORY
public static final IFieldFactory DASHARRAY_FIELD_FACTORY
public static final IFieldFactory IMAGE_HREF_FIELD_FACTORY
Copyright © 2018. All Rights Reserved.