Uses of Class
com.jalios.jcms.TypeFieldEntry.DescriptionType
-
Packages that use TypeFieldEntry.DescriptionType Package Description com.jalios.jcms Contains the core JPlatform classes. -
-
Uses of TypeFieldEntry.DescriptionType in com.jalios.jcms
Fields in com.jalios.jcms declared as TypeFieldEntry.DescriptionType Modifier and Type Field Description protected TypeFieldEntry.DescriptionType
TypeFieldEntry. descriptionType
Methods in com.jalios.jcms that return TypeFieldEntry.DescriptionType Modifier and Type Method Description TypeFieldEntry.DescriptionType
TypeFieldEntry. getDescriptionType()
Type of description to be used by widget:DescriptionType.NONE
DescriptionType.TEXT
DescriptionType.TOOLTIP
static TypeFieldEntry.DescriptionType
TypeFieldEntry.DescriptionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TypeFieldEntry.DescriptionType[]
TypeFieldEntry.DescriptionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-