|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.netuix.servlets.controls.ControlContext | +--com.bea.netuix.servlets.controls.BackingContext
The control framework provides instances of subclasses of BackingContext
during actions and in backing files.
Field Summary |
Fields inherited from class com.bea.netuix.servlets.controls.ControlContext |
debug |
Constructor Summary | |
protected |
BackingContext(com.bea.netuix.nf.UIControl control)
|
Method Summary | |
List |
getChildrenBackingContexts()
Return a List of BackingContexts belonging to the children of the control this BackingContext represents that are BackableControls. |
static ControlContext |
getContextFromRequest(Class type,
HttpServletRequest request)
Returns ControlContext for the given HTTP request. |
BackingContext |
getParentBackingContext()
Get the BackingContext of the first ancestor that has one. |
BackingContext |
getTopParentBackingContext()
Get the BackingContext of the upper most BackableControl in the tree. |
boolean |
isBackingPhase()
Are we in the backing phase. |
boolean |
isVisible()
Return the value of the underlying control's visible
attribute. |
protected void |
setBackingPhase(boolean backingPhase)
|
void |
setVisible(boolean visible)
|
Methods inherited from class com.bea.netuix.servlets.controls.ControlContext |
getContextKey, getControl, getRequestKey, getUniqueId, removeContextFromRequest, setContextInRequest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected BackingContext(com.bea.netuix.nf.UIControl control)
Method Detail |
public boolean isVisible()
visible
attribute.
visible
attribute.public void setVisible(boolean visible)
public BackingContext getParentBackingContext()
public BackingContext getTopParentBackingContext()
public List getChildrenBackingContexts()
public static ControlContext getContextFromRequest(Class type, HttpServletRequest request)
Returns ControlContext
for the given HTTP request.
type
- type of control contextrequest
- HTTP request
public boolean isBackingPhase()
protected void setBackingPhase(boolean backingPhase)
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |