excel.brick
接口 PageBar

所有超级接口:
excel.core.mouseaction.ActionTool, Brick

public interface PageBar
extends Brick


字段摘要
 
从接口 excel.brick.Brick 继承的字段
BrickAction_AsButton, BrickAction_AsButtonCameraToCell, BrickAction_AsButtonCameraToDS, BrickAction_AsButtonLoadImageToCell, BrickAction_AsButtonLoadImageToDS, BrickAction_Chart, BrickAction_CloneRow, BrickAction_DeleteRow, BrickAction_ImageButton, BrickAction_InsertAfter, BrickAction_InsertBefore, BrickAction_NormalButton, BrickAction_Nothing, BrickAction_PageBar, BrickAction_RetrieveButton, BrickAction_RotatedText, BrickAction_ShowAsImage, BrickAction_ShowAsLine, BrickAction_ShowBorder, BrickAction_SwitchHandle, BrickAction_Tree
 
从接口 excel.core.mouseaction.ActionTool 继承的字段
IDC_ARROW, IDC_CROSS, IDC_DEFAULT, IDC_DOWN, IDC_EDITTIP, IDC_HAND, IDC_LB, IDC_LB2, IDC_LT, IDC_LT2, IDC_MOVE, IDC_MOVESELECTION, IDC_MOVESELECTION2, IDC_RB, IDC_RB2, IDC_RESIZESELECTION, IDC_RIGHT, IDC_RT, IDC_RT2, IDC_WISESOFT
 
方法摘要
 int getOnceRetrieveRowCount()
           
 int getPageCount()
           
 int getPageIndex()
           
 java.awt.Rectangle getPageIndexBounds()
           
 void reset(int dbRowCount)
           
 void setButtonEnabled(java.lang.String whatButton, boolean enabled)
           
 void setOnceRetrieveRowCount(int rc)
           
 void setPageCount(int pc)
           
 void setPageIndex(int pi)
           
 
从接口 excel.brick.Brick 继承的方法
afterAddToCell, bind, contains, getAction, getBounds, getCaption, getConnection, getCurrentGroup, getDataSource, getFilter, getFontSize, getHeight, getName, getParentCell, getRootLabel, getRootValue, getSelect, getTag, getValue, getWidth, getX, getY, invalidate, isAutoLoad, isDynamicCreate, isEnabled, isLazyLoading, isLocked, isMultiSelection, isOnFocus, isPrintable, isVisible, paint, setAutoLoad, setBounds, setCaption, setConnection, setCurrentGroup, setDataSource, setEnabled, setFilter, setFocus, setFontSize, setHeight, setLazyLoading, setLocked, setMultiSelection, setParent, setParentCell, setPrintable, setRootLabel, setRootValue, setSelect, setTag, setValue, setVisible, setWidth, setX, setY, unBind
 
从接口 excel.core.mouseaction.ActionTool 继承的方法
keyPressed, keyReleased, OnLButtonClick, OnLButtonDblClk, OnLButtonDown, OnLButtonUp, OnMouseDrag, OnMouseEntered, OnMouseExited, OnMouseMove, OnRButtonDown
 

方法详细信息

getOnceRetrieveRowCount

int getOnceRetrieveRowCount()

setOnceRetrieveRowCount

void setOnceRetrieveRowCount(int rc)

setPageCount

void setPageCount(int pc)

getPageCount

int getPageCount()

setPageIndex

void setPageIndex(int pi)

getPageIndex

int getPageIndex()

reset

void reset(int dbRowCount)

setButtonEnabled

void setButtonEnabled(java.lang.String whatButton,
                      boolean enabled)

getPageIndexBounds

java.awt.Rectangle getPageIndexBounds()