org.alfresco.web.config
Class PropertySheetConfigElement.ChildAssociationConfig

java.lang.Object
  extended by org.alfresco.web.config.PropertySheetConfigElement.ItemConfig
      extended by org.alfresco.web.config.PropertySheetConfigElement.ChildAssociationConfig
Enclosing class:
PropertySheetConfigElement

public class PropertySheetConfigElement.ChildAssociationConfig
extends PropertySheetConfigElement.ItemConfig

Inner class to represent a configured child association


Constructor Summary
PropertySheetConfigElement.ChildAssociationConfig(java.lang.String name, java.lang.String displayLabel, java.lang.String displayLabelId, boolean readOnly, java.lang.String converter, java.lang.String inView, java.lang.String inEdit, java.lang.String compGenerator)
           
 
Method Summary
 
Methods inherited from class org.alfresco.web.config.PropertySheetConfigElement.ItemConfig
getComponentGenerator, getConverter, getDisplayLabel, getDisplayLabelId, getIgnoreIfMissing, getName, isReadOnly, isShownInEditMode, isShownInViewMode, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertySheetConfigElement.ChildAssociationConfig

public PropertySheetConfigElement.ChildAssociationConfig(java.lang.String name,
                                                         java.lang.String displayLabel,
                                                         java.lang.String displayLabelId,
                                                         boolean readOnly,
                                                         java.lang.String converter,
                                                         java.lang.String inView,
                                                         java.lang.String inEdit,
                                                         java.lang.String compGenerator)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.