WebObjects 5.3

com.webobjects.woextensions
Class WOEventDisplayPage

java.lang.Object
  extended bycom.webobjects.appserver.WOElement
      extended bycom.webobjects.appserver.WOComponent
          extended bycom.webobjects.woextensions.WOEventPage
              extended bycom.webobjects.woextensions.WOEventDisplayPage
All Implemented Interfaces:
Cloneable, NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions, NSValidation, Serializable, WOActionResults

public class WOEventDisplayPage
extends WOEventPage

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.webobjects.appserver.WOComponent
WOComponent.Event
 
Nested classes inherited from class com.webobjects.foundation.NSKeyValueCoding
NSKeyValueCoding.DefaultImplementation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.Null, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.Utility, NSKeyValueCoding.ValueAccessor
 
Nested classes inherited from class com.webobjects.foundation.NSKeyValueCodingAdditions
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility
 
Nested classes inherited from class com.webobjects.foundation.NSValidation
NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException
 
Field Summary
 NSMutableDictionary cache
           
 EOEvent currentEvent
           
 NSMutableArray eofEvents
           
 NSArray events
           
 NSArray selectionPath
           
 NSMutableArray webEvents
           
 
Fields inherited from class com.webobjects.woextensions.WOEventPage
password, userName
 
Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding
NullValue
 
Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions
KeyPathSeparator
 
Constructor Summary
WOEventDisplayPage(WOContext aContext)
           
 
Method Summary
 int aggregateTagForDisplayLevel(int level)
           
 NSArray childrenForEvent(EOEvent event)
           
 NSArray currentEventChildren()
           
 String displayComponentName()
           
 int displayLevelForEvent(EOEvent e)
           
 int displayMode()
           
 long durationOfEvent(EOEvent e)
           
 int eofEventCount()
           
 int eofEventDuration()
           
 int eventCount()
           
 NSArray filterEvents(NSArray evs, int level)
           
 int groupTagForDisplayLevel(int level)
           
 boolean isDirectory()
           
 boolean isEmpty()
           
 EOEvent object()
           
 WOComponent refreshLoggingClicked()
           
 WOComponent resetLoggingClicked()
           
 NSArray rootEventList()
           
 void setDisplayMode(Object ick)
           
 long topmostDurationValue()
           
 int webEventCount()
           
 int webEventDuration()
           
 
Methods inherited from class com.webobjects.woextensions.WOEventPage
isEventLoggingEnabled, password, submit, userName
 
Methods inherited from class com.webobjects.appserver.WOComponent
appendToResponse, application, awake, baseURL, bindingKeys, canAccessFieldsDirectly, canGetValueForBinding, canSetValueForBinding, clone, context, debugString, descriptionForResponse, ensureAwakeInContext, frameworkName, generateResponse, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, hasBinding, hasSession, invokeAction, isCachingEnabled, isStateless, logString, name, pageWithName, parent, path, pathURL, performParentAction, pullValuesFromParent, pushValuesToParent, reset, session, set_componentUnroll, set_unroll, setCachingEnabled, setValueForBinding, sleep, synchronizesVariablesWithBindings, takeValueForKey, takeValueForKeyPath, takeValuesFromRequest, template, templateWithHTMLString, templateWithName, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, validationFailedWithException, valueForBinding, valueForKey, valueForKeyPath
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cache

public NSMutableDictionary cache

currentEvent

public EOEvent currentEvent

eofEvents

public NSMutableArray eofEvents

events

public NSArray events

selectionPath

public NSArray selectionPath

webEvents

public NSMutableArray webEvents
Constructor Detail

WOEventDisplayPage

public WOEventDisplayPage(WOContext aContext)
Method Detail

aggregateTagForDisplayLevel

public int aggregateTagForDisplayLevel(int level)

childrenForEvent

public NSArray childrenForEvent(EOEvent event)

currentEventChildren

public NSArray currentEventChildren()

displayComponentName

public String displayComponentName()

displayLevelForEvent

public int displayLevelForEvent(EOEvent e)

displayMode

public int displayMode()

durationOfEvent

public long durationOfEvent(EOEvent e)

eofEventCount

public int eofEventCount()

eofEventDuration

public int eofEventDuration()

eventCount

public int eventCount()

filterEvents

public NSArray filterEvents(NSArray evs,
                            int level)

groupTagForDisplayLevel

public int groupTagForDisplayLevel(int level)

isDirectory

public boolean isDirectory()

isEmpty

public boolean isEmpty()

object

public EOEvent object()

refreshLoggingClicked

public WOComponent refreshLoggingClicked()

resetLoggingClicked

public WOComponent resetLoggingClicked()

rootEventList

public NSArray rootEventList()

setDisplayMode

public void setDisplayMode(Object ick)

topmostDurationValue

public long topmostDurationValue()

webEventCount

public int webEventCount()

webEventDuration

public int webEventDuration()

Last updated Thu May 26 13:46:12 PDT 2005.

Copyright © 2005 Apple Computer, Inc.