public interface SearchFieldConfiguration
SearchField
view model object.SearchField| Modifier and Type | Interface and Description |
|---|---|
static class |
SearchFieldConfiguration.EntryListMode |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONDITION_ENTRIES |
static java.lang.String |
ENTRY_LIST_MODE |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EditorConditionEntry> |
getConditionEntries() |
java.lang.String |
getEditor() |
SearchFieldConfiguration.EntryListMode |
getEntryListMode() |
java.lang.String |
getName()
Returns the name set for this search field configuration.
|
java.util.Map<java.lang.String,java.lang.String> |
getParameters() |
PropertyDescriptor |
getPropertyDescriptor()
Returns this field's property descriptor.
|
DefaultSearchField |
getSearchField()
Returns the
search field associated with this search field configuration. |
boolean |
isSortDisabled()
Returns whether sorting by the corresponding
search field is disabled or not. |
boolean |
isVisible()
Returns whether the corresponding
search field should be visible or not. |
void |
setEditor(java.lang.String editor) |
void |
setName(java.lang.String name)
Sets the name which the corresponding
search field should be given. |
void |
setSortDisabled(boolean sortDisabled)
Sets whether the corresponding
search field should allow sorting or not. |
void |
setVisible(boolean visible)
Sets whether the corresponding
search field should be visibility or not. |
static final java.lang.String CONDITION_ENTRIES
static final java.lang.String ENTRY_LIST_MODE
void setName(java.lang.String name)
search field should be given.name - the namejava.lang.String getName()
void setVisible(boolean visible)
search field should be visibility or not.visible - true means visible, whereas false means invisibleboolean isVisible()
search field should be visible or not.true if the corresponding search field should be visible, false otherwisevoid setSortDisabled(boolean sortDisabled)
search field should allow sorting or not.sortDisabled - true means that sorting by the corresponding search field is not
allowed.boolean isSortDisabled()
search field is disabled or not.true if sorting is disabled i.e. not allowed, false otherwiseDefaultSearchField getSearchField()
search field associated with this search field configuration.PropertyDescriptor getPropertyDescriptor()
java.lang.String getEditor()
void setEditor(java.lang.String editor)
java.util.Map<java.lang.String,java.lang.String> getParameters()
java.util.List<EditorConditionEntry> getConditionEntries()
SearchFieldConfiguration.EntryListMode getEntryListMode()
Copyright © 2018 SAP SE. All Rights Reserved.