org.richfaces.cdk.templatecompiler.statements
Class AddAttributesToScriptHashStatement
java.lang.Object
org.richfaces.cdk.templatecompiler.statements.StatementsContainer
org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase
org.richfaces.cdk.templatecompiler.statements.AddAttributesToScriptHashStatement
- All Implemented Interfaces:
- JavaStatement, RequireImports, Variables, TemplateStatement
public class AddAttributesToScriptHashStatement
- extends FreeMarkerTemplateStatementBase
- Author:
- Nick Belaevski
| Methods inherited from class org.richfaces.cdk.templatecompiler.statements.FreeMarkerTemplateStatementBase |
addConstant, addImport, addImports, addRequiredMethod, addRequiredMethods, getCode, getModelItem, getRequiredFields, getRequiredImports, getRequiredMethods, setTemplateName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddAttributesToScriptHashStatement
@Inject
public AddAttributesToScriptHashStatement(FreeMarkerRenderer renderer)
getFieldName
public java.lang.String getFieldName()
- Returns:
- the fieldName
setFieldName
public void setFieldName(java.lang.String fieldName)
-
- Parameters:
fieldName - the fieldName to set
getAttributes
public java.util.Collection<PassThrough> getAttributes()
-
- Returns:
- the attributes
getWrapper
public java.lang.String getWrapper()
- Returns:
- the wrapper
setWrapper
public void setWrapper(java.lang.String wrapper)
- Parameters:
wrapper - the wrapper to set
setAttributes
public void setAttributes(java.util.Collection<java.lang.String> attributeNames,
java.util.Collection<PropertyBase> componentAttributes)
- Parameters:
attributeNames - attributes -
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.