net.contextfw.web.application.internal
Class WebApplicationElement

java.lang.Object
  extended by net.contextfw.web.application.elements.CElement
      extended by net.contextfw.web.application.internal.WebApplicationElement
All Implemented Interfaces:
CSimpleElement

public class WebApplicationElement
extends CElement


Nested Class Summary
 
Nested classes/interfaces inherited from class net.contextfw.web.application.elements.CElement
CElement.RefreshMode
 
Constructor Summary
WebApplicationElement(ElementRegister elementRegister)
           
 
Method Summary
protected  boolean bubbleRegisterUp(CElement el)
           
protected  void bubbleUnregisterUp(CElement el)
           
 void build(DOMBuilder b)
           
 void buildUpdate(DOMBuilder b)
           
<T extends CElement>
T
registerChild(T el)
           
 
Methods inherited from class net.contextfw.web.application.elements.CElement
addCommonAttributes, clearCascadedUpdate, doCascadedUpdate, getId, getSClass, isVisible, refresh, setId, setSClass, setVisible, unregisterChild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebApplicationElement

public WebApplicationElement(ElementRegister elementRegister)
Method Detail

bubbleRegisterUp

protected boolean bubbleRegisterUp(CElement el)
Overrides:
bubbleRegisterUp in class CElement

bubbleUnregisterUp

protected void bubbleUnregisterUp(CElement el)
Overrides:
bubbleUnregisterUp in class CElement

build

public void build(DOMBuilder b)

buildUpdate

public void buildUpdate(DOMBuilder b)
Specified by:
buildUpdate in class CElement

registerChild

public <T extends CElement> T registerChild(T el)
Overrides:
registerChild in class CElement


Copyright © 2010. All Rights Reserved.