public class FieldDictionaryFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Name |
TYPE_BUTTON |
static Name |
TYPE_CHOICE |
static Name |
TYPE_SIGNATURE |
static Name |
TYPE_TEXT |
| Modifier and Type | Method and Description |
|---|---|
static FieldDictionary |
buildField(Library library,
java.util.HashMap entries)
Creates a new field dictionary object of the type specified by the type constant.
|
public static final Name TYPE_BUTTON
public static final Name TYPE_TEXT
public static final Name TYPE_CHOICE
public static final Name TYPE_SIGNATURE
public static FieldDictionary buildField(Library library, java.util.HashMap entries)
library - library to register action withentries - field name value pairs.