public class PropertySheetGridTag
extends org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
| Constructor and Description |
|---|
PropertySheetGridTag() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComponentType() |
java.lang.String |
getRendererType() |
void |
release() |
void |
setCellpadding(java.lang.String cellpadding) |
void |
setCellspacing(java.lang.String cellspacing) |
void |
setColumns(java.lang.String columns) |
void |
setConfigArea(java.lang.String configArea) |
void |
setExternalConfig(java.lang.String externalConfig) |
void |
setFinishButtonId(java.lang.String finishButtonId) |
void |
setLabelStyleClass(java.lang.String labelStyleClass) |
void |
setMode(java.lang.String mode) |
void |
setNextButtonId(java.lang.String nextButtonId) |
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setReadOnly(java.lang.String readOnly) |
void |
setValidationEnabled(java.lang.String validationEnabled) |
void |
setValue(java.lang.String value) |
void |
setVar(java.lang.String var) |
setActionListenerProperty, setActionProperty, setBooleanProperty, setBooleanStaticProperty, setIntProperty, setIntStaticProperty, setStringBindingProperty, setStringProperty, setStringStaticPropertydoEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriterpublic java.lang.String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagUIComponentTag.getComponentType()public java.lang.String getRendererType()
getRendererType in class javax.faces.webapp.UIComponentTagUIComponentTag.getRendererType()public void setValue(java.lang.String value)
value - The value to set.public void setVar(java.lang.String var)
var - The var to set.public void setColumns(java.lang.String columns)
columns - The columns to set.public void setExternalConfig(java.lang.String externalConfig)
externalConfig - The externalConfig to set.public void setConfigArea(java.lang.String configArea)
configArea - Sets the named config area to usepublic void setMode(java.lang.String mode)
mode - The mode, either "edit" or "view"public void setReadOnly(java.lang.String readOnly)
readOnly - The readOnly to set.public void setValidationEnabled(java.lang.String validationEnabled)
validationEnabled - The validationEnabled to set.public void setLabelStyleClass(java.lang.String labelStyleClass)
labelStyleClass - Sets the style class for the label columnpublic void setCellpadding(java.lang.String cellpadding)
cellpadding - Sets the cellpadding for the gridpublic void setCellspacing(java.lang.String cellspacing)
cellspacing - Sets the cellspacing for the gridpublic void setNextButtonId(java.lang.String nextButtonId)
nextButtonId - Sets the next button idpublic void setFinishButtonId(java.lang.String finishButtonId)
finishButtonId - Sets the finish button idprotected void setProperties(javax.faces.component.UIComponent component)
setProperties in class javax.faces.webapp.UIComponentTagUIComponentTag.setProperties(javax.faces.component.UIComponent)public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.faces.webapp.UIComponentTagUIComponentTag.release()Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.