|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.xoetrope.xui.XDataBindingContext
net.xoetrope.optional.data.pojo.XHibernateDataBindingContext
public class XHibernateDataBindingContext
| Field Summary | |
|---|---|
protected XPojoHibernateContext |
pojoContext
A class used by XPage to manage the pojo data binding coordination Copyright (c) Xoetrope Ltd., 2002-2005 License: see license.txt $Revision: 1.1 $ |
protected boolean |
sessionInView
|
| Fields inherited from class net.xoetrope.xui.XDataBindingContext |
|---|
evaluator, modelBindings |
| Constructor Summary | |
|---|---|
XHibernateDataBindingContext(XPathEvaluator pathEvaluator)
Creates a new instance of XHibernateDataBindingContext |
|
| Method Summary | |
|---|---|
boolean |
isSessionInView()
Gets the value of the sessionInView property |
void |
saveBoundComponentValues()
Save the component values to the model. |
void |
setSessionInView(boolean siv)
Sets the value of the sessionInView property |
void |
updateBindings()
Iterate all of the bindings in the page to relfect the model state. |
void |
updateBoundComponentValues()
Update UI components with values from the model |
| Methods inherited from class net.xoetrope.xui.XDataBindingContext |
|---|
addBinding, getBinding, getBinding, getBindings, removeBinding, updateBinding |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XPojoHibernateContext pojoContext
A class used by XPage to manage the pojo data binding coordination
Copyright (c) Xoetrope Ltd., 2002-2005
License: see license.txt
$Revision: 1.1 $
protected boolean sessionInView
| Constructor Detail |
|---|
public XHibernateDataBindingContext(XPathEvaluator pathEvaluator)
| Method Detail |
|---|
public void updateBoundComponentValues()
updateBoundComponentValues in class XDataBindingContextpublic void updateBindings()
updateBindings in class XDataBindingContextpublic void saveBoundComponentValues()
saveBoundComponentValues in class XDataBindingContextpublic boolean isSessionInView()
public void setSessionInView(boolean siv)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||