|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
griffon.core.ThreadingHandlergriffon.plugins.slideware.GriffonSlide
griffon.core.MVCHandler
griffon.core.ResourceHandler
griffon.core.ApplicationHandler
public interface GriffonSlide extends GriffonArtifact
Identifies a Slide artifact.
| Method Summary | |
|---|---|
void
|
setBuilder(FactoryBuilderSupport builder)
Sets the corresponding builder instance on this slide. |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Method Detail |
|---|
public void setBuilder(FactoryBuilderSupport builder)
Views will normally use a builder in order to create their UI elements however they can opt out and build the UI by other means.
builder - the builder instance that belongs to the same MVC group
as this View.
Groovy Documentation