public class ListGrid
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListGrid.Type |
| Modifier and Type | Field and Description |
|---|---|
protected AddMethodType |
addMethodType |
protected java.lang.Boolean |
canFilterAndSort |
protected java.lang.String |
className |
protected java.lang.String |
containingEntityId |
protected java.lang.String |
externalEntitySectionKey |
protected java.lang.String |
friendlyName |
protected java.util.Set<Field> |
headerFields |
protected java.lang.Boolean |
hideIdColumn |
protected java.lang.String |
idProperty |
protected java.lang.Boolean |
isReadOnly |
protected java.lang.String |
listGridType |
protected int |
order |
protected int |
pageSize |
protected java.lang.String |
pathOverride |
protected java.util.List<ListGridRecord> |
records |
protected java.util.List<ListGridAction> |
rowActions |
protected java.lang.String |
sectionKey |
protected int |
startIndex |
protected java.lang.String |
subCollectionFieldName |
protected java.util.List<ListGridAction> |
toolbarActions |
protected int |
totalRecords |
| Constructor and Description |
|---|
ListGrid() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRowAction(ListGridAction action) |
void |
addToolbarAction(ListGridAction action) |
AddMethodType |
getAddMethodType() |
java.lang.Boolean |
getCanFilterAndSort() |
java.lang.String |
getClassName() |
java.lang.Boolean |
getClickable() |
java.lang.String |
getContainingEntityId() |
java.lang.String |
getExternalEntitySectionKey() |
java.lang.String |
getFriendlyName() |
java.util.Set<Field> |
getHeaderFields() |
java.lang.Boolean |
getHideIdColumn() |
java.lang.String |
getIdProperty() |
java.lang.String |
getListGridType() |
int |
getOrder() |
int |
getPageSize() |
java.lang.String |
getPath() |
java.lang.String |
getPathOverride() |
java.lang.Boolean |
getReadOnly() |
java.util.List<ListGridRecord> |
getRecords() |
java.util.List<ListGridAction> |
getRowActions() |
java.lang.String |
getSectionKey() |
int |
getStartIndex() |
java.lang.String |
getSubCollectionFieldName() |
java.util.List<ListGridAction> |
getToolbarActions() |
int |
getTotalRecords() |
boolean |
isSortable()
This grid is sortable if there is a reorder action defined in the toolbar.
|
void |
setAddMethodType(AddMethodType addMethodType) |
void |
setCanFilterAndSort(java.lang.Boolean canFilterAndSort) |
void |
setClassName(java.lang.String className) |
void |
setContainingEntityId(java.lang.String containingEntityId) |
void |
setExternalEntitySectionKey(java.lang.String externalEntitySectionKey) |
void |
setFriendlyName(java.lang.String friendlyName) |
void |
setHeaderFields(java.util.Set<Field> headerFields) |
void |
setHideIdColumn(java.lang.Boolean hideIdColumn) |
void |
setIdProperty(java.lang.String idProperty) |
void |
setListGridType(ListGrid.Type listGridType) |
void |
setOrder(int order) |
void |
setPageSize(int pageSize) |
void |
setPathOverride(java.lang.String pathOverride) |
void |
setReadOnly(java.lang.Boolean readOnly) |
void |
setRecords(java.util.List<ListGridRecord> records) |
void |
setRowActions(java.util.List<ListGridAction> rowActions) |
void |
setSectionKey(java.lang.String sectionKey) |
void |
setStartIndex(int startIndex) |
void |
setSubCollectionFieldName(java.lang.String subCollectionFieldName) |
void |
setToolbarActions(java.util.List<ListGridAction> toolbarActions) |
void |
setTotalRecords(int totalRecords) |
protected java.lang.String className
protected java.lang.String friendlyName
protected java.lang.String idProperty
protected int order
protected java.util.Set<Field> headerFields
protected java.util.List<ListGridRecord> records
protected java.util.List<ListGridAction> toolbarActions
protected java.util.List<ListGridAction> rowActions
protected int totalRecords
protected int startIndex
protected int pageSize
protected java.lang.Boolean canFilterAndSort
protected java.lang.Boolean isReadOnly
protected java.lang.Boolean hideIdColumn
protected AddMethodType addMethodType
protected java.lang.String listGridType
protected java.lang.String sectionKey
protected java.lang.String externalEntitySectionKey
protected java.lang.String containingEntityId
protected java.lang.String subCollectionFieldName
protected java.lang.String pathOverride
public java.lang.String getPath()
public void addRowAction(ListGridAction action)
public void addToolbarAction(ListGridAction action)
public boolean isSortable()
public void setListGridType(ListGrid.Type listGridType)
public java.lang.Boolean getCanFilterAndSort()
public java.lang.Boolean getReadOnly()
public java.lang.Boolean getClickable()
public java.lang.Boolean getHideIdColumn()
public java.lang.String getIdProperty()
public void setIdProperty(java.lang.String idProperty)
public java.lang.String getClassName()
public void setClassName(java.lang.String className)
public int getOrder()
public void setOrder(int order)
public java.util.Set<Field> getHeaderFields()
public void setHeaderFields(java.util.Set<Field> headerFields)
public java.util.List<ListGridRecord> getRecords()
public void setRecords(java.util.List<ListGridRecord> records)
public java.util.List<ListGridAction> getToolbarActions()
public void setToolbarActions(java.util.List<ListGridAction> toolbarActions)
public java.util.List<ListGridAction> getRowActions()
public void setRowActions(java.util.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(java.lang.Boolean canFilterAndSort)
public AddMethodType getAddMethodType()
public void setAddMethodType(AddMethodType addMethodType)
public java.lang.String getListGridType()
public java.lang.String getContainingEntityId()
public void setContainingEntityId(java.lang.String containingEntityId)
public java.lang.String getSubCollectionFieldName()
public void setSubCollectionFieldName(java.lang.String subCollectionFieldName)
public java.lang.String getFriendlyName()
public void setFriendlyName(java.lang.String friendlyName)
public java.lang.String getSectionKey()
public void setSectionKey(java.lang.String sectionKey)
public java.lang.String getExternalEntitySectionKey()
public void setExternalEntitySectionKey(java.lang.String externalEntitySectionKey)
public java.lang.String getPathOverride()
public void setPathOverride(java.lang.String pathOverride)
public void setReadOnly(java.lang.Boolean readOnly)
public void setHideIdColumn(java.lang.Boolean hideIdColumn)
Copyright © 2018. All Rights Reserved.