JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class FooterMetaData

java.lang.Object
  |
  +--javax.swing.tree.DefaultMutableTreeNode
        |
        +--com.klg.jclass.datasource.DataSourceTreeNode
              |
              +--com.klg.jclass.higrid.SummaryMetaData
                    |
                    +--com.klg.jclass.higrid.FooterMetaData
All Implemented Interfaces:
Cloneable, MetaDataModel, MutableTreeNode, Serializable, TreeNode

public class FooterMetaData
extends SummaryMetaData
implements Serializable

FooterMetaData describes the meta data for the footer record type.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Fields inherited from interface com.klg.jclass.datasource.MetaDataModel
COMMIT_LEAVING_ANCESTOR, COMMIT_LEAVING_RECORD, COMMIT_MANUALLY, TYPE_BIG_DECIMAL, TYPE_BOOLEAN, TYPE_BYTE, TYPE_BYTE_ARRAY, TYPE_DOUBLE, TYPE_FLOAT, TYPE_INTEGER, TYPE_LONG, TYPE_OBJECT, TYPE_SHORT, TYPE_SQL_DATE, TYPE_SQL_TIME, TYPE_SQL_TIMESTAMP, TYPE_STRING, TYPE_UTIL_DATE
 
Constructor Summary
FooterMetaData()
          FooterMetaData Constructor.
 
Methods inherited from class com.klg.jclass.higrid.SummaryMetaData
addColumn, appendColumn, clear, commitTransaction, getAutoCommit, getBinding, getCacheChildren, getColumn, getColumnCount, getColumnIdentifier, getColumnIndex, getColumnObject, getColumnObjects, getCommitPolicy, getCurrentBookmark, getCurrentDataTable, getDataModel, getDeleteAllowed, getDescription, getInsertAllowed, getJavaColumnType, getMaxRows, getMetaID, getNativeMetaData, getProvider, getShowDeletedRows, getStoreClass, getUpdateAllowed, insertColumn, isUpdateAllowedOnColumn, removeColumn, removeColumn, rollbackTransaction, setAutoCommit, setBinding, setCacheChildren, setCommitPolicy, setCurrentBookmark, setCurrentDataTable, setDeleteAllowed, setDescription, setInsertAllowed, setMaxRows, setMetaID, setProviderClassName, setShowDeletedRows, setStoreClass, setUpdateAllowed, setupIdentifiers, setupSumaryColumns
 
Methods inherited from class com.klg.jclass.datasource.DataSourceTreeNode
getChildren, getFirstChild, getIterator, getIterator, getIterator, getIterator, getLastChild, getNextChild, getPreviousChild, hasChildren, insert, isChildOf, toString
 
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstLeaf, getIndex, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
 

Constructor Detail

FooterMetaData

public FooterMetaData()
FooterMetaData Constructor.


Copyright © 2004 Quest Software Inc..
All rights reserved.