public class BindContextUtil
extends java.lang.Object
Constructor and Description |
---|
BindContextUtil() |
Modifier and Type | Method and Description |
---|---|
static BindContext |
newBindContext(Binder binder,
Binding binding,
boolean save,
java.lang.String command,
Component comp,
Event event) |
static void |
setCommandArgs(Binder binder,
Component comp,
BindContext ctx,
java.util.Map<java.lang.String,java.lang.Object> args) |
static void |
setConverterArgs(Binder binder,
Component comp,
BindContext ctx,
PropertyBinding binding) |
static void |
setValidatorArgs(Binder binder,
Component comp,
BindContext ctx,
SaveFormBinding binding) |
static void |
setValidatorArgs(Binder binder,
Component comp,
BindContext ctx,
SavePropertyBinding binding) |
public static BindContext newBindContext(Binder binder, Binding binding, boolean save, java.lang.String command, Component comp, Event event)
public static void setCommandArgs(Binder binder, Component comp, BindContext ctx, java.util.Map<java.lang.String,java.lang.Object> args)
public static void setConverterArgs(Binder binder, Component comp, BindContext ctx, PropertyBinding binding)
public static void setValidatorArgs(Binder binder, Component comp, BindContext ctx, SavePropertyBinding binding)
public static void setValidatorArgs(Binder binder, Component comp, BindContext ctx, SaveFormBinding binding)
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.