public abstract class PropertySheetItemTag
extends org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
| Constructor and Description |
|---|
PropertySheetItemTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
release() |
void |
setConverter(java.lang.String converter) |
void |
setDisplayLabel(java.lang.String displayLabel) |
void |
setMode(java.lang.String mode) |
void |
setName(java.lang.String name) |
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setReadOnly(java.lang.String readOnly) |
setActionListenerProperty, setActionProperty, setBooleanProperty, setBooleanStaticProperty, setIntProperty, setIntStaticProperty, setStringBindingProperty, setStringProperty, setStringStaticPropertydoEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getComponentType, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, getRendererType, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriterpublic void setDisplayLabel(java.lang.String displayLabel)
displayLabel - Sets the display labelpublic void setName(java.lang.String name)
name - Sets the namepublic void setReadOnly(java.lang.String readOnly)
readOnly - Sets whether the property is read onlypublic void setMode(java.lang.String mode)
mode - The mode, either "edit" or "view"public void setConverter(java.lang.String converter)
converter - Sets the id of the converterprotected 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.