|
|||||||||
| Home >> All >> com >> webobjects >> [ woextensions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.webobjects.woextensions
Class WOEventDisplayPage

java.lang.ObjectWOComponent
com.webobjects.woextensions.WOEventPage
com.webobjects.woextensions.WOEventDisplayPage
- public class WOEventDisplayPage
- extends WOEventPage
| Field Summary | |
int |
_displayMode
|
protected _EventComparator |
_eventAscendingComparator
|
WOEventDisplayPage |
_self
|
NSMutableDictionary |
cache
|
EOEvent |
currentEvent
|
NSMutableArray |
eofEvents
|
NSArray |
events
|
NSArray |
selectionPath
|
NSMutableArray |
webEvents
|
| Fields inherited from class com.webobjects.woextensions.WOEventPage |
password, userName |
| Constructor Summary | |
WOEventDisplayPage(WOContext aContext)
|
|
| Method Summary | |
void |
_cacheWebEofEvents()
|
int |
aggregateTagForDisplayLevel(int level)
|
NSArray |
childrenForEvent(EOEvent event)
|
NSArray |
currentEventChildren()
|
java.lang.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(java.lang.Object ick)
|
long |
topmostDurationValue()
|
int |
webEventCount()
|
int |
webEventDuration()
|
| Methods inherited from class com.webobjects.woextensions.WOEventPage |
isEventLoggingEnabled, password, submit, userName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
currentEvent
public EOEvent currentEvent
selectionPath
public NSArray selectionPath
_displayMode
public int _displayMode
events
public NSArray events
cache
public NSMutableDictionary cache
webEvents
public NSMutableArray webEvents
eofEvents
public NSMutableArray eofEvents
_self
public WOEventDisplayPage _self
_eventAscendingComparator
protected _EventComparator _eventAscendingComparator
| Constructor Detail |
WOEventDisplayPage
public WOEventDisplayPage(WOContext aContext)
| Method Detail |
displayMode
public int displayMode()
setDisplayMode
public void setDisplayMode(java.lang.Object ick)
displayLevelForEvent
public int displayLevelForEvent(EOEvent e)
filterEvents
public NSArray filterEvents(NSArray evs,
int level)
groupTagForDisplayLevel
public int groupTagForDisplayLevel(int level)
aggregateTagForDisplayLevel
public int aggregateTagForDisplayLevel(int level)
rootEventList
public NSArray rootEventList()
object
public EOEvent object()
childrenForEvent
public NSArray childrenForEvent(EOEvent event)
currentEventChildren
public NSArray currentEventChildren()
isDirectory
public boolean isDirectory()
resetLoggingClicked
public WOComponent resetLoggingClicked()
refreshLoggingClicked
public WOComponent refreshLoggingClicked()
displayComponentName
public java.lang.String displayComponentName()
eventCount
public int eventCount()
topmostDurationValue
public long topmostDurationValue()
durationOfEvent
public long durationOfEvent(EOEvent e)
_cacheWebEofEvents
public void _cacheWebEofEvents()
webEventDuration
public int webEventDuration()
eofEventDuration
public int eofEventDuration()
webEventCount
public int webEventCount()
eofEventCount
public int eofEventCount()
isEmpty
public boolean isEmpty()
|
|||||||||
| Home >> All >> com >> webobjects >> [ woextensions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
WOComponent