Groovy Documentation

griffon.plugins.slideware
[Java] Interface GriffonSlide

griffon.core.ThreadingHandler
  griffon.plugins.slideware.GriffonSlide
      griffon.core.MVCHandler
          griffon.core.ResourceHandler
              griffon.core.ApplicationHandler
All Superinterfaces:
ThreadingHandler, MVCHandler, ResourceHandler, ApplicationHandler

public interface GriffonSlide
extends GriffonArtifact

Identifies a Slide artifact.

Authors:
Andres Almiray


Method Summary
void setBuilder(FactoryBuilderSupport builder)

Sets the corresponding builder instance on this slide.

 
Methods inherited from interface GriffonArtifact
newInstance, getMetaClass, getLog, getGriffonClass, getApp, isUIThread, execAsync, execSync, execOutside, execInsideUIAsync, execInsideUISync, execOutsideUI, execFuture, execFuture, execFuture, execFuture, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, destroyMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, getResourceAsStream, getResources, getResourceAsURL
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

setBuilder

public void setBuilder(FactoryBuilderSupport builder)
Sets the corresponding builder instance on this slide.

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.

Parameters:
builder - the builder instance that belongs to the same MVC group as this View.


 

Groovy Documentation