|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.grails.plugin.vaadin.gsp.GspComponentConfig
class GspComponentConfig
Holds details for configuring a Vaadin Component.
| Property Summary | |
|---|---|
Class |
componentClass
The class of the Vaadin Component that this configuration applies to. |
Map |
props
A map containing the properties to apply to the Vaadin Component. |
String |
type
The type of the configuration. |
| Constructor Summary | |
GspComponentConfig(Class componentClass, String type, Map properties)
Constructs a new configuration for a specific Vaadin Component class. |
|
| Method Summary |
|---|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Property Detail |
|---|
Class componentClass
Map props
String type
| Constructor Detail |
|---|
GspComponentConfig(Class componentClass, String type, Map properties)
componentClass - The class of the Vaadin Component.type - The type of the configuration, for example 'column'properties - The configuration properties to be applied to the Vaadin Component.
Groovy Documentation