public class PropertySheetGridTag
extends org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
| Constructor and Description |
|---|
PropertySheetGridTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentType() |
String |
getRendererType() |
void |
release() |
void |
setCellpadding(String cellpadding) |
void |
setCellspacing(String cellspacing) |
void |
setColumns(String columns) |
void |
setConfigArea(String configArea) |
void |
setExternalConfig(String externalConfig) |
void |
setFinishButtonId(String finishButtonId) |
void |
setLabelStyleClass(String labelStyleClass) |
void |
setMode(String mode) |
void |
setNextButtonId(String nextButtonId) |
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setReadOnly(String readOnly) |
void |
setValidationEnabled(String validationEnabled) |
void |
setValue(String value) |
void |
setVar(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 String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagUIComponentTag.getComponentType()public String getRendererType()
getRendererType in class javax.faces.webapp.UIComponentTagUIComponentTag.getRendererType()public void setValue(String value)
value - The value to set.public void setVar(String var)
var - The var to set.public void setColumns(String columns)
columns - The columns to set.public void setExternalConfig(String externalConfig)
externalConfig - The externalConfig to set.public void setConfigArea(String configArea)
configArea - Sets the named config area to usepublic void setMode(String mode)
mode - The mode, either "edit" or "view"public void setReadOnly(String readOnly)
readOnly - The readOnly to set.public void setValidationEnabled(String validationEnabled)
validationEnabled - The validationEnabled to set.public void setLabelStyleClass(String labelStyleClass)
labelStyleClass - Sets the style class for the label columnpublic void setCellpadding(String cellpadding)
cellpadding - Sets the cellpadding for the gridpublic void setCellspacing(String cellspacing)
cellspacing - Sets the cellspacing for the gridpublic void setNextButtonId(String nextButtonId)
nextButtonId - Sets the next button idpublic void setFinishButtonId(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–2018 Alfresco Software. All rights reserved.