@Component(value="cuba_OptionsBinder")
public class OptionsBinder
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
OptionsBinder.OptionBindingImpl<V> |
static interface |
OptionsBinder.OptionsTarget<V> |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Constructor and Description |
---|
OptionsBinder() |
Modifier and Type | Method and Description |
---|---|
<V> OptionsBinding<V> |
bind(Options<V> options,
Component component,
OptionsBinder.OptionsTarget<V> optionsTarget) |
public static final java.lang.String NAME
public <V> OptionsBinding<V> bind(Options<V> options, Component component, OptionsBinder.OptionsTarget<V> optionsTarget)