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

Quick Search    Search Deep

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

java.lang.Object
  extended byWOComponent
      extended bycom.webobjects.woextensions.WXOutlineEntry

public class WXOutlineEntry
extends WOComponent


Field Summary
protected  int _nestingLevel
           
 
Constructor Summary
WXOutlineEntry(WOContext aContext)
           
 
Method Summary
 void appendToResponse(WOResponse aResponse, WOContext aContext)
           
 void awake()
           
 boolean hasChildren()
           
 WOActionResults invokeAction(WORequest aRequest, WOContext aContext)
           
 boolean isExpanded()
           
 int nestingLevel()
           
 int nestingLevelForChildren()
           
 boolean synchronizesVariablesWithBindings()
           
 void takeValuesFromRequest(WORequest aRequest, WOContext aContext)
           
 WOComponent toggleExpansion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_nestingLevel

protected int _nestingLevel
Constructor Detail

WXOutlineEntry

public WXOutlineEntry(WOContext aContext)
Method Detail

synchronizesVariablesWithBindings

public boolean synchronizesVariablesWithBindings()

awake

public void awake()

nestingLevel

public int nestingLevel()

isExpanded

public boolean isExpanded()

nestingLevelForChildren

public int nestingLevelForChildren()

toggleExpansion

public WOComponent toggleExpansion()

hasChildren

public boolean hasChildren()

takeValuesFromRequest

public void takeValuesFromRequest(WORequest aRequest,
                                  WOContext aContext)

invokeAction

public WOActionResults invokeAction(WORequest aRequest,
                                    WOContext aContext)

appendToResponse

public void appendToResponse(WOResponse aResponse,
                             WOContext aContext)