Class PBELinkTable

Object
  |
  +--PBEUnit
        |
        +--PBEObject
              |
              +--PBEContainer
                    |
                    +--PBETable
                          |
                          +--PBELinkTable

public class PBELinkTable
extends PBETable


Description:
PBELinkTable is defunkt. The functionality is incorporated in PBETable.


Fields inherited from class PBETable
keyList
 
Fields inherited from class PBEContainer
iCurrentGroup, iFirstGroup, iLastGroup, iPages, iSelected, iSelection
 
Fields inherited from class PBEObject
attributes, iClearInput, methods, name
 
Constructor Summary
PBELinkTable()
           
 
Methods inherited from class PBETable
activateAfter, activateBefore, addLink, attributeName, clearEditBuffer, clearEditRow, clearInput, createLink, doAfterLinks, doBeforeLinks, getAttributeStatus, getColType, getColumnStatus, getCurrentLink, getCurrentRowValue, getInvalidValue, getModifiedRowCount, getModifiedRowNumber, getOrderList, getTableName, init, initEditBuffer, inputMethod, inputValue, isLinked, linkAfter, linkBefore, linkDelete, linkFind, linkInit, linkNew, linkRevert, links, linkSave, modifySelection, performActivation, setAllSelected, setAttributeStatus, setColumnStatus, setCurrentValue, setEditRow, setError, toDataBaseType, updateRow
 
Methods inherited from class PBEContainer
addGroup, currentColor, currentColor, currentRowStatus, currentRowValid, deleteRow, enterGroup, enterPage, exitGroup, exitPage, firstRow, getCurrentRow, getCurrentValue, getRowCount, getSelectedRow, getSelection, getValidRow, insertRow, lastRow, nextCurrentRow, nextCurrentRow, nextRow, outputValue, previousRow, setCurrentRow, setCurrentRowValue, setSelectedRow, setSelection, sum, updateRow
 
Methods inherited from class PBEObject
clear, disable, disableAttributes, display, enable, enableAttributes, getAttributeStatus, getError, globalReference, hide, inputMethod, outputValue, outputValue, prepareAction, redirect, setActive, show
 
Methods inherited from class PBEUnit
compileActions, compileConditions, prepareEvent
 

Constructor Detail

PBELinkTable

public PBELinkTable()