public class LanguageSelectorGenerator extends BaseComponentGenerator
BaseComponentGenerator.ControlType
Modifier and Type | Field and Description |
---|---|
protected Node |
node |
protected UserPreferencesBean |
userPreferencesBean |
dataDictionary
Constructor and Description |
---|
LanguageSelectorGenerator() |
Modifier and Type | Method and Description |
---|---|
protected UIComponent |
createComponent(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item)
Creates the component for the given proerty sheet item.
|
UIComponent |
generate(FacesContext context,
String id)
Dynamically generates a component in a default state
|
protected SelectItem[] |
getLanguageItems() |
protected void |
setupConverter(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
UIComponent component)
Sets up the appropriate converter for the given property
|
protected void |
setupMandatoryValidation(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
UIComponent component,
boolean realTimeChecking,
String idSuffix)
Sets up a client mandatory validation rule with the property
sheet for the given item.
|
void |
setUserPreferencesBean(UserPreferencesBean userPreferencesBean)
Set the injected userPreferencesBean
|
addStringConstraintParam, createAndSetConverter, createOutputTextComponent, generateAndAdd, getAssociationDefinition, getControlType, getPropertyDefinition, isEnabledInEditMode, setupAssociation, setupConstraints, setupConverter, setupMandatoryAssociationIfNecessary, setupMandatoryMarker, setupMandatoryPropertyIfNecessary, setupMultiValuePropertyIfNecessary, setupNumericRangeConstraint, setupProperty, setupRegexConstraint, setupStringLengthConstraint
protected Node node
protected UserPreferencesBean userPreferencesBean
public UIComponent generate(FacesContext context, String id)
IComponentGenerator
context
- FacesContextid
- Optional id for the newly created component, if null
is passed a unique id is generatedprotected SelectItem[] getLanguageItems()
protected UIComponent createComponent(FacesContext context, UIPropertySheet propertySheet, PropertySheetItem item)
BaseComponentGenerator
createComponent
in class BaseComponentGenerator
context
- FacesContextpropertySheet
- The property sheet being generateditem
- The property or association being generatedprotected void setupConverter(FacesContext context, UIPropertySheet propertySheet, PropertySheetItem property, org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef, UIComponent component)
BaseComponentGenerator
setupConverter
in class BaseComponentGenerator
context
- FacesContextpropertySheet
- The property sheet being generatedproperty
- The property being generatedpropertyDef
- The data dictionary definition of the propertycomponent
- The component representing the propertyprotected void setupMandatoryValidation(FacesContext context, UIPropertySheet propertySheet, PropertySheetItem item, UIComponent component, boolean realTimeChecking, String idSuffix)
BaseComponentGenerator
setupMandatoryValidation
in class BaseComponentGenerator
context
- FacesContextpropertySheet
- The property sheet to add the validation rule toitem
- The item being generatedcomponent
- The component representing the itemrealTimeChecking
- true to make the client validate as the user typesidSuffix
- An optional suffix to add to the client idpublic void setUserPreferencesBean(UserPreferencesBean userPreferencesBean)
userPreferencesBean
- Copyright © 2005–2017 Alfresco Software. All rights reserved.