|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.generator.BaseComponentGenerator
org.alfresco.web.bean.generator.TextFieldGenerator
org.alfresco.web.bean.generator.MultilingualTextFieldGenerator
public class MultilingualTextFieldGenerator
Generates a multilingual text field component.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.alfresco.web.bean.generator.BaseComponentGenerator |
---|
BaseComponentGenerator.ControlType |
Constructor Summary | |
---|---|
MultilingualTextFieldGenerator()
|
Method Summary | |
---|---|
javax.faces.component.UIComponent |
generateAndAdd(javax.faces.context.FacesContext context,
UIPropertySheet propertySheet,
PropertySheetItem item)
Dynamically generates a component for the given property sheet item. |
Methods inherited from class org.alfresco.web.bean.generator.TextFieldGenerator |
---|
createComponent, generate, getListOfValuesConstraint, getMaxLength, getSize, setMaxLength, setSize, setupConstraints, setupConverter, setupMandatoryValidation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultilingualTextFieldGenerator()
Method Detail |
---|
public javax.faces.component.UIComponent generateAndAdd(javax.faces.context.FacesContext context, UIPropertySheet propertySheet, PropertySheetItem item)
IComponentGenerator
generateAndAdd
in interface IComponentGenerator
generateAndAdd
in class BaseComponentGenerator
context
- FacesContextpropertySheet
- The property sheet componentitem
- The wrappper component representing the item to generate,
either a property, association or child association
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |