Uses of Enum Class
com.xebisco.yield.rendering.Form
Packages that use Form
-
Uses of Form in com.xebisco.yield
Methods in com.xebisco.yield that return FormModifier and TypeMethodDescriptionAbstractRenderable.form()Returns the form of the renderable component.Constructors in com.xebisco.yield with parameters of type FormModifierConstructorDescriptionAbstractRenderable(Form form) Constructs a new AbstractRenderable with the given form. -
Uses of Form in com.xebisco.yield.rendering
Methods in com.xebisco.yield.rendering that return FormModifier and TypeMethodDescriptionstatic FormReturns the enum constant of this class with the specified name.static Form[]Form.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.xebisco.yield.rendering with parameters of type Form