| Package | Description |
|---|---|
| org.alfresco.web.bean.generator | |
| org.alfresco.web.ui.repo.component.property |
| Modifier and Type | Method and Description |
|---|---|
protected javax.faces.component.UIComponent |
CategorySelectorGenerator.createComponent(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item) |
protected javax.faces.component.UIComponent |
BaseComponentGenerator.createComponent(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item)
Creates the component for the given proerty sheet item.
|
protected javax.faces.component.UIComponent |
AjaxTagPickerGenerator.createComponent(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item) |
protected javax.faces.component.UIComponent |
HtmlSeparatorGenerator.createComponent(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item) |
protected javax.faces.component.UIComponent |
LanguageSelectorGenerator.createComponent(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item) |
protected javax.faces.component.UIComponent |
TextFieldGenerator.createComponent(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item) |
protected javax.faces.component.UIComponent |
LinkGenerator.createComponent(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item) |
javax.faces.component.UIComponent |
IComponentGenerator.generateAndAdd(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item)
Dynamically generates a component for the given property sheet item.
|
javax.faces.component.UIComponent |
MultilingualTextAreaGenerator.generateAndAdd(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item) |
javax.faces.component.UIComponent |
BaseComponentGenerator.generateAndAdd(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item) |
javax.faces.component.UIComponent |
LabelGenerator.generateAndAdd(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item) |
javax.faces.component.UIComponent |
MultilingualTextFieldGenerator.generateAndAdd(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item) |
protected String |
HeaderSeparatorGenerator.getHtml(javax.faces.component.UIComponent component,
PropertySheetItem item) |
protected org.alfresco.repo.dictionary.constraint.ListOfValuesConstraint |
TextFieldGenerator.getListOfValuesConstraint(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item)
Retrieves the list of values constraint for the item, if it has one
|
protected String |
LabelSeparatorGenerator.getResolvedHtml(javax.faces.component.UIComponent component,
PropertySheetItem item) |
protected String |
HtmlSeparatorGenerator.getResolvedHtml(javax.faces.component.UIComponent component,
PropertySheetItem item)
Returns the resolved HTML to use for the separator.
|
protected void |
BaseComponentGenerator.setupAssociation(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
org.alfresco.service.cmr.dictionary.AssociationDefinition associationDef,
javax.faces.component.UIComponent component)
Sets up the association component i.e.
|
protected void |
BaseComponentGenerator.setupConstraints(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
javax.faces.component.UIComponent component)
Sets up client validation rules for any constraints the property has.
|
protected void |
TextFieldGenerator.setupConstraints(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
javax.faces.component.UIComponent component) |
protected void |
BaseComponentGenerator.setupConverter(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem association,
org.alfresco.service.cmr.dictionary.AssociationDefinition associationDef,
javax.faces.component.UIComponent component)
Sets up the appropriate converter for the given association
|
protected void |
CheckboxGenerator.setupConverter(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
javax.faces.component.UIComponent component) |
protected void |
BaseComponentGenerator.setupConverter(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
javax.faces.component.UIComponent component)
Sets up the appropriate converter for the given property
|
protected void |
MimeTypeSelectorGenerator.setupConverter(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
javax.faces.component.UIComponent component) |
protected void |
DatePickerGenerator.setupConverter(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
javax.faces.component.UIComponent component) |
protected void |
CharsetSelectorGenerator.setupConverter(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
javax.faces.component.UIComponent component) |
protected void |
LanguageSelectorGenerator.setupConverter(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
javax.faces.component.UIComponent component) |
protected void |
TextFieldGenerator.setupConverter(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
javax.faces.component.UIComponent component) |
protected void |
BaseComponentGenerator.setupMandatoryAssociationIfNecessary(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem association,
org.alfresco.service.cmr.dictionary.AssociationDefinition associationDef,
javax.faces.component.UIComponent component)
Sets up a mandatory validation rule for the given association.
|
protected void |
BaseComponentGenerator.setupMandatoryMarker(javax.faces.context.FacesContext context,
PropertySheetItem item)
Sets up the marker to show that the item is mandatory.
|
protected void |
BaseComponentGenerator.setupMandatoryPropertyIfNecessary(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
javax.faces.component.UIComponent component)
Sets up a mandatory validation rule for the given property.
|
protected void |
CheckboxGenerator.setupMandatoryValidation(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
javax.faces.component.UIComponent component,
boolean realTimeChecking,
String idSuffix) |
protected void |
AssociationGenerator.setupMandatoryValidation(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
javax.faces.component.UIComponent component,
boolean realTimeChecking,
String idSuffix) |
protected void |
CategorySelectorGenerator.setupMandatoryValidation(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
javax.faces.component.UIComponent component,
boolean realTimeChecking,
String idSuffix) |
protected void |
BaseComponentGenerator.setupMandatoryValidation(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
javax.faces.component.UIComponent component,
boolean realTimeChecking,
String idSuffix)
Sets up a client mandatory validation rule with the property
sheet for the given item.
|
protected void |
AjaxTagPickerGenerator.setupMandatoryValidation(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
javax.faces.component.UIComponent component,
boolean realTimeChecking,
String idSuffix) |
protected void |
MimeTypeSelectorGenerator.setupMandatoryValidation(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
javax.faces.component.UIComponent component,
boolean realTimeChecking,
String idSuffix) |
protected void |
DatePickerGenerator.setupMandatoryValidation(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
javax.faces.component.UIComponent component,
boolean realTimeChecking,
String idSuffix) |
protected void |
ChildAssociationGenerator.setupMandatoryValidation(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
javax.faces.component.UIComponent component,
boolean realTimeChecking,
String idSuffix) |
protected void |
CharsetSelectorGenerator.setupMandatoryValidation(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
javax.faces.component.UIComponent component,
boolean realTimeChecking,
String idSuffix) |
protected void |
LanguageSelectorGenerator.setupMandatoryValidation(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
javax.faces.component.UIComponent component,
boolean realTimeChecking,
String idSuffix) |
protected void |
TextFieldGenerator.setupMandatoryValidation(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
javax.faces.component.UIComponent component,
boolean realTimeChecking,
String idSuffix) |
protected javax.faces.component.UIComponent |
BaseComponentGenerator.setupMultiValuePropertyIfNecessary(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
javax.faces.component.UIComponent component)
Creates a wrapper component around the given component to enable the user
to edit multiple values.
|
protected javax.faces.component.UIComponent |
AjaxTagPickerGenerator.setupMultiValuePropertyIfNecessary(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
javax.faces.component.UIComponent component) |
protected void |
BaseComponentGenerator.setupNumericRangeConstraint(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
javax.faces.component.UIComponent component,
org.alfresco.repo.dictionary.constraint.NumericRangeConstraint constraint,
boolean realTimeChecking)
Sets up a default validation rule for the numeric range constraint
|
protected void |
BaseComponentGenerator.setupProperty(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
javax.faces.component.UIComponent component)
Sets up the property component i.e.
|
protected void |
SpaceIconPickerGenerator.setupProperty(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
javax.faces.component.UIComponent component) |
protected void |
LinkGenerator.setupProperty(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef,
javax.faces.component.UIComponent component) |
protected void |
BaseComponentGenerator.setupRegexConstraint(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
javax.faces.component.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(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem property,
javax.faces.component.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 | Class and Description |
|---|---|
class |
UIAssociation
Component to represent an individual association within a property sheet
|
class |
UIChildAssociation
Component to represent an individual child association within a property sheet
|
class |
UIProperty
Component to represent an individual property within a property sheet
|
class |
UISeparator
Component to represent a separator within a property sheet
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.