Package | Description |
---|---|
org.vectomatic.svg.edit.client.gxt.binding | |
org.vectomatic.svg.edit.client.model | |
org.vectomatic.svg.edit.client.model.svg |
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 |
FormPanelUtils.CHECKBOX_FACTORY |
static IFieldFactory |
FormPanelUtils.DASHARRAY_FIELD_FACTORY |
static IFieldFactory |
FormPanelUtils.IMAGE_HREF_FIELD_FACTORY |
static IFieldFactory |
FormPanelUtils.NUMBER_FIELD_FACTORY |
static IFieldFactory |
FormPanelUtils.SPINNER_FIELD_FACTORY |
static IFieldFactory |
FormPanelUtils.SVGLENGTH_FIELD_FACTORY |
static IFieldFactory |
FormPanelUtils.SVGPAINT_FIELD_FACTORY |
static IFieldFactory |
FormPanelUtils.TEXTAREA_FACTORY |
static IFieldFactory |
FormPanelUtils.TEXTFIELD_FACTORY |
Constructor and Description |
---|
CssFieldFactory(IFieldFactory factory) |
Modifier and Type | Field and Description |
---|---|
protected IFieldFactory |
MetadataBase.fieldFactory |
Modifier and Type | Method and Description |
---|---|
IFieldFactory |
IMetadata.getFieldFactory()
Returns the field factory of this property.
|
IFieldFactory |
MetadataBase.getFieldFactory() |
Constructor and Description |
---|
AttrMetadata(String propertyName,
String description,
IFieldFactory fieldFactory,
String attrName,
IFactoryInstantiator<?> factory,
IValidator<String,org.vectomatic.dom.svg.impl.SVGElement> validator) |
CssMetadata(String propertyName,
String description,
IFieldFactory fieldFactory,
IConverter<String,T> converter,
T defaultValue,
IFactoryInstantiator<?> factory,
IValidator<T,org.vectomatic.dom.svg.impl.SVGElement> validator) |
JSMetadata(String propertyName,
String description,
IFieldFactory fieldFactory,
IPropertyAccessor<T,U> accessor,
IFactoryInstantiator<?> factory,
IValidator<T,U> validator) |
MetadataBase(String propertyName,
String description,
IFieldFactory fieldFactory,
IFactoryInstantiator<?> factory,
IValidator<T,U> validator) |
XPathMetadata(String propertyName,
String description,
IFieldFactory fieldFactory,
String xpath,
IFactoryInstantiator<?> factory,
IValidator<T,org.vectomatic.dom.svg.impl.SVGElement> validator) |
Modifier and Type | Class and Description |
---|---|
class |
SVGPathSegType
Metadata path segment type (will be edited by a combo box).
|
Copyright © 2018. All Rights Reserved.