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

Quick Search    Search Deep

com.webobjects.woextensions
Class WOAggregateEventRow  view WOAggregateEventRow download WOAggregateEventRow.java

java.lang.Object
  extended byWOComponent
      extended bycom.webobjects.woextensions.WOEventRow
          extended bycom.webobjects.woextensions.WOAggregateEventRow

public class WOAggregateEventRow
extends WOEventRow


Field Summary
 
Fields inherited from class com.webobjects.woextensions.WOEventRow
controller, displayMode, event, object
 
Constructor Summary
WOAggregateEventRow(WOContext aContext)
           
 
Method Summary
 WOEventDisplayPage controller()
           
 java.lang.String displayComponentName()
           
 int displayMode()
           
 EOEvent event()
           
 EOAggregateEvent object()
           
 boolean synchronizesVariablesWithBindings()
           
 
Methods inherited from class com.webobjects.woextensions.WOEventRow
comment, descriptionTitle, eventDuration, hyperlinkTitle, loopCount, percentOfMaxTime, title
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WOAggregateEventRow

public WOAggregateEventRow(WOContext aContext)
Method Detail

synchronizesVariablesWithBindings

public boolean synchronizesVariablesWithBindings()

object

public EOAggregateEvent object()

controller

public WOEventDisplayPage controller()

displayMode

public int displayMode()

event

public EOEvent event()

displayComponentName

public java.lang.String displayComponentName()