| Modifier and Type | Method and Description |
|---|---|
SearchInputField |
SearchInputDocument.createField(String name)
Create a field that can be populated and added to the document.
|
SearchInputField |
SearchInputDocument.getField(String name)
May return null.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SearchInputField> |
SearchInputDocument.getFieldMap()
May return an empty map, but never null.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchInputDocument.addField(SearchInputField field)
Put the field into the document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseSearchInputField
A foundation class for implementing SearchInputField.
|
| Modifier and Type | Method and Description |
|---|---|
SearchInputField |
BaseSearchInputDocument.createField(String name)
Sub-classes should override this if the field requires special
functionality.
|
SearchInputField |
BaseSearchInputDocument.getField(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SearchInputField> |
BaseSearchInputDocument.getFieldMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseSearchInputDocument.addField(SearchInputField field) |
| Constructor and Description |
|---|
BaseSearchInputField(SearchInputField field)
Create a copy of the field.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Formatter.format(SearchInputField field) |
Copyright © 2016. All rights reserved.