4D S.A. Copyright 2001

j4d.open
Class opTable

java.lang.Object
  |
  +--j4d.open.opTable

public class opTable
extends java.lang.Object

opTable is the object which contains all the necessary information to describe a 4D table. Information on the table properties can be found (table number) but also on the triggers created for this table or even the table position in the structure.


Field Summary
 short mBottom
           
 opFieldArray mFieldList
           
 short mInvisible
           
 short mLeft
           
 int mRecordNumber
           
 int mRecordsInTable
           
 short mRight
           
 int mSequenceNumber
           
 java.lang.String mTableName
           
 short mTableNumber
           
 short mTop
           
 int mTrigOnDeleting
           
 int mTrigOnLoading
           
 int mTrigOnSavingExisting
           
 int mTrigOnSavingNew
           
 
Constructor Summary
opTable()
           
opTable(int tableNumber)
           
opTable(int tableNumber, int recordNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mInvisible

public short mInvisible

mTableNumber

public short mTableNumber

mLeft

public short mLeft

mTop

public short mTop

mRight

public short mRight

mBottom

public short mBottom

mTrigOnSavingNew

public int mTrigOnSavingNew

mTrigOnSavingExisting

public int mTrigOnSavingExisting

mTrigOnDeleting

public int mTrigOnDeleting

mTrigOnLoading

public int mTrigOnLoading

mFieldList

public opFieldArray mFieldList

mRecordsInTable

public int mRecordsInTable

mRecordNumber

public int mRecordNumber

mSequenceNumber

public int mSequenceNumber

mTableName

public java.lang.String mTableName
Constructor Detail

opTable

public opTable()

opTable

public opTable(int tableNumber)

opTable

public opTable(int tableNumber,
               int recordNumber)

4D S.A. Copyright 2001

4D S.A.