3 protected int m_iEntryCount;
4 protected ref ScriptInvoker m_OnShowEntries =
new ScriptInvoker();
6 void SetPageIndex(
int index)
11 void SetEntryCount(
int count)
13 m_iEntryCount = count;
16 ScriptInvoker GetOnShowEntries()
18 return m_OnShowEntries;
21 override protected void ShowEntries(Widget contentWidget,
int indexStart,
int indexEnd)
23 m_OnShowEntries.Invoke(contentWidget, indexStart, indexEnd);
25 override protected int GetEntryCount()