|
|||||||||
| 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 WXOutlineEntry

java.lang.ObjectWOComponent
com.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)
|
|||||||||
| Home >> All >> com >> webobjects >> [ woextensions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
WOComponent