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

Quick Search    Search Deep

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

java.lang.Object
  extended byWOComponent
      extended bycom.webobjects.woextensions.WOEventRow
Direct Known Subclasses:
WOAggregateEventRow, WOAssociationEventRow

public class WOEventRow
extends WOComponent


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

Field Detail

object

public EOEvent object

event

public EOEvent event

controller

public WOEventDisplayPage controller

displayMode

public int displayMode
Constructor Detail

WOEventRow

public WOEventRow(WOContext aContext)
Method Detail

loopCount

public java.lang.String loopCount()

eventDuration

public java.lang.String eventDuration()

comment

public java.lang.String comment()

title

public java.lang.String title()

hyperlinkTitle

public java.lang.String hyperlinkTitle()

descriptionTitle

public java.lang.String descriptionTitle()

percentOfMaxTime

public double percentOfMaxTime()