public interface SearchField
| Modifier and Type | Method and Description |
|---|---|
SearchFieldGroup |
getGroup()
Returns the
group to which this search field has been assigned. |
java.lang.String |
getLabel()
Returns the (localized) label of this field.
|
java.lang.String |
getName()
Returns the name of this field.
|
boolean |
isSortable()
Returns whether this field is sortable or not.
|
boolean |
isVisible()
Returns whether this field is visible or not.
|
java.lang.String getName()
java.lang.String getLabel()
boolean isVisible()
true if this field is visible, false otherwiseboolean isSortable()
true if this field is sortable, false otherwiseSearchFieldGroup getGroup()
group to which this search field has been assigned.Copyright © 2018 SAP SE. All Rights Reserved.