| Package | Description |
|---|---|
| org.opencms.ui.apps.search |
Contains classes of the source search app.
|
| Modifier and Type | Method and Description |
|---|---|
CmsSourceSearchForm.SearchType |
CmsSearchReplaceSettings.getType()
Returns the search type.
|
static CmsSourceSearchForm.SearchType |
CmsSourceSearchForm.SearchType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsSourceSearchForm.SearchType[] |
CmsSourceSearchForm.SearchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSearchReplaceSettings.setType(CmsSourceSearchForm.SearchType type)
Sets the search type.
|