Package io.jmix.ui.sys
Class UiControllerProperty
java.lang.Object
io.jmix.ui.sys.UiControllerProperty
Immutable POJO that stores name, value and type of property that will be injected
into UI controller.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Type defines what should be passed to controller property: some value (String, boolean, etc) or a reference to an object. -
Field Summary
-
Constructor Summary
ConstructorDescriptionUiControllerProperty
(String name, Object value, UiControllerProperty.Type type) -
Method Summary
-
Field Details
-
name
-
value
-
type
-
-
Constructor Details
-
UiControllerProperty
-
-
Method Details
-
getName
-
getValue
-
getType
-