public class ComponentDelegate extends ContextAwareBase implements groovy.lang.GroovyObject
context| Constructor and Description |
|---|
ComponentDelegate(Object component) |
| Modifier and Type | Method and Description |
|---|---|
Object |
analyzeArgs(Object... args) |
void |
cascadeFields(ComponentDelegate subDelegate) |
Object |
getComponent() |
String |
getComponentName() |
List |
getFieldsToCascade() |
String |
getLabel() |
String |
getLabelFistLetterInUpperCase() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
void |
injectParent(Object subComponent) |
Object |
invokeMethod(String method,
Object arguments) |
void |
methodMissing(String name,
Object args) |
Class |
parseClassArgument(Object arg) |
String |
parseNameArgument(Object arg) |
void |
propertyMissing(String name,
Object value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextpublic ComponentDelegate(Object component)
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic final Object getComponent()
public final List getFieldsToCascade()
public String getLabel()
public String getLabelFistLetterInUpperCase()
public void cascadeFields(ComponentDelegate subDelegate)
public void injectParent(Object subComponent)
public String getComponentName()
Copyright © 2005–2017 QOS.ch. All rights reserved.