public class UiControllerProperty
extends java.lang.Object
UiControllerPropertyInjector
Modifier and Type | Class and Description |
---|---|
static class |
UiControllerProperty.Type
Type defines what should be passed to controller property:
some value (String, boolean, etc) or a reference to an object.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
name |
protected UiControllerProperty.Type |
type |
protected java.lang.Object |
value |
Constructor and Description |
---|
UiControllerProperty(java.lang.String name,
java.lang.Object value,
UiControllerProperty.Type type) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
UiControllerProperty.Type |
getType() |
java.lang.Object |
getValue() |
protected final java.lang.String name
protected final java.lang.Object value
protected final UiControllerProperty.Type type
public UiControllerProperty(java.lang.String name, java.lang.Object value, UiControllerProperty.Type type)
@StudioProperty(required=true) public java.lang.String getName()
@StudioProperty(type=STRING) public java.lang.Object getValue()
public UiControllerProperty.Type getType()