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.DescriptionTypeTypeFieldEntry. descriptionTypeMethods in com.jalios.jcms that return TypeFieldEntry.DescriptionType Modifier and Type Method Description TypeFieldEntry.DescriptionTypeTypeFieldEntry. getDescriptionType()Type of description to be used by widget:DescriptionType.NONEDescriptionType.TEXTDescriptionType.TOOLTIPstatic TypeFieldEntry.DescriptionTypeTypeFieldEntry.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.
-