BrowsingSettings

public class BrowsingSettings

The BrowsingSettings contains information about fields that will be visible on UI and could be used as filter on UI.

This class is read only (the data are not saved to database) and its main purpose is to provide methods that help developer to get displayed and filterable fields.

Constructors

BrowsingSettings

public BrowsingSettings(Entity entity)

Methods

getDisplayedFields

public List<Field> getDisplayedFields()

getEntity

public Entity getEntity()

getFilterableFields

public List<Field> getFilterableFields()

setEntity

public void setEntity(Entity entity)

toDto

public BrowsingSettingsDto toDto()