excel.brick
接口 LoadImageToDSButton

所有超级接口:
excel.core.mouseaction.ActionTool, Brick, VirtualButton
所有已知子接口:
LoadCameraImageToDSButton

public interface LoadImageToDSButton
extends VirtualButton


字段摘要
 
从接口 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
 
方法摘要
 java.lang.String getDataSource()
           
 java.lang.String getDBCol()
           
 void setDataSource(java.lang.String dsname)
           
 void setDBCol(java.lang.String col)
           
 
从接口 excel.brick.VirtualButton 继承的方法
addActionListener
 
从接口 excel.brick.Brick 继承的方法
afterAddToCell, bind, contains, getAction, getBounds, getCaption, getConnection, getCurrentGroup, 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, 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
 

方法详细信息

getDataSource

java.lang.String getDataSource()
指定者:
接口 Brick 中的 getDataSource

setDataSource

void setDataSource(java.lang.String dsname)
指定者:
接口 Brick 中的 setDataSource

getDBCol

java.lang.String getDBCol()

setDBCol

void setDBCol(java.lang.String col)