public class SpreadActionAdapter extends java.lang.Object implements ISpreadAction
构造器和说明 |
---|
SpreadActionAdapter(AbstractFormPlugin plugin) |
限定符和类型 | 方法和说明 |
---|---|
void |
addColumns(SpreadEvent event)
描述:增加列,可以是多列
|
void |
addRows(SpreadEvent event)
描述:增加行,可以是多行
|
void |
askExecute(SpreadEvent event)
描述:删除 插入 行列 询问是否执行
|
void |
cellIsLocked(SpreadEvent event)
描述:双击锁定单元格处理事件
|
void |
deleteColumns(SpreadEvent event)
描述:删除列,可以是多列
|
void |
deleteRows(SpreadEvent event)
描述:删除行
|
void |
delRangeCols(SpreadEvent event)
描述:删除选择范围内列记录,选择列往左移
|
void |
delRangeRow(SpreadEvent event)
描述:删除选择范围内行记录,选择行往上移
|
void |
f7Click(SpreadEvent event)
描述:F7弹框处理
|
void |
getLookupData(SpreadEvent event)
描述:F7手工录入模糊匹配查询处理
|
void |
insertRangeCols(SpreadEvent event)
描述:插入选择范围内列记录,选择列往右移
|
void |
insertRangeRow(SpreadEvent event)
描述:插入选择范围内行记录,选择行往下移
|
void |
invokePluginMethod(SpreadEvent event)
描述:回填插件的接口
|
void |
selectedSpread(SpreadEvent event)
描述:表格选择范围
|
void |
setItemByIdFromClient(SpreadEvent event)
描述:模糊查询返回结果,返回ID,编码,名称
|
void |
showCellDimInfo(SpreadEvent event)
描述:显示单元格维度信息
|
void |
showFormulaPanel(SpreadEvent event)
描述:显示公式向导
|
void |
updateCellValue(SpreadEvent event)
描述:编辑单元格,对值做处理加工
|
void |
updateFormula(SpreadEvent event)
描述:公式修改
|
public SpreadActionAdapter(AbstractFormPlugin plugin)
public void deleteRows(SpreadEvent event)
ISpreadAction
deleteRows
在接口中 ISpreadAction
public void deleteColumns(SpreadEvent event)
ISpreadAction
deleteColumns
在接口中 ISpreadAction
public void addRows(SpreadEvent event)
ISpreadAction
addRows
在接口中 ISpreadAction
public void addColumns(SpreadEvent event)
ISpreadAction
addColumns
在接口中 ISpreadAction
public void updateCellValue(SpreadEvent event)
ISpreadAction
updateCellValue
在接口中 ISpreadAction
public void showCellDimInfo(SpreadEvent event)
ISpreadAction
showCellDimInfo
在接口中 ISpreadAction
public void selectedSpread(SpreadEvent event)
ISpreadAction
selectedSpread
在接口中 ISpreadAction
public void insertRangeRow(SpreadEvent event)
insertRangeRow
在接口中 ISpreadAction
public void insertRangeCols(SpreadEvent event)
insertRangeCols
在接口中 ISpreadAction
public void delRangeCols(SpreadEvent event)
ISpreadAction
delRangeCols
在接口中 ISpreadAction
public void delRangeRow(SpreadEvent event)
ISpreadAction
delRangeRow
在接口中 ISpreadAction
public void updateFormula(SpreadEvent event)
ISpreadAction
updateFormula
在接口中 ISpreadAction
public void invokePluginMethod(SpreadEvent event)
ISpreadAction
invokePluginMethod
在接口中 ISpreadAction
public void f7Click(SpreadEvent event)
public void cellIsLocked(SpreadEvent event)
ISpreadAction
cellIsLocked
在接口中 ISpreadAction
public void showFormulaPanel(SpreadEvent event)
showFormulaPanel
在接口中 ISpreadAction
event
- public void getLookupData(SpreadEvent event)
public void setItemByIdFromClient(SpreadEvent event)
ISpreadAction
setItemByIdFromClient
在接口中 ISpreadAction
public void askExecute(SpreadEvent event)