Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.webwidgets
Class AreaFragment

java.lang.Object
  extended by org.nuxeo.theme.nodes.AbstractNode
      extended by org.nuxeo.theme.elements.AbstractElement
          extended by org.nuxeo.theme.fragments.AbstractFragment
              extended by org.nuxeo.theme.webwidgets.AreaFragment
All Implemented Interfaces:
Element, Fragment, Node, Relate, Identifiable

public final class AreaFragment
extends AbstractFragment


Field Summary
 String decoration
           
 Boolean disallowDuplicates
           
 Integer maxItems
           
 String name
           
 String provider
           
 
Constructor Summary
AreaFragment()
           
AreaFragment(String name, String provider, String decoration, Integer maxItems, Boolean disallowDuplicates)
           
 
Method Summary
 String getDecoration()
           
 Boolean getDisallowDuplicates()
           
 Integer getMaxItems()
           
 Model getModel()
           
 String getProviderName()
           
 String getRegionName()
           
 
Methods inherited from class org.nuxeo.theme.fragments.AbstractFragment
getFragmentType, getVisibilityPerspectives, isDynamic, isVisibleInPerspective, setAlwaysVisible, setFragmentType, setVisibleInPerspective
 
Methods inherited from class org.nuxeo.theme.elements.AbstractElement
computeXPath, getChildrenInContext, getCssClassName, getDescription, getElementType, getName, getNodeTypeFamily, getUid, hash, isEmpty, setCssClassName, setDescription, setElementType, setName, setUid
 
Methods inherited from class org.nuxeo.theme.nodes.AbstractNode
addChild, clearParent, collectDescendants, getChildren, getDescendants, getNextNode, getOrder, getParent, getPreviousNode, hasChildren, hasSiblings, insertAfter, isChildOf, isLeaf, moveTo, removeChild, removeDescendants, setChildren, setOrder, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.theme.elements.Element
computeXPath, getChildrenInContext, getCssClassName, getDescription, getElementType, isEmpty, setCssClassName, setDescription, setElementType
 
Methods inherited from interface org.nuxeo.theme.relations.Relate
hash
 
Methods inherited from interface org.nuxeo.theme.nodes.Node
addChild, clearParent, collectDescendants, getChildren, getDescendants, getNextNode, getNodeTypeFamily, getOrder, getParent, getPreviousNode, hasChildren, hasSiblings, insertAfter, isChildOf, isLeaf, moveTo, removeChild, removeDescendants, setChildren, setOrder, setParent
 
Methods inherited from interface org.nuxeo.theme.uids.Identifiable
getName, getUid, setName, setUid
 

Field Detail

name

public String name

provider

public String provider

decoration

public String decoration

maxItems

public Integer maxItems

disallowDuplicates

public Boolean disallowDuplicates
Constructor Detail

AreaFragment

public AreaFragment()

AreaFragment

public AreaFragment(String name,
                    String provider,
                    String decoration,
                    Integer maxItems,
                    Boolean disallowDuplicates)
Method Detail

getModel

public Model getModel()
Specified by:
getModel in interface Fragment
Specified by:
getModel in class AbstractFragment

getProviderName

public String getProviderName()

getRegionName

public String getRegionName()

getDecoration

public String getDecoration()

getMaxItems

public Integer getMaxItems()

getDisallowDuplicates

public Boolean getDisallowDuplicates()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.