Package | Description |
---|---|
org.alfresco.web.bean.generator | |
org.alfresco.web.ui.repo.component.property |
Modifier and Type | Method and Description |
---|---|
protected UIComponent |
TextFieldGenerator.createComponent(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item) |
protected UIComponent |
HtmlSeparatorGenerator.createComponent(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item) |
protected UIComponent |
LinkGenerator.createComponent(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item) |
protected UIComponent |
CategorySelectorGenerator.createComponent(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item) |
protected UIComponent |
AjaxTagPickerGenerator.createComponent(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item) |
protected UIComponent |
LanguageSelectorGenerator.createComponent(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item) |
protected UIComponent |
BaseComponentGenerator.createComponent(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item)
Creates the component for the given proerty sheet item.
|
UIComponent |
IComponentGenerator.generateAndAdd(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item)
Dynamically generates a component for the given property sheet item.
|
UIComponent |
MultilingualTextAreaGenerator.generateAndAdd(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item) |
UIComponent |
MultilingualTextFieldGenerator.generateAndAdd(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item) |
UIComponent |
LabelGenerator.generateAndAdd(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item) |
UIComponent |
BaseComponentGenerator.generateAndAdd(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item) |
protected org.alfresco.repo.dictionary.constraint.ListOfValuesConstraint |
TextFieldGenerator.getListOfValuesConstraint(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item)
Retrieves the list of values constraint for the item, if it has one
|
protected void |
BaseComponentGenerator.setupAssociation(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
org.alfresco.service.cmr.dictionary.AssociationDefinition associationDef,
UIComponent component)
Sets up the association component i.e.
|
protected void |
TextFieldGenerator.setupConstraints(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
UIComponent component) |
protected void |
BaseComponentGenerator.setupConstraints(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
UIComponent component)
Sets up client validation rules for any constraints the property has.
|
protected void |
BaseComponentGenerator.setupConverter(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem association,
org.alfresco.service.cmr.dictionary.AssociationDefinition associationDef,
UIComponent component)
Sets up the appropriate converter for the given association
|
protected void |
MimeTypeSelectorGenerator.setupConverter(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
UIComponent component) |
protected void |
TextFieldGenerator.setupConverter(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
UIComponent component) |
protected void |
CharsetSelectorGenerator.setupConverter(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
UIComponent component) |
protected void |
CheckboxGenerator.setupConverter(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
UIComponent component) |
protected void |
DatePickerGenerator.setupConverter(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
UIComponent component) |
protected void |
LanguageSelectorGenerator.setupConverter(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
UIComponent component) |
protected void |
BaseComponentGenerator.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 |
BaseComponentGenerator.setupMandatoryAssociationIfNecessary(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem association,
org.alfresco.service.cmr.dictionary.AssociationDefinition associationDef,
UIComponent component)
Sets up a mandatory validation rule for the given association.
|
protected void |
BaseComponentGenerator.setupMandatoryPropertyIfNecessary(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
UIComponent component)
Sets up a mandatory validation rule for the given property.
|
protected void |
MimeTypeSelectorGenerator.setupMandatoryValidation(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
UIComponent component,
boolean realTimeChecking,
String idSuffix) |
protected void |
TextFieldGenerator.setupMandatoryValidation(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
UIComponent component,
boolean realTimeChecking,
String idSuffix) |
protected void |
ChildAssociationGenerator.setupMandatoryValidation(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
UIComponent component,
boolean realTimeChecking,
String idSuffix) |
protected void |
CategorySelectorGenerator.setupMandatoryValidation(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
UIComponent component,
boolean realTimeChecking,
String idSuffix) |
protected void |
AssociationGenerator.setupMandatoryValidation(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
UIComponent component,
boolean realTimeChecking,
String idSuffix) |
protected void |
AjaxTagPickerGenerator.setupMandatoryValidation(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
UIComponent component,
boolean realTimeChecking,
String idSuffix) |
protected void |
CharsetSelectorGenerator.setupMandatoryValidation(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
UIComponent component,
boolean realTimeChecking,
String idSuffix) |
protected void |
CheckboxGenerator.setupMandatoryValidation(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
UIComponent component,
boolean realTimeChecking,
String idSuffix) |
protected void |
DatePickerGenerator.setupMandatoryValidation(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
UIComponent component,
boolean realTimeChecking,
String idSuffix) |
protected void |
LanguageSelectorGenerator.setupMandatoryValidation(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
UIComponent component,
boolean realTimeChecking,
String idSuffix) |
protected void |
BaseComponentGenerator.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.
|
protected UIComponent |
AjaxTagPickerGenerator.setupMultiValuePropertyIfNecessary(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
UIComponent component) |
protected UIComponent |
BaseComponentGenerator.setupMultiValuePropertyIfNecessary(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
UIComponent component)
Creates a wrapper component around the given component to enable the user
to edit multiple values.
|
protected void |
BaseComponentGenerator.setupNumericRangeConstraint(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
UIComponent component,
org.alfresco.repo.dictionary.constraint.NumericRangeConstraint constraint,
boolean realTimeChecking)
Sets up a default validation rule for the numeric range constraint
|
protected void |
LinkGenerator.setupProperty(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
UIComponent component) |
protected void |
SpaceIconPickerGenerator.setupProperty(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
UIComponent component) |
protected void |
BaseComponentGenerator.setupProperty(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
UIComponent component)
Sets up the property component i.e.
|
protected void |
BaseComponentGenerator.setupRegexConstraint(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
UIComponent component,
org.alfresco.repo.dictionary.constraint.RegexConstraint constraint,
boolean realTimeChecking)
Sets up a default validation rule for the regular expression constraint
|
protected void |
BaseComponentGenerator.setupStringLengthConstraint(FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
UIComponent component,
org.alfresco.repo.dictionary.constraint.StringLengthConstraint constraint,
boolean realTimeChecking)
Sets up a default validation rule for the string length constraint
|
Modifier and Type | Method and Description |
---|---|
protected void |
UISeparator.generateItem(FacesContext context,
UIPropertySheet propSheet) |
protected void |
UIChildAssociation.generateItem(FacesContext context,
UIPropertySheet propSheet) |
protected void |
UIProperty.generateItem(FacesContext context,
UIPropertySheet propSheet) |
protected abstract void |
PropertySheetItem.generateItem(FacesContext context,
UIPropertySheet propSheet)
Generates the label and control for the item
|
protected void |
UIAssociation.generateItem(FacesContext context,
UIPropertySheet propSheet) |
protected void |
PropertySheetItem.generateLabel(FacesContext context,
UIPropertySheet propSheet,
String displayLabel)
Generates a JSF OutputText component/renderer
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.