Searched refs:ntotfieldcount (Results 1 – 1 of 1) sorted by relevance
43 protected int ntotfieldcount; field in ControlScroller167 ntotfieldcount = _ntotfieldcount; in initialize()171 if (ntotfieldcount > nblockincrement) in initialize()255 return ntotfieldcount; in getTotalFieldCount()265 if (ntotfieldcount > nblockincrement) in setCurFieldCount()271 ncurfieldcount = ntotfieldcount; in setCurFieldCount()277 this.ntotfieldcount = _ntotfieldcount; in setTotalFieldCount()279 if (ntotfieldcount > nblockincrement) in setTotalFieldCount()340 …Boolean.valueOf(ntotfieldcount > nblockincrement), new Integer(nblockincrement), new Integer(ntotf… in setBlockIncrementation()355 if (nscrollvalue + nblockincrement >= ntotfieldcount) in scrollControls()[all …]
Completed in 22 milliseconds