public class ListGrid extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListGrid.Type |
| Modifier and Type | Field and Description |
|---|---|
protected AddMethodType |
addMethodType |
protected Boolean |
canFilterAndSort |
protected String |
className |
protected String |
containingEntityId |
protected String |
externalEntitySectionKey |
protected String |
friendlyName |
protected Set<Field> |
headerFields |
protected Boolean |
hideIdColumn |
protected String |
idProperty |
protected Boolean |
isReadOnly |
protected String |
listGridType |
protected int |
order |
protected int |
pageSize |
protected String |
pathOverride |
protected List<ListGridRecord> |
records |
protected List<ListGridAction> |
rowActions |
protected List<SectionCrumb> |
sectionCrumbs |
protected String |
sectionKey |
protected int |
startIndex |
protected String |
subCollectionFieldName |
protected List<ListGridAction> |
toolbarActions |
protected int |
totalRecords |
| Constructor and Description |
|---|
ListGrid() |
protected String className
protected String friendlyName
protected String idProperty
protected int order
protected List<ListGridRecord> records
protected List<ListGridAction> toolbarActions
protected List<ListGridAction> rowActions
protected int totalRecords
protected int startIndex
protected int pageSize
protected Boolean canFilterAndSort
protected Boolean isReadOnly
protected Boolean hideIdColumn
protected AddMethodType addMethodType
protected String listGridType
protected String sectionKey
protected List<SectionCrumb> sectionCrumbs
protected String externalEntitySectionKey
protected String containingEntityId
protected String subCollectionFieldName
protected String pathOverride
public String getPath()
public String getSectionCrumbRepresentation()
public List<ListGridAction> getActiveToolbarActions()
public List<ListGridAction> getActiveRowActions()
public void addRowAction(ListGridAction action)
public void addToolbarAction(ListGridAction action)
public void removeAllToolbarActions()
public void removeAllRowActions()
public ListGridAction findToolbarAction(String actionId)
public ListGridAction findRowAction(String actionId)
public boolean isSortable()
public void setListGridType(ListGrid.Type listGridType)
public void setListGridTypeString(String listGridType)
ListGrid.Type to assign unique handlers to on the JS
sidelistGridType - public Boolean getCanFilterAndSort()
public Boolean getReadOnly()
public Boolean getClickable()
public Boolean getHideIdColumn()
public String getIdProperty()
public void setIdProperty(String idProperty)
public String getClassName()
public void setClassName(String className)
public int getOrder()
public void setOrder(int order)
public List<ListGridRecord> getRecords()
public void setRecords(List<ListGridRecord> records)
public List<ListGridAction> getToolbarActions()
public void setToolbarActions(List<ListGridAction> toolbarActions)
public List<ListGridAction> getRowActions()
public void setRowActions(List<ListGridAction> rowActions)
public int getStartIndex()
public void setStartIndex(int startIndex)
public int getTotalRecords()
public void setTotalRecords(int totalRecords)
public int getPageSize()
public void setPageSize(int pageSize)
public void setCanFilterAndSort(Boolean canFilterAndSort)
public AddMethodType getAddMethodType()
public void setAddMethodType(AddMethodType addMethodType)
public String getListGridType()
public String getContainingEntityId()
public void setContainingEntityId(String containingEntityId)
public String getSubCollectionFieldName()
public void setSubCollectionFieldName(String subCollectionFieldName)
public String getFriendlyName()
public void setFriendlyName(String friendlyName)
public String getSectionKey()
public void setSectionKey(String sectionKey)
public String getExternalEntitySectionKey()
public void setExternalEntitySectionKey(String externalEntitySectionKey)
public String getPathOverride()
public void setPathOverride(String pathOverride)
public void setReadOnly(Boolean readOnly)
public void setHideIdColumn(Boolean hideIdColumn)
public List<SectionCrumb> getSectionCrumbs()
public void setSectionCrumbs(List<SectionCrumb> sectionCrumbs)
Copyright © 2017. All rights reserved.