Serialized Form
Package org.dbforms.config |
properties
Properties properties
className
String className
id
String id
type
String type
escaper
IEscaper escaper
directory
String directory
- used only for DISKBLOB: holds the directory uploaded files should be
stored to
escaperClass
String escaperClass
expression
String expression
fieldType
String fieldType
key
String key
- stores if the field is a KEY
name
String name
- the field-name, as provided in xml-config file
table
Table table
encoded
boolean encoded
- used only for DISKBLOB: if "true" -> then files will be renamed to ensure
that every file is unique and no file overwrites another. default is
"false" (keep original names)
isAutoInc
boolean isAutoInc
- stores if the field is AUTOINCremental
isSortable
boolean isSortable
- stores if the field is sortable
id
int id
- the id of this field (for dbforms-internal use)
size
int size
- the field-size
type
int type
- integer representation of the "fieldType"-value
field
Field field
- field object
fileHolder
FileHolder fileHolder
- holds the FileHolder object
locale
Locale locale
- holds the current locale
fieldValue
String fieldValue
- a value a field is associated with
oldValue
String oldValue
- old value
pattern
String pattern
- holds the format object
logicalOR
boolean logicalOR
- specifies whether to OR all values or AND them...
renderHiddenHtmlTag
boolean renderHiddenHtmlTag
- If FieldValue is used in a "childFieldValue", it signalizes if it should
be rendered as hidden tag or not (if "stroke out")
operator
int operator
- if used in a filter argument: the type of filter comparison operator (see
FILTER_ definitions above)
searchAlgorithm
int searchAlgorithm
- if used in an argument for searching: SHARP || WEAK!
searchMode
int searchMode
- if used in an argument for searching: AND || OR!
sortDirection
int sortDirection
- Field sor direction. Can be Field.ORDER_ASCENDING or
Field.ORDER_DESCENDING.
grantedRoles
Vector<E>[] grantedRoles
params
Map<K,V> params
className
String className
messages
Vector<E> messages
distinct
String distinct
followAfterWhere
String followAfterWhere
from
String from
groupBy
String groupBy
having
String having
orderWithPos
String orderWithPos
where
String where
searchNameHash
Hashtable<K,V> searchNameHash
searchfields
Vector<E> searchfields
selectFieldsHashtable
Hashtable<K,V> selectFieldsHashtable
attributes
Map<K,V> attributes
table
Table table
objectVector
Vector<E> objectVector
selectFields
Vector<E> selectFields
firstPage
boolean firstPage
lastPage
boolean lastPage
pointer
int pointer
grantedPrivileges
GrantedPrivileges grantedPrivileges
- access control list for this object (if null, then its open to all users
for all operations). Defined in dbforms-config.xml
calcFieldsNameHash
Hashtable<K,V> calcFieldsNameHash
fieldNameHash
Hashtable<K,V> fieldNameHash
- structure for quick acessing of fields "by name"
foreignKeyNameHash
Hashtable<K,V> foreignKeyNameHash
- access foreign key by name
escaper
IEscaper escaper
alias
String alias
- some sort of alias to set in dbforms-config, not used yet
blobHandling
String blobHandling
dataAccessClass
String dataAccessClass
- reference to the DataAccess Class
defaultVisibleFields
String defaultVisibleFields
- Holds value of property defaultVisibleFields.
defaultVisibleFieldsFormat
String defaultVisibleFieldsFormat
- Holds value of property defaultVisibleFieldsFormat.
escaperClass
String escaperClass
name
String name
- the name of the Table
orderBy
String orderBy
- instance variables concerned with the ORDERING/SORTING characterstics of
that table (ordering and sorting is used synonym here)
tableEvents
TableEvents tableEvents
- reference to a TableEvents object
calcFields
Vector<E> calcFields
diskblobs
Vector<E> diskblobs
- subset of "fields", containting those keys which represent DISKBLOBs
(wondering about that term? -> see docu)
fields
Vector<E> fields
- the Field-Objects this table constists of
foreignKeys
Vector<E> foreignKeys
interceptors
Vector<E> interceptors
- application hookups
key
Vector<E> key
- subset of "fields", containting those keys which represent keys
defaultOrder
FieldValue[] defaultOrder
- the order-by clause, as specified in dbforms-config.xml (optional!)
blobHandlingStrategy
int blobHandlingStrategy
id
int id
- id of this table (generated by DbFormsConfig when parsing
dbforms-config.xml)
eventMap
HashMap<K,V> eventMap
table
Table table
doLog
boolean doLog
Package org.dbforms.devgui |
projectData
ProjectData projectData
- DOCUMENT ME!
catalogButtonGroup
ButtonGroup catalogButtonGroup
forkeyButtonGroup
ButtonGroup forkeyButtonGroup
schemaButtonGroup
ButtonGroup schemaButtonGroup
tableButtonGroup
ButtonGroup tableButtonGroup
parent
DevGui parent
panel_editor
EditorPanel panel_editor
b_browse
JButton b_browse
b_generate
JButton b_generate
b_loadLists
JButton b_loadLists
cb_autocommit
JCheckBox cb_autocommit
cb_examine_systabs
JCheckBox cb_examine_systabs
cb_examine_tables
JCheckBox cb_examine_tables
cb_examine_views
JCheckBox cb_examine_views
cb_include_catalogname
JCheckBox cb_include_catalogname
cb_include_schemaname
JCheckBox cb_include_schemaname
cb_stdTypeNames
JCheckBox cb_stdTypeNames
catalogList
JComboBox catalogList
dateFormat
JComboBox dateFormat
schemaList
JComboBox schemaList
jLabel1
JLabel jLabel1
jLabel2
JLabel jLabel2
jLabel3
JLabel jLabel3
jLabel4
JLabel jLabel4
jLabel5
JLabel jLabel5
jLabel6
JLabel jLabel6
jLabel7
JLabel jLabel7
jPanel1
JPanel jPanel1
jPanel2
JPanel jPanel2
jPanel3
JPanel jPanel3
jPanel4
JPanel jPanel4
jPanel5
JPanel jPanel5
jPanel6
JPanel jPanel6
panel_top
JPanel panel_top
rb_catalog_all
JRadioButton rb_catalog_all
rb_catalog_combobox
JRadioButton rb_catalog_combobox
rb_forkey_deactivated
JRadioButton rb_forkey_deactivated
rb_forkey_getCrossReferences
JRadioButton rb_forkey_getCrossReferences
rb_forkey_getImportedKeys
JRadioButton rb_forkey_getImportedKeys
rb_schema_all
JRadioButton rb_schema_all
rb_schema_combobox
JRadioButton rb_schema_combobox
rb_table_all
JRadioButton rb_table_all
rb_table_textfield
JRadioButton rb_table_textfield
jSeparator1
JSeparator jSeparator1
jSeparator2
JSeparator jSeparator2
jSeparator3
JSeparator jSeparator3
jSeparator4
JSeparator jSeparator4
jSeparator5
JSeparator jSeparator5
jSeparator6
JSeparator jSeparator6
jSeparator7
JSeparator jSeparator7
jSeparator8
JSeparator jSeparator8
tf_configFile
JTextField tf_configFile
tf_tableNamePattern
JTextField tf_tableNamePattern
dateFormats
String[] dateFormats
b_testConnection
JButton b_testConnection
jLabel1
JLabel jLabel1
jLabel5
JLabel jLabel5
jLabel6
JLabel jLabel6
jLabel7
JLabel jLabel7
tf_jdbcDriver
JTextField tf_jdbcDriver
tf_jdbcURL
JTextField tf_jdbcURL
tf_password
JTextField tf_password
tf_username
JTextField tf_username
dbFormsHome
File dbFormsHome
helpFrame
JFrame helpFrame
jMenu1
JMenu jMenu1
jMenuBar1
JMenuBar jMenuBar1
exitMenuItem
JMenuItem exitMenuItem
helpMenuItem
JMenuItem helpMenuItem
metalMenuItem
JMenuItem metalMenuItem
motifMenuItem
JMenuItem motifMenuItem
newMenuItem
JMenuItem newMenuItem
openMenuItem
JMenuItem openMenuItem
saveAsMenuItem
JMenuItem saveAsMenuItem
saveMenuItem
JMenuItem saveMenuItem
windowsMenuItem
JMenuItem windowsMenuItem
jSeparator1
JSeparator jSeparator1
jTabbedPane1
JTabbedPane jTabbedPane1
projectData
ProjectData projectData
tab_configFilePanel
AbstractPropertyPanel tab_configFilePanel
tab_dbPanel
AbstractPropertyPanel tab_dbPanel
tab_webAppPanel
AbstractPropertyPanel tab_webAppPanel
tab_xslTranformPanel
AbstractPropertyPanel tab_xslTranformPanel
dbFormsHomeStr
String dbFormsHomeStr
fileSeparator
String fileSeparator
titleCore
String titleCore
file
File file
b_save
JButton b_save
l_fileName
JLabel l_fileName
ta_editor
JTextArea ta_editor
unsavedChanges
boolean unsavedChanges
closeBtn
JButton closeBtn
jEditorPane1
JEditorPane jEditorPane1
jPanel4
JPanel jPanel4
jScrollPane1
JScrollPane jScrollPane1
file
File file
props
Properties props
unsavedChanges
boolean unsavedChanges
b_browseApp
JButton b_browseApp
b_chooseRoot
JButton b_chooseRoot
jLabel1
JLabel jLabel1
jLabel2
JLabel jLabel2
tf_webAppRoot
JTextField tf_webAppRoot
tf_webAppURL
JTextField tf_webAppURL
parent
DevGui parent
panel_editor
EditorPanel panel_editor
b_browse
JButton b_browse
b_openInBrowser
JButton b_openInBrowser
b_refresh
JButton b_refresh
b_refreshJSPs
JButton b_refreshJSPs
b_start
JButton b_start
cb_useJsCalendar
JCheckBox cb_useJsCalendar
jLabel1
JLabel jLabel1
jLabel2
JLabel jLabel2
list_results
JList list_results
list_xslStylesheets
JList list_xslStylesheets
jPanel2
JPanel jPanel2
tf_stylesheetDir
JTextField tf_stylesheetDir
tf_xsltEncoding
JTextField tf_xsltEncoding
JSPs
File[] JSPs
availableStylesheets
File[] availableStylesheets
Package org.dbforms.event |
Package org.dbforms.servlets |
pw
PrintWriter pw
wb
org.apache.poi.hssf.usermodel.HSSFWorkbook wb
sheet
org.apache.poi.hssf.usermodel.HSSFSheet sheet
rowCnt
short rowCnt
Package org.dbforms.servlets.base |
maxUploadSize
int maxUploadSize
- 100KB default upload size
Package org.dbforms.servlets.reports |
mimeType
String mimeType
rownum
int rownum
reportdirs
String[] reportdirs
Package org.dbforms.taglib |
alt
String alt
border
String border
caption
String caption
disabledBehaviour
String disabledBehaviour
disabledImageAlt
String disabledImageAlt
disabledImageHeight
String disabledImageHeight
disabledImageSrc
String disabledImageSrc
disabledImageWidth
String disabledImageWidth
followUp
String followUp
followUpOnError
String followUpOnError
src
String src
table
Table table
choosenFlavor
int choosenFlavor
parentForm
DbFormTag parentForm
escaper
IEscaper escaper
field
Field field
customFormatter
String customFormatter
defaultValue
String defaultValue
escaperClass
String escaperClass
fieldName
String fieldName
maxlength
String maxlength
nullFieldValue
String nullFieldValue
pattern
String pattern
readOnly
String readOnly
readOnlyStyleClass
String readOnlyStyleClass
- Named Style class associated with component for read-only mode.
cols
String cols
- The number of character columns for this field, or negative for no limit.
hidden
String hidden
- DOCUMENT ME!
maxlength
String maxlength
- The maximum number of characters allowed, or negative for no limit.
overrideValue
String overrideValue
- DOCUMENT ME!
rows
String rows
- The number of rows for this field, or negative for no limit.
printfFormat
IFormatEmbeddedData printfFormat
data
List<E> data
dbConnectionName
String dbConnectionName
disableCache
String disableCache
format
String format
formatClass
String formatClass
name
String name
accessKey
String accessKey
- DOCUMENT ME!
onBlur
String onBlur
- Component lost focus event.
onChange
String onChange
- Content changed after component lost focus event.
onClick
String onClick
- Mouse click event.
onDblClick
String onDblClick
- Mouse double click event.
onFocus
String onFocus
- Component has received focus event.
onKeyDown
String onKeyDown
- Key down in component event.
onKeyPress
String onKeyPress
- Key down and up together in component event.
onKeyUp
String onKeyUp
- Key released in component event.
onMouseDown
String onMouseDown
- Mouse pressed on component event.
onMouseMove
String onMouseMove
- Mouse moved over component event.
onMouseOut
String onMouseOut
- Mouse exit component event.
onMouseOver
String onMouseOver
- Mouse over component event.
onMouseUp
String onMouseUp
- Mouse released on component event.
onSelect
String onSelect
- Text selected in component event.
style
String style
- Style attribute associated with component.
styleClass
String styleClass
- Named Style class associated with component.
tabIndex
String tabIndex
- Tab index value.
title
String title
- Title (Tool Tip/Hint) attribute
filter
String filter
foreignTable
String foreignTable
orderBy
String orderBy
storeField
String storeField
SQLFilter
String SQLFilter
name
String name
dbConnectionName
String dbConnectionName
nameField
String nameField
- DOCUMENT ME!
allowNew
String allowNew
embeddedData
List<E> embeddedData
checked
String checked
growDirection
String growDirection
growSize
String growSize
noValue
String noValue
value
String value
force
String force
embeddedData
List<E> embeddedData
strict
String strict
jsCalendarDateFormat
String jsCalendarDateFormat
- Holds value of property jsCalendarDateFormat.
useJsCalendar
String useJsCalendar
- Holds value of property useJsCalendar.
classicCalendar
String classicCalendar
- Determinate whether the classic javascript calendar should be used
associatedRadio
String associatedRadio
confirmMessage
String confirmMessage
accept
String accept
conds
ArrayList<E> conds
- list of conditions defined for this filter element
disabledCaption
String disabledCaption
- used to override the label of the main select's first option element
filterName
String filterName
- prefix for this filter of the request's parameters
setCaption
String setCaption
- caption of the SET button
size
String size
- size attribute for select element
unsetCaption
String unsetCaption
- caption of the UNSET button
setStyleClass
String setStyleClass
- CSS stylesheet class to be applied to the SET button
unsetStyleClass
String unsetStyleClass
- CSS stylesheet class to be applied to the UNSET button
locale
Locale locale
- Holds the locale the form is created with. Can be readed from other tags
action
String action
- form's action attribute
autoUpdate
String autoUpdate
- if "true", at every action (navigation, insert, update, etc.) all input
fields of ALL currently rendered rowsets are parsed and updated. Many rows
may be affected. If "false", updates are only performed if an explicite
"update"- action is launched (normally by hittig the updateAction-button).
Up to 1 row may be affected.
Default is: "false"
autocomplete
String autocomplete
- represents the HTML form tag attribute AUTOCOMPLETE.
captionResource
String captionResource
- support caption name resolution with ApplicationResources.
childField
String childField
- used in sub-form: field(s) in this forme that is/are linked to the parent
form
dbConnectionName
String dbConnectionName
filter
String filter
- filter string
searchFilterRequired
String searchFilterRequired
followUp
String followUp
- site to be invoked after action - nota bene: this followUp may be
overruled by "followUp"-attributes of actionButtons
followUpOnError
String followUpOnError
- site to be invoked after action if previous form contained errors- nota
bene: this followUp may be overruled by "followUp"-attributes of
actionButtons
formValidatorName
String formValidatorName
- the form name to map with valdation.xml form name.
gotoPrefix
String gotoPrefix
javascriptFieldsArray
String javascriptFieldsArray
- support caption name resolution with ApplicationResources.
javascriptValidation
String javascriptValidation
- support caption name resolution with ApplicationResources.
javascriptValidationSrcFile
String javascriptValidationSrcFile
- File of validation javascript for include <SCRIPT src="...">
</SCRIPT> For better performance. Else it's the webserver will
generate it each time.
localWebEvent
String localWebEvent
maxRows
String maxRows
- count of this form (n ||)
multipart
String multipart
- is either "true" or "false"
name
String name
- holds name attribute
onSubmit
String onSubmit
- onSubmit form field (20020703-HKK)
orderBy
String orderBy
- SQL order by string
overrideFieldCheck
String overrideFieldCheck
- true if update should be performed always
parentField
String parentField
- used in sub-form: field(s) in the main form that is/are linked to this
form
positionPath
String positionPath
- holds information about how many times the body of this tag has been
rendered
positionPathCore
String positionPathCore
readOnly
String readOnly
- Indicate if the form is in read-only mode
redisplayFieldsOnError
String redisplayFieldsOnError
- redisplayFieldsOnError flag
sqlFilter
String sqlFilter
- SQL filter string
tableList
String tableList
- Supply table name list
tableName
String tableName
- the name of the underlying table
target
String target
- pedant to the html-target attribute in html-form tag: the target frame to
jump to
whereClause
String whereClause
- Free-form select query
childElementOutput
StringBuffer childElementOutput
- #fixme: description
overrulingOrderFields
Vector<E> overrulingOrderFields
validationForms
Vector<E> validationForms
- holds the list of sub forms to validate (2003-02-04 HKK)
footerReached
boolean footerReached
- if rendering of header and body of the form is completed and only the
footer needs to be rendered yet
count
int count
- count (multiplicity, view-mode) of this form (n || -1), whereby n E N
(==1,2..z)
currentCount
int currentCount
- holds information about how many times the body of this tag has been
rendered
tableId
int tableId
- the id of the underlying table
dbConnectionName
String dbConnectionName
childField
String childField
destPos
String destPos
destTable
String destTable
destination
String destination
keyToDestPos
String keyToDestPos
keyToKeyToDestPos
String keyToKeyToDestPos
parentField
String parentField
singleRow
String singleRow
showAlways
String showAlways
value
String value
childField
String childField
- used if parentTable is different to tableName: field(s) in this forme
that is/are linked to the parent form
href
String href
keyToDestPos
String keyToDestPos
keyToKeyToDestPos
String keyToKeyToDestPos
parentField
String parentField
- used if parentTable is different to tableName: field(s) in the main form
that is/are linked to this form
position
String position
singleRow
String singleRow
tableName
String tableName
showAlwaysInFooter
String showAlwaysInFooter
- Holds value of property showAlwaysInFooter.
destTable
String destTable
showAlwaysInFooter
String showAlwaysInFooter
- Holds value of property showAlwaysInFooter.
stepWidth
String stepWidth
stepWidth
String stepWidth
forceReload
String forceReload
embeddedData
List<E> embeddedData
growDirection
String growDirection
growSize
String growSize
checked
String checked
value
String value
embeddedData
List<E> embeddedData
compareWith
String compareWith
customEntry
String customEntry
selectedIndex
String selectedIndex
size
String size
defaultValue
String defaultValue
searchAlgo
String searchAlgo
searchMode
String searchMode
hidden
String hidden
embeddedData
List<E> embeddedData
customEntry
String customEntry
ifEmptyDontDraw
String ifEmptyDontDraw
ifEmptyItem
String ifEmptyItem
overrideReadOnly
String overrideReadOnly
selectedIndex
String selectedIndex
size
String size
dataSource
String dataSource
dbConnectionName
String dbConnectionName
suffix
String suffix
renderBody
String renderBody
- DOCUMENT ME!
wrap
String wrap
- DOCUMENT ME!
password
String password
associatedRadio
String associatedRadio
showAlways
String showAlways
caption
String caption
name
String name
- Name of the request scope attribute containing our error messages, if
any.
caption
String caption
messagePrefix
String messagePrefix
name
String name
name
String name
value
String value
count
String count
message
String message
message
String message
message
String message
event
String event
value
String value
embeddedData
List<E> embeddedData
name
String name
key
String key
param
String param
className
String className
properties
HashMap<K,V> properties
name
String name
value
String value
query
String query
arg
Object arg
className
String className
name
String name
key
String key
value
String value
name
String name
data
Vector<E> data
params
Hashtable<K,V> params
paramList
String paramList
part
String part
template
String template
templateBase
String templateBase
templateBaseDir
String templateBaseDir
foreignTable
String foreignTable
orderBy
String orderBy
storeField
String storeField
visibleFields
String visibleFields
baseDir
String baseDir
sp
Hashtable<K,V> sp
baseDir
String baseDir
defaultValue
String defaultValue
dir
String dir
name
String name
fieldObject
Object fieldObject
contextVar
String contextVar
type
String type
value
String value
locale
Locale locale
obj
Object obj
Package org.dbforms.taglib.cewolf |
categoryField
String categoryField
dataField
String dataField
seriesField
String seriesField
timeField
String timeField
openField
String openField
highField
String highField
lowField
String lowField
closeField
String closeField
title
String title
categoryField
String categoryField
dataField
String dataField
timeField
String timeField
rendererclass
String rendererclass
fieldList
Vector<E> fieldList
logCat
org.apache.commons.logging.Log logCat
title
String title
fieldName
String fieldName
color
String color
dataset
Object dataset
rsv
ResultSetVector rsv
fileItem
org.apache.commons.fileupload.FileItem fileItem
fileName
String fileName
Package org.dbforms.validation |
Copyright © 2002-2006 DbForms. All Rights Reserved.