|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.zekr.engine.common.LocalizedResource
net.sf.zekr.engine.page.AbstractQuranPagingData
net.sf.zekr.engine.page.FixedAyaPagingData
public class FixedAyaPagingData
This class holds paging data of type fixed aya, which means each page contains a fixed number of ayas of the Quran.
Field Summary | |
---|---|
static java.lang.String |
ID
|
Fields inherited from class net.sf.zekr.engine.page.AbstractQuranPagingData |
---|
id, name, pageList |
Fields inherited from class net.sf.zekr.engine.common.LocalizedResource |
---|
names |
Constructor Summary | |
---|---|
FixedAyaPagingData(int ayaPerPage)
|
Method Summary | |
---|---|
int |
getAyaPerPage()
|
void |
reload(int aya)
|
Methods inherited from class net.sf.zekr.engine.page.AbstractQuranPagingData |
---|
getContainerPage, getId, getName, getPageList, getQuranPage, load, meaning, size, toString |
Methods inherited from class net.sf.zekr.engine.common.LocalizedResource |
---|
getLocalizedName, getName, getNames |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ID
Constructor Detail |
---|
public FixedAyaPagingData(int ayaPerPage)
Method Detail |
---|
public int getAyaPerPage()
public void reload(int aya)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |