Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

er.directtoweb
Class ERD2WListComparePage  view ERD2WListComparePage download ERD2WListComparePage.java

java.lang.Object
  extended byD2WListPage
      extended byer.directtoweb.ERD2WListPage
          extended byer.directtoweb.ERD2WListComparePage
Direct Known Subclasses:
ERD2WListComparePageTemplate

public class ERD2WListComparePage
extends ERD2WListPage


Field Summary
private  NSMutableArray _compareList
           
private  java.lang.Object _comparisonObject
           
private  EOEditingContext _comparisonObjectEditingContext
           
private  NSArray _displayPropertyKeys
           
protected  int col
           
protected  int d2wPropertyKeyIndex
           
protected  int index
           
 
Fields inherited from class er.directtoweb.ERD2WListPage
log
 
Constructor Summary
ERD2WListComparePage(WOContext context)
          Public constructor
 
Method Summary
 void appendToResponse(WOResponse response, WOContext context)
           
 NSArray compareList()
           
 java.lang.Object comparisonObject()
           
 NSArray displayPropertyKeys()
           
 void prepare()
           
 void setD2wPropertyKeyIndex(int newD2wPropertyKeyIndex)
           
 boolean shouldMapPropertyKey()
           
 boolean showDisplayProperty()
           
 
Methods inherited from class er.directtoweb.ERD2WListPage
d2wComponentNameDebuggingEnabled, d2wCurrentComponentName, defaultSortKey, deleteObjectAction, descriptionForResponse, editObjectAction, formTargetJavaScriptUrl, inspectObjectAction, invokeAction, isEntityInspectable, isEntityReadOnly, isSelectingNotTopLevel, numberOfObjectsPerBatch, printerFriendlyVersion, setD2wContext, setDataSource, setLocalContext, setObject, setupPhase, shouldShowSelectAll, showCancel, sortOrderings, takeValuesFromRequest, targetString, userPreferencesCanSpecifySorting, warmUpForDisplay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

protected int index

d2wPropertyKeyIndex

protected int d2wPropertyKeyIndex

col

protected int col

_compareList

private NSMutableArray _compareList

_comparisonObject

private java.lang.Object _comparisonObject

_comparisonObjectEditingContext

private EOEditingContext _comparisonObjectEditingContext

_displayPropertyKeys

private NSArray _displayPropertyKeys
Constructor Detail

ERD2WListComparePage

public ERD2WListComparePage(WOContext context)
Public constructor

Method Detail

compareList

public NSArray compareList()

comparisonObject

public java.lang.Object comparisonObject()

shouldMapPropertyKey

public boolean shouldMapPropertyKey()

displayPropertyKeys

public NSArray displayPropertyKeys()

showDisplayProperty

public boolean showDisplayProperty()

setD2wPropertyKeyIndex

public void setD2wPropertyKeyIndex(int newD2wPropertyKeyIndex)

prepare

public void prepare()

appendToResponse

public void appendToResponse(WOResponse response,
                             WOContext context)
Overrides:
appendToResponse in class ERD2WListPage