public interface ViewListBuilder<T extends Field> extends ViewBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getExpand()
Get the view options of the filter.
|
List<T> |
getFields()
Gets the list of columns of the filter.
|
ViewListBuilder |
setExpand(boolean expand)
Set the view options of the filter.
|
ViewListBuilder |
setFields(List<T> listFieldColumns)
Set the list of columns of the filter.
|
getView
ViewListBuilder setFields(List<T> listFieldColumns)
listFieldColumns
- the list columns of the filterList<T> getFields()
ViewListBuilder setExpand(boolean expand)
expand
- the view options of the filterboolean getExpand()
Copyright © 2020 DEISER. All Rights Reserved.