序列化表格
-
程序包 com.sh.ai
-
类 com.sh.ai.AICallbackMessage
class AICallbackMessage extends Object implements Serializable
-
-
程序包 com.sh.ai.impl
-
类 com.sh.ai.impl.AIBaseConfig
class AIBaseConfig extends Object implements Serializable-
序列化字段
-
addSkill
boolean addSkill
-
apiKey
String apiKey
-
baseUrl
String baseUrl
-
commonParamObj
JSONObject commonParamObj
-
debug
boolean debug
-
fileList
List<File> fileList
-
from
int from
-
mcpServerList
List<McpUtil.McpInfo> mcpServerList
-
memory
boolean memory
-
options
Map<String,
Object> options -
query
String query
-
sessionId
String sessionId
-
sessionName
String sessionName
-
system
String system
-
toolAppendSystem
boolean toolAppendSystem
-
toolArgsMap
Map<String,
JSONObject> toolArgsMap -
toolList
List<AITool> toolList
-
user
String user
-
-
-
类 com.sh.ai.impl.RagAIBaseConfig
class RagAIBaseConfig extends AIBaseConfig implements Serializable-
序列化字段
-
ragChatId
String ragChatId
-
-
-
-
程序包 com.sh.ai.impl.common
-
类 com.sh.ai.impl.common.AIToolRet
class AIToolRet extends Object implements Serializable
-
-
程序包 com.sh.ai.impl.dify
-
类 com.sh.ai.impl.dify.DifyConfig
class DifyConfig extends RagAIBaseConfig implements Serializable-
序列化字段
-
autoGenerateName
boolean autoGenerateName
-
fileIdList
List<String> fileIdList
-
inputs
JSONObject inputs
-
responseMode
String responseMode
-
-
-
-
程序包 com.sh.ai.impl.ollama
-
类 com.sh.ai.impl.ollama.OllamaConfig
class OllamaConfig extends AIBaseConfig implements Serializable
-
-
程序包 com.sh.ai.impl.openai
-
类 com.sh.ai.impl.openai.OpenAIConfig
class OpenAIConfig extends AIBaseConfig implements Serializable-
序列化字段
-
hasCompressMemory
boolean hasCompressMemory
-
messageList
List<OpenAIConfig.OpenAIMessage> messageList
-
model
String model
-
openAIClient
com.openai.client.OpenAIClient openAIClient
-
-
-
-
程序包 com.sh.ai.impl.ragflow
-
类 com.sh.ai.impl.ragflow.RagFlowConfig
class RagFlowConfig extends RagAIBaseConfig implements Serializable-
序列化字段
-
stream
boolean stream
-
-
-
-
程序包 com.sh.base.frame.common
-
类 com.sh.base.frame.common.SystemUserCache
class SystemUserCache extends Constant implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
loginUserIdIgnoreCase
boolean loginUserIdIgnoreCase
-
loginUserMap
ConcurrentMap<String,
UserInfo> loginUserMap -
systemUserMap
ConcurrentMap<String,
UserInfo> systemUserMap
-
-
类 com.sh.base.frame.common.SystemUserRedisCache
class SystemUserRedisCache extends Constant implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
isConnectedSuccess
boolean isConnectedSuccess
-
log4j
org.apache.logging.log4j.Logger log4j
-
loginUserIdIgnoreCase
boolean loginUserIdIgnoreCase
-
-
-
程序包 com.sh.base.frame.common.util
-
类 com.sh.base.frame.common.util.DBConfig
class DBConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.base.frame.common.util.InitServlet
class InitServlet extends jakarta.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- -2961157618684965117L
-
类 com.sh.base.frame.common.util.UserInfo
class UserInfo extends Object implements Serializable- serialVersionUID:
- -4549636666077354625L
-
序列化字段
-
areaCode
String areaCode
-
cityCode
String cityCode
-
deptId
String deptId
用户所属的部门编号 该属性已废弃 -
deptIdAdminList
String deptIdAdminList
-
deptIdList
String deptIdList
-
deptName
String deptName
用户所属的部门名称 该属性已废弃 -
deptNameAdminList
String deptNameAdminList
-
deptNameList
String deptNameList
-
frameType
String frameType
用户当前子系统所对应的框架类型:00传统,01树形,02链接方式 -
gender
String gender
-
isAdmin
boolean isAdmin
-
isAuth
boolean isAuth
是否通过认证,true通过认证;false没有通过认证 -
isTsr
boolean isTsr
-
loginId
String loginId
-
loginPwd
String loginPwd
-
managerUserList
String managerUserList
-
msgStr1
String msgStr1
-
msgStr2
String msgStr2
-
msgStr3
String msgStr3
-
msgStr4
String msgStr4
-
msgStr5
String msgStr5
-
paramMap
Map<String,
Object> paramMap -
provinceCode
String provinceCode
-
roleId
String roleId
-
roleList
String roleList
以逗号隔开的角色编号,如:'role1','role2'... -
roleNameList
String roleNameList
角色名称列表,以逗号隔开 -
serverAddr
String serverAddr
-
subSysId
String subSysId
用户当前进入的子系统编号 -
userId
String userId
用户编号 -
userName
String userName
用户姓名 -
visitId
int visitId
-
wxOpenId
String wxOpenId
-
wxUserId
String wxUserId
-
-
-
程序包 com.sh.common.exec
-
异常错误 com.sh.common.exec.ExecuteException
class ExecuteException extends IOException implements Serializable- serialVersionUID:
- 3256443620654331699L
-
序列化字段
-
cause
Throwable cause
The underlying cause of this exception. -
exitValue
int exitValue
The exit value returned by the failed process
-
-
-
程序包 com.sh.common.parser
-
类 com.sh.common.parser.SQLInfo
class SQLInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.common.po
-
程序包 com.sh.common.util
-
类 com.sh.common.util.ProcessMonitor
class ProcessMonitor extends jakarta.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.compile
-
异常错误 com.sh.compile.ExpressionException
class ExpressionException extends Exception implements Serializable- serialVersionUID:
- 1L
-
异常错误 com.sh.compile.ParserException
class ParserException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.compile.express
-
异常错误 com.sh.compile.express.ParseException
class ParseException extends Exception implements Serializable-
序列化字段
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
specialConstructor
boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below). -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
-
错误 com.sh.compile.express.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
程序包 com.sh.demo
-
类 com.sh.demo.DemoServlet
class DemoServlet extends jakarta.servlet.http.HttpServlet implements Serializable
-
-
程序包 com.sh.http.common.codec.h2.codec
-
异常错误 com.sh.http.common.codec.h2.codec.HpackDecoder.HpackException
class HpackException extends Exception implements Serializable -
异常错误 com.sh.http.common.codec.h2.codec.HpackEncoder.HpackException
class HpackException extends Exception implements Serializable
-
-
程序包 com.sh.http.common.exception
-
异常错误 com.sh.http.common.exception.FrameException
class FrameException extends RuntimeException implements Serializable -
异常错误 com.sh.http.common.exception.HttpException
class HttpException extends RuntimeException implements Serializable-
序列化字段
-
httpStatus
HttpStatus httpStatus
-
-
-
-
程序包 com.sh.http.conn
-
异常错误 com.sh.http.conn.DecoderException
class DecoderException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.http.core.bcel.classfile
-
异常错误 com.sh.http.core.bcel.classfile.ClassFormatException
class ClassFormatException extends RuntimeException implements Serializable- serialVersionUID:
- 3243149520175287759L
-
-
程序包 com.sh.http.plugins
-
异常错误 com.sh.http.plugins.PluginException
class PluginException extends RuntimeException implements Serializable
-
-
程序包 com.sh.http.plugins.security
-
类 com.sh.http.plugins.security.SecurityCheckServlet
class SecurityCheckServlet extends jakarta.servlet.http.HttpServlet implements Serializable-
序列化字段
-
deploymentInfo
DeploymentInfo deploymentInfo
-
-
-
-
程序包 com.sh.http.server.waf
-
异常错误 com.sh.http.server.waf.WafException
class WafException extends HttpException implements Serializable
-
-
程序包 com.sh.javax.common
-
类 com.sh.javax.common.DatabaseConfig
class DatabaseConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.javax.datastore
-
类 com.sh.javax.datastore.CSVDatastore
class CSVDatastore extends TextDatastore implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.javax.datastore.Datastore
class Datastore extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
cols
int cols
-
columnIndexMap
Map<String,
Integer> columnIndexMap -
datalist
LinkedList<RowInfo> datalist
-
drows
int drows
-
filter
String filter
-
forEachBreak
boolean forEachBreak
-
frows
int frows
-
gloableDataMap
Map<String,
Object> gloableDataMap -
header
LinkedList<HeaderInfo> header
-
isCacheData
boolean isCacheData
-
lastGetCol
String lastGetCol
-
logSet
Set<String> logSet
-
prows
int prows
-
queryColsType
String[] queryColsType
-
queryObj
Object[] queryObj
-
queryTime
long queryTime
-
sort
String sort
-
sql
String sql
-
-
类 com.sh.javax.datastore.DsUpdateDBBuilder
class DsUpdateDBBuilder extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
_processData
DsUpdateDBBuilderCol_I _processData
-
autoCreate
boolean autoCreate
-
changeColNameMap
Map<String,
String> changeColNameMap -
clearData
boolean clearData
-
colList
List<DsUpdateDBBuilder.DsUpdateDBBuilderCol> colList
-
cols
String[] cols
-
dc
DataCenter dc
-
ds
Datastore ds
-
ignoreColList
List<String> ignoreColList
-
insertRow
int insertRow
-
sbb
SQLBatchBuilder sbb
-
tableName
String tableName
-
updateFilterFunc
Predicate<RowInfo> updateFilterFunc
-
updateRow
int updateRow
-
-
类 com.sh.javax.datastore.ExcelDatastore
class ExcelDatastore extends FileDatastore implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
sheetIndex
int sheetIndex
-
-
类 com.sh.javax.datastore.FileDatastore
class FileDatastore extends Datastore implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
batchRow
int batchRow
-
consumer
FileBatchRet_I consumer
-
context
FileDsContext context
-
firstAsHeader
boolean firstAsHeader
-
forceCalTotalRow
boolean forceCalTotalRow
-
hasRenderHeader
boolean hasRenderHeader
-
headerFunc
FileBatchHeader_I headerFunc
-
isSelfDefineStartRow
boolean isSelfDefineStartRow
-
itemDataFunc
FileBatchItemData_I itemDataFunc
-
limitRow
int limitRow
-
path
String path
-
separator
String separator
-
startRow
int startRow
-
totalLoadRowCount
int totalLoadRowCount
-
totalRowCount
int totalRowCount
-
useTrim
boolean useTrim
-
-
类 com.sh.javax.datastore.HeaderInfo
class HeaderInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.javax.datastore.ItemInfo
class ItemInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.javax.datastore.JSONDatastore
class JSONDatastore extends Datastore implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
callback
JSONDatastoreRender_I callback
-
jsonDataObj
JSONObject jsonDataObj
-
lastArrayKey
String lastArrayKey
-
-
类 com.sh.javax.datastore.RowInfo
class RowInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
data
LinkedList<ItemInfo> data
-
ds
Datastore ds
-
flag
int flag
-
rowData
Object rowData
-
rowNo
int rowNo
-
-
类 com.sh.javax.datastore.TextDatastore
class TextDatastore extends FileDatastore implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.javax.exception
-
异常错误 com.sh.javax.exception.ColumnTypeNotMatchException
class ColumnTypeNotMatchException extends Exception implements Serializable -
异常错误 com.sh.javax.exception.FilterException
class FilterException extends Exception implements Serializable -
异常错误 com.sh.javax.exception.FindException
class FindException extends Exception implements Serializable -
异常错误 com.sh.javax.exception.InvalidRowColException
class InvalidRowColException extends Exception implements Serializable -
异常错误 com.sh.javax.exception.NotSetLogicException
class NotSetLogicException extends Exception implements Serializable -
异常错误 com.sh.javax.exception.ReflectException
class ReflectException extends Exception implements Serializable- serialVersionUID:
- 1L
-
异常错误 com.sh.javax.exception.RetrieveException
class RetrieveException extends Exception implements Serializable -
异常错误 com.sh.javax.exception.SortException
class SortException extends Exception implements Serializable -
异常错误 com.sh.javax.exception.UpdateException
class UpdateException extends Exception implements Serializable
-
-
程序包 com.sh.javax.log
-
类 com.sh.javax.log.Log4jInit
class Log4jInit extends jakarta.servlet.http.HttpServlet implements Serializable
-
-
程序包 com.sh.javax.queryclient
-
类 com.sh.javax.queryclient.SQueryInfo
class SQueryInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.javax.security
-
类 com.sh.javax.security.License
class License extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.javax.util
-
类 com.sh.javax.util.CheckBoxGroup
class CheckBoxGroup extends Object implements Serializable-
序列化字段
-
cols
int cols
-
defaultValue
String defaultValue
-
defaultValueArray
String[] defaultValueArray
-
ds
Datastore ds
-
dsFrom
String dsFrom
-
inputType
String inputType
-
onclick
String onclick
-
text
String[] text
-
textColName
String textColName
-
useTable
boolean useTable
-
value
String[] value
-
valueColName
String valueColName
-
-
-
类 com.sh.javax.util.Header
class Header extends Object implements Serializable -
类 com.sh.javax.util.Options
class Options extends Object implements Serializable-
序列化字段
-
defaultValue
String defaultValue
-
defaultValueArray
String[] defaultValueArray
-
ds
Datastore ds
-
dsFrom
String dsFrom
-
enableGrp
boolean enableGrp
-
grpArray
Map<String,
String[][]> grpArray -
grpDs
Map<String,
Datastore> grpDs -
text
String[] text
-
textColName
String textColName
-
value
String[] value
-
valueColName
String valueColName
-
-
-
类 com.sh.javax.util.Param
class Param extends Object implements Serializable-
序列化字段
-
value
String value
-
-
-
类 com.sh.javax.util.PopCheckbox
class PopCheckbox extends PopList implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.javax.util.PopList
class PopList extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
buttonType
String buttonType
-
eventId
String eventId
-
height
String height
-
imgSrc
String imgSrc
-
label
String label
-
objId
String objId
-
objName
String objName
-
onChoose
String onChoose
-
pageRows
int pageRows
-
plEvt
PopListEvt plEvt
-
request
jakarta.servlet.http.HttpServletRequest request
-
title
String title
-
width
String width
-
-
类 com.sh.javax.util.TableHeader
class TableHeader extends Object implements Serializable-
序列化字段
-
firstClickSortType
String firstClickSortType
-
jsPath
String jsPath
-
method
String method
-
otherParams
String otherParams
-
request
jakarta.servlet.ServletRequest request
-
sortAsc
String sortAsc
-
sortColParamName
String sortColParamName
-
sortDesc
String sortDesc
-
sortTypeParamName
String sortTypeParamName
-
trStyleClass
String trStyleClass
-
-
-
类 com.sh.javax.util.TableHeaderCol
class TableHeaderCol extends Object implements Serializable
-
-
程序包 com.sh.jave
-
类 com.sh.jave.AudioAttributes
class AudioAttributes extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
bitRate
Integer bitRate
The bitrate value for the encoding process. If null or not specified a default value will be picked. -
channels
Integer channels
The channels value (1=mono, 2=stereo) for the encoding process. If null or not specified a default value will be picked. -
codec
String codec
The codec name for the encoding process. If null or not specified the encoder will perform a direct stream copy. -
samplingRate
Integer samplingRate
The samplingRate value for the encoding process. If null or not specified a default value will be picked. -
volume
Integer volume
The volume value for the encoding process. If null or not specified a default value will be picked. If 256 no volume change will be performed.
-
-
异常错误 com.sh.jave.EncoderException
class EncoderException extends Exception implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.jave.EncodingAttributes
class EncodingAttributes extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
audioAttributes
AudioAttributes audioAttributes
The attributes for the encoding of the audio stream in the target multimedia file. If null of not specified no audio stream will be encoded. It cannot be null if also the video field is null. -
duration
Float duration
The duration (seconds) of the re-encoded stream. If null or not specified the source stream, starting from the offset, will be completely re-encoded in the target stream. -
format
String format
The format name for the encoded target multimedia file. Be sure this format is supported (seeEncoder.getSupportedEncodingFormats(). -
offset
Float offset
The start offset time (seconds). If null or not specified no start offset will be applied. -
videoAttributes
VideoAttributes videoAttributes
The attributes for the encoding of the video stream in the target multimedia file. If null of not specified no video stream will be encoded. It cannot be null if also the audio field is null.
-
-
异常错误 com.sh.jave.InputFormatException
class InputFormatException extends EncoderException implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.jave.VideoAttributes
class VideoAttributes extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
bitRate
Integer bitRate
The bitrate value for the encoding process. If null or not specified a default value will be picked. -
codec
String codec
The codec name for the encoding process. If null or not specified the encoder will perform a direct stream copy. -
frameRate
Integer frameRate
The frame rate value for the encoding process. If null or not specified a default value will be picked. -
size
VideoSize size
The video size for the encoding process. If null or not specified the source video size will not be modified. -
tag
String tag
The the forced tag/fourcc value for the video stream.
-
-
类 com.sh.jave.VideoSize
class VideoSize extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
height
int height
The video height. -
width
int width
The video width.
-
-
-
程序包 com.sh.json
-
类 com.sh.json.JSONArray
class JSONArray extends AbstractJSON implements Serializable-
序列化字段
-
elements
List elements
The List where the JSONArray's properties are kept. -
expandElements
boolean expandElements
A flag for XML processing.
-
-
-
异常错误 com.sh.json.JSONException
class JSONException extends RuntimeException implements Serializable- serialVersionUID:
- 6995087065217051815L
-
类 com.sh.json.JSONFunction
class JSONFunction extends Object implements Serializable -
类 com.sh.json.JSONNull
class JSONNull extends Object implements Serializable -
类 com.sh.json.JSONObject
class JSONObject extends AbstractJSON implements Serializable-
序列化字段
-
nullObject
boolean nullObject
identifies this object as null -
properties
Map properties
The Map where the JSONObject's properties are kept.
-
-
-
-
程序包 com.sh.json.ezmorph
-
类 com.sh.json.ezmorph.MorpherRegistry
class MorpherRegistry extends Object implements Serializable- serialVersionUID:
- -3894767123320768419L
-
异常错误 com.sh.json.ezmorph.MorphException
class MorphException extends RuntimeException implements Serializable- serialVersionUID:
- -540093801787033824L
-
序列化字段
-
cause
Throwable cause
The root cause of thisConversionException, compatible with JDK 1.4's extensions tojava.lang.Throwable.
-
-
-
程序包 com.sh.json.ezmorph.bean
-
类 com.sh.json.ezmorph.bean.MorphDynaBean
class MorphDynaBean extends Object implements Serializable- serialVersionUID:
- -605547389232706344L
-
序列化字段
-
dynaClass
MorphDynaClass dynaClass
-
dynaValues
Map<Object,
Object> dynaValues -
morpherRegistry
MorpherRegistry morpherRegistry
-
-
类 com.sh.json.ezmorph.bean.MorphDynaClass
class MorphDynaClass extends Object implements Serializable- serialVersionUID:
- -613214016860871560L
-
-
程序包 com.sh.mail.core
-
异常错误 com.sh.mail.core.EmailException
class EmailException extends Exception implements Serializable- serialVersionUID:
- 5550674499282474616L
-
序列化字段
-
rootCause
Throwable rootCause
Root cause of the exception
-
-
-
程序包 com.sh.mail.mime4j
-
异常错误 com.sh.mail.mime4j.MimeException
class MimeException extends Exception implements Serializable- serialVersionUID:
- 8352821278714188542L
-
异常错误 com.sh.mail.mime4j.MimeIOException
class MimeIOException extends IOException implements Serializable- serialVersionUID:
- 5393613459533735409L
-
-
程序包 com.sh.mail.mime4j.io
-
异常错误 com.sh.mail.mime4j.io.MaxHeaderLengthLimitException
class MaxHeaderLengthLimitException extends MimeException implements Serializable- serialVersionUID:
- 8924290744274769913L
-
异常错误 com.sh.mail.mime4j.io.MaxHeaderLimitException
class MaxHeaderLimitException extends MimeException implements Serializable- serialVersionUID:
- 2154269045186186769L
-
异常错误 com.sh.mail.mime4j.io.MaxLineLimitException
class MaxLineLimitException extends IOException implements Serializable- serialVersionUID:
- 1855987166990764426L
-
-
程序包 com.sh.mail.mime4j.stream
-
异常错误 com.sh.mail.mime4j.stream.MimeParseEventException
class MimeParseEventException extends MimeException implements Serializable- serialVersionUID:
- 4632991604246852302L
-
序列化字段
-
event
Event event
-
-
-
程序包 com.sh.mail.monitor.process
-
类 com.sh.mail.monitor.process.MainTask
class MainTask extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.mail.po
-
类 com.sh.mail.po.MailConfig
class MailConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
confId
String confId
-
isUsed
String isUsed
-
lastReceiveDate
long lastReceiveDate
-
lastReceiveTime
Date lastReceiveTime
-
mailAddr
String mailAddr
-
mailUser
String mailUser
-
password
String password
-
pop3
String pop3
-
popPort
String popPort
-
popSsl
String popSsl
-
receiveInterval
long receiveInterval
-
sendInterval
long sendInterval
-
smtp
String smtp
-
smtpPort
String smtpPort
-
smtpSsl
String smtpSsl
-
threadNum
int threadNum
-
-
-
程序包 com.sh.process.api
-
程序包 com.sh.process.example
-
类 com.sh.process.example.TestClient
class TestClient extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.process.server
-
类 com.sh.process.server.FrameBackgroundImpl
class FrameBackgroundImpl extends UnicastRemoteObject implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.process.server.PushMessage
class PushMessage extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
msgList
ConcurrentLinkedQueue<PushMsg> msgList
-
-
类 com.sh.process.server.SHProcessImpl
class SHProcessImpl extends UnicastRemoteObject implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.process.server.TalkMessage
class TalkMessage extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
CHECK_DC_VALID_SQL
String CHECK_DC_VALID_SQL
-
COLUMN_EXIST_SQL
String COLUMN_EXIST_SQL
-
constMap
ConcurrentHashMap<String,
String> constMap -
databaseProperties
Properties databaseProperties
-
DB_TYPE
String DB_TYPE
-
deployDir
String deployDir
-
exConnType
String exConnType
-
exJndiName
String exJndiName
-
exPoolType
int exPoolType
-
INDEX_EXIST_SQL
String INDEX_EXIST_SQL
-
log4jConfig
String log4jConfig
-
mainConnType
String mainConnType
-
mainJndiName
String mainJndiName
-
mainPoolType
int mainPoolType
-
NULLIF
String NULLIF
-
OBJ_TABLES_SQL
String OBJ_TABLES_SQL
-
PAGE_TYPE
String PAGE_TYPE
-
RECYCLEBIN_SQL
String RECYCLEBIN_SQL
-
reportConnType
String reportConnType
-
reportJndiName
String reportJndiName
-
reportPoolType
int reportPoolType
-
SEQUENCES_EXIST_SQL
String SEQUENCES_EXIST_SQL
-
SHOW_SQL
boolean SHOW_SQL
-
SYSDATE
String SYSDATE
-
sysParam
Properties sysParam
-
sysParamEx
Properties sysParamEx
-
TABLE_EXIST_SQL
String TABLE_EXIST_SQL
-
-
-
程序包 com.sh.res.impl
-
类 com.sh.res.impl.Heart
class Heart extends UnicastRemoteObject implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.res.impl.Res
class Res extends UnicastRemoteObject implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.resource.rmi
-
类 com.sh.resource.rmi.CommonServer
class CommonServer extends UnicastRemoteObject implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.resource.rmi.FileServer
class FileServer extends UnicastRemoteObject implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
localVar
ThreadLocal<FileServerVar> localVar
-
log4j
org.apache.logging.log4j.Logger log4j
-
-
类 com.sh.resource.rmi.FileServer2
class FileServer2 extends UnicastRemoteObject implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
aiIndex
AtomicInteger aiIndex
-
MAX_SESSION
int MAX_SESSION
-
-
类 com.sh.resource.rmi.Heart
class Heart extends UnicastRemoteObject implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.resource.rmi.po
-
类 com.sh.resource.rmi.po.FileServerVar
class FileServerVar extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
configMap
Map<String,
String> configMap -
filePath
String filePath
-
fos
FileOutputStream fos
-
startTime
long startTime
-
timeSecLen
int timeSecLen
-
-
类 com.sh.resource.rmi.po.TokenInfo
class TokenInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
createTime
long createTime
-
token
String token
-
-
-
程序包 com.sh.spring.ret
-
类 com.sh.spring.ret.ResultBean
class ResultBean extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.system.config
-
类 com.sh.system.config.ConstValueServlet
class ConstValueServlet extends SHServletBase implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.system.servlet
-
类 com.sh.system.servlet.APIAccessToken
class APIAccessToken extends SHServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.system.servlet.APIAccessTokenExt
class APIAccessTokenExt extends SHServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.system.servlet.APIRefreshAccessToken
class APIRefreshAccessToken extends SHServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.system.servlet.AuthServlet
class AuthServlet extends SHServletBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
SIGN_TRY_KEY
String SIGN_TRY_KEY
-
-
类 com.sh.system.servlet.DocumentPreviewServlet
class DocumentPreviewServlet extends SHServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.system.servlet.EnterRandCodeServlet
class EnterRandCodeServlet extends SHServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.system.servlet.EnterServlet
class EnterServlet extends SHServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.system.servlet.ErrorServlet
class ErrorServlet extends SHServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.system.servlet.Frame2Servlet
class Frame2Servlet extends FrameServlet implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.system.servlet.FrameServlet
class FrameServlet extends SHServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.system.servlet.LogoutServlet
class LogoutServlet extends SHServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.system.servlet.UserAccessToken
class UserAccessToken extends SHServletBase implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.util
-
类 com.sh.util.AbstractMap.SimpleEntry
class SimpleEntry extends Object implements Serializable- serialVersionUID:
- -8499721149061103585L
-
类 com.sh.util.AbstractMap.SimpleImmutableEntry
class SimpleImmutableEntry extends Object implements Serializable- serialVersionUID:
- 7138329143949025153L
-
类 com.sh.util.Excel2007CacheRows
class Excel2007CacheRows extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.util.ExcelRow
class ExcelRow extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
curRowNo
int curRowNo
-
excelFile
ExcelFile excelFile
-
isStream
boolean isStream
-
row
org.apache.poi.ss.usermodel.Row row
-
rowData
List<Object> rowData
-
sheet
ExcelSheet sheet
-
sheetNum
int sheetNum
-
-
-
程序包 com.sh.util.communication.socket.flash
-
类 com.sh.util.communication.socket.flash.PushMsg
class PushMsg extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.util.communication.socket.flash.PushServerRunnable
class PushServerRunnable extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.util.concurrent
-
程序包 com.sh.util.exception
-
异常错误 com.sh.util.exception.ContextException
class ContextException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.weixin.message.corp
-
类 com.sh.weixin.message.corp.CorpArticle
class CorpArticle extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.weixin.message.corp.CorpBaseMessage
class CorpBaseMessage extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.weixin.message.corp.CorpNewsMessage
class CorpNewsMessage extends CorpBaseMessage implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
articles
List<CorpArticle> articles
-
-
类 com.sh.weixin.message.corp.CorpTextMessage
class CorpTextMessage extends CorpBaseMessage implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
content
String content
-
-
-
程序包 com.sh.weixin.servlet
-
类 com.sh.weixin.servlet.WXCorpRemoteServlet
class WXCorpRemoteServlet extends jakarta.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
log4j
org.apache.logging.log4j.Logger log4j
-
-
类 com.sh.weixin.servlet.WXRemoteServlet
class WXRemoteServlet extends jakarta.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
log4j
org.apache.logging.log4j.Logger log4j
-
-
-
程序包 com.sh.weixin.servlet.wxres
-
异常错误 com.sh.weixin.servlet.wxres.AesException
class AesException extends Exception implements Serializable-
序列化字段
-
code
int code
-
-
-
-
程序包 com.sh.wf.common.po
-
类 com.sh.wf.common.po.FlowObject
class FlowObject extends Object implements Serializable-
序列化字段
-
backEnable
boolean backEnable
-
continueNext
boolean continueNext
-
flowId
String flowId
-
ifLogicMap
Map<String,
Class<IfLogic>> ifLogicMap -
label
String label
-
logicMap
Map<String,
Class<NodeLogic>> logicMap -
node
Node node
-
nodeId
String nodeId
-
nodeX
double nodeX
-
nodeY
double nodeY
-
objectId
String objectId
-
paramMap
Map<String,
String> paramMap -
saveTaskVcl
boolean saveTaskVcl
-
waitExeAll
boolean waitExeAll
-
-
-
-
程序包 com.sh.wf.context
-
类 com.sh.wf.context.Constant
class Constant extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.context.Context
class Context extends Constant implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
isDataChanged
boolean isDataChanged
-
objMap
ConcurrentHashMap<String,
Object> objMap
-
-
类 com.sh.wf.context.FlowContext
class FlowContext extends Context implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.context.RuntimeContext
class RuntimeContext extends Context implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.engine.config
-
类 com.sh.wf.engine.config.WFTaskConfig
class WFTaskConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
context
FlowContext context
-
dc
DataCenter dc
-
flowId
String flowId
-
taskId
String taskId
-
taskUser
String taskUser
-
-
-
程序包 com.sh.wf.etl
-
类 com.sh.wf.etl.ETLData
class ETLData extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
afterRun
String afterRun
-
afterRunIds
String[] afterRunIds
-
dataLineList
List<ArrowLine> dataLineList
-
dataLogEnable
boolean dataLogEnable
-
dataMap
Map<String,
ETLBase> dataMap -
devModel
boolean devModel
-
diskFilePath
String diskFilePath
-
exeTime
String exeTime
-
id
String id
-
javaAttr
JavaAttr javaAttr
-
label
String label
-
logFile
boolean logFile
-
sdbEnable
boolean sdbEnable
-
serverName
String serverName
-
userId
String userId
-
xmlSource
String xmlSource
-
-
-
程序包 com.sh.wf.etl.base
-
类 com.sh.wf.etl.base.ETLNotifyRunInfo
class ETLNotifyRunInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
id
String id
-
-
类 com.sh.wf.etl.base.JavaAttr
class JavaAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.etl.context
-
类 com.sh.wf.etl.context.Constant
class Constant extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.etl.context.ETLContext
class ETLContext extends Constant implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
log4j
org.apache.logging.log4j.Logger log4j
-
objMap
ConcurrentMap<String,
Object> objMap
-
-
-
程序包 com.sh.wf.etl.java
-
类 com.sh.wf.etl.java.ETLJavaBase
class ETLJavaBase extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
context
ETLContext context
-
dc
DataCenter dc
-
errorMsg
String errorMsg
-
etlData
ETLData etlData
-
javaAttr
JavaAttr javaAttr
-
lastErrorMsg
String lastErrorMsg
-
log4j
org.apache.logging.log4j.Logger log4j
-
-
类 com.sh.wf.etl.java.ETLLineJavaBase
class ETLLineJavaBase extends ETLJavaBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.etl.java.ETLNodeJavaBase
class ETLNodeJavaBase extends ETLJavaBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.etl.java.ETLTaskJavaBase
class ETLTaskJavaBase extends ETLJavaBase implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.etl.servlet
-
类 com.sh.wf.etl.servlet.ETLDesignServlet
class ETLDesignServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.excel.exception
-
异常错误 com.sh.wf.excel.exception.ExcelAnalysisException
class ExcelAnalysisException extends RuntimeException implements Serializable -
异常错误 com.sh.wf.excel.exception.ExcelAnalysisStopException
class ExcelAnalysisStopException extends ExcelAnalysisException implements Serializable -
异常错误 com.sh.wf.excel.exception.ExcelCommonException
class ExcelCommonException extends RuntimeException implements Serializable -
异常错误 com.sh.wf.excel.exception.ExcelDataConvertException
class ExcelDataConvertException extends RuntimeException implements Serializable-
序列化字段
-
cellData
CellData cellData
NotNull. -
columnIndex
Integer columnIndex
NotNull. -
excelContentProperty
ExcelContentProperty excelContentProperty
Nullable.Only when the header is configured and when the class header is used is not null. -
rowIndex
Integer rowIndex
NotNull.
-
-
-
异常错误 com.sh.wf.excel.exception.ExcelGenerateException
class ExcelGenerateException extends RuntimeException implements Serializable
-
-
程序包 com.sh.wf.exception
-
异常错误 com.sh.wf.exception.ParserException
class ParserException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.api.ret
-
类 com.sh.wf.module.api.ret.Ret
class Ret extends Constant implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.base
-
类 com.sh.wf.module.base.DsFileInfo
class DsFileInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.base.DsFilter
class DsFilter extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
filterList
List<DsFilterInfo> filterList
-
-
类 com.sh.wf.module.base.DsFilterInfo
class DsFilterInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.base.DsFilterResult
class DsFilterResult extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
colsType
String[] colsType
-
colTypeList
List<String> colTypeList
-
dsInfo
DsInfo dsInfo
-
hasCatchSql
boolean hasCatchSql
-
isFile
boolean isFile
-
isJson
boolean isJson
-
isRestful
boolean isRestful
-
obj
Object[] obj
-
objList
List<Object> objList
-
queryDcType
String queryDcType
-
restQueryBuilder
StringBuilder restQueryBuilder
-
sql
String sql
-
-
类 com.sh.wf.module.base.DsInfo
class DsInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
__key
String __key
-
_cdt
int _cdt
-
afterOrder
String afterOrder
-
authUserArea
String authUserArea
-
authUserCol
String authUserCol
-
calTotalRow
boolean calTotalRow
-
config
DsInfoConfig config
-
curPageNo
int curPageNo
-
curRowNo
int curRowNo
-
dcType
String dcType
-
defaultSort
String defaultSort
-
dsFilter
DsFilter dsFilter
-
dsJson
DsJSONInfo dsJson
-
dsName
String dsName
-
dsQueryi
DsQuery_I dsQueryi
-
everyPageRows
int everyPageRows
-
fileInfo
DsFileInfo fileInfo
-
filterExp
String filterExp
-
formDs
boolean formDs
-
inlineQuery
String inlineQuery
-
inputTableSet
DsInputTableSet inputTableSet
-
isMultiData
boolean isMultiData
-
isPageNavigateDs
boolean isPageNavigateDs
-
javaAttr
JavaAttr javaAttr
-
jsonPath
String jsonPath
-
lastDs
Datastore lastDs
-
localDsTimeout
int localDsTimeout
-
noSaveForm
boolean noSaveForm
-
opType
String opType
-
otherParam
String otherParam
-
pages
Pages_I pages
-
pkCol
String pkCol
-
restfulInfo
DsRestfulInfo restfulInfo
-
selfColList
DsInfoSelfColList selfColList
-
selfEpr
String selfEpr
-
showPageRows
boolean showPageRows
-
simplePageNavigate
String simplePageNavigate
-
sortExp
String sortExp
-
sourceCode
String sourceCode
-
sql
String sql
-
sqlConditionList
List<SQlCondition> sqlConditionList
-
staticColList
DsInfoStaticColList staticColList
-
structureTransfer
DsInfoStructureTransfer structureTransfer
-
summaryColList
DsInfoSummaryColList summaryColList
-
tableName
String tableName
-
useCache
boolean useCache
-
usePages
boolean usePages
-
useParamPageEnable
boolean useParamPageEnable
-
-
类 com.sh.wf.module.base.DsInfoConfig
class DsInfoConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.base.DsInfoSelfCol
class DsInfoSelfCol extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
colList
List<DsInfoSelfCol.DsInfoSelfColInfo> colList
-
dsInfo
DsInfo dsInfo
-
forceRepleace
boolean forceRepleace
-
separatorChar
String separatorChar
-
showUnion
boolean showUnion
-
sql
String sql
-
-
类 com.sh.wf.module.base.DsInfoSelfCol.DsInfoSelfColInfo
class DsInfoSelfColInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.base.DsInfoSelfColList
class DsInfoSelfColList extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
list
List<DsInfoSelfCol> list
-
-
类 com.sh.wf.module.base.DsInfoStaticCol
class DsInfoStaticCol extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.base.DsInfoStaticColList
class DsInfoStaticColList extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
list
List<DsInfoStaticCol> list
-
-
类 com.sh.wf.module.base.DsInfoStructureTransfer
class DsInfoStructureTransfer extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
dsInfo
DsInfo dsInfo
-
list
List<DsInfoStructureTransferCol> list
-
sfType
int sfType
-
tsort
String tsort
-
typeCol
DsInfoStructureTransferCol typeCol
-
-
类 com.sh.wf.module.base.DsInfoStructureTransferCol
class DsInfoStructureTransferCol extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.base.DsInfoSummaryCol
class DsInfoSummaryCol extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.base.DsInfoSummaryColList
class DsInfoSummaryColList extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
map
Map<String,
DsInfoSummaryCol> map
-
-
类 com.sh.wf.module.base.DsInputTableCol
class DsInputTableCol extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.base.DsInputTableSet
class DsInputTableSet extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.base.DsJSONInfo
class DsJSONInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.base.DsRestfulCol
class DsRestfulCol extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.base.DsRestfulInfo
class DsRestfulInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.base.IncludeFileInfo
class IncludeFileInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.base.InParamInfo
class InParamInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.base.JavaAttr
class JavaAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.base.JavaAttrParam
class JavaAttrParam extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.base.ModuleCall
class ModuleCall extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.base.ModuleData
class ModuleData extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
addPageTemplate
boolean addPageTemplate
-
afterParserList
List<ParserModuleUtil.ModuleAfterParser_I> afterParserList
-
aiAgentMap
Map<String,
AiAgent> aiAgentMap -
allPageComponentMap
Map<String,
Component> allPageComponentMap -
arcgisMapStyle
String arcgisMapStyle
-
beginHtml
String beginHtml
-
bodyStyle
String bodyStyle
-
call
ModuleCall call
-
chartThemeList
List<String> chartThemeList
-
componentFormSaveMap
Map<String,
ComponentFormSave_I> componentFormSaveMap -
componentLoadMap
Map<String,
ComponentLoad_I> componentLoadMap -
compontList
List<Component> compontList
-
createUserId
String createUserId
-
dataLogEnable
boolean dataLogEnable
-
desc
String desc
-
devModel
boolean devModel
-
diskFilePath
String diskFilePath
-
dsMap
Map<String,
DsInfo> dsMap -
dyncBg
String dyncBg
-
endHtml
String endHtml
-
exportComponentMap
Map<String,
ComponentExport_I> exportComponentMap -
fileFullPath
String fileFullPath
-
fixEndScript
StringBuilder fixEndScript
-
gloable
ModuleGloable gloable
-
hasAiAgent
boolean hasAiAgent
-
hasAMap
boolean hasAMap
-
hasArcgisMap
boolean hasArcgisMap
-
hasAutoCalCellWidth
boolean hasAutoCalCellWidth
-
hasBMap
boolean hasBMap
-
hasBMapMarkerCluster
boolean hasBMapMarkerCluster
-
hasBubble
boolean hasBubble
-
hasCanvasLayout
boolean hasCanvasLayout
-
hasCarouselPanel
boolean hasCarouselPanel
-
hasCascader
boolean hasCascader
-
hasCheckboxRadioUI
boolean hasCheckboxRadioUI
-
hasCKEditor
boolean hasCKEditor
-
hasColorPicker
boolean hasColorPicker
-
hasContextMenu
boolean hasContextMenu
-
hasDragLayout
boolean hasDragLayout
-
hasEChart
boolean hasEChart
-
hasEChartGl
boolean hasEChartGl
-
hasFixHeaderViewArea
boolean hasFixHeaderViewArea
-
hasHighcharts
boolean hasHighcharts
-
hasHightcharts3D
boolean hasHightcharts3D
-
hasInputAutoComplete
boolean hasInputAutoComplete
-
hasInputSchoolChoose
boolean hasInputSchoolChoose
-
hasInputTag
boolean hasInputTag
-
hasJqPrint
boolean hasJqPrint
-
hasMaptalks
boolean hasMaptalks
-
hasMarked
boolean hasMarked
-
hasNumStepAnimate
boolean hasNumStepAnimate
-
hasOLMap
boolean hasOLMap
-
hasPlaceholder
boolean hasPlaceholder
-
hasPlupload
boolean hasPlupload
-
hasQQMap
boolean hasQQMap
-
hasSelectUI
boolean hasSelectUI
-
hasTableTree
boolean hasTableTree
-
hasTMap
boolean hasTMap
-
hasTMapMarkerCluster
boolean hasTMapMarkerCluster
-
hasTMapServiceJs
boolean hasTMapServiceJs
-
hasUEditor
boolean hasUEditor
-
hasUEditorXiumi
boolean hasUEditorXiumi
-
hasWdatePicker
boolean hasWdatePicker
-
hasZtree
boolean hasZtree
-
id
String id
-
includeBase64Js
boolean includeBase64Js
-
includeFileList
List<IncludeFileInfo> includeFileList
-
inParamList
List<InParamInfo> inParamList
-
isFilePage
boolean isFilePage
-
isInitIgnoreParser
boolean isInitIgnoreParser
-
javaAttr
JavaAttr javaAttr
-
label
String label
-
languageAttr
LanguageAttr languageAttr
-
loadCanvasLayoutCss
boolean loadCanvasLayoutCss
-
loginIgnore
boolean loginIgnore
-
otherSet
OtherSet otherSet
-
pageStartFlag
String pageStartFlag
-
parserFirstList
List<Component> parserFirstList
-
pkgId
String pkgId
-
pkgName
String pkgName
-
relaQueryComponentList
List<Component> relaQueryComponentList
-
scriptCssAttr
ScriptCssAttr scriptCssAttr
-
sfp
String sfp
-
showComponentSet
Set<String> showComponentSet
-
tableColResize
boolean tableColResize
-
templateId
String templateId
-
textareaFullEnable
boolean textareaFullEnable
-
title
String title
-
xmlSource
String xmlSource
-
xmlVersion
int xmlVersion
-
-
类 com.sh.wf.module.base.ModuleGloable
class ModuleGloable extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.base.OtherSet
class OtherSet extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
bodyClickClosePop
boolean bodyClickClosePop
-
bodyCss
String bodyCss
-
cancelTemplate
boolean cancelTemplate
-
checkAuth
boolean checkAuth
-
checkToken
boolean checkToken
-
dcType
String dcType
-
fileEncrypt
boolean fileEncrypt
-
htPluginList
List<String> htPluginList
-
ignoreAiRes
boolean ignoreAiRes
-
ignoreDefalutCss
boolean ignoreDefalutCss
-
includeBmap
boolean includeBmap
-
includeEcharts
boolean includeEcharts
-
includeEchartsgl
boolean includeEchartsgl
-
includeHtWeb
boolean includeHtWeb
-
includeOlmap
boolean includeOlmap
-
includeQQmap
boolean includeQQmap
-
includeTmap
boolean includeTmap
-
includeUEditor
boolean includeUEditor
-
inDateJs
boolean inDateJs
-
inPinyinJs
boolean inPinyinJs
-
inTreeJs
boolean inTreeJs
-
isWxCorp
boolean isWxCorp
-
isWXOAuth
boolean isWXOAuth
-
isXframeOptions
boolean isXframeOptions
-
menuIds
String menuIds
-
moduleAuth
boolean moduleAuth
-
refererList
List<String> refererList
-
visitRate
int visitRate
-
xframeOptions
String xframeOptions
-
-
类 com.sh.wf.module.base.SQlCondition
class SQlCondition extends Object implements Serializable- serialVersionUID:
- 1L
-
程序包 com.sh.wf.module.base.po
-
类 com.sh.wf.module.base.po.DsInfoSummaryExpressCol
class DsInfoSummaryExpressCol extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.base.ss
-
类 com.sh.wf.module.base.ss.SSBoolean
class SSBoolean extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
value
Boolean value
-
-
类 com.sh.wf.module.base.ss.SSString
class SSString extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
value
String value
-
-
-
程序包 com.sh.wf.module.component
-
类 com.sh.wf.module.component.CanvasLayout
class CanvasLayout extends LayoutBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.Component
class Component extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
__initHidden
boolean __initHidden
-
__startTime
long __startTime
-
attrMap
Map<String,
String> attrMap -
authInfo
AuthInfo authInfo
-
autoId
boolean autoId
-
autoTriggerEvent
boolean autoTriggerEvent
-
beginHtml
String beginHtml
-
cflag
String cflag
-
childComponentList
List<Component> childComponentList
-
componentContext
ComponentContext componentContext
-
componentType
String componentType
-
contextMenu
ContextMenu contextMenu
-
dictAttr
DictAttr dictAttr
-
endHtml
String endHtml
-
eventAttr
EventAttr eventAttr
-
exDataMap
Map<String,
String> exDataMap -
h1
double h1
-
id
String id
-
idOri
String idOri
-
isAutoLoad
boolean isAutoLoad
-
isRulePageShow
boolean isRulePageShow
-
isShowComponentFlag
boolean isShowComponentFlag
-
mcuuid
long mcuuid
-
moduleData
ModuleData moduleData
-
name
String name
-
pageRuleAttr
PageRuleAttr pageRuleAttr
-
parent
Component parent
-
parentLayout
LayoutBase parentLayout
-
parentTableId
String parentTableId
-
pstyle
String pstyle
-
ruleLastShowHide
int ruleLastShowHide
-
ruleShowHideTotal
int ruleShowHideTotal
-
selfAttr
SelfAttr selfAttr
-
selfFlag
String selfFlag
-
seqType
String seqType
-
sid
String sid
-
style
String style
-
tagWrap
boolean tagWrap
-
timerAttr
TimerAttr timerAttr
-
w1
double w1
-
wrapComponent
String wrapComponent
-
x1
double x1
-
y1
double y1
-
-
类 com.sh.wf.module.component.ControlLayout
class ControlLayout extends LayoutBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.DragLayout
class DragLayout extends LayoutBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
aphOffset
int aphOffset
-
autoPageHeight
boolean autoPageHeight
-
bgColor
String bgColor
-
hv
String hv
-
layoutBorder
LayoutBorder layoutBorder
-
setBgColor
boolean setBgColor
-
width
String width
-
-
类 com.sh.wf.module.component.ForLayout
class ForLayout extends LayoutBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
autoRowDsArray
String[] autoRowDsArray
-
cycleNumStr
String cycleNumStr
-
everyRowNum
int everyRowNum
-
indexVar
String indexVar
-
initHidden
boolean initHidden
-
isMarquee
boolean isMarquee
-
layoutStyle
String layoutStyle
-
marqueeDirection
String marqueeDirection
-
marqueeInStop
boolean marqueeInStop
-
marqueeScrollamount
int marqueeScrollamount
-
marqueeStyle
String marqueeStyle
-
responseSystemQuery
boolean responseSystemQuery
-
rowStyle
String rowStyle
-
showComma
boolean showComma
-
showSymbol
String showSymbol
-
textAlign
String textAlign
-
-
类 com.sh.wf.module.component.HBoxLayout
class HBoxLayout extends LayoutBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
aphOffset
int aphOffset
-
autoPageHeight
boolean autoPageHeight
-
bgColor
String bgColor
-
cstyle
String cstyle
-
cwidth
String cwidth
-
inlineTableId
String inlineTableId
-
inlineTableNp
boolean inlineTableNp
-
isMarquee
boolean isMarquee
-
layoutBorder
LayoutBorder layoutBorder
-
layoutStyle
String layoutStyle
-
layoutType
String layoutType
-
marqueeDirection
String marqueeDirection
-
marqueeInStop
boolean marqueeInStop
-
marqueeScrollamount
int marqueeScrollamount
-
marqueeStyle
String marqueeStyle
-
noRender
boolean noRender
-
noUsePosition
boolean noUsePosition
-
setBgColor
boolean setBgColor
-
textAlign
String textAlign
-
width
String width
-
-
类 com.sh.wf.module.component.LayoutBase
class LayoutBase extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
dataPanelFlag
String dataPanelFlag
-
isDataPanel
boolean isDataPanel
-
-
类 com.sh.wf.module.component.QueryLayout
class QueryLayout extends LayoutBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.VBoxLayout
class VBoxLayout extends LayoutBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
bgColor
String bgColor
-
cstyle
String cstyle
-
height
String height
-
isMarquee
boolean isMarquee
-
layoutBorder
LayoutBorder layoutBorder
-
layoutStyle
String layoutStyle
-
layoutType
String layoutType
-
marqueeDirection
String marqueeDirection
-
marqueeInStop
boolean marqueeInStop
-
marqueeScrollamount
int marqueeScrollamount
-
marqueeStyle
String marqueeStyle
-
noRender
boolean noRender
-
noUsePosition
boolean noUsePosition
-
setBgColor
boolean setBgColor
-
textAlign
String textAlign
-
-
类 com.sh.wf.module.component.WindowLayout
class WindowLayout extends LayoutBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
cstyle
String cstyle
-
height
String height
-
iconSrc
String iconSrc
-
layoutStyle
String layoutStyle
-
textAlign
String textAlign
-
title
String title
-
titleHtml
String titleHtml
-
windHeight
String windHeight
-
windWidth
String windWidth
-
winOpacity
double winOpacity
-
winStyle
String winStyle
-
wintStyle
String wintStyle
-
-
-
程序包 com.sh.wf.module.component.chart
-
类 com.sh.wf.module.component.chart.ChartBase
class ChartBase extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
alphaAngle
int alphaAngle
-
backgroundColor
String backgroundColor
-
betaAngle
int betaAngle
-
chartHeight
String chartHeight
-
chartSubTitle
String chartSubTitle
-
chartTitle
String chartTitle
-
chartWidth
String chartWidth
-
clickFunc
String clickFunc
-
dataLabelsEnabled
boolean dataLabelsEnabled
-
defaultLegendDesc
String defaultLegendDesc
-
demoY1Name
String demoY1Name
-
demoY1Unit
String demoY1Unit
-
demoY2Name
String demoY2Name
-
demoY2Unit
String demoY2Unit
-
depthValue
int depthValue
-
dsName
String dsName
-
enableMouseTracking
boolean enableMouseTracking
-
erc
EventRefreshComponent erc
-
exportingEnabled
boolean exportingEnabled
-
isCFElParser
boolean isCFElParser
-
legendPosition
String legendPosition
-
plotDepth
int plotDepth
-
saliasList
List<ChartDataSalias> saliasList
-
seriesData
String seriesData
-
showWith3D
boolean showWith3D
-
stacking
String stacking
-
tooltip
String tooltip
-
tooltipEnable
boolean tooltipEnable
-
tooltipUseHTML
boolean tooltipUseHTML
-
type
String type
-
useDemoData
boolean useDemoData
-
viewDistance
int viewDistance
-
xalias
ChartDataXalias xalias
-
xAxisData
String xAxisData
-
xlabelsEnable
boolean xlabelsEnable
-
xRotation
String xRotation
-
y1Name
String y1Name
-
y1Unit
String y1Unit
-
y1WeiType
String y1WeiType
-
y2Name
String y2Name
-
y2Unit
String y2Unit
-
y2WeiType
String y2WeiType
-
yaliasList
List<ChartDataYalias> yaliasList
-
-
类 com.sh.wf.module.component.chart.EChart3DBase
class EChart3DBase extends EChartBasePre implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.EChartBase
class EChartBase extends EChartBasePre implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.EChartBasePre
class EChartBasePre extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
afterRenderEvent
String afterRenderEvent
-
alphaAngle
int alphaAngle
-
backgroundColor
String backgroundColor
-
barType
String barType
-
betaAngle
int betaAngle
-
calculable
boolean calculable
-
chartHeight
String chartHeight
-
chartSubTitle
String chartSubTitle
-
chartTheme
String chartTheme
-
chartTitle
String chartTitle
-
chartWidth
String chartWidth
-
clickFunc
String clickFunc
-
dataLabelsEnabled
boolean dataLabelsEnabled
-
dataLabelsInside
boolean dataLabelsInside
-
dataZoom
boolean dataZoom
-
defaultLegendDesc
String defaultLegendDesc
-
demoSName
String demoSName
-
demoY1Name
String demoY1Name
-
demoY1Unit
String demoY1Unit
-
demoY2Name
String demoY2Name
-
demoY2Unit
String demoY2Unit
-
depthValue
int depthValue
-
dsName
String dsName
-
dzEnd
int dzEnd
-
dzStart
int dzStart
-
enableMouseTracking
boolean enableMouseTracking
-
erc
EventRefreshComponent erc
-
exportingEnabled
boolean exportingEnabled
-
fillRadar
boolean fillRadar
-
gridBorder
boolean gridBorder
-
gridx
int gridx
-
gridx2
int gridx2
-
gridy
int gridy
-
gridy2
int gridy2
-
hasY2Alias
boolean hasY2Alias
-
initHidden
boolean initHidden
-
initLoad
boolean initLoad
-
legendOrient
String legendOrient
-
legendPosition
String legendPosition
-
legendType
String legendType
-
legendxPosition
String legendxPosition
-
lineType
String lineType
-
markLineList
List<MarkLineBean> markLineList
-
plotDepth
int plotDepth
-
responseSystemQuery
boolean responseSystemQuery
-
saliasList
List<ChartDataSalias> saliasList
-
seriesColor
boolean seriesColor
-
seriesColorValue
String seriesColorValue
-
seriesData
String seriesData
-
settingJavaAttr
JavaAttr settingJavaAttr
-
showWith3D
boolean showWith3D
-
smooth
boolean smooth
-
stacking
String stacking
-
toolboxEnable
boolean toolboxEnable
-
toolboxOrient
String toolboxOrient
-
toolboxPosition
String toolboxPosition
-
tooltip
String tooltip
-
tooltipEnable
boolean tooltipEnable
-
tooltipUseHTML
boolean tooltipUseHTML
-
type
String type
-
useDemoData
boolean useDemoData
-
viewDistance
int viewDistance
-
xalias
ChartDataXalias xalias
-
xAxisData
String xAxisData
-
xlabelFontColor
String xlabelFontColor
-
xlabelFontSize
int xlabelFontSize
-
xlabelsEnable
boolean xlabelsEnable
-
xposition
String xposition
-
xRotation
int xRotation
-
xshowAll
boolean xshowAll
-
xsline
boolean xsline
-
y1Color
String y1Color
-
y1Max
String y1Max
-
y1Min
String y1Min
-
y1Name
String y1Name
-
y1Unit
String y1Unit
-
y1WeiType
String y1WeiType
-
y2Color
String y2Color
-
y2Max
String y2Max
-
y2Min
String y2Min
-
y2Name
String y2Name
-
y2Unit
String y2Unit
-
y2WeiType
String y2WeiType
-
yaliasList
List<EChartDataYalias> yaliasList
-
ylabelFontColor
String ylabelFontColor
-
yposition
String yposition
-
ysline
boolean ysline
-
-
-
程序包 com.sh.wf.module.component.chart.area
-
类 com.sh.wf.module.component.chart.area.AreaChart
class AreaChart extends ColumnChart implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.component.chart.bar
-
类 com.sh.wf.module.component.chart.bar.Bar3DEChart
class Bar3DEChart extends Column3DEChart implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.bar.BarChart
class BarChart extends ColumnChart implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.bar.BarEChart
class BarEChart extends ColumnEChart implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.component.chart.column
-
类 com.sh.wf.module.component.chart.column.Column3DEChart
class Column3DEChart extends EChart3DBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.column.ColumnChart
class ColumnChart extends ChartBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
dataLabelsInside
boolean dataLabelsInside
-
-
类 com.sh.wf.module.component.chart.column.ColumnEChart
class ColumnEChart extends EChartBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.column.SData
class SData extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
cds
ChartDataSalias cds
-
isNull
boolean isNull
-
value
String value
-
-
类 com.sh.wf.module.component.chart.column.XData
class XData extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.component.chart.common
-
类 com.sh.wf.module.component.chart.common.ChartCategory
class ChartCategory extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.ChartDataSalias
class ChartDataSalias extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.ChartDataXalias
class ChartDataXalias extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.ChartDataYalias
class ChartDataYalias extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.ChartObj
class ChartObj extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
chart
HcaChart chart
-
colors
SSString colors
-
credits
HcaCredits credits
-
demoSeries
SSString demoSeries
-
exporting
HcaExporting exporting
-
legend
HcaLegend legend
-
plotOptions
HcaPlotOptions plotOptions
-
series
List<HcaSeries> series
-
subtitle
HcaSubtitle subtitle
-
title
HcaTitle title
-
tooltip
HcaTooltip tooltip
-
xAxis
List<HcaXaxis> xAxis
-
yAxis
List<HcaYaxis> yAxis
-
-
类 com.sh.wf.module.component.chart.common.ChartsOptionsBase
class ChartsOptionsBase extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.EChartDataYalias
class EChartDataYalias extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
barWidth
String barWidth
-
calType
String calType
-
chartType
String chartType
-
dataFilterJavaAttr
JavaAttr dataFilterJavaAttr
-
dataPoint
int dataPoint
-
dataUnit
String dataUnit
-
dataValue
String dataValue
-
dataWeiType
String dataWeiType
-
dsName
String dsName
-
label
String label
-
realDataValue
String realDataValue
-
selfCalValue
String selfCalValue
-
selfValue
String selfValue
-
toY
String toY
-
xautoSeries
boolean xautoSeries
-
xSeries
String xSeries
-
yautoSeries
boolean yautoSeries
-
yp
String yp
-
ySeries
String ySeries
-
-
-
程序包 com.sh.wf.module.component.chart.common.echarts
-
类 com.sh.wf.module.component.chart.common.echarts.AreaStyle
class AreaStyle extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.echarts.Axis
class Axis extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
axisLabel
AxisLabel axisLabel
-
axisLine
AxisLine axisLine
-
boundaryGap
SSString boundaryGap
-
data
List<String> data
-
demoCategories
SSString demoCategories
-
gridIndex
int gridIndex
-
interval
int interval
-
inverse
SSBoolean inverse
-
logBase
int logBase
-
max
double max
-
min
double min
-
minInterval
int minInterval
-
name
String name
-
nameGap
int nameGap
-
nameLocation
String nameLocation
-
nameRotate
int nameRotate
-
nameTextStyle
TextStyle nameTextStyle
-
offset
int offset
-
position
String position
-
scale
SSBoolean scale
-
show
SSBoolean show
-
silent
SSBoolean silent
-
splitLine
SplitLine splitLine
-
splitNumber
int splitNumber
-
triggerEvent
SSBoolean triggerEvent
-
type
String type
-
-
类 com.sh.wf.module.component.chart.common.echarts.AxisLabel
class AxisLabel extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.echarts.AxisLine
class AxisLine extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
lineStyle
LineStyle lineStyle
-
show
boolean show
-
-
类 com.sh.wf.module.component.chart.common.echarts.AxisPointer
class AxisPointer extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.echarts.AxisTick
class AxisTick extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
length
int length
-
lineStyle
LineStyle lineStyle
-
show
boolean show
-
splitNumber
int splitNumber
-
-
类 com.sh.wf.module.component.chart.common.echarts.ChartObj
class ChartObj extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
animation
SSBoolean animation
-
backgroundColor
String backgroundColor
-
calculable
SSBoolean calculable
-
color
SSString color
-
dataRange
DataRange dataRange
-
dataZoom
List<DataZoom> dataZoom
-
demoSeries
SSString demoSeries
-
grid
Grid grid
-
legend
Legend legend
-
polar
List<Polar> polar
-
radar
Radar radar
-
roamController
RoamController roamController
-
series
List<Series> series
-
title
Title title
-
toolbox
Toolbox toolbox
-
tooltip
Tooltip tooltip
-
xAxis
List<Axis> xAxis
-
yAxis
List<Axis> yAxis
-
-
类 com.sh.wf.module.component.chart.common.echarts.DataLabel
class DataLabel extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
emphasis
DataLabelEmphasis emphasis
-
normal
DataLabelNormal normal
-
-
类 com.sh.wf.module.component.chart.common.echarts.DataLabelEmphasis
class DataLabelEmphasis extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.echarts.DataLabelNormal
class DataLabelNormal extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.echarts.DataRange
class DataRange extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.echarts.DataZoom
class DataZoom extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
angleAxisIndex
SSString angleAxisIndex
-
disabled
SSBoolean disabled
-
end
int end
-
endValue
SSString endValue
-
filterMode
String filterMode
-
maxSpan
int maxSpan
-
maxValueSpan
SSString maxValueSpan
-
minSpan
int minSpan
-
minValueSpan
SSString minValueSpan
-
moveOnMouseMove
SSString moveOnMouseMove
-
orient
String orient
-
start
int start
-
startValue
SSString startValue
-
throttle
int throttle
-
type
String type
-
xAxisIndex
SSString xAxisIndex
-
yAxisIndex
SSString yAxisIndex
-
zoomLock
SSBoolean zoomLock
-
zoomOnMouseWheel
SSString zoomOnMouseWheel
-
-
类 com.sh.wf.module.component.chart.common.echarts.Emphasis
class Emphasis extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.echarts.Feature
class Feature extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
dataView
FeatureDataView dataView
-
magicType
FeatureMagicType magicType
-
mark
FeatureMark mark
-
restore
FeatureRestore restore
-
saveAsImage
FeatureSaveAsImage saveAsImage
-
-
类 com.sh.wf.module.component.chart.common.echarts.FeatureDataView
class FeatureDataView extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
optionToContent
SSString optionToContent
-
readOnly
boolean readOnly
-
show
boolean show
-
-
类 com.sh.wf.module.component.chart.common.echarts.FeatureMagicType
class FeatureMagicType extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.echarts.FeatureMark
class FeatureMark extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
show
boolean show
-
-
类 com.sh.wf.module.component.chart.common.echarts.FeatureRestore
class FeatureRestore extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
show
boolean show
-
-
类 com.sh.wf.module.component.chart.common.echarts.FeatureSaveAsImage
class FeatureSaveAsImage extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
show
boolean show
-
-
类 com.sh.wf.module.component.chart.common.echarts.Grid
class Grid extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
backgroundColor
String backgroundColor
-
borderColor
String borderColor
-
borderWidth
int borderWidth
-
bottom
SSString bottom
-
containLabel
SSBoolean containLabel
-
height
SSString height
-
left
SSString left
-
right
SSString right
-
shadowBlur
int shadowBlur
-
shadowColor
String shadowColor
-
shadowOffsetX
int shadowOffsetX
-
shadowOffsetY
int shadowOffsetY
-
show
SSBoolean show
-
tooltip
Tooltip tooltip
-
top
SSString top
-
width
SSString width
-
z
int z
-
zlevel
int zlevel
-
-
类 com.sh.wf.module.component.chart.common.echarts.ItemStyle
class ItemStyle extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
borderCap
String borderCap
-
borderColor
String borderColor
-
borderDashOffset
int borderDashOffset
-
borderJoin
String borderJoin
-
borderMiterLimit
int borderMiterLimit
-
borderType
String borderType
-
borderWidth
int borderWidth
-
color
String color
-
emphasis
ItemStyleEmphasis emphasis
-
normal
ItemStyleNormal normal
-
opacity
int opacity
-
shadowBlur
int shadowBlur
-
shadowColor
String shadowColor
-
shadowOffsetX
int shadowOffsetX
-
shadowOffsetY
int shadowOffsetY
-
-
类 com.sh.wf.module.component.chart.common.echarts.ItemStyleEmphasis
class ItemStyleEmphasis extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
areaStyle
AreaStyle areaStyle
-
borderWidth
int borderWidth
-
label
ItemStyleLabel label
-
labelLine
SSString labelLine
-
-
类 com.sh.wf.module.component.chart.common.echarts.ItemStyleLabel
class ItemStyleLabel extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.echarts.ItemStyleNormal
class ItemStyleNormal extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
areaStyle
AreaStyle areaStyle
-
borderWidth
int borderWidth
-
color
SSString color
-
label
ItemStyleLabel label
-
labelLine
SSString labelLine
-
-
类 com.sh.wf.module.component.chart.common.echarts.Legend
class Legend extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
align
SSString align
-
backgroundColor
String backgroundColor
-
borderColor
String borderColor
-
borderWidth
int borderWidth
-
bottom
SSString bottom
-
data
SSString data
-
formatter
SSString formatter
-
height
SSString height
-
inactiveColor
String inactiveColor
-
itemGap
int itemGap
-
itemHeight
int itemHeight
-
itemWidth
int itemWidth
-
left
SSString left
-
orient
String orient
-
padding
SSString padding
-
right
SSString right
-
selectedMode
SSString selectedMode
-
shadowBlur
int shadowBlur
-
shadowColor
String shadowColor
-
shadowOffsetX
int shadowOffsetX
-
shadowOffsetY
int shadowOffsetY
-
show
boolean show
-
textStyle
TextStyle textStyle
-
top
SSString top
-
type
String type
-
width
SSString width
-
z
int z
-
zlevel
int zlevel
-
-
类 com.sh.wf.module.component.chart.common.echarts.LineStyle
class LineStyle extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
color
SSString color
-
emphasis
LineStyleEmphasis emphasis
-
normal
LineStyleNormal normal
-
type
String type
-
width
int width
-
-
类 com.sh.wf.module.component.chart.common.echarts.LineStyleEmphasis
class LineStyleEmphasis extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.echarts.LineStyleNormal
class LineStyleNormal extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.echarts.MarkLine
class MarkLine extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
animation
SSBoolean animation
-
animationDelay
SSString animationDelay
-
animationDuration
int animationDuration
-
animationEasing
String animationEasing
-
animationThreshold
int animationThreshold
-
data
List<MarkLineData> data
-
itemStyle
ItemStyle itemStyle
-
label
DataLabel label
-
lineStyle
LineStyle lineStyle
-
silent
SSBoolean silent
-
symbol
SSString symbol
-
symbolSize
SSString symbolSize
-
-
类 com.sh.wf.module.component.chart.common.echarts.MarkLineData
class MarkLineData extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.echarts.MarkPoint
class MarkPoint extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
data
List<MarkPointData> data
-
-
类 com.sh.wf.module.component.chart.common.echarts.MarkPointData
class MarkPointData extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
animation
SSBoolean animation
-
animationDelay
SSString animationDelay
-
animationDelayUpdate
SSString animationDelayUpdate
-
animationDuration
SSString animationDuration
-
animationDurationUpdate
SSString animationDurationUpdate
-
animationEasing
String animationEasing
-
animationEasingUpdate
String animationEasingUpdate
-
animationThreshold
int animationThreshold
-
coord
SSString coord
-
itemStyle
ItemStyle itemStyle
-
label
DataLabel label
-
name
String name
-
silent
SSBoolean silent
-
symbol
String symbol
-
symbolOffset
SSString symbolOffset
-
symbolRotate
double symbolRotate
-
symbolSize
SSString symbolSize
-
tooltip
Tooltip tooltip
-
type
String type
-
value
double value
-
valueIndex
int valueIndex
-
x
double x
-
xAxis
Object xAxis
-
y
double y
-
yAxis
double yAxis
-
z
int z
-
zlevel
int zlevel
-
-
类 com.sh.wf.module.component.chart.common.echarts.Polar
class Polar extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.echarts.PolarIndicator
class PolarIndicator extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.echarts.Radar
class Radar extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
borderColor
String borderColor
-
borderDashOffset
int borderDashOffset
-
borderRadius
int borderRadius
-
borderType
String borderType
-
borderWidth
int borderWidth
-
center
SSString center
-
color
String color
-
fontFamily
String fontFamily
-
fontSize
int fontSize
-
fontStyle
String fontStyle
-
fontWeight
String fontWeight
-
formatter
SSString formatter
-
height
int height
-
lineHeight
int lineHeight
-
padding
SSString padding
-
radius
SSString radius
-
shadowBlur
int shadowBlur
-
shadowColor
String shadowColor
-
shadowOffsetX
int shadowOffsetX
-
shadowOffsetY
int shadowOffsetY
-
shape
String shape
-
show
SSBoolean show
-
startAngle
int startAngle
-
textBorderColor
String textBorderColor
-
textBorderType
SSString textBorderType
-
textBorderWidth
int textBorderWidth
-
triggerEvent
SSBoolean triggerEvent
-
width
int width
-
zlevel
int zlevel
-
-
类 com.sh.wf.module.component.chart.common.echarts.RoamController
class RoamController extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.echarts.Series
class Series extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
areaStyle
AreaStyle areaStyle
-
axisLine
AxisLine axisLine
-
axisTick
AxisTick axisTick
-
barWidth
int barWidth
-
center
SSString center
-
data
List<SeriesData> data
-
detail
SeriesDetail detail
-
emphasis
Emphasis emphasis
-
endAngle
int endAngle
-
itemStyle
ItemStyle itemStyle
-
label
SeriesLabel label
-
labelLine
SeriesLabelLine labelLine
-
large
SSBoolean large
-
largeThreshold
int largeThreshold
-
mapType
String mapType
-
markLine
MarkLine markLine
-
markPoint
MarkPoint markPoint
-
max
int max
-
min
int min
-
name
String name
-
progressive
int progressive
-
progressiveChunkMode
String progressiveChunkMode
-
progressiveThreshold
int progressiveThreshold
-
radius
SSString radius
-
roam
SSString roam
-
roseType
String roseType
-
selectedMode
String selectedMode
-
smooth
SSBoolean smooth
-
splitLine
SplitLine splitLine
-
stack
String stack
-
startAngle
int startAngle
-
tooltip
Tooltip tooltip
-
type
String type
-
yAxisIndex
int yAxisIndex
-
-
类 com.sh.wf.module.component.chart.common.echarts.SeriesData
class SeriesData extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.echarts.SeriesDetail
class SeriesDetail extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.echarts.SeriesLabel
class SeriesLabel extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
emphasis
SeriesLabelEmphasis emphasis
-
normal
SeriesLabelNormal normal
-
-
类 com.sh.wf.module.component.chart.common.echarts.SeriesLabelEmphasis
class SeriesLabelEmphasis extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.echarts.SeriesLabelLine
class SeriesLabelLine extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
length
int length
-
length2
int length2
-
lineStyle
SeriesLabelLineStyle lineStyle
-
normal
SeriesLabelLineNormal normal
-
show
SSBoolean show
-
smooth
SSBoolean smooth
-
-
类 com.sh.wf.module.component.chart.common.echarts.SeriesLabelLineNormal
class SeriesLabelLineNormal extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
lineStyle
SeriesLabelLineStyle lineStyle
-
smooth
SSBoolean smooth
-
-
类 com.sh.wf.module.component.chart.common.echarts.SeriesLabelLineStyle
class SeriesLabelLineStyle extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.echarts.SeriesLabelNormal
class SeriesLabelNormal extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.echarts.SplitLine
class SplitLine extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
length
int length
-
lineStyle
LineStyle lineStyle
-
show
boolean show
-
-
类 com.sh.wf.module.component.chart.common.echarts.TextStyle
class TextStyle extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
align
String align
-
backgroundColor
String backgroundColor
-
baseline
String baseline
-
borderColor
String borderColor
-
borderRadius
SSString borderRadius
-
borderWidth
int borderWidth
-
bottom
String bottom
-
color
String color
-
decoration
String decoration
-
ellipsis
String ellipsis
-
fontFamily
String fontFamily
-
fontSize
int fontSize
-
fontStyle
String fontStyle
-
fontWeight
String fontWeight
-
height
int height
-
itemGap
int itemGap
-
left
String left
-
lineHeight
int lineHeight
-
overflow
String overflow
-
padding
SSString padding
-
rich
SSString rich
-
right
String right
-
shadowBlur
int shadowBlur
-
shadowColor
String shadowColor
-
shadowOffsetX
int shadowOffsetX
-
shadowOffsetY
int shadowOffsetY
-
sublink
String sublink
-
subtarget
String subtarget
-
subtext
String subtext
-
textAlign
String textAlign
-
textBorderColor
String textBorderColor
-
textBorderDashOffset
int textBorderDashOffset
-
textBorderType
String textBorderType
-
textBorderWidth
int textBorderWidth
-
textShadowBlur
int textShadowBlur
-
textShadowColor
String textShadowColor
-
textShadowOffsetX
int textShadowOffsetX
-
textShadowOffsetY
int textShadowOffsetY
-
textVerticalAlign
String textVerticalAlign
-
top
String top
-
triggerEvent
SSBoolean triggerEvent
-
width
int width
-
z
int z
-
zlevel
int zlevel
-
-
类 com.sh.wf.module.component.chart.common.echarts.Title
class Title extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
backgroundColor
String backgroundColor
-
borderColor
String borderColor
-
borderRadius
SSString borderRadius
-
borderWidth
int borderWidth
-
bottom
SSString bottom
-
itemGap
int itemGap
-
left
SSString left
-
link
String link
-
padding
SSString padding
-
right
SSString right
-
shadowBlur
int shadowBlur
-
shadowColor
String shadowColor
-
shadowOffsetX
String shadowOffsetX
-
shadowOffsetY
String shadowOffsetY
-
show
boolean show
-
sublink
String sublink
-
subtarget
String subtarget
-
subtext
String subtext
-
subtextStyle
TextStyle subtextStyle
-
target
String target
-
text
String text
-
textAlign
String textAlign
-
textBaseline
String textBaseline
-
textStyle
TextStyle textStyle
-
textVerticalAlign
String textVerticalAlign
-
top
SSString top
-
triggerEvent
SSBoolean triggerEvent
-
z
int z
-
zlevel
int zlevel
-
-
类 com.sh.wf.module.component.chart.common.echarts.Toolbox
class Toolbox extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.echarts.Tooltip
class Tooltip extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
alwaysShowContent
SSBoolean alwaysShowContent
-
axisPointer
AxisPointer axisPointer
-
backgroundColor
String backgroundColor
-
borderColor
String borderColor
-
borderWidth
int borderWidth
-
confine
SSBoolean confine
-
enterable
SSBoolean enterable
-
extraCssText
String extraCssText
-
formatter
SSString formatter
-
hideDelay
int hideDelay
-
padding
SSString padding
-
position
SSString position
-
show
boolean show
-
showContent
boolean showContent
-
showDelay
int showDelay
-
textStyle
TextStyle textStyle
-
transitionDuration
int transitionDuration
-
trigger
String trigger
-
triggerOn
String triggerOn
-
-
类 com.sh.wf.module.component.chart.common.echarts.YAxis
class YAxis extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.component.chart.common.highcharts
-
类 com.sh.wf.module.component.chart.common.highcharts.ChartEvents
class ChartEvents extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.highcharts.ChartOptions3d
class ChartOptions3d extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
alpha
int alpha
-
beta
int beta
-
depth
int depth
-
enabled
boolean enabled
-
viewDistance
int viewDistance
-
-
类 com.sh.wf.module.component.chart.common.highcharts.HcaBase
class HcaBase extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.highcharts.HcaChart
class HcaChart extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
backgroundColor
String backgroundColor
-
borderColor
String borderColor
-
borderRadius
int borderRadius
-
borderWidth
int borderWidth
-
events
ChartEvents events
-
height
int height
-
inverted
SSBoolean inverted
-
margin
String margin
-
marginBottom
int marginBottom
-
marginLeft
int marginLeft
-
marginRight
int marginRight
-
marginTop
int marginTop
-
options3d
ChartOptions3d options3d
-
plotBackgroundColor
String plotBackgroundColor
-
plotBackgroundImage
String plotBackgroundImage
-
plotBorderColor
String plotBorderColor
-
plotBorderWidth
int plotBorderWidth
-
renderTo
String renderTo
-
spacingBottom
int spacingBottom
-
spacingLeft
int spacingLeft
-
spacingRight
int spacingRight
-
spacingTop
int spacingTop
-
style
SSString style
-
type
String type
-
width
int width
-
zoomType
String zoomType
-
-
类 com.sh.wf.module.component.chart.common.highcharts.HcaChartObj
class HcaChartObj extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
chart
HcaChart chart
-
colors
SSString colors
-
credits
HcaCredits credits
-
demoSeries
SSString demoSeries
-
exporting
HcaExporting exporting
-
legend
HcaLegend legend
-
plotOptions
HcaPlotOptions plotOptions
-
series
List<HcaSeries> series
-
subtitle
HcaSubtitle subtitle
-
title
HcaTitle title
-
tooltip
HcaTooltip tooltip
-
xAxis
List<HcaXaxis> xAxis
-
yAxis
List<HcaYaxis> yAxis
-
-
类 com.sh.wf.module.component.chart.common.highcharts.HcaConstant
class HcaConstant extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.highcharts.HcaCredits
class HcaCredits extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.highcharts.HcaExporting
class HcaExporting extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.highcharts.HcaLang
class HcaLang extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.highcharts.HcaLegend
class HcaLegend extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
align
String align
-
backgroundColor
String backgroundColor
-
borderColor
String borderColor
-
borderRadius
int borderRadius
-
borderWidth
int borderWidth
-
enabled
SSBoolean enabled
-
floating
SSBoolean floating
-
itemDistance
int itemDistance
-
itemStyle
SSString itemStyle
-
itemWidth
int itemWidth
-
labelFormat
String labelFormat
-
layout
String layout
-
margin
int margin
-
maxHeight
int maxHeight
-
padding
int padding
-
reversed
SSBoolean reversed
-
rtl
SSBoolean rtl
-
symbolHeight
int symbolHeight
-
symbolPadding
int symbolPadding
-
symbolRadius
int symbolRadius
-
symbolWidth
int symbolWidth
-
useHTML
SSBoolean useHTML
-
verticalAlign
String verticalAlign
-
width
int width
-
x
int x
-
y
int y
-
-
类 com.sh.wf.module.component.chart.common.highcharts.HcaPlotOptions
class HcaPlotOptions extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
area
PlotOptionsArea area
-
bar
PlotOptionsBar bar
-
column
PlotOptionsColumn column
-
line
PlotOptionsLine line
-
pie
PlotOptionsPie pie
-
series
PlotOptionsSeries series
-
-
类 com.sh.wf.module.component.chart.common.highcharts.HcaSeries
class HcaSeries extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
color
String color
-
data
List<SeriesData> data
-
id
String id
-
name
String name
-
tooltip
HcaTooltip tooltip
-
type
String type
-
yAxis
int yAxis
-
-
类 com.sh.wf.module.component.chart.common.highcharts.HcaSubtitle
class HcaSubtitle extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.highcharts.HcaTitle
class HcaTitle extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.highcharts.HcaTooltip
class HcaTooltip extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
animation
SSBoolean animation
-
backgroundColor
String backgroundColor
-
borderColor
String borderColor
-
borderRadius
int borderRadius
-
borderWidth
int borderWidth
-
enabled
boolean enabled
-
followPointer
SSBoolean followPointer
-
footerFormat
String footerFormat
-
formatter
SSString formatter
-
headerFormat
String headerFormat
-
hideDelay
int hideDelay
-
pointFormat
String pointFormat
-
shadow
boolean shadow
-
shared
boolean shared
-
useHTML
boolean useHTML
-
valueDecimals
int valueDecimals
-
valuePrefix
String valuePrefix
-
valueSuffix
String valueSuffix
-
-
类 com.sh.wf.module.component.chart.common.highcharts.HcaXaxis
class HcaXaxis extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
allowDecimals
SSBoolean allowDecimals
-
alternateGridColor
SSBoolean alternateGridColor
-
categories
List<String> categories
-
ceiling
int ceiling
-
dateTimeLabelFormats
SSString dateTimeLabelFormats
-
demoCategories
SSString demoCategories
-
endOnTick
SSBoolean endOnTick
-
events
XaxisEvents events
-
gridLineColor
String gridLineColor
-
gridLineWidth
int gridLineWidth
-
labels
XAxisLabels labels
-
lineColor
String lineColor
-
lineWidth
int lineWidth
-
max
int max
-
min
int min
-
showEmpty
SSBoolean showEmpty
-
-
类 com.sh.wf.module.component.chart.common.highcharts.HcaYaxis
class HcaYaxis extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
allowDecimals
SSBoolean allowDecimals
-
alternateGridColor
String alternateGridColor
-
categories
SSString categories
-
ceiling
int ceiling
-
dateTimeLabelFormats
SSString dateTimeLabelFormats
-
endOnTick
SSBoolean endOnTick
-
floor
int floor
-
gridLineColor
String gridLineColor
-
gridLineDashStyle
String gridLineDashStyle
-
gridLineInterpolation
String gridLineInterpolation
-
gridLineWidth
int gridLineWidth
-
gridZIndex
int gridZIndex
-
id
String id
-
labels
YaxisLabels labels
-
lineColor
String lineColor
-
lineWidth
int lineWidth
-
max
int max
-
maxColor
String maxColor
-
maxPadding
int maxPadding
-
min
int min
-
minColor
String minColor
-
minorGridLineColor
String minorGridLineColor
-
minorGridLineDashStyle
String minorGridLineDashStyle
-
minorGridLineWidth
int minorGridLineWidth
-
minorTickColor
String minorTickColor
-
minorTickInterval
int minorTickInterval
-
minorTickLength
int minorTickLength
-
minorTickPosition
String minorTickPosition
-
minorTickWidth
int minorTickWidth
-
minPadding
int minPadding
-
minRange
int minRange
-
minTickInterval
int minTickInterval
-
offset
int offset
-
opposite
SSBoolean opposite
-
reversed
SSBoolean reversed
-
reversedStacks
SSBoolean reversedStacks
-
showEmpty
SSBoolean showEmpty
-
showFirstLabel
SSBoolean showFirstLabel
-
showLastLabel
SSBoolean showLastLabel
-
startOfWeek
int startOfWeek
-
startOnTick
SSBoolean startOnTick
-
tickColor
String tickColor
-
tickInterval
int tickInterval
-
tickLength
int tickLength
-
tickPixelInterval
int tickPixelInterval
-
tickPosition
String tickPosition
-
tickWidth
int tickWidth
-
title
YaxisTitle title
-
type
String type
-
-
类 com.sh.wf.module.component.chart.common.highcharts.PlotEvents
class PlotEvents extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.highcharts.PlotOptionsArea
class PlotOptionsArea extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
allowPointSelect
SSBoolean allowPointSelect
-
dataLabels
PlotOptionsDataLabels dataLabels
-
enableMouseTracking
SSBoolean enableMouseTracking
-
events
PlotEvents events
-
stacking
String stacking
-
-
类 com.sh.wf.module.component.chart.common.highcharts.PlotOptionsBar
class PlotOptionsBar extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
borderColor
String borderColor
-
borderRadius
int borderRadius
-
borderWidth
int borderWidth
-
dataLabels
PlotOptionsDataLabels dataLabels
-
depth
int depth
-
enableMouseTracking
SSBoolean enableMouseTracking
-
events
PlotEvents events
-
stacking
String stacking
-
-
类 com.sh.wf.module.component.chart.common.highcharts.PlotOptionsColumn
class PlotOptionsColumn extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
borderColor
String borderColor
-
borderRadius
int borderRadius
-
borderWidth
int borderWidth
-
dataLabels
PlotOptionsDataLabels dataLabels
-
depth
int depth
-
enableMouseTracking
SSBoolean enableMouseTracking
-
events
PlotEvents events
-
stacking
String stacking
-
visible
boolean visible
-
-
类 com.sh.wf.module.component.chart.common.highcharts.PlotOptionsDataLabels
class PlotOptionsDataLabels extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
align
String align
-
backgroundColor
String backgroundColor
-
borderColor
String borderColor
-
borderRadius
int borderRadius
-
borderWidth
int borderWidth
-
color
String color
-
crop
SSBoolean crop
-
defer
SSBoolean defer
-
enabled
SSBoolean enabled
-
format
String format
-
inside
SSBoolean inside
-
overflow
String overflow
-
padding
int padding
-
rotation
int rotation
-
style
SSString style
-
useHTML
SSBoolean useHTML
-
verticalAlign
String verticalAlign
-
x
int x
-
y
int y
-
zIndex
int zIndex
-
-
类 com.sh.wf.module.component.chart.common.highcharts.PlotOptionsLine
class PlotOptionsLine extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
dataLabels
PlotOptionsDataLabels dataLabels
-
enableMouseTracking
SSBoolean enableMouseTracking
-
events
PlotEvents events
-
lineWidth
int lineWidth
-
stacking
String stacking
-
-
类 com.sh.wf.module.component.chart.common.highcharts.PlotOptionsPie
class PlotOptionsPie extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
allowPointSelect
SSBoolean allowPointSelect
-
borderColor
String borderColor
-
borderWidth
int borderWidth
-
center
SSString center
-
cursor
String cursor
-
dataLabels
PlotOptionsPieDataLabels dataLabels
-
depth
int depth
-
enableMouseTracking
SSBoolean enableMouseTracking
-
endAngle
int endAngle
-
events
PlotEvents events
-
innerSize
String innerSize
-
showInLegend
SSBoolean showInLegend
-
startAngle
int startAngle
-
-
类 com.sh.wf.module.component.chart.common.highcharts.PlotOptionsPieDataLabels
class PlotOptionsPieDataLabels extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
backgroundColor
String backgroundColor
-
borderColor
String borderColor
-
borderRadius
int borderRadius
-
color
String color
-
connectorColor
String connectorColor
-
distance
int distance
-
enabled
SSBoolean enabled
-
format
String format
-
formatter
SSString formatter
-
style
SSString style
-
useHTML
SSBoolean useHTML
-
verticalAlign
String verticalAlign
-
-
类 com.sh.wf.module.component.chart.common.highcharts.PlotOptionsSeries
class PlotOptionsSeries extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
allowPointSelect
SSBoolean allowPointSelect
-
events
PlotEvents events
-
lineWidth
int lineWidth
-
selected
boolean selected
-
stacking
String stacking
-
threshold
int threshold
-
visible
boolean visible
-
-
类 com.sh.wf.module.component.chart.common.highcharts.SeriesData
class SeriesData extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.highcharts.XaxisEvents
class XaxisEvents extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.highcharts.XAxisLabels
class XAxisLabels extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.highcharts.YaxisLabels
class YaxisLabels extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.common.highcharts.YaxisTitle
class YaxisTitle extends ChartsOptionsBase implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.component.chart.gauge
-
类 com.sh.wf.module.component.chart.gauge.GaugeEChart
class GaugeEChart extends ColumnEChart implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
endAngle
int endAngle
-
max
int max
-
min
int min
-
startAngle
int startAngle
-
-
-
程序包 com.sh.wf.module.component.chart.line
-
类 com.sh.wf.module.component.chart.line.LineChart
class LineChart extends ColumnChart implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.line.LineEChart
class LineEChart extends ColumnEChart implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.component.chart.map
-
类 com.sh.wf.module.component.chart.map.MapEChart
class MapEChart extends ColumnEChart implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
dataRangeCalculable
boolean dataRangeCalculable
-
dataRangeColor
String dataRangeColor
-
dataRangeEnable
boolean dataRangeEnable
-
dataRangeOrient
String dataRangeOrient
-
dataRangePosition
String dataRangePosition
-
mapRoam
String mapRoam
-
mapShowArea
boolean mapShowArea
-
mapType
String mapType
-
mapTypeCtiy
String mapTypeCtiy
-
roamEnable
boolean roamEnable
-
roamPosition
String roamPosition
-
-
-
程序包 com.sh.wf.module.component.chart.pie
-
类 com.sh.wf.module.component.chart.pie.ItemStyleAttr
class ItemStyleAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.pie.Pie3DEChart
class Pie3DEChart extends EChart3DBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
allowPointSelect
boolean allowPointSelect
-
isAllZero
boolean isAllZero
-
itemStyleAttrList
List<ItemStyleAttr> itemStyleAttrList
-
pieLabelBaseline
String pieLabelBaseline
-
pieLabelFormat
String pieLabelFormat
-
showWithHalfPie
boolean showWithHalfPie
-
-
类 com.sh.wf.module.component.chart.pie.PieChart
class PieChart extends ChartBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
allowPointSelect
boolean allowPointSelect
-
showWithHalfPie
boolean showWithHalfPie
-
-
类 com.sh.wf.module.component.chart.pie.PieEChart
class PieEChart extends EChartBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
allowPointSelect
boolean allowPointSelect
-
isAllZero
boolean isAllZero
-
itemStyleAttrList
List<ItemStyleAttr> itemStyleAttrList
-
pieCenter
String pieCenter
-
pieLabelBaseline
String pieLabelBaseline
-
pieLabelFormat
String pieLabelFormat
-
pieRadius
int pieRadius
-
pieShowLine
boolean pieShowLine
-
roseType
String roseType
-
showWithHalfPie
boolean showWithHalfPie
-
-
类 com.sh.wf.module.component.chart.pie.TreeMapEChart
class TreeMapEChart extends EChartBase implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.component.chart.po
-
类 com.sh.wf.module.component.chart.po.MarkLineBean
class MarkLineBean extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.component.chart.radar
-
类 com.sh.wf.module.component.chart.radar.RadarEChart
class RadarEChart extends ColumnEChart implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.component.chart.self
-
类 com.sh.wf.module.component.chart.self.SelfEChart
class SelfEChart extends EChartBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.chart.self.SelfEChart2
class SelfEChart2 extends EChartBase implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.component.common
-
类 com.sh.wf.module.component.common.InParamInfo
class InParamInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.common.LanguageAttr
class LanguageAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
language
String language
-
languageObj
JSONObject languageObj
-
-
类 com.sh.wf.module.component.common.LayoutBorder
class LayoutBorder extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
bottomBorder
boolean bottomBorder
-
bottomBorderColor
String bottomBorderColor
-
bottomBorderStyle
String bottomBorderStyle
-
bottomBorderWidth
int bottomBorderWidth
-
ignoreBorder
boolean ignoreBorder
-
leftBorder
boolean leftBorder
-
leftBorderColor
String leftBorderColor
-
leftBorderStyle
String leftBorderStyle
-
leftBorderWidth
int leftBorderWidth
-
rightBorder
boolean rightBorder
-
rightBorderColor
String rightBorderColor
-
rightBorderStyle
String rightBorderStyle
-
rightBorderWidth
int rightBorderWidth
-
topBorder
boolean topBorder
-
topBorderColor
String topBorderColor
-
topBorderStyle
String topBorderStyle
-
topBorderWidth
int topBorderWidth
-
-
类 com.sh.wf.module.component.common.ScriptCssAttr
class ScriptCssAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.common.TimerAttr
class TimerAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.common.UpdateAttr
class UpdateAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.component.d3
-
类 com.sh.wf.module.component.d3.PageBubble
class PageBubble extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
data
PopBubbleData data
-
direction
int direction
-
fontSize
int fontSize
-
isKeep
boolean isKeep
-
mspeed
String mspeed
-
radius
int radius
-
ruleAttr
RuleAttr ruleAttr
-
speed
String speed
-
-
-
程序包 com.sh.wf.module.component.d3.common
-
类 com.sh.wf.module.component.d3.common.PageBubbleDataCol
class PageBubbleDataCol extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.d3.common.PopBubbleData
class PopBubbleData extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
acUrl
String acUrl
-
cacheEnable
boolean cacheEnable
-
component
Component component
-
dataColList
List<PageBubbleDataCol> dataColList
-
dataKey
String dataKey
-
dsRet
String dsRet
-
everyPageNum
int everyPageNum
-
httpMethod
String httpMethod
-
httpServerType
String httpServerType
-
otherParam
String otherParam
-
sourceCode
String sourceCode
-
sqlText
String sqlText
-
totalKey
String totalKey
-
-
-
程序包 com.sh.wf.module.component.layout
-
类 com.sh.wf.module.component.layout.CarouselItem
class CarouselItem extends Component implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.layout.CarouselPanel
class CarouselPanel extends Component implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.layout.FileLayout
class FileLayout extends LayoutBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.layout.RectLayout
class RectLayout extends LayoutBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
contentStyle
String contentStyle
-
dsName
String dsName
-
height
String height
-
heightOffset
int heightOffset
-
heightPercent
double heightPercent
-
indexVar
String indexVar
-
isCalHeight
boolean isCalHeight
-
itemStyle
String itemStyle
-
layoutBorder
LayoutBorder layoutBorder
-
responseSystemQuery
boolean responseSystemQuery
-
ruleAttr
RuleAttr ruleAttr
-
showPage
boolean showPage
-
-
类 com.sh.wf.module.component.layout.RectRow
class RectRow extends LayoutBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
layoutBorder
LayoutBorder layoutBorder
-
ruleAttr
RuleAttr ruleAttr
-
-
类 com.sh.wf.module.component.layout.SlotLayout
class SlotLayout extends LayoutBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
bgColor
String bgColor
-
layoutBorder
LayoutBorder layoutBorder
-
noRender
boolean noRender
-
noUsePosition
boolean noUsePosition
-
setBgColor
boolean setBgColor
-
textAlign
String textAlign
-
width
String width
-
-
类 com.sh.wf.module.component.layout.VBoxLayout2
class VBoxLayout2 extends LayoutBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
bgColor
String bgColor
-
cstyle
String cstyle
-
isMarquee
boolean isMarquee
-
layoutBorder
LayoutBorder layoutBorder
-
marqueeDirection
String marqueeDirection
-
marqueeInStop
boolean marqueeInStop
-
marqueeScrollamount
int marqueeScrollamount
-
marqueeStyle
String marqueeStyle
-
setBgColor
boolean setBgColor
-
textAlign
String textAlign
-
-
类 com.sh.wf.module.component.layout.VHBoxLayout
class VHBoxLayout extends LayoutBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
bgColor
String bgColor
-
needClearFloat
boolean needClearFloat
-
noRender
boolean noRender
-
setBgColor
boolean setBgColor
-
-
类 com.sh.wf.module.component.layout.VHBoxRow
class VHBoxRow extends LayoutBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
bgColor
String bgColor
-
responseSystemQuery
boolean responseSystemQuery
-
setBgColor
boolean setBgColor
-
-
类 com.sh.wf.module.component.layout.VHBoxRowCell
class VHBoxRowCell extends LayoutBase implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.component.page
-
类 com.sh.wf.module.component.page.AMap
class AMap extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
autoHeight
boolean autoHeight
-
lat
String lat
-
lng
String lng
-
mapStyle
String mapStyle
-
marker
AMapMarker marker
-
mtEnable
boolean mtEnable
-
mtSatellite
boolean mtSatellite
-
ncEnable
boolean ncEnable
-
offsetHeight
int offsetHeight
-
scEnable
boolean scEnable
-
trackCallback
String trackCallback
-
trackMarker
boolean trackMarker
-
zoom
int zoom
-
-
类 com.sh.wf.module.component.page.ArcGISMap
class ArcGISMap extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
autoHeight
boolean autoHeight
-
lat
String lat
-
lng
String lng
-
mapStyle
String mapStyle
-
marker
ArcGISMapMarker marker
-
offsetHeight
int offsetHeight
-
scEnable
boolean scEnable
-
trackCallback
String trackCallback
-
trackMarker
boolean trackMarker
-
zoom
int zoom
-
-
类 com.sh.wf.module.component.page.ArcGISMap_Sxyjwz
class ArcGISMap_Sxyjwz extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
autoHeight
boolean autoHeight
-
lat
String lat
-
lng
String lng
-
mapStyle
String mapStyle
-
marker
ArcGISMapMarker_Sxyjwz marker
-
offsetHeight
int offsetHeight
-
scEnable
boolean scEnable
-
trackCallback
String trackCallback
-
trackMarker
boolean trackMarker
-
zoom
int zoom
-
-
类 com.sh.wf.module.component.page.BMap
class BMap extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
autoHeight
boolean autoHeight
-
defaultMapType
String defaultMapType
-
enableMapClick
boolean enableMapClick
-
lat
String lat
-
lng
String lng
-
localCity
boolean localCity
-
mapClickEvent
EventInfo mapClickEvent
-
mapInitEvent
EventInfo mapInitEvent
-
mapStyle
String mapStyle
-
markerCommon
BMapMarkerCommon markerCommon
-
markerList
List<BMapMarker> markerList
-
maxZoom
int maxZoom
-
minZoom
int minZoom
-
mtAnchor
String mtAnchor
-
mtEnable
boolean mtEnable
-
mtPerspective
boolean mtPerspective
-
mtSatellite
boolean mtSatellite
-
ncAnchor
String ncAnchor
-
ncEnable
boolean ncEnable
-
ntype
String ntype
-
ocAnchor
String ocAnchor
-
ocEnable
boolean ocEnable
-
ocIsOpen
boolean ocIsOpen
-
offsetHeight
int offsetHeight
-
scAnchor
String scAnchor
-
scEnable
boolean scEnable
-
scrollWheelZool
boolean scrollWheelZool
-
trackBack
BMapTrackBack trackBack
-
trackCallback
String trackCallback
-
trackMarker
boolean trackMarker
-
zoom
int zoom
-
-
类 com.sh.wf.module.component.page.Button
class Button extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
_isAuth
boolean _isAuth
-
buttonClassName
String buttonClassName
-
buttonIcon
String buttonIcon
-
calWidthOffset
int calWidthOffset
-
classSize
String classSize
-
classTheme
String classTheme
-
cstyle
String cstyle
-
hasSetTemplateData
boolean hasSetTemplateData
-
initHidden
boolean initHidden
-
isLayui
boolean isLayui
-
isRadius
String isRadius
-
labelI18n
String labelI18n
-
layoutStyle
String layoutStyle
-
layuiIconColor
String layuiIconColor
-
paddingLeft
int paddingLeft
-
paddingRight
int paddingRight
-
renderValue
String renderValue
-
systemAttr
ButtonLogicAttr systemAttr
-
value
String value
-
-
类 com.sh.wf.module.component.page.Cascader
class Cascader extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
canEmpty
boolean canEmpty
-
clickEvent
EventInfo clickEvent
-
data
CascaderData data
-
defaultValue
String defaultValue
-
isVisible
boolean isVisible
-
msAttr
MultiSaveAttr msAttr
-
panelHeight
String panelHeight
-
placeholder
String placeholder
-
popChooseEvent
EventInfo popChooseEvent
-
popLabel
String popLabel
-
showStar
boolean showStar
-
-
类 com.sh.wf.module.component.page.Checkbox
class Checkbox extends CheckboxRadioBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.ColorPicker
class ColorPicker extends Component implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.ColorPickerLay
class ColorPickerLay extends Component implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.Date
class Date extends Component implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.Date_Layui
class Date_Layui extends Date implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.Editor
class Editor extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
bgColor
String bgColor
-
fullPage
boolean fullPage
-
height
String height
-
onEditorKeyup
EventInfo onEditorKeyup
-
showValue
String showValue
-
startupFocus
boolean startupFocus
-
toolbarCanCollapse
boolean toolbarCanCollapse
-
toolbarLocation
String toolbarLocation
-
toolbarStartupExpanded
boolean toolbarStartupExpanded
-
width
String width
-
-
类 com.sh.wf.module.component.page.Editor_UE
class Editor_UE extends Component implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.Embed
class Embed extends Component implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.FileUpload
class FileUpload extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
a2tw8k
boolean a2tw8k
-
addBtnText
String addBtnText
-
appendPathBash
String appendPathBash
-
autoOperate
boolean autoOperate
-
ccrop
boolean ccrop
-
cheight
int cheight
-
classTheme
String classTheme
-
colList
List<FileCol> colList
-
conditionColCount
int conditionColCount
-
cquality
int cquality
-
cwidth
int cwidth
-
delText
String delText
-
fileBtnClass
String fileBtnClass
-
fileBtnStyle
String fileBtnStyle
-
fileDelBtnClass
String fileDelBtnClass
-
fileDelBtnStyle
String fileDelBtnStyle
-
fileViewBtnClass
String fileViewBtnClass
-
fileViewBtnStyle
String fileViewBtnStyle
-
hiddenProgress
boolean hiddenProgress
-
hiddenText
boolean hiddenText
-
initPreview
boolean initPreview
-
isCrop
boolean isCrop
-
isImagePreview
boolean isImagePreview
-
isSameName
boolean isSameName
-
isSingle
boolean isSingle
-
javaAttr
JavaAttr javaAttr
-
layuiColor
String layuiColor
-
layuiIconColor
String layuiIconColor
-
maxFileSize
String maxFileSize
-
mimeType
String mimeType
-
mimeTypeSelf
String mimeTypeSelf
-
modOperate
boolean modOperate
-
mp4Faststart
boolean mp4Faststart
-
onFileAdded
EventInfo onFileAdded
-
onFileUpload
EventInfo onFileUpload
-
onFileUploadCrop
EventInfo onFileUploadCrop
-
onFileUploadProgress
EventInfo onFileUploadProgress
-
pkCol
String pkCol
-
pvHeight
int pvHeight
-
pvWidth
int pvWidth
-
scaleImage
boolean scaleImage
-
scaleImageList
List<FileScaleImage> scaleImageList
-
sfileName
String sfileName
-
showAddBtn
int showAddBtn
-
showIcon
int showIcon
-
showInline
int showInline
-
singleBtn
boolean singleBtn
-
storePath
String storePath
-
storeToRes
boolean storeToRes
-
tableName
String tableName
-
ucHeight
int ucHeight
-
ucWidth
int ucWidth
-
updateCrop
boolean updateCrop
-
viewText
String viewText
-
waterContent
String waterContent
-
wcEnable
boolean wcEnable
-
-
类 com.sh.wf.module.component.page.Html
class Html extends Component implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.HTWeb
class HTWeb extends Component implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.Image
class Image extends Button implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.LinkButton
class LinkButton extends Button implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.Maptalks
class Maptalks extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
autoHeight
boolean autoHeight
-
geojson
MaptalksGeojson geojson
-
img
String img
-
imgExtend
String imgExtend
-
lat
String lat
-
layerName
String layerName
-
layerType
String layerType
-
lng
String lng
-
mapClickEvent
EventInfo mapClickEvent
-
mapInitEvent
EventInfo mapInitEvent
-
markerCommon
MaptalksMarkerCommon markerCommon
-
markerList
List<MaptalksMarker> markerList
-
maxZoom
int maxZoom
-
minZoom
int minZoom
-
ncEnable
boolean ncEnable
-
ocEnable
boolean ocEnable
-
ocIsOpen
boolean ocIsOpen
-
offsetHeight
int offsetHeight
-
pitch
int pitch
-
scEnable
boolean scEnable
-
selfLayer
String selfLayer
-
trackBack
MaptalksTrackBack trackBack
-
trackCallback
String trackCallback
-
trackMarker
boolean trackMarker
-
zoom
int zoom
-
-
类 com.sh.wf.module.component.page.Matrix
class Matrix extends Button implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.Media
class Media extends Component implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.NumAim
class NumAim extends Component implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.OLMap
class OLMap extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
autoHeight
boolean autoHeight
-
fullEnable
boolean fullEnable
-
geojson
OLGeojson geojson
-
img
String img
-
imgExtend
String imgExtend
-
lat
String lat
-
layerName
String layerName
-
layerType
String layerType
-
lng
String lng
-
mapClickEvent
EventInfo mapClickEvent
-
mapInitEvent
EventInfo mapInitEvent
-
markerCommon
OLMapMarkerCommon markerCommon
-
markerList
List<OLMapMarker> markerList
-
maxZoom
int maxZoom
-
minZoom
int minZoom
-
ncEnable
boolean ncEnable
-
ocEnable
boolean ocEnable
-
ocIsOpen
boolean ocIsOpen
-
offsetHeight
int offsetHeight
-
scEnable
boolean scEnable
-
trackBack
OLMapTrackBack trackBack
-
trackCallback
String trackCallback
-
trackMarker
boolean trackMarker
-
zoom
int zoom
-
-
类 com.sh.wf.module.component.page.PageJasperReport
class PageJasperReport extends Component implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.PopCheckbox
class PopCheckbox extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
buttonLabel
String buttonLabel
-
buttonStyle
String buttonStyle
-
canEmpty
boolean canEmpty
-
data
PopCheckboxRadioData data
-
dataSortEnable
boolean dataSortEnable
-
eicon
String eicon
-
isForce
boolean isForce
-
isVisible
boolean isVisible
-
msAttr
MultiSaveAttr msAttr
-
onType
String onType
-
placeholder
String placeholder
-
popLabel
String popLabel
-
popWay
String popWay
-
showStar
boolean showStar
-
showType
String showType
-
winMaxWidth
int winMaxWidth
-
-
类 com.sh.wf.module.component.page.PopRadio
class PopRadio extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
buttonLabel
String buttonLabel
-
buttonStyle
String buttonStyle
-
canEmpty
boolean canEmpty
-
data
PopCheckboxRadioData data
-
eicon
String eicon
-
isForce
boolean isForce
-
isVisible
boolean isVisible
-
onType
String onType
-
placeholder
String placeholder
-
popLabel
String popLabel
-
popWay
String popWay
-
showStar
boolean showStar
-
winMaxWidth
int winMaxWidth
-
-
类 com.sh.wf.module.component.page.PopTree
class PopTree extends Tree implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
buttonLabel
String buttonLabel
-
buttonStyle
String buttonStyle
-
canEmpty
boolean canEmpty
-
defaultValue
String defaultValue
-
eicon
String eicon
-
isForce
boolean isForce
-
isVisible
boolean isVisible
-
maxHeight
int maxHeight
-
maxWidth
int maxWidth
-
msAttr
MultiSaveAttr msAttr
-
onType
String onType
-
placeholder
String placeholder
-
popChooseEvent
EventInfo popChooseEvent
-
popLabel
String popLabel
-
queryExpand
boolean queryExpand
-
showStar
boolean showStar
-
tqEnable
boolean tqEnable
-
tqLabel
String tqLabel
-
tqTip
String tqTip
-
-
类 com.sh.wf.module.component.page.ProgressBar
class ProgressBar extends Component implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.ProgressBar_20170831
class ProgressBar_20170831 extends Component implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.QQMap
class QQMap extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
autoHeight
boolean autoHeight
-
lat
String lat
-
lng
String lng
-
localCity
boolean localCity
-
mapClickEvent
EventInfo mapClickEvent
-
mapInitEvent
EventInfo mapInitEvent
-
marker
QQMapMarker marker
-
maxZoom
int maxZoom
-
minZoom
int minZoom
-
mtAnchor
String mtAnchor
-
mtEnable
boolean mtEnable
-
mtPerspective
boolean mtPerspective
-
mtSatellite
boolean mtSatellite
-
ncAnchor
String ncAnchor
-
ncEnable
boolean ncEnable
-
ntype
String ntype
-
offsetHeight
int offsetHeight
-
scAnchor
String scAnchor
-
scEnable
boolean scEnable
-
scrollWheelZool
boolean scrollWheelZool
-
trackCallback
String trackCallback
-
trackMarker
boolean trackMarker
-
zoom
int zoom
-
-
类 com.sh.wf.module.component.page.Radio
class Radio extends CheckboxRadioBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.Select
class Select extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
cutOff
int cutOff
-
layoutStyle
String layoutStyle
-
sd
SelectData sd
-
uiDropUp
boolean uiDropUp
-
uiEnable
boolean uiEnable
-
updateAttr
UpdateAttr updateAttr
-
width
String width
-
-
类 com.sh.wf.module.component.page.Select2
class Select2 extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
canEmpty
boolean canEmpty
-
cutOff
int cutOff
-
layoutStyle
String layoutStyle
-
msAttr
MultiSaveAttr msAttr
-
multiSelect
boolean multiSelect
-
placeholder
String placeholder
-
sd
SelectData sd
-
showStar
boolean showStar
-
uiDropUp
boolean uiDropUp
-
uiEnable
boolean uiEnable
-
updateAttr
UpdateAttr updateAttr
-
width
String width
-
-
类 com.sh.wf.module.component.page.Self
class Self extends Component implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.ShowFlow
class ShowFlow extends Component implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.StarScore
class StarScore extends Component implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.Tab
class Tab extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
asyncTabComponent
boolean asyncTabComponent
-
autoHeight
boolean autoHeight
-
bodyId
String bodyId
-
clickFunc
String clickFunc
-
clickRefresh
boolean clickRefresh
-
clickScript
String clickScript
-
defaultHeight
int defaultHeight
-
expDs
String expDs
-
expIdMap
Map<String,
String> expIdMap -
expLabel
String expLabel
-
expLength
int expLength
-
expLengthStr
String expLengthStr
-
expTabId
String expTabId
-
headId
String headId
-
idOri
String idOri
-
iframeAutoHeight
boolean iframeAutoHeight
-
iframeHeight
String iframeHeight
-
iframeId
String iframeId
-
iframeName
String iframeName
-
iframeSort
int iframeSort
-
iframeUrl
String iframeUrl
-
imgSrc
String imgSrc
-
initHidden
boolean initHidden
-
isCopyBlank
boolean isCopyBlank
-
isElParser
boolean isElParser
-
label
String label
-
labelStyle
String labelStyle
-
tabSelect
boolean tabSelect
-
useIframe
boolean useIframe
-
-
类 com.sh.wf.module.component.page.TabPanel
class TabPanel extends Component implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.Text
class Text extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
editorEnable
boolean editorEnable
-
inputTag
boolean inputTag
-
markdown
boolean markdown
-
maxContentLength
int maxContentLength
-
onTextItemChange
EventInfo onTextItemChange
-
pstyle
String pstyle
-
ruleAttr
RuleAttr ruleAttr
-
showOri
boolean showOri
-
showType
String showType
-
tagItemStyle
String tagItemStyle
-
tagName
String tagName
-
text
String text
-
text2
String text2
-
-
类 com.sh.wf.module.component.page.Textarea
class Textarea extends Component implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.TextInput
class TextInput extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
autoComplete
boolean autoComplete
-
canEmpty
boolean canEmpty
-
checkSeq
boolean checkSeq
-
checkStr
String checkStr
-
checkType
String checkType
-
cstyle
String cstyle
-
dataType
String dataType
-
eicon
String eicon
-
eiconTip
String eiconTip
-
embedIcon
boolean embedIcon
-
enterQuery
boolean enterQuery
-
HAS_ADD_HTML
String HAS_ADD_HTML
-
helpChoose
String helpChoose
-
isVisible
boolean isVisible
-
label
String label
-
labelI18n
String labelI18n
-
layoutBorder
LayoutBorder layoutBorder
-
parentEmbedIconDivStyle
String parentEmbedIconDivStyle
-
placeholder
String placeholder
-
ruleAttr
RuleAttr ruleAttr
-
self
String self
-
sequenceName
String sequenceName
-
showStar
boolean showStar
-
showValue
String showValue
-
systemAttr
ButtonLogicAttr systemAttr
-
textInputAutoComplete
TextInputAutoComplete textInputAutoComplete
-
textType
String textType
-
textTypeSelf
String textTypeSelf
-
tip
String tip
-
triggerType
String triggerType
-
-
类 com.sh.wf.module.component.page.TMap
class TMap extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
autoHeight
boolean autoHeight
-
defaultMapType
String defaultMapType
-
gvar
String gvar
-
lat
String lat
-
lng
String lng
-
mapClickEvent
EventInfo mapClickEvent
-
mapInitEvent
EventInfo mapInitEvent
-
markerCommon
TMapMarkerCommon markerCommon
-
markerList
List<TMapMarker> markerList
-
maxZoom
int maxZoom
-
minZoom
int minZoom
-
mtEnable
boolean mtEnable
-
mtHybrid
boolean mtHybrid
-
mtSatellite
boolean mtSatellite
-
ncAnchor
String ncAnchor
-
ncEnable
boolean ncEnable
-
ocAnchor
String ocAnchor
-
ocEnable
boolean ocEnable
-
ocIsOpen
boolean ocIsOpen
-
offsetHeight
int offsetHeight
-
responseSystemQuery
boolean responseSystemQuery
-
scEnable
boolean scEnable
-
scrollWheelZool
boolean scrollWheelZool
-
trackCallback
String trackCallback
-
trackMarker
boolean trackMarker
-
zoom
int zoom
-
-
类 com.sh.wf.module.component.page.Tree
class Tree extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
aphOffset
int aphOffset
-
autoPageHeight
boolean autoPageHeight
-
autoSelect
boolean autoSelect
-
maxHeight
int maxHeight
-
maxWidth
int maxWidth
-
responseSystemQuery
boolean responseSystemQuery
-
treeData
TreeData treeData
-
-
-
程序包 com.sh.wf.module.component.page.ai
-
类 com.sh.wf.module.component.page.ai.AiAgent
class AiAgent extends Component implements Serializable-
序列化字段
-
agentMemory
AiAgentMemory agentMemory
-
agentParam
AiAgentParam agentParam
-
agentTool
AiAgentTool agentTool
-
aiAgentUI
AiAgentUI aiAgentUI
-
aiType
String aiType
-
apiKey
String apiKey
-
asTool
AiAgentAsTool asTool
-
baseUrl
String baseUrl
-
chtype
String chtype
-
difyType
String difyType
-
documentRef
boolean documentRef
-
fileParser
boolean fileParser
-
filePrompt
String filePrompt
-
height
String height
-
heightOffset
int heightOffset
-
heightPercent
double heightPercent
-
hiddleTitle
boolean hiddleTitle
-
initTip
String initTip
-
isCalHeight
boolean isCalHeight
-
loadHis
boolean loadHis
-
memory
boolean memory
-
method
String method
-
model
String model
-
multi
boolean multi
-
onAiResult
EventInfo onAiResult
-
onAiSessionCreate
EventInfo onAiSessionCreate
-
onAiToolResult
EventInfo onAiToolResult
-
query
String query
-
ragChatId
String ragChatId
-
ragSessionId
String ragSessionId
-
saveMemory
boolean saveMemory
-
showBottom
boolean showBottom
-
system
String system
-
title
String title
-
-
-
类 com.sh.wf.module.component.page.ai.AiAgentAsTool
class AiAgentAsTool extends Object implements Serializable -
类 com.sh.wf.module.component.page.ai.AiAgentMcp
class AiAgentMcp extends Object implements Serializable-
序列化字段
-
agentTool
AiAgentTool agentTool
-
mcpIdList
List<String> mcpIdList
-
-
-
类 com.sh.wf.module.component.page.ai.AiAgentMemory
class AiAgentMemory extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
aiAgent
AiAgent aiAgent
-
colList
List<AiAgentMemoryCol> colList
-
contentCol
AiAgentMemoryCol contentCol
-
loadMemory
boolean loadMemory
-
orderCol
AiAgentMemoryCol orderCol
-
roleCol
AiAgentMemoryCol roleCol
-
sessionIdCol
AiAgentMemoryCol sessionIdCol
-
tableName
String tableName
-
timeCol
AiAgentMemoryCol timeCol
-
-
类 com.sh.wf.module.component.page.ai.AiAgentMemoryCol
class AiAgentMemoryCol extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.ai.AiAgentParam
class AiAgentParam extends Object implements Serializable -
类 com.sh.wf.module.component.page.ai.AiAgentTool
class AiAgentTool extends Object implements Serializable-
序列化字段
-
addSkill
boolean addSkill
-
aiAgent
AiAgent aiAgent
-
aiAgentMcp
AiAgentMcp aiAgentMcp
-
commonParam
String commonParam
-
mtoolList
List<com.sh.wf.module.component.page.ai.AiAgentTool.SubAgentTool> mtoolList
-
systemTools
String[] systemTools
-
systemToolsDyna
String systemToolsDyna
-
toolAppendSystem
boolean toolAppendSystem
-
toolArgsMap
Map<String,
JSONObject> toolArgsMap -
toolList
List<com.sh.wf.module.component.page.ai.AiAgentTool.ToolItem> toolList
-
-
-
类 com.sh.wf.module.component.page.ai.AiAgentToolParam
class AiAgentToolParam extends Object implements Serializable-
序列化字段
-
paramList
List<com.sh.wf.module.component.page.ai.AiAgentToolParam.ParamItem> paramList
-
-
-
类 com.sh.wf.module.component.page.ai.AiAgentUI
class AiAgentUI extends Object implements Serializable-
序列化字段
-
aiAgent
AiAgent aiAgent
-
bottomId
String bottomId
-
chatBoxId
String chatBoxId
-
css
String css
-
dropdownId
String dropdownId
-
fileUploadId
String fileUploadId
-
headBotImage
boolean headBotImage
-
headUserImage
boolean headUserImage
-
iconBot
String iconBot
-
iconUser
String iconUser
-
imageBot
String imageBot
-
imageUser
String imageUser
-
initAlwaysShow
boolean initAlwaysShow
-
initHtml
String initHtml
-
script
String script
-
sendBtnId
String sendBtnId
-
userInputId
String userInputId
-
-
-
-
程序包 com.sh.wf.module.component.page.common
-
类 com.sh.wf.module.component.page.common.AMapMarker
class AMapMarker extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
borderColor
String borderColor
-
clieckEvent
AMapMarkerEvent clieckEvent
-
component
Component component
-
dsName
String dsName
-
iconHeight
int iconHeight
-
iconSrc
String iconSrc
-
iconType
String iconType
-
iconWidth
int iconWidth
-
isAnimation
boolean isAnimation
-
label
String label
-
latCol
String latCol
-
lngCol
String lngCol
-
offsetLeft
int offsetLeft
-
offsetTop
int offsetTop
-
-
类 com.sh.wf.module.component.page.common.AMapMarkerEvent
class AMapMarkerEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
appendFormParam
boolean appendFormParam
-
backUrl
String backUrl
-
component
Component component
-
content
String content
-
dlgAutoClose
int dlgAutoClose
-
dlgHeight
String dlgHeight
-
dlgId
String dlgId
-
dlgLeft
String dlgLeft
-
dlgModal
boolean dlgModal
-
dlgTitle
String dlgTitle
-
dlgTop
String dlgTop
-
dlgWidth
String dlgWidth
-
enable
boolean enable
-
ignoreParam
String ignoreParam
-
resizable
boolean resizable
-
scrollbars
boolean scrollbars
-
target
String target
-
url
String url
-
-
类 com.sh.wf.module.component.page.common.ArcGISMapMarker
class ArcGISMapMarker extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
clickEvent
ArcGISMapMarkerEvent clickEvent
-
component
Component component
-
dsName
String dsName
-
iconHeight
int iconHeight
-
iconSrc
String iconSrc
-
iconType
String iconType
-
iconWidth
int iconWidth
-
label
String label
-
latCol
String latCol
-
lngCol
String lngCol
-
offsetLeft
int offsetLeft
-
offsetTop
int offsetTop
-
showOnlyView
boolean showOnlyView
-
textColor
String textColor
-
-
类 com.sh.wf.module.component.page.common.ArcGISMapMarker_Sxyjwz
class ArcGISMapMarker_Sxyjwz extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
clickEvent
ArcGISMapMarkerEvent_Sxyjwz clickEvent
-
component
Component component
-
dsName
String dsName
-
iconHeight
int iconHeight
-
iconSrc
String iconSrc
-
iconType
String iconType
-
iconWidth
int iconWidth
-
label
String label
-
latCol
String latCol
-
lngCol
String lngCol
-
markerCenter
String markerCenter
-
offsetLeft
int offsetLeft
-
offsetTop
int offsetTop
-
showOnlyView
boolean showOnlyView
-
showText
boolean showText
-
textColor
String textColor
-
-
类 com.sh.wf.module.component.page.common.ArcGISMapMarkerEvent
class ArcGISMapMarkerEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
appendFormParam
boolean appendFormParam
-
backUrl
String backUrl
-
component
Component component
-
content
String content
-
dlgAutoClose
int dlgAutoClose
-
dlgHeight
String dlgHeight
-
dlgId
String dlgId
-
dlgLeft
String dlgLeft
-
dlgModal
boolean dlgModal
-
dlgTitle
String dlgTitle
-
dlgTop
String dlgTop
-
dlgWidth
String dlgWidth
-
enable
boolean enable
-
ignoreParam
String ignoreParam
-
resizable
boolean resizable
-
scrollbars
boolean scrollbars
-
target
String target
-
url
String url
-
-
类 com.sh.wf.module.component.page.common.ArcGISMapMarkerEvent_Sxyjwz
class ArcGISMapMarkerEvent_Sxyjwz extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
appendFormParam
boolean appendFormParam
-
backUrl
String backUrl
-
component
Component component
-
content
String content
-
dlgAutoClose
int dlgAutoClose
-
dlgHeight
String dlgHeight
-
dlgId
String dlgId
-
dlgLeft
String dlgLeft
-
dlgModal
boolean dlgModal
-
dlgTitle
String dlgTitle
-
dlgTop
String dlgTop
-
dlgWidth
String dlgWidth
-
enable
boolean enable
-
ignoreParam
String ignoreParam
-
resizable
boolean resizable
-
scrollbars
boolean scrollbars
-
target
String target
-
url
String url
-
-
类 com.sh.wf.module.component.page.common.AuthInfo
class AuthInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.BMapMarker
class BMapMarker extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
afterScript
String afterScript
-
aimProvider
String aimProvider
-
beforeScript
String beforeScript
-
borderColor
String borderColor
-
clickTip
String clickTip
-
clickTipHeight
int clickTipHeight
-
clickTipTitle
String clickTipTitle
-
clickTipWidth
int clickTipWidth
-
clieckEvent
BMapMarkerEvent clieckEvent
-
component
Component component
-
dsName
String dsName
-
hideMarker
boolean hideMarker
-
iconHeight
int iconHeight
-
iconSrc
String iconSrc
-
iconType
String iconType
-
iconWidth
int iconWidth
-
isAnimation
boolean isAnimation
-
label
String label
-
latCol
String latCol
-
lngCol
String lngCol
-
markerCenter
String markerCenter
-
markerCluster
boolean markerCluster
-
offsetLeft
int offsetLeft
-
offsetTop
int offsetTop
-
provider
String provider
-
refreshTime
int refreshTime
-
showOnlyView
boolean showOnlyView
-
-
类 com.sh.wf.module.component.page.common.BMapMarkerCommon
class BMapMarkerCommon extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
component
Component component
-
onlyQueryCurPage
boolean onlyQueryCurPage
-
refreshTime
int refreshTime
-
showOnlyView
boolean showOnlyView
-
-
类 com.sh.wf.module.component.page.common.BMapMarkerEvent
class BMapMarkerEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
appendFormParam
boolean appendFormParam
-
backUrl
String backUrl
-
component
Component component
-
content
String content
-
dlgAutoClose
int dlgAutoClose
-
dlgHeight
String dlgHeight
-
dlgId
String dlgId
-
dlgLeft
String dlgLeft
-
dlgModal
boolean dlgModal
-
dlgTitle
String dlgTitle
-
dlgTop
String dlgTop
-
dlgWidth
String dlgWidth
-
enable
boolean enable
-
ignoreParam
String ignoreParam
-
resizable
boolean resizable
-
scrollbars
boolean scrollbars
-
target
String target
-
url
String url
-
-
类 com.sh.wf.module.component.page.common.BMapTrackBack
class BMapTrackBack extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.ButtonLogicAttr
class ButtonLogicAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
addRowPosition
String addRowPosition
-
addValue
String addValue
-
appendFormParam
boolean appendFormParam
-
authEnable
boolean authEnable
-
authId
String authId
-
backPageType
String backPageType
-
backUrl
String backUrl
-
bpUrl
String bpUrl
-
btnProcessLabel
String btnProcessLabel
-
burlRule
ButtonURLRule burlRule
-
chartId
String chartId
-
chartShowPoint
String chartShowPoint
-
cloneRowNo
int cloneRowNo
-
closeBtn
boolean closeBtn
-
component
Component component
-
conditionVar
String conditionVar
-
configIcon
String configIcon
-
confirmStr
String confirmStr
-
delRowType
String delRowType
-
dlgAutoClose
int dlgAutoClose
-
dlgHeight
String dlgHeight
-
dlgId
String dlgId
-
dlgLeft
String dlgLeft
-
dlgModal
boolean dlgModal
-
dlgSelfScript
String dlgSelfScript
-
dlgTitle
String dlgTitle
-
dlgTop
String dlgTop
-
dlgWidth
String dlgWidth
-
exportAllData
boolean exportAllData
-
exportChooseColumn
boolean exportChooseColumn
-
exportCid
String exportCid
-
exportFileName
String exportFileName
-
exportServer
String exportServer
-
exportType
String exportType
-
fdAttr
FileDownloadAttr fdAttr
-
finishOperate
String finishOperate
-
flowId
String flowId
-
fop
String fop
-
formCheck
boolean formCheck
-
goUrl
ButtonSystemGoUrl goUrl
-
hideBorder
boolean hideBorder
-
hideMaxMin
boolean hideMaxMin
-
ignoreParam
String ignoreParam
-
isConfirm
boolean isConfirm
-
javaAttr
JavaAttr javaAttr
-
javaPath
String javaPath
-
jsParam
String jsParam
-
loadData
ButtonSystemLogicLoadData loadData
-
logicList
List<ButtonSystemLogic> logicList
-
mapId
String mapId
-
mapKeyWordId
String mapKeyWordId
-
mapPageSize
int mapPageSize
-
mapQueryLocation
String mapQueryLocation
-
modValue
String modValue
-
mqDurable
boolean mqDurable
-
mqEnable
boolean mqEnable
-
mqExchange
String mqExchange
-
mqText
String mqText
-
nullValue
String nullValue
-
popPageCid
String popPageCid
-
processBefore
EventInfo processBefore
-
processFinishEvent
EventInfo processFinishEvent
-
requestParamName
String requestParamName
-
resizable
boolean resizable
-
rf
boolean rf
-
saveRelaDs
String saveRelaDs
-
scrollbars
boolean scrollbars
-
showMax
boolean showMax
-
systemEvent
String systemEvent
-
systemWriteLog
ButtonSystemWriteLog systemWriteLog
-
tabIcon
String tabIcon
-
target
String target
-
taskId
String taskId
-
toPrintId
String toPrintId
-
toQueryIds
String toQueryIds
-
url
String url
-
-
类 com.sh.wf.module.component.page.common.ButtonLogicContextMenuAttr
class ButtonLogicContextMenuAttr extends ButtonLogicAttr implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.ButtonSystemGoUrl
class ButtonSystemGoUrl extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
ba
String ba
-
btnList
List<ButtonSystemGoUrlBtn> btnList
-
-
类 com.sh.wf.module.component.page.common.ButtonSystemGoUrlBtn
class ButtonSystemGoUrlBtn extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.ButtonSystemLogic
class ButtonSystemLogic extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
conditionColList
List<ButtonSystemLogicCol> conditionColList
-
cycleComponent
String cycleComponent
-
formSaveBefore
boolean formSaveBefore
-
label
String label
-
logicAttr
ButtonLogicAttr logicAttr
-
operateType
String operateType
-
selfOperateJavaAttr
JavaAttr selfOperateJavaAttr
-
tableName
String tableName
-
updateColList
List<ButtonSystemLogicCol> updateColList
-
-
类 com.sh.wf.module.component.page.common.ButtonSystemLogicCol
class ButtonSystemLogicCol extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.ButtonSystemLogicLoadData
class ButtonSystemLogicLoadData extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
colList
List<ButtonSystemLogicLoadDataCol> colList
-
setSameRow
boolean setSameRow
-
sql
String sql
-
-
类 com.sh.wf.module.component.page.common.ButtonSystemLogicLoadDataCol
class ButtonSystemLogicLoadDataCol extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.ButtonSystemWriteLog
class ButtonSystemWriteLog extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.ButtonURLRule
class ButtonURLRule extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
urlList
List<ButtonURLRuleInfo> urlList
-
-
类 com.sh.wf.module.component.page.common.ButtonURLRuleInfo
class ButtonURLRuleInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.CascaderData
class CascaderData extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
cacheEnable
boolean cacheEnable
-
cascader
Cascader cascader
-
cdNode
CascaderNode cdNode
-
checkStrictly
boolean checkStrictly
-
childNumCol
String childNumCol
-
clearable
boolean clearable
-
codeDesc
String codeDesc
-
codeId
String codeId
-
dcType
String dcType
-
DV_ALL_LEVEL_VALUE
String DV_ALL_LEVEL_VALUE
-
dynaIsUsed
boolean dynaIsUsed
-
expandTrigger
String expandTrigger
-
filterable
boolean filterable
-
isDynaLoad
boolean isDynaLoad
-
jsParam
String jsParam
-
multiple
boolean multiple
-
otherCol
String[] otherCol
-
pcodeId
String pcodeId
-
rootDesc
String rootDesc
-
rootValue
String rootValue
-
showAllLevels
boolean showAllLevels
-
sqlText
String sqlText
-
-
类 com.sh.wf.module.component.page.common.CheckboxRadioBase
class CheckboxRadioBase extends Component implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.CheckboxRadioData
class CheckboxRadioData extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
cacheEnable
boolean cacheEnable
-
checkAll
String checkAll
-
checkItem
String checkItem
-
clickCancel
boolean clickCancel
-
codeDesc
String codeDesc
-
codeId
String codeId
-
codeTip
String codeTip
-
component
Component component
-
dcType
String dcType
-
defaultValue
String defaultValue
-
dsFilter
String dsFilter
-
dsSort
String dsSort
-
dynaIsUsed
boolean dynaIsUsed
-
htmlLabel
String htmlLabel
-
inlineComponentId
String inlineComponentId
-
isVisible
boolean isVisible
-
labelStyle
String labelStyle
-
msAttr
MultiSaveAttr msAttr
-
onlyEnter
boolean onlyEnter
-
rowNum
int rowNum
-
sortNo
int sortNo
-
sqlText
String sqlText
-
staticIsUsed
boolean staticIsUsed
-
staticList
List<com.sh.wf.module.component.page.common.CheckboxRadioStaticData> staticList
-
storeState
boolean storeState
-
uiEnable
boolean uiEnable
-
useTable
boolean useTable
-
-
类 com.sh.wf.module.component.page.common.ColValue
class ColValue extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
addEnable
boolean addEnable
-
component
Component component
-
context
ModuleContext context
-
dictAttr
DictAttr dictAttr
-
dsCol
String dsCol
-
isAutoIncrement
boolean isAutoIncrement
-
isConfigInput
boolean isConfigInput
-
modEnable
boolean modEnable
-
relaColValue
List<ColValue> relaColValue
-
value
Object value
-
values
String[] values
-
-
类 com.sh.wf.module.component.page.common.ComponentSaveAsTpl
class ComponentSaveAsTpl extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.ContextMenu
class ContextMenu extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
clickTrigger
boolean clickTrigger
-
component
Component component
-
fixBtn
boolean fixBtn
-
itemList
List<ContextMenuItem> itemList
-
-
类 com.sh.wf.module.component.page.common.ContextMenuItem
class ContextMenuItem extends Component implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.DateData
class DateData extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
autoConfirm
boolean autoConfirm
-
dateFormat
String dateFormat
-
dateId
String dateId
-
dateId2
String dateId2
-
dateName
String dateName
-
dateName2
String dateName2
-
dateType
String dateType
-
dateWidth
int dateWidth
-
defaultDate
String defaultDate
-
defaultDate2
String defaultDate2
-
finishStr
String finishStr
-
fullPanel
boolean fullPanel
-
maxDate
String maxDate
-
minDate
String minDate
-
onChoose
EventInfo onChoose
-
onChoose1
EventInfo onChoose1
-
onConfig
EventInfo onConfig
-
opCid
String opCid
-
opReq
String opReq
-
rangeLinked
boolean rangeLinked
-
showBottom
boolean showBottom
-
unionLabel
String unionLabel
-
uniqueEndPrefix
String uniqueEndPrefix
-
-
类 com.sh.wf.module.component.page.common.DictAttr
class DictAttr extends Constant implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
addDuplicateMsg
String addDuplicateMsg
-
checkZone
boolean checkZone
-
colRule
DictColRule colRule
-
component
Component component
-
dataType
String dataType
-
dsCol
String dsCol
-
dsCol2
String dsCol2
-
dsName
String dsName
-
encryptType
String encryptType
-
isArray
boolean isArray
-
isUseDsCol2
boolean isUseDsCol2
-
isWhereCol
boolean isWhereCol
-
javaAttr
JavaAttr javaAttr
-
jsonKey
String jsonKey
-
otherColListObj
DictAttrOtherColList otherColListObj
-
qdcCondition
String qdcCondition
-
queryAreaEnable
boolean queryAreaEnable
-
queryAreaName
String queryAreaName
-
queryColName
String queryColName
-
queryDcType
String queryDcType
-
queryESMatch
String queryESMatch
-
queryLikeType
String queryLikeType
-
querySepArray
String querySepArray
-
queryType
String queryType
-
queryTypeSelf
String queryTypeSelf
-
relaQuery
boolean relaQuery
-
selfComponentProcess
SelfComponentProcess selfComponentProcess
-
selfEnable
boolean selfEnable
-
selfValue
String selfValue
-
slop
int slop
-
tableAlias
String tableAlias
-
timeType
String timeType
-
tranferEncrypt
boolean tranferEncrypt
-
updateAdd
boolean updateAdd
-
updateMod
boolean updateMod
-
valueTrim
boolean valueTrim
-
yhwrap
boolean yhwrap
-
-
类 com.sh.wf.module.component.page.common.DictAttrOtherCol
class DictAttrOtherCol extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.DictAttrOtherColList
class DictAttrOtherColList extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
otherColList
List<DictAttrOtherCol> otherColList
-
-
类 com.sh.wf.module.component.page.common.DictColRule
class DictColRule extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
col2List
List<DictColRuleInfo> col2List
-
colList
List<DictColRuleInfo> colList
-
-
类 com.sh.wf.module.component.page.common.DictColRuleInfo
class DictColRuleInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.EventAttr
class EventAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.EventInfo
class EventInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
async
boolean async
-
content
String content
-
erc
EventRefreshComponent erc
-
isElParser
boolean isElParser
-
isSelf
boolean isSelf
-
javaAttr
JavaAttr javaAttr
-
type
String type
-
-
类 com.sh.wf.module.component.page.common.EventRefreshComponent
class EventRefreshComponent extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.FileCol
class FileCol extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.FileDownloadAttr
class FileDownloadAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
appendPathBash
String appendPathBash
-
colList
List<FileDownloadCol> colList
-
enable
boolean enable
-
fileContentCol
String fileContentCol
-
fileName
String fileName
-
fileNameCol
String fileNameCol
-
filePath
String filePath
-
filePathCol
String filePathCol
-
fileSource
String fileSource
-
officeViewType
String officeViewType
-
opType
String opType
-
pdlgHeight
String pdlgHeight
-
pdlgTitle
String pdlgTitle
-
pdlgWidth
String pdlgWidth
-
storeToRes
boolean storeToRes
-
storeType
String storeType
-
tableName
String tableName
-
-
类 com.sh.wf.module.component.page.common.FileDownloadCol
class FileDownloadCol extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.FileInfo
class FileInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.FileScaleImage
class FileScaleImage extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
height
int height
-
width
int width
-
-
类 com.sh.wf.module.component.page.common.ImageMap
class ImageMap extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
areaList
List<ImageMapArea> areaList
-
component
Component component
-
script
String script
-
-
类 com.sh.wf.module.component.page.common.ImageMapArea
class ImageMapArea extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.MaptalksGeojson
class MaptalksGeojson extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.MaptalksMarker
class MaptalksMarker extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
aimProvider
String aimProvider
-
borderColor
String borderColor
-
clickTip
String clickTip
-
clieckEvent
MaptalksMarkerEvent clieckEvent
-
component
Component component
-
dsName
String dsName
-
iconHeight
int iconHeight
-
iconSrc
String iconSrc
-
iconType
String iconType
-
iconWidth
int iconWidth
-
label
String label
-
latCol
String latCol
-
lngCol
String lngCol
-
markerCenter
String markerCenter
-
markerCluster
boolean markerCluster
-
offsetLeft
int offsetLeft
-
offsetTop
int offsetTop
-
provider
String provider
-
refreshTime
int refreshTime
-
showOnlyView
boolean showOnlyView
-
-
类 com.sh.wf.module.component.page.common.MaptalksMarkerCommon
class MaptalksMarkerCommon extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
component
Component component
-
refreshTime
int refreshTime
-
showOnlyView
boolean showOnlyView
-
-
类 com.sh.wf.module.component.page.common.MaptalksMarkerEvent
class MaptalksMarkerEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
appendFormParam
boolean appendFormParam
-
backUrl
String backUrl
-
component
Component component
-
content
String content
-
dlgAutoClose
int dlgAutoClose
-
dlgHeight
String dlgHeight
-
dlgId
String dlgId
-
dlgLeft
String dlgLeft
-
dlgModal
boolean dlgModal
-
dlgTitle
String dlgTitle
-
dlgTop
String dlgTop
-
dlgWidth
String dlgWidth
-
enable
boolean enable
-
ignoreParam
String ignoreParam
-
resizable
boolean resizable
-
scrollbars
boolean scrollbars
-
target
String target
-
url
String url
-
-
类 com.sh.wf.module.component.page.common.MaptalksTrackBack
class MaptalksTrackBack extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.MultiSaveAttr
class MultiSaveAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
clearData
boolean clearData
-
colList
List<MultiSaveInfo> colList
-
component
Component component
-
currentCol
MultiSaveInfo currentCol
-
enable
boolean enable
-
ncValue
String ncValue
-
statusCol
MultiSaveInfo statusCol
-
tableName
String tableName
-
-
类 com.sh.wf.module.component.page.common.MultiSaveInfo
class MultiSaveInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.OLGeojson
class OLGeojson extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.OLMapMarker
class OLMapMarker extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
aimProvider
String aimProvider
-
borderColor
String borderColor
-
clickTip
String clickTip
-
clieckEvent
OLMapMarkerEvent clieckEvent
-
component
Component component
-
dsName
String dsName
-
iconHeight
int iconHeight
-
iconSrc
String iconSrc
-
iconType
String iconType
-
iconWidth
int iconWidth
-
label
String label
-
latCol
String latCol
-
lngCol
String lngCol
-
markerCenter
String markerCenter
-
markerCluster
boolean markerCluster
-
offsetLeft
int offsetLeft
-
offsetTop
int offsetTop
-
provider
String provider
-
refreshTime
int refreshTime
-
showOnlyView
boolean showOnlyView
-
-
类 com.sh.wf.module.component.page.common.OLMapMarkerCommon
class OLMapMarkerCommon extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
clickTipHeight
int clickTipHeight
-
clickTipWidth
int clickTipWidth
-
component
Component component
-
refreshTime
int refreshTime
-
showOnlyView
boolean showOnlyView
-
-
类 com.sh.wf.module.component.page.common.OLMapMarkerEvent
class OLMapMarkerEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
appendFormParam
boolean appendFormParam
-
backUrl
String backUrl
-
component
Component component
-
content
String content
-
dlgAutoClose
int dlgAutoClose
-
dlgHeight
String dlgHeight
-
dlgId
String dlgId
-
dlgLeft
String dlgLeft
-
dlgModal
boolean dlgModal
-
dlgTitle
String dlgTitle
-
dlgTop
String dlgTop
-
dlgWidth
String dlgWidth
-
enable
boolean enable
-
ignoreParam
String ignoreParam
-
resizable
boolean resizable
-
scrollbars
boolean scrollbars
-
target
String target
-
url
String url
-
-
类 com.sh.wf.module.component.page.common.OLMapTrackBack
class OLMapTrackBack extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.PageRuleAttr
class PageRuleAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
bindComponentId
String bindComponentId
-
component
Component component
-
ruleList
List<PageRuleInfo> ruleList
-
-
类 com.sh.wf.module.component.page.common.PageRuleInfo
class PageRuleInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.PopCheckboxRadioData
class PopCheckboxRadioData extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
acUrl
String acUrl
-
cacheEnable
boolean cacheEnable
-
component
Component component
-
dataChooseWay
String dataChooseWay
-
dataKey
String dataKey
-
dcType
String dcType
-
defaultValue
String defaultValue
-
dsRet
String dsRet
-
everyPageNum
int everyPageNum
-
httpMethod
String httpMethod
-
httpServerType
String httpServerType
-
isDefaultAsFirstRow
boolean isDefaultAsFirstRow
-
isPopRadio
boolean isPopRadio
-
onBeforeRequest
EventInfo onBeforeRequest
-
otherParam
String otherParam
-
pcrdColList
List<PopCheckboxRadioDataCol> pcrdColList
-
pcrQuery
PopCheckboxRadioQuery pcrQuery
-
popChooseEvent
EventInfo popChooseEvent
-
selfValue
boolean selfValue
-
sourceCode
String sourceCode
-
sqlText
String sqlText
-
totalKey
String totalKey
-
-
类 com.sh.wf.module.component.page.common.PopCheckboxRadioDataCol
class PopCheckboxRadioDataCol extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.PopCheckboxRadioQuery
class PopCheckboxRadioQuery extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
itemList
List<PopCheckboxRadioQueryItem> itemList
-
-
类 com.sh.wf.module.component.page.common.PopCheckboxRadioQueryItem
class PopCheckboxRadioQueryItem extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
codeDesc
String codeDesc
-
codeId
String codeId
-
colName
String colName
-
component
Component component
-
defaultValue
String defaultValue
-
dynaIsUsed
boolean dynaIsUsed
-
format
String format
-
label
String label
-
name
String name
-
placeholder
String placeholder
-
queryType
String queryType
-
sortNo
int sortNo
-
sqlText
String sqlText
-
staticIsUsed
boolean staticIsUsed
-
staticList
List<SelectStaticData> staticList
-
type
String type
-
uiEnable
boolean uiEnable
-
underline
boolean underline
-
valueOperate
String valueOperate
-
width
int width
-
-
类 com.sh.wf.module.component.page.common.QQMapMarker
class QQMapMarker extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
borderColor
String borderColor
-
clieckEvent
QQMapMarkerEvent clieckEvent
-
component
Component component
-
dsName
String dsName
-
iconHeight
int iconHeight
-
iconSrc
String iconSrc
-
iconType
String iconType
-
iconWidth
int iconWidth
-
isAnimation
boolean isAnimation
-
label
String label
-
latCol
String latCol
-
lngCol
String lngCol
-
markerCenter
String markerCenter
-
markerCluster
boolean markerCluster
-
offsetLeft
int offsetLeft
-
offsetTop
int offsetTop
-
onTextEvent
boolean onTextEvent
-
refreshTime
int refreshTime
-
showOnlyView
boolean showOnlyView
-
-
类 com.sh.wf.module.component.page.common.QQMapMarkerEvent
class QQMapMarkerEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
appendFormParam
boolean appendFormParam
-
backUrl
String backUrl
-
component
Component component
-
content
String content
-
dlgAutoClose
int dlgAutoClose
-
dlgHeight
String dlgHeight
-
dlgId
String dlgId
-
dlgLeft
String dlgLeft
-
dlgModal
boolean dlgModal
-
dlgTitle
String dlgTitle
-
dlgTop
String dlgTop
-
dlgWidth
String dlgWidth
-
enable
boolean enable
-
ignoreParam
String ignoreParam
-
resizable
boolean resizable
-
scrollbars
boolean scrollbars
-
target
String target
-
url
String url
-
-
类 com.sh.wf.module.component.page.common.RuleAttr
class RuleAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.RuleInfo
class RuleInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.SelectData
class SelectData extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
cacheEnable
boolean cacheEnable
-
codeDesc
String codeDesc
-
codeId
String codeId
-
dcType
String dcType
-
defaultValue
String defaultValue
-
dsFilter
String dsFilter
-
dsSort
String dsSort
-
dynaIsUsed
boolean dynaIsUsed
-
htmlLabel
String htmlLabel
-
initLoad
boolean initLoad
-
labelI18n
String labelI18n
-
optionStyle
String optionStyle
-
sortNo
int sortNo
-
sqlText
String sqlText
-
staticIsUsed
boolean staticIsUsed
-
staticList
List<SelectStaticData> staticList
-
uiInputLine
boolean uiInputLine
-
uiSelfValue
boolean uiSelfValue
-
uiShowSearch
boolean uiShowSearch
-
-
类 com.sh.wf.module.component.page.common.SelectStaticData
class SelectStaticData extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.SelfAttr
class SelfAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
attrList
List<SelfAttrInfo> attrList
-
component
Component component
-
-
类 com.sh.wf.module.component.page.common.SelfAttrInfo
class SelfAttrInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.TextInputAutoComplete
class TextInputAutoComplete extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
acJs
String acJs
-
acqCol
String acqCol
-
acqOtherCol
String acqOtherCol
-
acqShowCol
String acqShowCol
-
acSql
String acSql
-
acUrl
String acUrl
-
clickSetValue
boolean clickSetValue
-
component
Component component
-
dataKey
String dataKey
-
dcType
String dcType
-
dsRet
String dsRet
-
hasAcqShowCol
boolean hasAcqShowCol
-
httpMethod
String httpMethod
-
httpServerType
String httpServerType
-
otherParam
String otherParam
-
popUp
boolean popUp
-
sourceCode
String sourceCode
-
-
类 com.sh.wf.module.component.page.common.TMapMarker
class TMapMarker extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
afterScript
String afterScript
-
aimProvider
String aimProvider
-
beforeScript
String beforeScript
-
borderColor
String borderColor
-
clickTip
String clickTip
-
clickTipHeight
int clickTipHeight
-
clickTipTitle
String clickTipTitle
-
clickTipWidth
int clickTipWidth
-
clieckEvent
TMapMarkerEvent clieckEvent
-
component
Component component
-
dsName
String dsName
-
hideMarker
boolean hideMarker
-
iconHeight
int iconHeight
-
iconSrc
String iconSrc
-
iconType
String iconType
-
iconWidth
int iconWidth
-
label
String label
-
latCol
String latCol
-
lngCol
String lngCol
-
markerCenter
String markerCenter
-
markerCluster
boolean markerCluster
-
offsetLeft
int offsetLeft
-
offsetTop
int offsetTop
-
provider
String provider
-
refreshTime
int refreshTime
-
showOnlyView
boolean showOnlyView
-
-
类 com.sh.wf.module.component.page.common.TMapMarkerCommon
class TMapMarkerCommon extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
component
Component component
-
onlyQueryCurPage
boolean onlyQueryCurPage
-
refreshTime
int refreshTime
-
showOnlyView
boolean showOnlyView
-
-
类 com.sh.wf.module.component.page.common.TMapMarkerEvent
class TMapMarkerEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
appendFormParam
boolean appendFormParam
-
backUrl
String backUrl
-
component
Component component
-
content
String content
-
dlgAutoClose
int dlgAutoClose
-
dlgHeight
String dlgHeight
-
dlgId
String dlgId
-
dlgLeft
String dlgLeft
-
dlgModal
boolean dlgModal
-
dlgTitle
String dlgTitle
-
dlgTop
String dlgTop
-
dlgWidth
String dlgWidth
-
enable
boolean enable
-
ignoreParam
String ignoreParam
-
resizable
boolean resizable
-
scrollbars
boolean scrollbars
-
target
String target
-
url
String url
-
-
类 com.sh.wf.module.component.page.common.TreeCallParam
class TreeCallParam extends ZTBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.TreeData
class TreeData extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
beforeAsyncFunc
String beforeAsyncFunc
-
beforeDragFunc
String beforeDragFunc
-
beforeDropFunc
String beforeDropFunc
-
cacheEnable
boolean cacheEnable
-
checkFunc
String checkFunc
-
childNumCol
String childNumCol
-
chkStyle
String chkStyle
-
clickErc
EventRefreshComponent clickErc
-
clickEvent
String clickEvent
-
codeDesc
String codeDesc
-
codeDescStyle
String codeDescStyle
-
codeId
String codeId
-
collapseFunc
String collapseFunc
-
dblclickErc
EventRefreshComponent dblclickErc
-
dblClickfunc
String dblClickfunc
-
dcType
String dcType
-
dict
TreeDataDict dict
-
dragEnable
boolean dragEnable
-
dragSaveLevel
boolean dragSaveLevel
-
dynaIsUsed
boolean dynaIsUsed
-
expandFunc
String expandFunc
-
iconCol
String iconCol
-
iconCol2
String iconCol2
-
initEvent
String initEvent
-
isDynaLoad
boolean isDynaLoad
-
isElParser
boolean isElParser
-
isOpenAll
boolean isOpenAll
-
onDragFunc
String onDragFunc
-
onDropFunc
String onDropFunc
-
otherCol
String[] otherCol
-
pcodeId
String pcodeId
-
rootDesc
String rootDesc
-
rootIcon
String rootIcon
-
rootValue
String rootValue
-
sefSetting
String sefSetting
-
setting
ZTSetting setting
-
showArea
String showArea
-
showRoot
boolean showRoot
-
sqlText
String sqlText
-
systemEvent
TreeSystemEventData systemEvent
-
tree
Tree tree
-
treeDataIcon
TreeDataIcon treeDataIcon
-
treeDataShowArea
TreeDataSelfShowArea treeDataShowArea
-
treeNode
ZTreeNode treeNode
-
updateSort
boolean updateSort
-
-
类 com.sh.wf.module.component.page.common.TreeDataDict
class TreeDataDict extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
colList
List<TreeDataDictCol> colList
-
idCol
TreeDataDictCol idCol
-
logicDelCol
TreeDataDictCol logicDelCol
-
nameCol
TreeDataDictCol nameCol
-
pidCol
TreeDataDictCol pidCol
-
sortCol
TreeDataDictCol sortCol
-
tableName
String tableName
-
-
类 com.sh.wf.module.component.page.common.TreeDataDictCol
class TreeDataDictCol extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.TreeDataIcon
class TreeDataIcon extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
iconList
List<TreeDataIconInfo> iconList
-
-
类 com.sh.wf.module.component.page.common.TreeDataIconInfo
class TreeDataIconInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.TreeDataSelfShowArea
class TreeDataSelfShowArea extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
selfList
List<TreeDataSelfShowAreaInfo> selfList
-
-
类 com.sh.wf.module.component.page.common.TreeDataSelfShowAreaInfo
class TreeDataSelfShowAreaInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.TreeSystemClickAttr
class TreeSystemClickAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
appendFormParam
boolean appendFormParam
-
authEnable
boolean authEnable
-
authId
String authId
-
beforeAddFunc
String beforeAddFunc
-
dlgAutoClose
int dlgAutoClose
-
dlgHeight
String dlgHeight
-
dlgId
String dlgId
-
dlgLeft
String dlgLeft
-
dlgModal
boolean dlgModal
-
dlgTitle
String dlgTitle
-
dlgTop
String dlgTop
-
dlgWidth
String dlgWidth
-
enable
boolean enable
-
ignoreParam
String ignoreParam
-
jsParam
String jsParam
-
target
String target
-
url
String url
-
-
类 com.sh.wf.module.component.page.common.TreeSystemEventData
class TreeSystemEventData extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
addSystemClick
TreeSystemClickAttr addSystemClick
-
addTitle
String addTitle
-
authEnable
boolean authEnable
-
authId
String authId
-
beforeRemoveFunc
String beforeRemoveFunc
-
beforeRenameFunc
String beforeRenameFunc
-
delConfirm
String delConfirm
-
delLeafMsg
String delLeafMsg
-
delSystemDefineFunc
boolean delSystemDefineFunc
-
delTitle
String delTitle
-
editSystemClick
TreeSystemClickAttr editSystemClick
-
isLogicDel
boolean isLogicDel
-
isRecursionDel
boolean isRecursionDel
-
onlyDelLeaf
boolean onlyDelLeaf
-
removeFunc
String removeFunc
-
renameFunc
String renameFunc
-
renameSystemDefineFunc
boolean renameSystemDefineFunc
-
renameTitle
String renameTitle
-
showAddBtn
boolean showAddBtn
-
showDelBtn
boolean showDelBtn
-
showRenameBtn
boolean showRenameBtn
-
treeData
TreeData treeData
-
-
类 com.sh.wf.module.component.page.common.UnionParam
class UnionParam extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.component.page.common.tree
-
类 com.sh.wf.module.component.page.common.tree.CascaderNode
class CascaderNode extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.tree.ZTBase
class ZTBase extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.tree.ZTreeNode
class ZTreeNode extends ZTBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
checked
boolean checked
-
children
List<JSONObject> children
-
childrenList
List<ZTreeNode> childrenList
-
icon
String icon
-
iconClose
String iconClose
-
iconOpen
String iconOpen
-
id
String id
-
isParent
boolean isParent
-
name
String name
-
name2
String name2
-
nid
String nid
-
nocheck
boolean nocheck
-
open
boolean open
-
otherColValueMap
Map<String,
String> otherColValueMap -
title
String title
-
-
-
程序包 com.sh.wf.module.component.page.common.tree.setting
-
类 com.sh.wf.module.component.page.common.tree.setting.ZTAsync
class ZTAsync extends ZTSettingBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.tree.setting.ZTCallback
class ZTCallback extends ZTSettingBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
beforeAsync
SSString beforeAsync
-
beforeCheck
SSString beforeCheck
-
beforeDblClick
SSString beforeDblClick
-
beforeDrag
SSString beforeDrag
-
beforeDrop
SSString beforeDrop
-
beforeEditName
SSString beforeEditName
-
beforeMouseDown
SSString beforeMouseDown
-
beforeMouseUp
SSString beforeMouseUp
-
beforeRemove
SSString beforeRemove
-
beforeRename
SSString beforeRename
-
beforeRightClick
SSString beforeRightClick
-
onCheck
SSString onCheck
-
onClick
SSString onClick
-
onCollapse
SSString onCollapse
-
onDblClick
SSString onDblClick
-
onDrag
SSString onDrag
-
onDrop
SSString onDrop
-
onExpand
SSString onExpand
-
onMouseDown
SSString onMouseDown
-
onMouseUp
SSString onMouseUp
-
onRemove
SSString onRemove
-
onRename
SSString onRename
-
onRightClick
SSString onRightClick
-
-
类 com.sh.wf.module.component.page.common.tree.setting.ZTCheck
class ZTCheck extends ZTSettingBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.tree.setting.ZTData
class ZTData extends ZTSettingBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
key
ZTDataKey key
-
simpleData
ZTDataSimpleData simpleData
-
-
类 com.sh.wf.module.component.page.common.tree.setting.ZTDataKey
class ZTDataKey extends ZTSettingBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.tree.setting.ZTDataSimpleData
class ZTDataSimpleData extends ZTSettingBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.tree.setting.ZTEdit
class ZTEdit extends ZTSettingBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.tree.setting.ZTEditDrag
class ZTEditDrag extends ZTSettingBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.tree.setting.ZTSetting
class ZTSetting extends ZTSettingBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.tree.setting.ZTSettingBase
class ZTSettingBase extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.page.common.tree.setting.ZTView
class ZTView extends ZTSettingBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
addDiyDom
SSString addDiyDom
-
addHoverDom
SSString addHoverDom
-
dblClickExpand
SSBoolean dblClickExpand
-
expandSpeed
String expandSpeed
-
nameIsHTML
SSBoolean nameIsHTML
-
removeHoverDom
SSString removeHoverDom
-
selectedMulti
SSBoolean selectedMulti
-
showIcon
SSBoolean showIcon
-
showLine
SSBoolean showLine
-
showTitle
SSBoolean showTitle
-
txtSelectedEnable
SSBoolean txtSelectedEnable
-
-
-
程序包 com.sh.wf.module.component.plugin
-
类 com.sh.wf.module.component.plugin.SelfDataInfo
class SelfDataInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
attrList
List<SelfNodeAttr> attrList
-
bodyClass
String bodyClass
-
gloableJavascriptList
List<SelfDataScriptInfo> gloableJavascriptList
-
gloableStyle
String gloableStyle
-
html
String html
-
includeFoot
String includeFoot
-
includeHead
String includeHead
-
javascriptList
List<SelfDataScriptInfo> javascriptList
-
nodeInfo
SelfNodeInfo nodeInfo
-
propList
List<SelfNodeProp> propList
-
style
String style
-
varMap
Map<String,
String> varMap
-
-
类 com.sh.wf.module.component.plugin.SelfDataScriptInfo
class SelfDataScriptInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.component.plugin.chart
-
类 com.sh.wf.module.component.plugin.chart.ChartTemplate
class ChartTemplate extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.component.table
-
类 com.sh.wf.module.component.table.ColumnAttr
class ColumnAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
columnInfoList
List<ColumnInfo> columnInfoList
-
-
类 com.sh.wf.module.component.table.ColumnInfo
class ColumnInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
acwMax
int acwMax
-
acwMin
int acwMin
-
acwOffset
int acwOffset
-
authEnable
boolean authEnable
-
authId
String authId
-
autoCalWidth
boolean autoCalWidth
-
exportColType
String exportColType
-
exportColWith
int exportColWith
-
exportTextAlign
String exportTextAlign
-
generateColumnId
String generateColumnId
-
hiddenColumn
boolean hiddenColumn
-
isExport
boolean isExport
-
ruleAttr
RuleAttr ruleAttr
-
-
类 com.sh.wf.module.component.table.CommonAttr
class CommonAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
bottomBorder
boolean bottomBorder
-
bottomBorderColor
String bottomBorderColor
-
bottomBorderStyle
String bottomBorderStyle
-
bottomBorderWidth
int bottomBorderWidth
-
calGroup
boolean calGroup
-
cancelColSpan
boolean cancelColSpan
-
dataCol
String dataCol
-
dataColFull
String dataColFull
-
dsRender
DsRender_I dsRender
-
ecalType
String ecalType
-
exDsFilter
String exDsFilter
-
exDsName
String exDsName
-
exDsSort
String exDsSort
-
exJSONPath
String exJSONPath
-
exportRich
boolean exportRich
-
exportValue
String exportValue
-
exRowNum
int exRowNum
-
headerSortEnable
boolean headerSortEnable
-
ignoreBorder
boolean ignoreBorder
-
ignoreHtml
boolean ignoreHtml
-
isSort
boolean isSort
-
leftBorder
boolean leftBorder
-
leftBorderColor
String leftBorderColor
-
leftBorderStyle
String leftBorderStyle
-
leftBorderWidth
int leftBorderWidth
-
lmCell
String lmCell
-
markdown
boolean markdown
-
otherDataCol
String otherDataCol
-
otherDataColList
List<com.sh.wf.module.component.table.OtherDataColInfo> otherDataColList
-
rightBorder
boolean rightBorder
-
rightBorderColor
String rightBorderColor
-
rightBorderStyle
String rightBorderStyle
-
rightBorderWidth
int rightBorderWidth
-
showOri
boolean showOri
-
showType
String showType
-
sortCol
String sortCol
-
sortDsName
String sortDsName
-
tmCell
String tmCell
-
tooltip
String tooltip
-
topBorder
boolean topBorder
-
topBorderColor
String topBorderColor
-
topBorderStyle
String topBorderStyle
-
topBorderWidth
int topBorderWidth
-
topMainRowNum
int topMainRowNum
-
-
类 com.sh.wf.module.component.table.DrillAttr
class DrillAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
addFormParam
boolean addFormParam
-
dlgAutoClose
int dlgAutoClose
-
dlgHeight
String dlgHeight
-
dlgId
String dlgId
-
dlgLeft
String dlgLeft
-
dlgModal
boolean dlgModal
-
dlgTitle
String dlgTitle
-
dlgTop
String dlgTop
-
dlgWidth
String dlgWidth
-
drillPageUrl
String drillPageUrl
-
isRendder
boolean isRendder
-
linkWay
String linkWay
-
td
Td td
-
-
类 com.sh.wf.module.component.table.RowAttr
class RowAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
autoTriggerClick
boolean autoTriggerClick
-
bgColor
String bgColor
-
className
String className
-
foNum
int foNum
-
foRow
boolean foRow
-
frClickBgEnable
boolean frClickBgEnable
-
initHidden
boolean initHidden
-
isExport
boolean isExport
-
isExportEnd
boolean isExportEnd
-
isTreeRow
boolean isTreeRow
-
mcEnable
boolean mcEnable
-
setBgColor
boolean setBgColor
-
stid
String stid
-
style
String style
-
tooltip
String tooltip
-
trName
String trName
-
-
类 com.sh.wf.module.component.table.RuleAttr
class RuleAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.table.Table
class Table extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
asSpeed
int asSpeed
-
attrMap
Map<String,
String> attrMap -
autoScroll
boolean autoScroll
-
chtype
String chtype
-
clickTrBg
boolean clickTrBg
-
colAttr
ColumnAttr colAttr
-
colCount
int colCount
-
cwtype
String cwtype
-
delayQuery
boolean delayQuery
-
dillDsName
DsInfo dillDsName
-
divStyle
String divStyle
-
dragColumnWidth
boolean dragColumnWidth
-
evenTrBg
boolean evenTrBg
-
exportAllData
boolean exportAllData
-
exportChooseColumn
boolean exportChooseColumn
-
exportEnable
boolean exportEnable
-
exportFileName
String exportFileName
-
fheightOffset
int fheightOffset
-
fixColNo
String fixColNo
-
fixColNoRight
String fixColNoRight
-
fixExportHead
boolean fixExportHead
-
fixHeadViewArea
boolean fixHeadViewArea
-
fixHeightPercent
double fixHeightPercent
-
fixRightOffsetLeft
int fixRightOffsetLeft
-
fixWidthPercent
double fixWidthPercent
-
fwidthOffset
int fwidthOffset
-
hiddenNavigate
boolean hiddenNavigate
-
hiddenTable
boolean hiddenTable
-
initQuery
boolean initQuery
-
inlineTableNpComponent
Component inlineTableNpComponent
-
isCalHeight
boolean isCalHeight
-
isCalWidth
boolean isCalWidth
-
isFixHeight
String isFixHeight
-
isFixWidth
String isFixWidth
-
noDataText
String noDataText
-
onTableInit
EventInfo onTableInit
-
onTablePage
EventInfo onTablePage
-
parentLayoutStyle
String parentLayoutStyle
-
responseSystemQuery
boolean responseSystemQuery
-
rowCount
int rowCount
-
showNoData
String showNoData
-
treeAttr
TableTreeAttr treeAttr
-
trHighlight
boolean trHighlight
-
trList
List<Tr> trList
-
-
类 com.sh.wf.module.component.table.TableTreeAttr
class TableTreeAttr extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.component.table.TableTreeAttr.TableTreeDsQueryImpl
class TableTreeDsQueryImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
codeId
String codeId
-
context
ModuleContext context
-
pcodeId
String pcodeId
-
pvalue
String pvalue
-
rootValue
String rootValue
-
treeAttr
TableTreeAttr treeAttr
-
-
类 com.sh.wf.module.component.table.TableTreeExpandAllDsRender
class TableTreeExpandAllDsRender extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
codeId
String codeId
-
context
ModuleContext context
-
curCodeValue
String curCodeValue
-
dsInfo
DsInfo dsInfo
-
-
类 com.sh.wf.module.component.table.Td
class Td extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
attrMap
Map<String,
String> attrMap -
autoAppendExpandCol
int autoAppendExpandCol
-
cell
String cell
-
cellValue
String cellValue
-
cellWidth
String cellWidth
-
colSpan
int colSpan
-
columnNo
int columnNo
-
commonAttr
CommonAttr commonAttr
-
directionColSpan
int directionColSpan
-
drillAttr
DrillAttr drillAttr
-
exDirection
String exDirection
-
exportColumnNo
int exportColumnNo
-
exportSelfEnable
boolean exportSelfEnable
-
i18n
boolean i18n
-
isFontBold
boolean isFontBold
-
isFontItalic
boolean isFontItalic
-
isRowLastTd
boolean isRowLastTd
-
isSetHeaderWidthFromPageVar
boolean isSetHeaderWidthFromPageVar
-
isUnderline
boolean isUnderline
-
javaAttr
JavaAttr javaAttr
-
labelI18n
String labelI18n
-
maxContentLength
int maxContentLength
-
noEmptyTip
boolean noEmptyTip
-
rowNo
int rowNo
-
rowSpan
int rowSpan
-
ruleAttrList
List<RuleAttr> ruleAttrList
-
showTooltip
String showTooltip
-
textAlign
String textAlign
-
tr
Tr tr
-
vAlign
String vAlign
-
-
类 com.sh.wf.module.component.table.TdDynamic
class TdDynamic extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
analyseIndex
long analyseIndex
-
bottomDirectionRow
int bottomDirectionRow
-
colSpan
int colSpan
-
dataValue
String dataValue
-
exDsName
String exDsName
-
expandColSingleValueMap
Map<String,
String> expandColSingleValueMap -
expandColumnCellNo
int expandColumnCellNo
-
expandColValueMap
Map<String,
String> expandColValueMap -
filterExp
String filterExp
-
hasCal
boolean hasCal
-
isEx
boolean isEx
-
isMainExCell
boolean isMainExCell
-
leftMainDynamic
TdDynamic leftMainDynamic
-
leftTdDynamic
TdDynamic leftTdDynamic
-
renderValue
String renderValue
-
rightDirectionCol
int rightDirectionCol
-
rowDsRowNoMap
Map<String,
Integer> rowDsRowNoMap -
rowSpan
int rowSpan
-
sortExp
String sortExp
-
td
Td td
-
tempTdId
long tempTdId
-
topMainDynamic
TdDynamic topMainDynamic
-
trId
String trId
-
value
String value
-
-
类 com.sh.wf.module.component.table.Tr
class Tr extends Component implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
curIndex
int curIndex
-
eventAttr
EventAttr eventAttr
-
isDataHead
boolean isDataHead
-
KEY_hasAutoGenerate
String KEY_hasAutoGenerate
-
rowAttr
RowAttr rowAttr
-
rowNo
int rowNo
-
ruleAttr
RuleAttr ruleAttr
-
table
Table table
-
tdList
List<Td> tdList
-
tempTrDataList
List<List<TdDynamic>> tempTrDataList
-
trId
String trId
-
-
类 com.sh.wf.module.component.table.TrGenerate
class TrGenerate extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.context
-
类 com.sh.wf.module.context.ComponentContext
class ComponentContext extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
log4j
org.apache.logging.log4j.Logger log4j
-
objMap
ConcurrentMap<String,
Object> objMap
-
-
类 com.sh.wf.module.context.Constant
class Constant extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.context.ModuleContext
class ModuleContext extends Constant implements Serializable-
序列化字段
-
log4j
org.apache.logging.log4j.Logger log4j
-
objMap
ConcurrentMap<String,
Object> objMap -
requestContext
RequestContextValue requestContext
-
-
-
类 com.sh.wf.module.context.ModuleParserContext
class ModuleParserContext extends Constant implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
log4j
org.apache.logging.log4j.Logger log4j
-
objMap
ConcurrentMap<String,
Object> objMap
-
-
类 com.sh.wf.module.context.RequestContextValue
class RequestContextValue extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
context
ModuleContext context
-
dataList
List<String> dataList
-
-
类 com.sh.wf.module.context.SHApplicationContext
class SHApplicationContext extends Constant implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
log4j
org.apache.logging.log4j.Logger log4j
-
objMap
ConcurrentMap<String,
Object> objMap
-
-
-
程序包 com.sh.wf.module.context.po
-
类 com.sh.wf.module.context.po.CheckButtonAuthInfo
class CheckButtonAuthInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.context.po.DataScriptInfo
class DataScriptInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.event
-
类 com.sh.wf.module.event.ModuleDesignRet
class ModuleDesignRet extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
openAuth
boolean openAuth
-
request
jakarta.servlet.http.HttpServletRequest request
-
response
jakarta.servlet.http.HttpServletResponse response
-
userInfo
UserInfo userInfo
-
-
类 com.sh.wf.module.event.ModuleViewRet
class ModuleViewRet extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
context
ModuleContext context
-
dataLayout
LayoutBase dataLayout
-
moduleData
ModuleData moduleData
-
request
jakarta.servlet.http.HttpServletRequest request
-
response
jakarta.servlet.http.HttpServletResponse response
-
returnForward
String returnForward
-
-
类 com.sh.wf.module.event.SelfEChartsParserEvent
class SelfEChartsParserEvent extends Object implements Serializable-
序列化字段
-
args
List<String> args
-
context
ModuleContext context
-
parserObj
SelfEChart2ThisParser parserObj
-
retObj
Object retObj
-
selfEChart2
SelfEChart2 selfEChart2
-
-
-
-
程序包 com.sh.wf.module.exception
-
异常错误 com.sh.wf.module.exception.ParserException
class ParserException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.java
-
类 com.sh.wf.module.java.AiFunctionCallJavaBase
class AiFunctionCallJavaBase extends JavaBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.java.ButtonJavaBase
class ButtonJavaBase extends JavaBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.java.ButtonLogicExpJavaBase
class ButtonLogicExpJavaBase extends JavaBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.java.CallJavaBase
class CallJavaBase extends JavaBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.java.CallJavaSingleBase
class CallJavaSingleBase extends JavaSingleBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.java.ChartDataFilterJavaBase
class ChartDataFilterJavaBase extends JavaBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.java.ChartSettingJavaBase
class ChartSettingJavaBase extends JavaBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
chart
ChartObj chart
-
-
类 com.sh.wf.module.java.DictJavaBase
class DictJavaBase extends JavaBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
dict
DictAttr dict
-
-
类 com.sh.wf.module.java.DsJavaBase
class DsJavaBase extends JavaBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
colsType
String[] colsType
-
obj
Object[] obj
-
pageNo
int pageNo
-
result
DsFilterResult result
-
sql
String sql
-
-
类 com.sh.wf.module.java.EventClickJavaBase
class EventClickJavaBase extends JavaBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.java.EventClickJavaSingleBase
class EventClickJavaSingleBase extends JavaSingleBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.java.FileUploadJavaBase
class FileUploadJavaBase extends JavaBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.java.FlowJavaBase
class FlowJavaBase extends JavaBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.java.HtmlJavaBase
class HtmlJavaBase extends JavaBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.java.JasperreportJavaBase
class JasperreportJavaBase extends JavaBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.java.JavaBase
class JavaBase extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
context
ModuleContext context
-
dc
DataCenter dc
-
errorMsg
String errorMsg
-
javaAttr
JavaAttr javaAttr
-
jsMap
Map<String,
String> jsMap -
lastErrorMsg
String lastErrorMsg
-
log4j
org.apache.logging.log4j.Logger log4j
-
moduleData
ModuleData moduleData
-
paramMap
Map<String,
String> paramMap -
request
jakarta.servlet.http.HttpServletRequest request
-
session
jakarta.servlet.http.HttpSession session
-
userId
String userId
-
userInfo
UserInfo userInfo
-
-
类 com.sh.wf.module.java.JavaTemplate
class JavaTemplate extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.java.ModuleJavaBase
class ModuleJavaBase extends JavaBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.java.SelfChartSettingJavaBase
class SelfChartSettingJavaBase extends JavaBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.java.ServiceJavaBase
class ServiceJavaBase extends JavaBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.java.TdJavaBase
class TdJavaBase extends JavaBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.java.TdRuleAttrJavaBase
class TdRuleAttrJavaBase extends JavaBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.java.TimerJavaBase
class TimerJavaBase extends JavaBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.java.TleJavaBase
class TleJavaBase extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
log4j
org.apache.logging.log4j.Logger log4j
-
-
-
程序包 com.sh.wf.module.mobile.menu
-
程序包 com.sh.wf.module.mobile.pkg
-
类 com.sh.wf.module.mobile.pkg.PkgInfo
class PkgInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.parser
-
类 com.sh.wf.module.parser.ParserBlockExp
class ParserBlockExp extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.parser.ParserCellExp.AutoCalWidthInfo
class AutoCalWidthInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
columnInfo
ColumnInfo columnInfo
-
width
int width
-
-
类 com.sh.wf.module.parser.ParserSqlInfoRet
class ParserSqlInfoRet extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.parser.po
-
类 com.sh.wf.module.parser.po.ParserStringObject
class ParserStringObject extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
argList
List<String> argList
-
context
ModuleContext context
-
define_isSqlIn
boolean define_isSqlIn
-
exp
String exp
-
expArray
String[] expArray
-
hasRuningIfProcess
boolean hasRuningIfProcess
-
isCheckSqlInjection
boolean isCheckSqlInjection
-
isRuningFunc
boolean isRuningFunc
-
isSqlVar
boolean isSqlVar
-
isStartingIfTag
boolean isStartingIfTag
-
methodLevel
int methodLevel
-
value
String value
-
valueOri
Object valueOri
-
-
-
程序包 com.sh.wf.module.plugin
-
类 com.sh.wf.module.plugin.PluginInfo
class PluginInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.plugin.ueditor
-
类 com.sh.wf.module.plugin.ueditor.UEeditorServlet
class UEeditorServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.runtime
-
程序包 com.sh.wf.module.service
-
类 com.sh.wf.module.service.ServiceParam
class ServiceParam extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.service.ServiceParamList
class ServiceParamList extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
list
List<ServiceParam> list
-
-
类 com.sh.wf.module.service.ServiceSelfCol
class ServiceSelfCol extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
colList
List<ServiceSelfCol.DsInfoSelfColInfo> colList
-
separatorChar
String separatorChar
-
serviceData
ServiceData serviceData
-
showUnion
boolean showUnion
-
sql
String sql
-
-
类 com.sh.wf.module.service.ServiceSelfCol.DsInfoSelfColInfo
class DsInfoSelfColInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.service.ServiceSelfColList
class ServiceSelfColList extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
list
List<ServiceSelfCol> list
-
-
类 com.sh.wf.module.service.ServiceStaticCol
class ServiceStaticCol extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
colName
String colName
-
colValue
String colValue
-
serviceData
ServiceData serviceData
-
-
类 com.sh.wf.module.service.ServiceStaticColList
class ServiceStaticColList extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
list
List<ServiceStaticCol> list
-
-
-
程序包 com.sh.wf.module.servlet
-
类 com.sh.wf.module.servlet.ModuleAiAgentServlet
class ModuleAiAgentServlet extends ModuleServletBase implements Serializable -
类 com.sh.wf.module.servlet.ModuleCheckExportStatusServlet
class ModuleCheckExportStatusServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.servlet.ModuleChooseExportColumnServlet
class ModuleChooseExportColumnServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.servlet.ModuleDesignServlet
class ModuleDesignServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.servlet.ModuleDoButtonJavaServlet
class ModuleDoButtonJavaServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.servlet.ModuleDoButtonLogicLoadDataServlet
class ModuleDoButtonLogicLoadDataServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.servlet.ModuleDoEventClickJavaServlet
class ModuleDoEventClickJavaServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.servlet.ModuleDoExportServlet
class ModuleDoExportServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.servlet.ModuleDownloadPageServlet
class ModuleDownloadPageServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.servlet.ModuleDownloadServlet
class ModuleDownloadServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.servlet.ModuleExeJavaServlet
class ModuleExeJavaServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.servlet.ModuleLoadCallExServlet
class ModuleLoadCallExServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.servlet.ModuleLoadComponentServlet
class ModuleLoadComponentServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.servlet.ModuleLoadMapPoiServlet
class ModuleLoadMapPoiServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.servlet.ModuleLoadResourceServlet
class ModuleLoadResourceServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.servlet.ModuleLoginServlet
class ModuleLoginServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.servlet.ModuleMatrixServlet
class ModuleMatrixServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.servlet.ModulePreviewServlet
class ModulePreviewServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.servlet.ModuleServiceLocalServlet
class ModuleServiceLocalServlet extends ModuleServiceServlet implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.servlet.ModuleServiceServlet
class ModuleServiceServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.servlet.ModuleServlet
class ModuleServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.servlet.ModuleShowJasperReportsServlet
class ModuleShowJasperReportsServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.servlet.ModuleSystemSaveServlet
class ModuleSystemSaveServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.servlet.common
-
类 com.sh.wf.module.servlet.common.ModuleServletBase
class ModuleServletBase extends SHServletBase implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.servlet.model
-
类 com.sh.wf.module.servlet.model.ModuleFormSave3
class ModuleFormSave3 extends Constant implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
context
ModuleContext context
-
javaAttr
JavaAttr javaAttr
-
jsParamMap
Map<String,
String> jsParamMap -
moduleData
ModuleData moduleData
-
msgStr
String msgStr
-
msgStrEx
String msgStrEx
-
msgType
String msgType
-
relaCid
String relaCid
-
request
jakarta.servlet.http.HttpServletRequest request
-
saveRelaDs
String saveRelaDs
-
task
WFTask task
-
-
-
程序包 com.sh.wf.module.sysds
-
类 com.sh.wf.module.sysds.SysDs
class SysDs extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
calTotalRow
boolean calTotalRow
-
dcType
String dcType
-
defaultSort
String defaultSort
-
desc
String desc
-
dsName
String dsName
-
everyPageRows
int everyPageRows
-
formDs
boolean formDs
-
opType
String opType
-
pkCol
String pkCol
-
showPageRows
boolean showPageRows
-
sql
String sql
-
tableName
String tableName
-
useCache
boolean useCache
-
usePages
boolean usePages
-
-
-
程序包 com.sh.wf.module.template
-
类 com.sh.wf.module.template.TemplateAI
class TemplateAI extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.template.TemplateAiTool
class TemplateAiTool extends Object implements Serializable-
序列化字段
-
toolList
List<TemplateAiTool.ToolItem> toolList
-
-
-
类 com.sh.wf.module.template.TemplateAiTool.ToolItem
class ToolItem extends Object implements Serializable-
序列化字段
-
defaultValue
String defaultValue
-
desc
String desc
-
enable
boolean enable
-
javaAttr
JavaAttr javaAttr
-
name
String name
-
toolParam
TemplateAiToolParam toolParam
-
-
-
类 com.sh.wf.module.template.TemplateAiToolParam
class TemplateAiToolParam extends Object implements Serializable-
序列化字段
-
paramList
List<com.sh.wf.module.template.TemplateAiToolParam.ParamItem> paramList
-
-
-
类 com.sh.wf.module.template.TemplateBase
class TemplateBase extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
bmapStyleEnable
boolean bmapStyleEnable
-
btnCss
String btnCss
-
btnCssDefault
boolean btnCssDefault
-
buttonSkin
String buttonSkin
-
chartTheme
String chartTheme
-
checkFalseContinue
boolean checkFalseContinue
-
checkOnlyStr
boolean checkOnlyStr
-
cutOff
int cutOff
-
dateSkin
String dateSkin
-
enter2NextInput
boolean enter2NextInput
-
hboxLayoutType
String hboxLayoutType
-
hyperlinkCssActive
String hyperlinkCssActive
-
hyperlinkCssDefault
boolean hyperlinkCssDefault
-
hyperlinkCssHover
String hyperlinkCssHover
-
hyperlinkCssLink
String hyperlinkCssLink
-
hyperlinkCssVisited
String hyperlinkCssVisited
-
ignorePopFirstStyle
boolean ignorePopFirstStyle
-
isLayuiColor
boolean isLayuiColor
-
layuiColor
String layuiColor
-
layuiDefaultClassSize
String layuiDefaultClassSize
-
layuiDefaultClassTheme
String layuiDefaultClassTheme
-
layuiDefaultIsRadius
boolean layuiDefaultIsRadius
-
layuiIconColor
String layuiIconColor
-
mapStyle
String mapStyle
-
popBc
String popBc
-
popBcEnable
boolean popBcEnable
-
popBg
String popBg
-
popBgEnable
boolean popBgEnable
-
popSelectClass
String popSelectClass
-
selectDw
String selectDw
-
selectUI
boolean selectUI
-
selectUI2Theme
String selectUI2Theme
-
selfDocType
String selfDocType
-
selfDocTypeEnable
boolean selfDocTypeEnable
-
selfMapStyle
String selfMapStyle
-
tabBg
String tabBg
-
tabBgEnable
boolean tabBgEnable
-
tabFc
String tabFc
-
tabFc2
String tabFc2
-
tabFcEnable
boolean tabFcEnable
-
tabHiddenBorder
boolean tabHiddenBorder
-
templateData
TemplateData templateData
-
textHelpChooseEnable
boolean textHelpChooseEnable
-
textInputClass
String textInputClass
-
thcSchoolStyle
String thcSchoolStyle
-
ufDocType
String ufDocType
-
ufDocTypeEnable
boolean ufDocTypeEnable
-
uiPlugin
String uiPlugin
-
vboxLayoutType
String vboxLayoutType
-
ztreeSkin
String ztreeSkin
-
-
类 com.sh.wf.module.template.TemplateData
class TemplateData extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
ai
TemplateAI ai
-
asDefault
boolean asDefault
-
base
TemplateBase base
-
desc
String desc
-
id
String id
-
includeFileList
List<IncludeFileInfo> includeFileList
-
other
TemplateOther other
-
page
TemplatePage page
-
pageVar
TemplateVar pageVar
-
script
String script
-
self
String self
-
skinId
String skinId
-
table
TemplateTable table
-
tooltip
TemplateTooltip tooltip
-
-
类 com.sh.wf.module.template.TemplateOther
class TemplateOther extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.template.TemplatePage
class TemplatePage extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
ignoreDefalutCss
boolean ignoreDefalutCss
-
pageControlDefault
boolean pageControlDefault
-
pageControlEnd
String pageControlEnd
-
pageControlStart
String pageControlStart
-
pageDefault
boolean pageDefault
-
pageEnd
String pageEnd
-
pageFlag
String pageFlag
-
pageItemMap
Map<String,
TemplatePageItem> pageItemMap -
pageQueryDefault
boolean pageQueryDefault
-
pageQueryEnd
String pageQueryEnd
-
pageQueryStart
String pageQueryStart
-
pageStart
String pageStart
-
-
类 com.sh.wf.module.template.TemplatePageItem
class TemplatePageItem extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.template.TemplateTable
class TemplateTable extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
callHeightOffset
int callHeightOffset
-
callWidthOffset
int callWidthOffset
-
clickRow2Css
String clickRow2Css
-
clickRow2CssDefault
boolean clickRow2CssDefault
-
exportBbIndex
short exportBbIndex
-
exportBgIndex
short exportBgIndex
-
exportBorder
short exportBorder
-
exportHbIndex
short exportHbIndex
-
floatHeaderOffset
int floatHeaderOffset
-
inputTableCss
String inputTableCss
-
inputTableCssDefault
boolean inputTableCssDefault
-
isPageRowsEnable
boolean isPageRowsEnable
-
isShowCurTotalPage
boolean isShowCurTotalPage
-
isShowTotalRows
boolean isShowTotalRows
-
paddingBottom
String paddingBottom
-
paddingLeft
String paddingLeft
-
paddingRight
String paddingRight
-
paddingTop
String paddingTop
-
pageBg
String pageBg
-
pageBgEnable
boolean pageBgEnable
-
simplePageNavigate
String simplePageNavigate
-
tableCss
String tableCss
-
tableCssDefault
boolean tableCssDefault
-
tableHeaderCss
String tableHeaderCss
-
tableHeaderCssDefault
boolean tableHeaderCssDefault
-
tableMouseTracerCss
String tableMouseTracerCss
-
tableMouseTracerCssDefault
boolean tableMouseTracerCssDefault
-
tableRow1Css
String tableRow1Css
-
tableRow1CssDefault
boolean tableRow1CssDefault
-
tableRow2Css
String tableRow2Css
-
tableRow2CssDefault
boolean tableRow2CssDefault
-
thSortBold
boolean thSortBold
-
thSortLinkCss
String thSortLinkCss
-
-
类 com.sh.wf.module.template.TemplateTooltip
class TemplateTooltip extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
moduleSelfFuncMap
ConcurrentHashMap<String,
TleJavaBase> moduleSelfFuncMap
-
-
类 com.sh.wf.module.template.TemplateTooltipCall
class TemplateTooltipCall extends CallBase implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.template.TemplateVar
class TemplateVar extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.module.timer
-
类 com.sh.wf.module.timer.TimerSet
class TimerSet extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
serverName
String serverName
-
-
-
程序包 com.sh.wf.module.util
-
类 com.sh.wf.module.util.DsDataUtil.SortDsAsTreeDataRet
class SortDsAsTreeDataRet extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.sh.wf.module.util.ExcelMergeStyle
class ExcelMergeStyle extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
book
org.apache.poi.ss.usermodel.Workbook book
-
region
org.apache.poi.ss.util.CellRangeAddress region
-
sheet
org.apache.poi.ss.usermodel.Sheet sheet
-
style
org.apache.poi.ss.usermodel.CellStyle style
-
-
类 com.sh.wf.module.util.MapBuilder
class MapBuilder extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.node
-
类 com.sh.wf.node.CallFlowNode
class CallFlowNode extends Node implements Serializable -
类 com.sh.wf.node.CommandNode
class CommandNode extends Node implements Serializable -
类 com.sh.wf.node.DecisionNode
class DecisionNode extends Node implements Serializable -
类 com.sh.wf.node.DefineCycleNode
class DefineCycleNode extends Node implements Serializable -
类 com.sh.wf.node.DelayNode
class DelayNode extends Node implements Serializable -
类 com.sh.wf.node.EndNode
class EndNode extends Node implements Serializable -
类 com.sh.wf.node.JoinNode
class JoinNode extends Node implements Serializable -
类 com.sh.wf.node.StartNode
class StartNode extends Node implements Serializable -
类 com.sh.wf.node.TaskNode
class TaskNode extends Node implements Serializable -
类 com.sh.wf.node.WebServiceNode
class WebServiceNode extends Node implements Serializable-
序列化字段
-
errorMsg
String errorMsg
-
-
-
-
程序包 com.sh.wf.node.ai
-
类 com.sh.wf.node.ai.DocExtractNode
class DocExtractNode extends Node implements Serializable -
类 com.sh.wf.node.ai.KnowledgeNode
class KnowledgeNode extends Node implements Serializable -
类 com.sh.wf.node.ai.LLMNode
class LLMNode extends Node implements Serializable-
序列化字段
-
params
LLMNodeParams params
-
tool
LLMNodeTool tool
-
-
-
类 com.sh.wf.node.ai.LLMNodeParams
class LLMNodeParams extends Object implements Serializable-
序列化字段
-
paramList
List<LLMNodeParams.ParamItem> paramList
-
-
-
类 com.sh.wf.node.ai.LLMNodeParams.ParamItem
class ParamItem extends Object implements Serializable -
类 com.sh.wf.node.ai.LLMNodeTool
class LLMNodeTool extends Object implements Serializable -
类 com.sh.wf.node.ai.MergeNode
class MergeNode extends Node implements Serializable
-
-
程序包 com.sh.wf.node.common
-
类 com.sh.wf.node.common.Node
class Node extends Object implements Serializable-
序列化字段
-
flowObject
FlowObject flowObject
-
-
-
-
程序包 com.sh.wf.node.db
-
类 com.sh.wf.node.db.DBProcedureNode
class DBProcedureNode extends Node implements Serializable -
类 com.sh.wf.node.db.DBQueryNode
class DBQueryNode extends Node implements Serializable -
类 com.sh.wf.node.db.DBSqlNode
class DBSqlNode extends Node implements Serializable
-
-
程序包 com.sh.wf.node.email
-
类 com.sh.wf.node.email.EmailNode
class EmailNode extends Node implements Serializable -
类 com.sh.wf.node.email.EmailSilenceNode
class EmailSilenceNode extends Node implements Serializable
-
-
程序包 com.sh.wf.node.file
-
类 com.sh.wf.node.file.FetchDataNode
class FetchDataNode extends Node implements Serializable -
类 com.sh.wf.node.file.ReadFileNode
class ReadFileNode extends Node implements Serializable-
序列化字段
-
ds
Datastore ds
-
-
-
-
程序包 com.sh.wf.node.weixin
-
类 com.sh.wf.node.weixin.WeiXinMiniProgramPageMsgNode
class WeiXinMiniProgramPageMsgNode extends Node implements Serializable -
类 com.sh.wf.node.weixin.WeiXinNewsMsgNode
class WeiXinNewsMsgNode extends Node implements Serializable -
类 com.sh.wf.node.weixin.WeiXinNotifyNode
class WeiXinNotifyNode extends Node implements Serializable -
类 com.sh.wf.node.weixin.WeiXinReceiveRequestNode
class WeiXinReceiveRequestNode extends Node implements Serializable -
类 com.sh.wf.node.weixin.WeiXinSendMsgNode
class WeiXinSendMsgNode extends Node implements Serializable -
类 com.sh.wf.node.weixin.WeiXinTemplateMsgNode
class WeiXinTemplateMsgNode extends Node implements Serializable -
类 com.sh.wf.node.weixin.WeiXinTextMsgNode
class WeiXinTextMsgNode extends Node implements Serializable -
类 com.sh.wf.node.weixin.WeiXinUniformMsgNode
class WeiXinUniformMsgNode extends Node implements Serializable
-
-
程序包 com.sh.wf.servlet
-
类 com.sh.wf.servlet.SHServletBase
class SHServletBase extends jakarta.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
log4j
org.apache.logging.log4j.Logger log4j
-
-
类 com.sh.wf.servlet.SHServletContext
class SHServletContext extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
dataMap
Map<String,
Object> dataMap -
dc
DataCenter dc
-
request
jakarta.servlet.http.HttpServletRequest request
-
response
jakarta.servlet.http.HttpServletResponse response
-
userInfo
UserInfo userInfo
-
-
-
程序包 com.sh.wf.util
-
类 com.sh.wf.util.LocalCacheUtil.CacheInfo
class CacheInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
callback
LocalCacheCallback_I callback
-
data
T data
-
key
String key
-
paramMap
ConcurrentHashMap<String,
Object> paramMap
-
-
-
程序包 com.sh.wf.ws
-
类 com.sh.wf.ws.FlowDownloadUploadServlet
class FlowDownloadUploadServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
maxPostSize
int maxPostSize
-
-
类 com.sh.wf.ws.FlowHttpServiceServlet
class FlowHttpServiceServlet extends ModuleServletBase implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.sh.wf.ws.data.common.po
-
类 com.sh.wf.ws.data.common.po.SelfNodeInfo
class SelfNodeInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 org.apache.commons.fileupload
-
异常错误 org.apache.commons.fileupload.FileCountLimitExceededException
class FileCountLimitExceededException extends FileUploadException implements Serializable- serialVersionUID:
- 6904179610227521789L
-
序列化字段
-
limit
long limit
The limit that was exceeded.
-
-
异常错误 org.apache.commons.fileupload.FileItemStream.ItemSkippedException
class ItemSkippedException extends IOException implements Serializable- serialVersionUID:
- -7280778431581963740L
-
异常错误 org.apache.commons.fileupload.FileUploadBase.FileSizeLimitExceededException
class FileSizeLimitExceededException extends FileUploadBase.SizeException implements Serializable- serialVersionUID:
- 8150776562029630058L
-
异常错误 org.apache.commons.fileupload.FileUploadBase.FileUploadIOException
class FileUploadIOException extends IOException implements Serializable- serialVersionUID:
- -7047616958165584154L
-
序列化字段
-
cause
FileUploadException cause
The exceptions cause; we overwrite the parent classes field, which is available since Java 1.4 only.
-
-
异常错误 org.apache.commons.fileupload.FileUploadBase.InvalidContentTypeException
class InvalidContentTypeException extends FileUploadException implements Serializable- serialVersionUID:
- -9073026332015646668L
-
异常错误 org.apache.commons.fileupload.FileUploadBase.IOFileUploadException
class IOFileUploadException extends FileUploadException implements Serializable- serialVersionUID:
- 1749796615868477269L
-
序列化字段
-
cause
IOException cause
The exceptions cause; we overwrite the parent classes field, which is available since Java 1.4 only.
-
-
异常错误 org.apache.commons.fileupload.FileUploadBase.SizeException
class SizeException extends FileUploadException implements Serializable- serialVersionUID:
- -8776225574705254126L
-
序列化字段
-
actual
long actual
The actual size of the request. -
permitted
long permitted
The maximum permitted size of the request.
-
-
异常错误 org.apache.commons.fileupload.FileUploadBase.SizeLimitExceededException
class SizeLimitExceededException extends FileUploadBase.SizeException implements Serializable- serialVersionUID:
- -2474893167098052828L
-
异常错误 org.apache.commons.fileupload.FileUploadBase.UnknownSizeException
class UnknownSizeException extends FileUploadException implements Serializable- serialVersionUID:
- 7062279004812015273L
-
异常错误 org.apache.commons.fileupload.FileUploadException
class FileUploadException extends Exception implements Serializable- serialVersionUID:
- 8881893724388807504L
-
序列化字段
-
cause
Throwable cause
The exceptions cause. We overwrite the cause of the super class, which isn't available in Java 1.3.
-
-
异常错误 org.apache.commons.fileupload.InvalidFileNameException
class InvalidFileNameException extends RuntimeException implements Serializable- serialVersionUID:
- 7922042602454350470L
-
序列化字段
-
name
String name
The file name causing the exception.
-
-
异常错误 org.apache.commons.fileupload.MultipartStream.IllegalBoundaryException
class IllegalBoundaryException extends IOException implements Serializable- serialVersionUID:
- -161533165102632918L
-
异常错误 org.apache.commons.fileupload.MultipartStream.MalformedStreamException
class MalformedStreamException extends IOException implements Serializable- serialVersionUID:
- 6466926458059796677L
-
-
程序包 org.apache.commons.fileupload.util
-
类 org.apache.commons.fileupload.util.FileItemHeadersImpl
class FileItemHeadersImpl extends Object implements Serializable- serialVersionUID:
- -4455695752627032559L
-
-
程序包 org.htmlparser
-
类 org.htmlparser.Attribute
class Attribute extends Object implements Serializable-
序列化字段
-
mAssignment
String mAssignment
The assignment string of the attribute. The equals sign. This will benullif the attribute is a stand-alone attribute. -
mName
String mName
The name of this attribute. The part before the equals sign, or the stand-alone attribute. This will benullif the attribute is whitespace. -
mQuote
char mQuote
The quote, if any, surrounding the value of the attribute, if any. This will be zero if there are no quotes around the value. -
mValue
String mValue
The value of the attribute. The part after the equals sign. This will benullif the attribute is an empty or stand-alone attribute.
-
-
-
类 org.htmlparser.Parser
class Parser extends Object implements Serializable-
序列化字段
-
mFeedback
ParserFeedback mFeedback
Feedback object. -
mLexer
Lexer mLexer
The html lexer associated with this parser.
-
-
-
类 org.htmlparser.PrototypicalNodeFactory
class PrototypicalNodeFactory extends Object implements Serializable
-
-
程序包 org.htmlparser.beans
-
类 org.htmlparser.beans.BeanyBaby
class BeanyBaby extends JFrame implements Serializable-
序列化字段
-
mBack
JMenuItem mBack
-
mCollapse
JCheckBoxMenuItem mCollapse
-
mCrumb
int mCrumb
Current position on the bread crumb trail. -
mForward
JMenuItem mForward
-
mLinkBean
HTMLLinkBean mLinkBean
-
mLinks
JCheckBoxMenuItem mLinks
-
mNobreak
JCheckBoxMenuItem mNobreak
-
mSplitPane
JSplitPane mSplitPane
-
mStringBean
HTMLTextBean mStringBean
-
mTextField
JTextField mTextField
-
mTrail
Vector mTrail
Bread crumb trail of visited URLs.
-
-
-
类 org.htmlparser.beans.FilterBean
class FilterBean extends Object implements Serializable-
序列化字段
-
mFilters
NodeFilter[] mFilters
The filter set. -
mNodes
NodeList mNodes
The nodes extracted from the URL. -
mParser
Parser mParser
The parser used to filter. -
mPropertySupport
PropertyChangeSupport mPropertySupport
Bound property support. -
mRecursive
boolean mRecursive
The recursion behaviour for elements of the filter array. Iftruethe filters are applied recursively. org.htmlparser.util.NodeList#extractAllNodesThatMatch(NodeFilter, boolean).
-
-
-
类 org.htmlparser.beans.HTMLLinkBean
class HTMLLinkBean extends JList implements Serializable-
序列化字段
-
mBean
LinkBean mBean
The underlying bean that provides our htmlparser specific properties.
-
-
-
类 org.htmlparser.beans.HTMLTextBean
class HTMLTextBean extends JTextArea implements Serializable-
序列化字段
-
mBean
StringBean mBean
The underlying bean that provides our htmlparser specific properties.
-
-
-
类 org.htmlparser.beans.LinkBean
class LinkBean extends Object implements Serializable-
序列化字段
-
mLinks
URL[] mLinks
The strings extracted from the URL. -
mParser
Parser mParser
The parser used to extract strings. -
mPropertySupport
PropertyChangeSupport mPropertySupport
Bound property support.
-
-
-
类 org.htmlparser.beans.StringBean
class StringBean extends NodeVisitor implements Serializable-
序列化字段
-
mBuffer
StringBuffer mBuffer
The buffer text is stored in while traversing the HTML. -
mCollapse
boolean mCollapse
Iftruesequences of whitespace characters are replaced with a single space character. -
mCollapseState
int mCollapseState
The state of the collapse processiung state machine. -
mIsPre
boolean mIsPre
Settruewhen traversing a PRE tag. -
mIsScript
boolean mIsScript
Settruewhen traversing a SCRIPT tag. -
mIsStyle
boolean mIsStyle
Settruewhen traversing a STYLE tag. -
mLinks
boolean mLinks
Iftruethe link URLs are embedded in the text output. -
mParser
Parser mParser
The parser used to extract strings. -
mPropertySupport
PropertyChangeSupport mPropertySupport
Bound property support. -
mReplaceSpace
boolean mReplaceSpace
Iftrueregular space characters are substituted for non-breaking spaces in the text output. -
mStrings
String mStrings
The strings extracted from the URL.
-
-
-
-
程序包 org.htmlparser.filters
-
类 org.htmlparser.filters.AndFilter
class AndFilter extends Object implements Serializable-
序列化字段
-
mPredicates
NodeFilter[] mPredicates
The predicates that are to be and'ed together;
-
-
-
类 org.htmlparser.filters.CssSelectorNodeFilter
class CssSelectorNodeFilter extends Object implements Serializable-
序列化字段
-
m
Matcher m
-
therule
NodeFilter therule
-
token
String token
-
tokentype
int tokentype
-
-
-
类 org.htmlparser.filters.HasAttributeFilter
class HasAttributeFilter extends Object implements Serializable -
类 org.htmlparser.filters.HasChildFilter
class HasChildFilter extends Object implements Serializable-
序列化字段
-
mChildFilter
NodeFilter mChildFilter
The filter to apply to children. -
mRecursive
boolean mRecursive
Performs a recursive search down the node heirarchy iftrue.
-
-
-
类 org.htmlparser.filters.HasParentFilter
class HasParentFilter extends Object implements Serializable-
序列化字段
-
mParentFilter
NodeFilter mParentFilter
The filter to apply to the parent. -
mRecursive
boolean mRecursive
Performs a recursive search up the node heirarchy iftrue.
-
-
-
类 org.htmlparser.filters.HasSiblingFilter
class HasSiblingFilter extends Object implements Serializable-
序列化字段
-
mSiblingFilter
NodeFilter mSiblingFilter
The filter to apply to the sibling.
-
-
-
类 org.htmlparser.filters.IsEqualFilter
class IsEqualFilter extends Object implements Serializable-
序列化字段
-
mNode
Node mNode
The node to match.
-
-
-
类 org.htmlparser.filters.LinkRegexFilter
class LinkRegexFilter extends Object implements Serializable-
序列化字段
-
mRegex
Pattern mRegex
The regular expression to use on the link.
-
-
-
类 org.htmlparser.filters.LinkStringFilter
class LinkStringFilter extends Object implements Serializable-
序列化字段
-
mCaseSensitive
boolean mCaseSensitive
Flag indicating case sensitive/insensitive search. -
mPattern
String mPattern
The pattern to search for in the link.
-
-
-
类 org.htmlparser.filters.NodeClassFilter
class NodeClassFilter extends Object implements Serializable-
序列化字段
-
mClass
Class mClass
The class to match.
-
-
-
类 org.htmlparser.filters.NotFilter
class NotFilter extends Object implements Serializable-
序列化字段
-
mPredicate
NodeFilter mPredicate
The filter to gainsay.
-
-
-
类 org.htmlparser.filters.OrFilter
class OrFilter extends Object implements Serializable-
序列化字段
-
mPredicates
NodeFilter[] mPredicates
The predicates that are to be or'ed together;
-
-
-
类 org.htmlparser.filters.RegexFilter
class RegexFilter extends Object implements Serializable -
类 org.htmlparser.filters.StringFilter
class StringFilter extends Object implements Serializable-
序列化字段
-
mCaseSensitive
boolean mCaseSensitive
Case sensitive toggle. Iftruestrings are compared with case sensitivity. -
mLocale
Locale mLocale
The locale to use converting to uppercase in case insensitive searches. -
mPattern
String mPattern
The string to search for. -
mUpperPattern
String mUpperPattern
The string to really search for (converted to uppercase if necessary).
-
-
-
类 org.htmlparser.filters.TagNameFilter
class TagNameFilter extends Object implements Serializable-
序列化字段
-
mName
String mName
The tag name to match.
-
-
-
类 org.htmlparser.filters.XorFilter
class XorFilter extends Object implements Serializable-
序列化字段
-
mPredicates
NodeFilter[] mPredicates
The predicates that are to be xor'ed together;
-
-
-
-
程序包 org.htmlparser.http
-
类 org.htmlparser.http.Cookie
class Cookie extends Object implements Serializable-
序列化字段
-
mComment
String mComment
Describes the cookie's use. -
mDomain
String mDomain
Domain that sees cookie. -
mExpiry
Date mExpiry
Cookie expires after this date. -
mName
String mName
The name of the cookie. -
mPath
String mPath
URLs that see the cookie. -
mSecure
boolean mSecure
Use SSL. -
mValue
String mValue
The cookie value. -
mVersion
int mVersion
If Version=1 it means RFC 2109++ style cookies.
-
-
-
-
程序包 org.htmlparser.lexer
-
类 org.htmlparser.lexer.Cursor
class Cursor extends Object implements Serializable-
序列化字段
-
mPage
Page mPage
This cursor's page. -
mPosition
int mPosition
This cursor's position.
-
-
-
类 org.htmlparser.lexer.InputStreamSource
class InputStreamSource extends Source implements Serializable-
序列化方法
-
readObject
Deserialization support.- 参数:
in- Where to read this object from.- 抛出:
IOException- If deserialization has a problem.ClassNotFoundException- ClassNotFoundException
-
writeObject
Serialization support.- 参数:
out- Where to write this object.- 抛出:
IOException- If serialization has a problem.
-
-
序列化字段
-
mBuffer
char[] mBuffer
The characters read so far. -
mEncoding
String mEncoding
The character set in use. -
mLevel
int mLevel
The number of valid bytes in the buffer. -
mMark
int mMark
The bookmark. -
mOffset
int mOffset
The offset of the next byte returned by read().
-
-
-
类 org.htmlparser.lexer.Lexer
class Lexer extends Object implements Serializable-
序列化字段
-
mCursor
Cursor mCursor
The current position on the page. -
mFactory
NodeFactory mFactory
The factory for new nodes. -
mPage
Page mPage
The page lexemes are retrieved from.
-
-
-
类 org.htmlparser.lexer.Page
class Page extends Object implements Serializable-
序列化方法
-
readObject
Deserialize the page. For details seewriteObject().- 参数:
in- The object stream to decode.- 抛出:
IOException- If there is a deserialization problem with the stream.ClassNotFoundException- If the deserialized class can't be located with the current classpath and class loader.
-
writeObject
Serialize the page. There are two modes to serializing a page based on the connected state. If connected, the URL and the current offset is saved, while if disconnected, the underling source is saved.- 参数:
out- The object stream to store this object in.- 抛出:
IOException- If there is a serialization problem.
-
-
序列化字段
-
-
类 org.htmlparser.lexer.PageAttribute
class PageAttribute extends Attribute implements Serializable-
序列化字段
-
mNameEnd
int mNameEnd
The ending offset of the name within the page. -
mNameStart
int mNameStart
The starting offset of the name within the page. If negative, the name is considerednull. -
mPage
Page mPage
The page this attribute is extracted from. -
mValueEnd
int mValueEnd
The ending offset of the name within the page. -
mValueStart
int mValueStart
The starting offset of the value within the page. If negative, the value is considerednull.
-
-
-
类 org.htmlparser.lexer.PageIndex
class PageIndex extends Object implements Serializable-
序列化字段
-
mCount
int mCount
The number of valid elements. -
mIncrement
int mIncrement
Increment for allocations. -
mIndices
int[] mIndices
The elements. -
mPage
Page mPage
The page associated with this index.
-
-
-
类 org.htmlparser.lexer.Source
class Source extends Reader implements Serializable -
类 org.htmlparser.lexer.StringSource
class StringSource extends Source implements Serializable-
序列化字段
-
mEncoding
String mEncoding
The encoding to report. Only used byStringSource.getEncoding(). -
mMark
int mMark
The bookmark. -
mOffset
int mOffset
The current offset into the string. -
mString
String mString
The source of characters.
-
-
-
-
程序包 org.htmlparser.lexerapplications.thumbelina
-
类 org.htmlparser.lexerapplications.thumbelina.Picture
class Picture extends Rectangle implements Serializable-
序列化字段
-
mImage
Image mImage
The image for the picture. -
mOrigin
Point mOrigin
The upper left hand corner of the image. This doesn't change, even if the image is cropped. For example, if the left half of the image is obscured by another, theRectanglefieldsx,y,widthandheightwill change, but the origin remains the same. -
mURL
URL mURL
The URL for the picture.
-
-
-
类 org.htmlparser.lexerapplications.thumbelina.PicturePanel
class PicturePanel extends JPanel implements Serializable-
序列化字段
-
mMosaic
TileSet mMosaic
The display mosaic. -
mPreferredSize
Dimension mPreferredSize
The preferred size of this component.nullinitially, caches the results ofcalculatePreferredSize (). -
mThumbelina
Thumbelina mThumbelina
The thumbelina object in use.
-
-
-
类 org.htmlparser.lexerapplications.thumbelina.Thumbelina
class Thumbelina extends JPanel implements Serializable-
序列化字段
-
mActive
boolean mActive
Activity state.truemeans processing URLS,falsenot. -
mBackgroundToggle
JCheckBox mBackgroundToggle
Background thread checkbox in status bar. -
mCurrentURL
String mCurrentURL
The URL being currently being examined. -
mDiscardCGI
boolean mDiscardCGI
Iftrue, does not follow links containing cgi calls. -
mDiscardQueries
boolean mDiscardQueries
Iftrue, does not follow links containing queries (?). -
mHistory
JList mHistory
History list. -
mHistoryScroller
JScrollPane mHistoryScroller
Scroller for the history list. -
mMainArea
JSplitPane mMainArea
Main panel in central area. -
mPicturePanel
PicturePanel mPicturePanel
The central area for pictures. -
mPicturePanelScroller
JScrollPane mPicturePanelScroller
Scroller for the picture panel. -
mPowerBar
JPanel mPowerBar
Status bar. -
mPropertySupport
PropertyChangeSupport mPropertySupport
Bound property support. -
mQueueProgress
JProgressBar mQueueProgress
Image request queue monitor in status bar. -
mQueueSize
JLabel mQueueSize
URL queue size display in status bar. -
mReadyProgress
JProgressBar mReadyProgress
Image ready queue monitor in status bar. -
mRequested
HashMap mRequested
Images requested. -
mRunToggle
JCheckBox mRunToggle
Sequencer thread toggle in status bar. -
mSequencer
Sequencer mSequencer
The picture sequencer. -
mSpeedSlider
JSlider mSpeedSlider
Sequencer speed slider in status bar. -
mThread
Thread mThread
Background thread. -
mTracked
HashMap mTracked
Images being tracked currently. -
mUrls
ArrayList mUrls
URL's to visit. -
mUrlText
JTextField mUrlText
URL report in status bar. -
mVisited
HashMap mVisited
URL's visited. -
mVisitedSize
JLabel mVisitedSize
URL visited count display in status bar.
-
-
-
类 org.htmlparser.lexerapplications.thumbelina.ThumbelinaFrame
class ThumbelinaFrame extends JFrame implements Serializable-
序列化字段
-
mAbout
JMenuItem mAbout
About menu item. -
mClear
JMenuItem mClear
Clear menu item -
mCommand
JMenu mCommand
Vommand menu. -
mExit
JMenuItem mExit
Exit menu item. -
mGoogle
JMenuItem mGoogle
Google menu item. -
mHelp
JMenu mHelp
Help submenu. -
mHistoryVisible
JCheckBoxMenuItem mHistoryVisible
History list visible menu item. -
mMenu
JMenuBar mMenu
Main menu. -
mOpen
JMenuItem mOpen
Open menu item. -
mReset
JMenuItem mReset
Reset menu item. -
mSeparator1
JSeparator mSeparator1
MRU list separator #1. -
mSeparator2
JSeparator mSeparator2
MRU list separator #2. -
mStatusVisible
JCheckBoxMenuItem mStatusVisible
Status bar visible menu item. -
mURL
JMenu mURL
URL submenu. -
mView
JMenu mView
View submenu.
-
-
-
-
程序包 org.htmlparser.nodes
-
类 org.htmlparser.nodes.AbstractNode
class AbstractNode extends Object implements Serializable -
类 org.htmlparser.nodes.RemarkNode
class RemarkNode extends AbstractNode implements Serializable-
序列化字段
-
mText
String mText
The contents of the remark node, or override text.
-
-
-
类 org.htmlparser.nodes.TagNode
class TagNode extends AbstractNode implements Serializable -
类 org.htmlparser.nodes.TextNode
class TextNode extends AbstractNode implements Serializable-
序列化字段
-
mText
String mText
The contents of the string node, or override text.
-
-
-
-
程序包 org.htmlparser.parserapplications.filterbuilder
-
类 org.htmlparser.parserapplications.filterbuilder.Filter
class Filter extends JComponent implements Serializable -
类 org.htmlparser.parserapplications.filterbuilder.FilterBuilder
class FilterBuilder extends JFrame implements Serializable-
序列化字段
-
mBasePoint
Point mBasePoint
The relative position of the mouse while dragging. -
mCurrentComponent
Component mCurrentComponent
Kludge: Used by actionPerformed/filterAction to remember the filter menu item. -
mDragSource
DragSource mDragSource
Enables this component to be a Drag Source. -
mDropTarget
DropTarget mDropTarget
This component is a drop target. -
mMainPanel
JPanel mMainPanel
The main panel GUI component. -
mMainScroller
JScrollPane mMainScroller
The main panel scrolling GUI component. -
mMoved
boolean mMoved
If true selection moved. -
mOutput
JDesktopPane mOutput
The output panel GUI component. -
mSelection
Vector mSelection
Selected commands. -
mURLField
JTextField mURLField
The URL input GUI component.
-
-
-
类 org.htmlparser.parserapplications.filterbuilder.HtmlTreeCellRenderer
class HtmlTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable -
类 org.htmlparser.parserapplications.filterbuilder.SubFilterList
class SubFilterList extends JPanel implements Serializable
-
-
程序包 org.htmlparser.parserapplications.filterbuilder.layouts
-
类 org.htmlparser.parserapplications.filterbuilder.layouts.NullLayoutManager
class NullLayoutManager extends Object implements Serializable -
类 org.htmlparser.parserapplications.filterbuilder.layouts.VerticalLayoutManager
class VerticalLayoutManager extends Object implements Serializable
-
-
程序包 org.htmlparser.parserapplications.filterbuilder.wrappers
-
类 org.htmlparser.parserapplications.filterbuilder.wrappers.AndFilterWrapper
class AndFilterWrapper extends Filter implements Serializable-
序列化字段
-
mContainer
SubFilterList mContainer
The drop target container. -
mFilter
AndFilter mFilter
The underlying filter.
-
-
-
类 org.htmlparser.parserapplications.filterbuilder.wrappers.HasAttributeFilterWrapper
class HasAttributeFilterWrapper extends Filter implements Serializable-
序列化字段
-
mAttributeName
JComboBox mAttributeName
Combo box for attribute name. -
mAttributeValue
JTextArea mAttributeValue
Value to check for. -
mFilter
HasAttributeFilter mFilter
The underlying filter. -
mValued
JCheckBox mValued
The check box for has value.
-
-
-
类 org.htmlparser.parserapplications.filterbuilder.wrappers.HasChildFilterWrapper
class HasChildFilterWrapper extends Filter implements Serializable-
序列化字段
-
mContainer
SubFilterList mContainer
The drop target container. -
mFilter
HasChildFilter mFilter
The underlying filter. -
mRecursive
JCheckBox mRecursive
The check box for recursion.
-
-
-
类 org.htmlparser.parserapplications.filterbuilder.wrappers.HasParentFilterWrapper
class HasParentFilterWrapper extends Filter implements Serializable-
序列化字段
-
mContainer
SubFilterList mContainer
The drop target container. -
mFilter
HasParentFilter mFilter
The underlying filter. -
mRecursive
JCheckBox mRecursive
The check box for recursion.
-
-
-
类 org.htmlparser.parserapplications.filterbuilder.wrappers.HasSiblingFilterWrapper
class HasSiblingFilterWrapper extends Filter implements Serializable-
序列化字段
-
mContainer
SubFilterList mContainer
The drop target container. -
mFilter
HasSiblingFilter mFilter
The underlying filter.
-
-
-
类 org.htmlparser.parserapplications.filterbuilder.wrappers.NodeClassFilterWrapper
class NodeClassFilterWrapper extends Filter implements Serializable-
序列化字段
-
mClass
JComboBox mClass
Combo box for strategy. -
mFilter
NodeClassFilter mFilter
The underlying filter.
-
-
-
类 org.htmlparser.parserapplications.filterbuilder.wrappers.NotFilterWrapper
class NotFilterWrapper extends Filter implements Serializable-
序列化字段
-
mContainer
SubFilterList mContainer
The drop target container. -
mFilter
NotFilter mFilter
The underlying filter.
-
-
-
类 org.htmlparser.parserapplications.filterbuilder.wrappers.OrFilterWrapper
class OrFilterWrapper extends Filter implements Serializable-
序列化字段
-
mContainer
SubFilterList mContainer
The drop target container. -
mFilter
OrFilter mFilter
The underlying filter.
-
-
-
类 org.htmlparser.parserapplications.filterbuilder.wrappers.RegexFilterWrapper
class RegexFilterWrapper extends Filter implements Serializable-
序列化字段
-
mFilter
RegexFilter mFilter
The underlying filter. -
mPattern
JTextArea mPattern
Text to check for -
mStrategy
JComboBox mStrategy
Combo box for strategy.
-
-
-
类 org.htmlparser.parserapplications.filterbuilder.wrappers.StringFilterWrapper
class StringFilterWrapper extends Filter implements Serializable-
序列化字段
-
mCaseSensitivity
JCheckBox mCaseSensitivity
The check box for case sensitivity. -
mFilter
StringFilter mFilter
The underlying filter. -
mLocale
JComboBox mLocale
Combo box for locale. -
mPattern
JTextArea mPattern
Text to check for.
-
-
-
类 org.htmlparser.parserapplications.filterbuilder.wrappers.TagNameFilterWrapper
class TagNameFilterWrapper extends Filter implements Serializable-
序列化字段
-
mFilter
TagNameFilter mFilter
The underlying filter. -
mName
JComboBox mName
Combo box for tag name.
-
-
-
-
程序包 org.htmlparser.scanners
-
类 org.htmlparser.scanners.CompositeTagScanner
class CompositeTagScanner extends TagScanner implements Serializable -
类 org.htmlparser.scanners.JspScanner
class JspScanner extends TagScanner implements Serializable -
类 org.htmlparser.scanners.ScriptScanner
class ScriptScanner extends CompositeTagScanner implements Serializable -
类 org.htmlparser.scanners.StyleScanner
class StyleScanner extends CompositeTagScanner implements Serializable -
类 org.htmlparser.scanners.TagScanner
class TagScanner extends Object implements Serializable
-
-
程序包 org.htmlparser.tags
-
类 org.htmlparser.tags.AppletTag
class AppletTag extends CompositeTag implements Serializable -
类 org.htmlparser.tags.BaseHrefTag
class BaseHrefTag extends TagNode implements Serializable -
类 org.htmlparser.tags.BodyTag
class BodyTag extends CompositeTag implements Serializable -
类 org.htmlparser.tags.Bullet
class Bullet extends CompositeTag implements Serializable -
类 org.htmlparser.tags.BulletList
class BulletList extends CompositeTag implements Serializable -
类 org.htmlparser.tags.CompositeTag
class CompositeTag extends TagNode implements Serializable-
序列化字段
-
mEndTag
Tag mEndTag
The tag that causes this tag to finish. May be a virtual tag generated by the scanning logic.
-
-
-
类 org.htmlparser.tags.DefinitionList
class DefinitionList extends CompositeTag implements Serializable -
类 org.htmlparser.tags.DefinitionListBullet
class DefinitionListBullet extends CompositeTag implements Serializable -
类 org.htmlparser.tags.Div
class Div extends CompositeTag implements Serializable -
类 org.htmlparser.tags.DoctypeTag
class DoctypeTag extends TagNode implements Serializable -
类 org.htmlparser.tags.FormTag
class FormTag extends CompositeTag implements Serializable-
序列化字段
-
mFormLocation
String mFormLocation
This is the derived form location, based on action.
-
-
-
类 org.htmlparser.tags.FrameSetTag
class FrameSetTag extends CompositeTag implements Serializable -
类 org.htmlparser.tags.FrameTag
class FrameTag extends TagNode implements Serializable -
类 org.htmlparser.tags.HeadingTag
class HeadingTag extends CompositeTag implements Serializable -
类 org.htmlparser.tags.HeadTag
class HeadTag extends CompositeTag implements Serializable -
类 org.htmlparser.tags.Html
class Html extends CompositeTag implements Serializable -
类 org.htmlparser.tags.ImageTag
class ImageTag extends TagNode implements Serializable-
序列化字段
-
imageURL
String imageURL
Holds the set value of the SRC attribute, since this can differ from the attribute value due to relative references resolved by the scanner.
-
-
-
类 org.htmlparser.tags.InputTag
class InputTag extends TagNode implements Serializable -
类 org.htmlparser.tags.JspTag
class JspTag extends TagNode implements Serializable -
类 org.htmlparser.tags.LabelTag
class LabelTag extends CompositeTag implements Serializable -
类 org.htmlparser.tags.LinkTag
class LinkTag extends CompositeTag implements Serializable-
序列化字段
-
javascriptLink
boolean javascriptLink
Set to true when the link was a javascript: URL. -
mailLink
boolean mailLink
Set to true when the link was a mailto: URL. -
mLink
String mLink
The URL where the link points to
-
-
-
类 org.htmlparser.tags.MetaTag
class MetaTag extends TagNode implements Serializable -
类 org.htmlparser.tags.ObjectTag
class ObjectTag extends CompositeTag implements Serializable -
类 org.htmlparser.tags.OptionTag
class OptionTag extends CompositeTag implements Serializable -
类 org.htmlparser.tags.ParagraphTag
class ParagraphTag extends CompositeTag implements Serializable -
类 org.htmlparser.tags.ProcessingInstructionTag
class ProcessingInstructionTag extends TagNode implements Serializable -
类 org.htmlparser.tags.ScriptTag
class ScriptTag extends CompositeTag implements Serializable-
序列化字段
-
mCode
String mCode
Script code if different from the page contents.
-
-
-
类 org.htmlparser.tags.SelectTag
class SelectTag extends CompositeTag implements Serializable -
类 org.htmlparser.tags.SHTag
class SHTag extends CompositeTag implements Serializable -
类 org.htmlparser.tags.Span
class Span extends CompositeTag implements Serializable -
类 org.htmlparser.tags.StyleTag
class StyleTag extends CompositeTag implements Serializable -
类 org.htmlparser.tags.TableColumn
class TableColumn extends CompositeTag implements Serializable -
类 org.htmlparser.tags.TableHeader
class TableHeader extends CompositeTag implements Serializable -
类 org.htmlparser.tags.TableRow
class TableRow extends CompositeTag implements Serializable -
类 org.htmlparser.tags.TableTag
class TableTag extends CompositeTag implements Serializable -
类 org.htmlparser.tags.TextareaTag
class TextareaTag extends CompositeTag implements Serializable -
类 org.htmlparser.tags.TitleTag
class TitleTag extends CompositeTag implements Serializable -
类 org.htmlparser.tags.UlTag
class UlTag extends CompositeTag implements Serializable
-
-
程序包 org.htmlparser.util
-
异常错误 org.htmlparser.util.ChainedException
class ChainedException extends Exception implements Serializable-
序列化字段
-
throwable
Throwable throwable
-
-
-
类 org.htmlparser.util.CharacterReference
class CharacterReference extends Object implements Serializable-
序列化字段
-
mCharacter
int mCharacter
The character value as an integer. -
mKernel
String mKernel
This entity reference kernel. The text between the ampersand and the semicolon.
-
-
-
类 org.htmlparser.util.DefaultParserFeedback
class DefaultParserFeedback extends Object implements Serializable-
序列化字段
-
mMode
int mMode
Verbosity level. Corresponds to constructor arguments:DEBUG = 2; NORMAL = 1; QUIET = 0;
-
-
-
异常错误 org.htmlparser.util.EncodingChangeException
class EncodingChangeException extends ParserException implements Serializable -
类 org.htmlparser.util.NodeList
class NodeList extends Object implements Serializable-
序列化字段
-
capacity
int capacity
-
capacityIncrement
int capacityIncrement
-
nodeData
Node[] nodeData
-
size
int size
-
-
-
异常错误 org.htmlparser.util.ParserException
class ParserException extends ChainedException implements Serializable
-
-
程序包 org.java_websocket.exceptions
-
异常错误 org.java_websocket.exceptions.IncompleteHandshakeException
class IncompleteHandshakeException extends RuntimeException implements Serializable- serialVersionUID:
- 7906596804233893092L
-
序列化字段
-
preferedSize
int preferedSize
attribut which size of handshake would have been prefered
-
-
异常错误 org.java_websocket.exceptions.InvalidDataException
class InvalidDataException extends Exception implements Serializable- serialVersionUID:
- 3731842424390998726L
-
序列化字段
-
closecode
int closecode
attribut which closecode will be returned
-
-
异常错误 org.java_websocket.exceptions.InvalidFrameException
class InvalidFrameException extends InvalidDataException implements Serializable- serialVersionUID:
- -9016496369828887591L
-
异常错误 org.java_websocket.exceptions.InvalidHandshakeException
class InvalidHandshakeException extends InvalidDataException implements Serializable- serialVersionUID:
- -1426533877490484964L
-
异常错误 org.java_websocket.exceptions.LimitExedeedException
class LimitExedeedException extends InvalidDataException implements Serializable- serialVersionUID:
- 6908339749836826785L
-
异常错误 org.java_websocket.exceptions.NotSendableException
class NotSendableException extends RuntimeException implements Serializable- serialVersionUID:
- -6468967874576651628L
-
异常错误 org.java_websocket.exceptions.WebsocketNotConnectedException
class WebsocketNotConnectedException extends RuntimeException implements Serializable- serialVersionUID:
- -785314021592982715L
-
-
程序包 org.tuckey.web.filters.urlrewrite
-
类 org.tuckey.web.filters.urlrewrite.UrlRewriteServlet
class UrlRewriteServlet extends jakarta.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 2186203405866227539L
-
序列化字段
-
urlRewriteFilter
UrlRewriteFilter urlRewriteFilter
-
-
-
程序包 org.tuckey.web.filters.urlrewrite.gzip
-
类 org.tuckey.web.filters.urlrewrite.gzip.GenericResponseWrapper
class GenericResponseWrapper extends jakarta.servlet.http.HttpServletResponseWrapper implements Serializable-
序列化字段
-
contentType
String contentType
-
cookies
List cookies
-
disableFlushBuffer
boolean disableFlushBuffer
-
headersMap
Map<String,
List<Serializable>> headersMap -
outstr
jakarta.servlet.ServletOutputStream outstr
-
statusCode
int statusCode
-
writer
PrintWriter writer
-
-
-
-
程序包 org.tuckey.web.filters.urlrewrite.utils
-
异常错误 org.tuckey.web.filters.urlrewrite.utils.StringMatchingPatternSyntaxException
class StringMatchingPatternSyntaxException extends Exception implements Serializable- serialVersionUID:
- 4616654570576723975L
-