Uses of Class
org.seamcat.model.plugin.RenderHint
-
Packages that use RenderHint Package Description org.seamcat.model.plugin -
-
Uses of RenderHint in org.seamcat.model.plugin
Methods in org.seamcat.model.plugin that return RenderHint Modifier and Type Method Description RenderHint
renderHint()
can be set to "radio" to render an enum as radio buttons instead of a drop down box.static RenderHint
RenderHint. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RenderHint[]
RenderHint. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-