net.contextfw.web.application.component
Class Component

java.lang.Object
  extended by net.contextfw.web.application.component.Component

public class Component
extends Object


Constructor Summary
Component()
           
 
Method Summary
protected  boolean bubbleRegisterUp(Component el)
           
protected  void bubbleUnregisterUp(Component el)
           
 void buildComponentUpdate(DOMBuilder domBuilder, net.contextfw.web.application.internal.component.ComponentBuilder builder)
           
 void clearCascadedUpdate()
           
 String getId()
           
 void partialRefresh(String buildName, String... updates)
           
 void refresh()
           
<T extends Component>
T
registerChild(T el)
           
 void setId(String id)
           
 void unregisterChild(Component el)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Component

public Component()
Method Detail

setId

public void setId(String id)

getId

public String getId()

registerChild

public <T extends Component> T registerChild(T el)

bubbleRegisterUp

protected boolean bubbleRegisterUp(Component el)

bubbleUnregisterUp

protected void bubbleUnregisterUp(Component el)

unregisterChild

public void unregisterChild(Component el)

refresh

public void refresh()

buildComponentUpdate

public final void buildComponentUpdate(DOMBuilder domBuilder,
                                       net.contextfw.web.application.internal.component.ComponentBuilder builder)

partialRefresh

public void partialRefresh(String buildName,
                           String... updates)

clearCascadedUpdate

public void clearCascadedUpdate()


Copyright © 2011. All Rights Reserved.