net.contextfw.web.application.component
Class Component
java.lang.Object
net.contextfw.web.application.component.Component
public class Component
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Component
public Component()
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.