Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.forms.layout.api.impl
Class WidgetTypeConfigurationImpl

java.lang.Object
  extended by org.nuxeo.ecm.platform.forms.layout.api.impl.WidgetTypeConfigurationImpl
All Implemented Interfaces:
Serializable, WidgetTypeConfiguration

public class WidgetTypeConfigurationImpl
extends Object
implements WidgetTypeConfiguration

See Also:
Serialized Form

Constructor Summary
WidgetTypeConfigurationImpl(String title, String description, boolean list, boolean complex, List<String> supportedFieldTypes, List<String> defaultFieldTypes, List<String> categories, Map<String,List<LayoutDefinition>> propertyLayouts)
           
 
Method Summary
 List<String> getCategories()
           
 List<String> getDefaultFieldTypes()
           
 String getDescription()
           
 Map<String,List<LayoutDefinition>> getPropertyLayouts()
           
 List<LayoutDefinition> getPropertyLayouts(String mode, String additionalMode)
           
 List<String> getSupportedFieldTypes()
           
 String getTitle()
           
 boolean isComplex()
           
 boolean isList()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WidgetTypeConfigurationImpl

public WidgetTypeConfigurationImpl(String title,
                                   String description,
                                   boolean list,
                                   boolean complex,
                                   List<String> supportedFieldTypes,
                                   List<String> defaultFieldTypes,
                                   List<String> categories,
                                   Map<String,List<LayoutDefinition>> propertyLayouts)
Method Detail

getTitle

public String getTitle()
Specified by:
getTitle in interface WidgetTypeConfiguration

getDescription

public String getDescription()
Specified by:
getDescription in interface WidgetTypeConfiguration

isList

public boolean isList()
Specified by:
isList in interface WidgetTypeConfiguration

isComplex

public boolean isComplex()
Specified by:
isComplex in interface WidgetTypeConfiguration

getSupportedFieldTypes

public List<String> getSupportedFieldTypes()
Specified by:
getSupportedFieldTypes in interface WidgetTypeConfiguration

getDefaultFieldTypes

public List<String> getDefaultFieldTypes()
Specified by:
getDefaultFieldTypes in interface WidgetTypeConfiguration

getCategories

public List<String> getCategories()
Specified by:
getCategories in interface WidgetTypeConfiguration

getPropertyLayouts

public Map<String,List<LayoutDefinition>> getPropertyLayouts()
Specified by:
getPropertyLayouts in interface WidgetTypeConfiguration

getPropertyLayouts

public List<LayoutDefinition> getPropertyLayouts(String mode,
                                                 String additionalMode)
Specified by:
getPropertyLayouts in interface WidgetTypeConfiguration

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.