public final class OldBindingHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BINDING_ERROR |
| Modifier and Type | Method and Description |
|---|---|
static void |
controlToModel(NodeBase root)
System helper method to move all bindings from control into the model (called at request start).
|
static ComponentPropertyBinding |
findBinding(NodeBase nodeBase,
String string) |
static List<UIMessage> |
getBindingErrors(NodeBase root)
Get a list of binding errors starting at (and including) the parameter node.
|
static void |
modelToControl(NodeBase root)
System helper method to move all bindings from model to control (called at request end).
|
static boolean |
reportBindingErrors(NodeBase root)
If the specified subtree has binding errors: report them, and return TRUE if there are
errors.
|
public static final String BINDING_ERROR
public static void controlToModel(@Nonnull NodeBase root) throws Exception
root - Exceptionpublic static void modelToControl(@Nonnull NodeBase root) throws Exception
root - Exception@Nonnull public static List<UIMessage> getBindingErrors(@Nonnull NodeBase root) throws Exception
UIMessage.getErrorNode().root - Exceptionpublic static boolean reportBindingErrors(@Nonnull NodeBase root) throws Exception
root - Exception@Nullable public static ComponentPropertyBinding findBinding(NodeBase nodeBase, String string)
Copyright © 2017 etc.to. All rights reserved.