Class PBELinkedTable

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

public class PBELinkedTable
extends PBETable


Description:
PBELinkedTable reverses the order of certain operations performed by a table when it is linked.

A PBELinkColumn must be declared.

See Also:
PBETable, PBELinkColumn

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
PBELinkedTable()
           
 
Method Summary
protected  boolean activateAfter(varchar method)
           
protected  boolean activateBefore(varchar method)
           
 void setSelection(Cursor s)
           
 
Methods inherited from class PBETable
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, 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

PBELinkedTable

public PBELinkedTable()
Method Detail

activateBefore

protected boolean activateBefore(varchar method)
Overrides:
activateBefore in class PBETable

activateAfter

protected boolean activateAfter(varchar method)
Overrides:
activateAfter in class PBETable

setSelection

public void setSelection(Cursor s)
Overrides:
setSelection in class PBEContainer