Package io.jmix.flowui.kit.meta
Enum Class StudioPropertyType
- All Implemented Interfaces:
- Serializable,- Comparable<StudioPropertyType>,- Constable
Type of 
StudioProperty.- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionIdentifier of an action defined in view.Big decimal type.Boolean type.ID of a collection data container.Identifier of a component.Identifier of a component defined in view.ID of a data containerID of a data loader.ID of a datatype.Double type.FQN of Entity class.Names of Entities meta class.Names of Entities meta class.FQN of Enum class.Value from a strict list of property options.Fetch plan name.Float type.Icon type.Integer type.JPA QL string.Jpql filter join part.Jpql filter where part.String value or message key with msg:// prefix.Long type.Arbitrary value represented by string with a list of possible options.Name of a data model property.Keyboard shortcut.Size value, e.g.Data store name.String type.List of values separated with comma symbol.
- 
Method SummaryModifier and TypeMethodDescriptionstatic StudioPropertyTypeReturns the enum constant of this class with the specified name.static StudioPropertyType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
ACTION_REFIdentifier of an action defined in view.
- 
BIG_DECIMALBig decimal type.
- 
BOOLEANBoolean type.
- 
COMPONENT_IDIdentifier of a component. Must be a valid Java identifier.
- 
COMPONENT_REFIdentifier of a component defined in view.
- 
COLLECTION_DATA_CONTAINER_REFID of a collection data container.
- 
DATA_LOADER_REFID of a data loader.
- 
DATA_CONTAINER_REFID of a data container
- 
DATATYPE_IDID of a datatype.
- 
DOUBLEDouble type.
- 
ENTITY_NAMENames of Entities meta class.
- 
ENTITY_NAMESNames of Entities meta class.
- 
ENTITY_CLASSFQN of Entity class.
- 
ENUM_CLASSFQN of Enum class.
- 
ENUMERATIONValue from a strict list of property options.
- 
FETCH_PLANFetch plan name.
- 
FLOATFloat type.
- 
ICONIcon type.- See Also:
- 
- VaadinIcon
 
 
- 
INTEGERInteger type.
- 
LOCALIZED_STRINGString value or message key with msg:// prefix.
- 
JPA_QUERYJPA QL string.
- 
JPQL_FILTER_JOINJpql filter join part.
- 
JPQL_FILTER_WHEREJpql filter where part.
- 
LONGLong type.
- 
OPTIONSArbitrary value represented by string with a list of possible options. Similar toENUMERATION, but allows text input.
- 
PROPERTY_REFName of a data model property.
- 
SIZESize value, e.g. width or height
- 
SHORTCUT_COMBINATIONKeyboard shortcut.
- 
STOREData store name.
- 
STRINGString type.
- 
VALUES_LISTList of values separated with comma symbol.
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
 
-