public class ViewNotifierHelper
extends java.lang.Object
Constructor and Description |
---|
ViewNotifierHelper(EComponentHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
invokeViewChanged(com.sun.codemodel.JBlock block) |
com.sun.codemodel.JVar |
replacePreviousNotifier(com.sun.codemodel.JBlock block) |
com.sun.codemodel.JVar |
replacePreviousNotifierWithNull(com.sun.codemodel.JBlock block) |
void |
resetPreviousNotifier(com.sun.codemodel.JBlock block,
com.sun.codemodel.JVar previousNotifier) |
void |
wrapInitWithNotifier() |
public ViewNotifierHelper(EComponentHolder holder)
public void invokeViewChanged(com.sun.codemodel.JBlock block)
public com.sun.codemodel.JVar replacePreviousNotifier(com.sun.codemodel.JBlock block)
public com.sun.codemodel.JVar replacePreviousNotifierWithNull(com.sun.codemodel.JBlock block)
public void resetPreviousNotifier(com.sun.codemodel.JBlock block, com.sun.codemodel.JVar previousNotifier)
public void wrapInitWithNotifier()
Copyright © 2010-2014. All Rights Reserved.