public static final class BinderConfiguration.Binding extends Object
Constructor and Description |
---|
Binding(String property,
String converter,
boolean required)
Creates a new view binding
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getConverter()
The id of the custom converter to use to convert bound property values.
|
String |
getProperty()
The name of the bound property.
|
boolean |
getRequired()
Whether a non-empty value is required for each binding attempt.
|
int |
hashCode() |
String |
toString() |
public String getProperty()
public String getConverter()
public boolean getRequired()