public class LanguageSelectorTag extends HtmlComponentTag
| Constructor and Description |
|---|
LanguageSelectorTag() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComponentType() |
java.lang.String |
getOnlyAvailable() |
java.lang.String |
getRendererType() |
java.lang.String |
getReturnCurLgge() |
void |
release() |
void |
setDisabled(java.lang.String disabled)
Sets whether the component should be rendered in a disabled state
|
void |
setOnlyAvailable(java.lang.String onlyAvailable)
Sets whether the component should returns each language or only the available
translations of the cuyrrent node.
|
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setReturnCurLgge(java.lang.String returnCurLgge)
Sets whether the component should returns the language of the node
Without effect if
onlyAvailable is false. |
void |
setValue(java.lang.String value)
Set the value
|
setStyle, setStyleClass, setTooltipsetActionListenerProperty, 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.UIComponentTagpublic java.lang.String getRendererType()
getRendererType in class javax.faces.webapp.UIComponentTagprotected void setProperties(javax.faces.component.UIComponent component)
setProperties in class HtmlComponentTagUIComponentTag.setProperties(javax.faces.component.UIComponent)public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class HtmlComponentTagTag.release()public void setValue(java.lang.String value)
value - the valuepublic void setDisabled(java.lang.String disabled)
disabled - true to render the component in a disabled statepublic void setOnlyAvailable(java.lang.String onlyAvailable)
onlyAvailable - public java.lang.String getOnlyAvailable()
public java.lang.String getReturnCurLgge()
public void setReturnCurLgge(java.lang.String returnCurLgge)
onlyAvailable is false.returnCurLgge - Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.