public class LabelSeparatorGenerator extends HtmlSeparatorGenerator
setStyleClass method.BaseComponentGenerator.ControlType| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
style |
protected java.lang.String |
styleClass |
html| Constructor and Description |
|---|
LabelSeparatorGenerator() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getResolvedHtml(javax.faces.component.UIComponent component,
PropertySheetItem item)
Returns the resolved HTML to use for the separator.
|
java.lang.String |
getStyle()
Returns the CSS style configured to be used for this separator
|
java.lang.String |
getStyleClass()
Returns the CSS class configured to be used for this separator
|
void |
setStyle(java.lang.String style)
Sets the CSS style to use for the separator
|
void |
setStyleClass(java.lang.String styleClass)
Sets the CSS class to use for the separator
|
createComponent, generate, getHtml, setHtmladdStringConstraintParam, createAndSetConverter, createOutputTextComponent, generateAndAdd, getAssociationDefinition, getControlType, getPropertyDefinition, isEnabledInEditMode, setupAssociation, setupConstraints, setupConverter, setupConverter, setupMandatoryAssociationIfNecessary, setupMandatoryMarker, setupMandatoryPropertyIfNecessary, setupMandatoryValidation, setupMultiValuePropertyIfNecessary, setupNumericRangeConstraint, setupProperty, setupRegexConstraint, setupStringLengthConstraintprotected java.lang.String style
protected java.lang.String styleClass
public java.lang.String getStyleClass()
public void setStyleClass(java.lang.String styleClass)
styleClass - The CSS classpublic java.lang.String getStyle()
public void setStyle(java.lang.String style)
style - The CSS styleprotected java.lang.String getResolvedHtml(javax.faces.component.UIComponent component,
PropertySheetItem item)
HtmlSeparatorGeneratorIn the default case we just return the HTML set via setHtml however subclasses may choose to generate the resulting HTML using a combination of the HTML set via setHtml and the given PropertySheetItem.
getResolvedHtml in class HtmlSeparatorGeneratorcomponent - The JSF component representing the separatoritem - The separator itemCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.