|
Griffon 0.9.5-rc2 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
griffon.core.ApplicationHandlergriffon.core.MVCGroup
public interface MVCGroup extends ApplicationHandler
Defines an MVC group and its contents
Method Summary | |
---|---|
void
|
buildScriptMember(String name)
Builds the target member if it's a Script, storing the result. |
void
|
destroy()
Destroys the current group. |
FactoryBuilderSupport
|
getBuilder()
Returns the builder portion of this group. |
MVCGroupConfiguration
|
getConfiguration()
Returns the configuration of this group. |
GriffonController
|
getController()
Returns the Controller portion of this group. |
Object
|
getMember(String name)
Returns the specified member type. |
Map
|
getMembers()
Returns a read-only view of all instance members. |
GriffonModel
|
getModel()
Returns the Model portion of this group. |
String
|
getMvcId()
Returns the id of the group. |
String
|
getMvcType()
Returns the type of this group as set in the application's configuration. |
Object
|
getScriptResult(String name)
Returns the result of the evaluation of the specified member if it's a Script. |
GriffonView
|
getView()
Returns the View portion of this group. |
boolean
|
isAlive()
Returns whether this group has been destroyed or not. |
Methods inherited from interface ApplicationHandler | |
---|---|
getApp |
Method Detail |
---|
public void buildScriptMember(String name)
name
- the name of a member
public void destroy()
public FactoryBuilderSupport getBuilder()
public MVCGroupConfiguration getConfiguration()
public GriffonController getController()
public Object getMember(String name)
name
- the type of member to retrieve
public Map getMembers()
public GriffonModel getModel()
public String getMvcId()
public String getMvcType()
public Object getScriptResult(String name)
name
- the name of a member
public GriffonView getView()
public boolean isAlive()
Groovy Documentation