Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.webengine.sites.models
Class TagModel

java.lang.Object
  extended by org.nuxeo.theme.models.AbstractModel
      extended by org.nuxeo.webengine.sites.models.TagModel
All Implemented Interfaces:
Model

public class TagModel
extends AbstractModel

Model related to the list with the details about the Tag-s that have been created under a webpage, in the fragment initialization mechanism.


Constructor Summary
TagModel(String label, boolean canModify)
           
 
Method Summary
 boolean getCanModify()
           
 String getLabel()
           
 void setCanModify(boolean canModify)
           
 void setLabel(String label)
           
 
Methods inherited from class org.nuxeo.theme.models.AbstractModel
addItem, getItems, getModelType, getModelTypeName, hasItems, insertItem
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagModel

public TagModel(String label,
                boolean canModify)
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

setCanModify

public void setCanModify(boolean canModify)

getCanModify

public boolean getCanModify()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.