org.alfresco.web.config
Class PropertySheetConfigElement.AssociationConfig

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

public class PropertySheetConfigElement.AssociationConfig
extends PropertySheetConfigElement.ItemConfig

Inner class to represent a configured association


Constructor Summary
PropertySheetConfigElement.AssociationConfig(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.AssociationConfig

public PropertySheetConfigElement.AssociationConfig(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.