org.broadleafcommerce.openadmin.web.form.component
Class ListGrid
java.lang.Object
org.broadleafcommerce.openadmin.web.form.component.ListGrid
public class ListGrid
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
className
protected String className
friendlyName
protected String friendlyName
order
protected int order
headerFields
protected Set<Field> headerFields
records
protected List<ListGridRecord> records
toolbarActions
protected List<ListGridAction> toolbarActions
rowActions
protected List<ListGridAction> rowActions
- These actions will start greyed out and unable to be clicked until a specific row has been selected
startIndex
protected int startIndex
addMethodType
protected AddMethodType addMethodType
listGridType
protected String listGridType
sectionKey
protected String sectionKey
externalEntitySectionKey
protected String externalEntitySectionKey
containingEntityId
protected String containingEntityId
subCollectionFieldName
protected String subCollectionFieldName
ListGrid
public ListGrid()
getPath
public String getPath()
addRowAction
public void addRowAction(ListGridAction action)
addToolbarAction
public void addToolbarAction(ListGridAction action)
getClassName
public String getClassName()
setClassName
public void setClassName(String className)
getOrder
public int getOrder()
setOrder
public void setOrder(int order)
getHeaderFields
public Set<Field> getHeaderFields()
setHeaderFields
public void setHeaderFields(Set<Field> headerFields)
getRecords
public List<ListGridRecord> getRecords()
setRecords
public void setRecords(List<ListGridRecord> records)
getToolbarActions
public List<ListGridAction> getToolbarActions()
setToolbarActions
public void setToolbarActions(List<ListGridAction> toolbarActions)
getRowActions
public List<ListGridAction> getRowActions()
setRowActions
public void setRowActions(List<ListGridAction> rowActions)
getStartIndex
public int getStartIndex()
setStartIndex
public void setStartIndex(int startIndex)
getAddMethodType
public AddMethodType getAddMethodType()
setAddMethodType
public void setAddMethodType(AddMethodType addMethodType)
getListGridType
public String getListGridType()
setListGridType
public void setListGridType(ListGrid.Type listGridType)
getContainingEntityId
public String getContainingEntityId()
setContainingEntityId
public void setContainingEntityId(String containingEntityId)
getSubCollectionFieldName
public String getSubCollectionFieldName()
setSubCollectionFieldName
public void setSubCollectionFieldName(String subCollectionFieldName)
getFriendlyName
public String getFriendlyName()
setFriendlyName
public void setFriendlyName(String friendlyName)
getSectionKey
public String getSectionKey()
setSectionKey
public void setSectionKey(String sectionKey)
getExternalEntitySectionKey
public String getExternalEntitySectionKey()
setExternalEntitySectionKey
public void setExternalEntitySectionKey(String externalEntitySectionKey)
Copyright © 2013. All Rights Reserved.