类 AbstractReadHolder
java.lang.Object
com.sh.wf.excel.metadata.AbstractHolder
com.sh.wf.excel.read.metadata.holder.AbstractReadHolder
- 所有已实现的接口:
ConfigurationHolder,Holder,ReadListenerRegistryCenter,ReadHolder
- 直接已知子类:
ReadSheetHolder,ReadWorkbookHolder
public abstract class AbstractReadHolder
extends AbstractHolder
implements ReadHolder, ReadListenerRegistryCenter
Read Holder
-
构造器概要
构造器构造器说明AbstractReadHolder(ReadBasicParameter readBasicParameter, AbstractReadHolder parentAbstractReadHolder, Boolean convertAllFiled) -
方法概要
修饰符和类型方法说明WhatExcelReadHeadPropertydoes the currently operated cell need to executevoidnotifyAfterAllAnalysed(AnalysisContext analysisContext) Notify after all analysedvoidnotifyEndOneRow(AnalysisFinishEvent event, AnalysisContext analysisContext) Parse one row to notify all event listenersWhat handler does the currently operated cell need to executevoidregister(AnalysisEventListener listener) registervoidsetExcelReadHeadProperty(ExcelReadHeadProperty excelReadHeadProperty) voidsetHeadRowNumber(Integer headRowNumber) voidsetReadListenerList(List<ReadListener> readListenerList) 从类继承的方法 com.sh.wf.excel.metadata.AbstractHolder
converterMap, getClazz, getConverterMap, getGlobalConfiguration, getHead, getNewInitialization, globalConfiguration, isNew, setClazz, setConverterMap, setGlobalConfiguration, setHead, setNewInitialization从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.sh.wf.excel.metadata.ConfigurationHolder
converterMap, globalConfiguration, isNew从接口继承的方法 com.sh.wf.excel.metadata.Holder
holderType
-
构造器详细资料
-
AbstractReadHolder
public AbstractReadHolder(ReadBasicParameter readBasicParameter, AbstractReadHolder parentAbstractReadHolder, Boolean convertAllFiled)
-
-
方法详细资料
-
register
从接口复制的说明:ReadListenerRegistryCenterregister- 指定者:
register在接口中ReadListenerRegistryCenter- 参数:
listener- Analysis listener
-
notifyEndOneRow
从接口复制的说明:ReadListenerRegistryCenterParse one row to notify all event listeners- 指定者:
notifyEndOneRow在接口中ReadListenerRegistryCenter- 参数:
event- parse eventanalysisContext- Analysis context
-
notifyAfterAllAnalysed
从接口复制的说明:ReadListenerRegistryCenterNotify after all analysed- 指定者:
notifyAfterAllAnalysed在接口中ReadListenerRegistryCenter- 参数:
analysisContext- Analysis context
-
getReadListenerList
-
setReadListenerList
-
getExcelReadHeadProperty
-
setExcelReadHeadProperty
-
getHeadRowNumber
-
setHeadRowNumber
-
readListenerList
从接口复制的说明:ReadHolderWhat handler does the currently operated cell need to execute- 指定者:
readListenerList在接口中ReadHolder- 返回:
- Current
ReadListener
-
excelReadHeadProperty
从接口复制的说明:ReadHolderWhatExcelReadHeadPropertydoes the currently operated cell need to execute- 指定者:
excelReadHeadProperty在接口中ReadHolder- 返回:
- Current
ExcelReadHeadProperty
-