public class ImagePickerRadioTag extends HtmlComponentTag
| Constructor and Description |
|---|
ImagePickerRadioTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumns() |
String |
getComponentType() |
String |
getConfigSection() |
String |
getImage() |
String |
getLabel() |
String |
getLabelStyle() |
String |
getLabelStyleClass() |
String |
getOnclick() |
String |
getRendererType() |
String |
getSpacing() |
String |
getValue() |
void |
release() |
void |
setColumns(String columns) |
void |
setConfigSection(String configSection) |
void |
setImage(String image) |
void |
setLabel(String label) |
void |
setLabelStyle(String labelStyle) |
void |
setLabelStyleClass(String labelStyleClass) |
void |
setOnclick(String onclick) |
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setSpacing(String spacing) |
void |
setValue(String 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 String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagUIComponentTag.getComponentType()public String getRendererType()
getRendererType in class javax.faces.webapp.UIComponentTagUIComponentTag.getRendererType()protected 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 String getImage()
public void setImage(String image)
image - The image to set.public String getLabel()
public void setLabel(String label)
label - The label to set.public String getLabelStyle()
public void setLabelStyle(String labelStyle)
labelStyle - The labelStyle to set.public String getLabelStyleClass()
public void setLabelStyleClass(String labelStyleClass)
labelStyleClass - The labelStyleClass to set.public String getSpacing()
public void setSpacing(String spacing)
spacing - The spacing to set.public String getValue()
public void setValue(String value)
value - The value to set.public String getColumns()
public void setColumns(String columns)
columns - The columns to set.public String getOnclick()
public void setOnclick(String onclick)
onclick - The onclick to set.public String getConfigSection()
public void setConfigSection(String configSection)
configSection - The config section to lookupCopyright © 2005–2018 Alfresco Software. All rights reserved.