public class CommonGaugeHelper
extends java.lang.Object
CommonGaugeHelper
, containing useful databinding pattern utilities for configuring DVT Gauges.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GAUGE |
Constructor and Description |
---|
CommonGaugeHelper() |
Modifier and Type | Method and Description |
---|---|
static BinderResult |
bind(BinderParams<? extends GaugeOptions> params) |
static BinderResult |
bind2(BinderParams<? extends CommonGaugeOptions> params) |
static java.lang.String |
buildBaseHintProperty(java.lang.String attribute,
java.lang.String property) |
static GaugeOptions |
populateOptions(BinderParams<? extends GaugeOptions> params,
GaugeOptions options,
org.w3c.dom.Element gauge) |
static CommonGaugeOptions |
populateOptions2(BinderParams<? extends CommonGaugeOptions> params,
CommonGaugeOptions options,
org.w3c.dom.Element gauge) |
public static final java.lang.String GAUGE
public static BinderResult bind2(BinderParams<? extends CommonGaugeOptions> params)
public static CommonGaugeOptions populateOptions2(BinderParams<? extends CommonGaugeOptions> params, CommonGaugeOptions options, org.w3c.dom.Element gauge)
public static BinderResult bind(BinderParams<? extends GaugeOptions> params)
public static java.lang.String buildBaseHintProperty(java.lang.String attribute, java.lang.String property)
public static GaugeOptions populateOptions(BinderParams<? extends GaugeOptions> params, GaugeOptions options, org.w3c.dom.Element gauge)