ENTITY - The type of entity.public class GroupingListRowResource<ENTITY> extends Object implements Serializable
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected int |
_currentIndex |
protected List<ENTITY> |
_groupingEntityList |
| コンストラクタと説明 |
|---|
GroupingListRowResource() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addGroupingEntity(ENTITY entity)
Add the element entity to the list of grouping entity.
|
ENTITY |
getCurrentEntity() |
int |
getCurrentIndex() |
List<ENTITY> |
getGroupingEntityList() |
int |
getNextIndex() |
void |
setCurrentIndex(int currentIndex)
Set the index of current element.
|
public ENTITY getCurrentEntity()
public List<ENTITY> getGroupingEntityList()
public void addGroupingEntity(ENTITY entity)
entity - The element entity to the list of grouping entity.public int getCurrentIndex()
public void setCurrentIndex(int currentIndex)
currentIndex - The index of current element.public int getNextIndex()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.