public class ChildAssociationGenerator extends BaseComponentGenerator
BaseComponentGenerator.ControlType| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
optionsSize |
| Constructor and Description |
|---|
ChildAssociationGenerator() |
| Modifier and Type | Method and Description |
|---|---|
javax.faces.component.UIComponent |
generate(javax.faces.context.FacesContext context,
java.lang.String id)
Dynamically generates a component in a default state
|
java.lang.String |
getAvailableOptionsSize() |
void |
setAvailableOptionsSize(java.lang.String optionsSize) |
protected void |
setupMandatoryValidation(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
javax.faces.component.UIComponent component,
boolean realTimeChecking,
java.lang.String idSuffix)
Sets up a client mandatory validation rule with the property
sheet for the given item.
|
addStringConstraintParam, createAndSetConverter, createComponent, createOutputTextComponent, generateAndAdd, getAssociationDefinition, getControlType, getPropertyDefinition, isEnabledInEditMode, setupAssociation, setupConstraints, setupConverter, setupConverter, setupMandatoryAssociationIfNecessary, setupMandatoryMarker, setupMandatoryPropertyIfNecessary, setupMultiValuePropertyIfNecessary, setupNumericRangeConstraint, setupProperty, setupRegexConstraint, setupStringLengthConstraintpublic java.lang.String getAvailableOptionsSize()
public void setAvailableOptionsSize(java.lang.String optionsSize)
public javax.faces.component.UIComponent generate(javax.faces.context.FacesContext context,
java.lang.String id)
IComponentGeneratorcontext - FacesContextid - Optional id for the newly created component, if null
is passed a unique id is generatedprotected void setupMandatoryValidation(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item,
javax.faces.component.UIComponent component,
boolean realTimeChecking,
java.lang.String idSuffix)
BaseComponentGeneratorsetupMandatoryValidation in class BaseComponentGeneratorcontext - 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 idCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.