Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.annotations.gwt.client.model
Class AnnotationModel

java.lang.Object
  extended by org.nuxeo.ecm.platform.annotations.gwt.client.model.AnnotationModel
All Implemented Interfaces:
AnnotationChangeNotifier

public class AnnotationModel
extends java.lang.Object
implements AnnotationChangeNotifier

Author:
Alexandre Russel

Constructor Summary
AnnotationModel()
           
 
Method Summary
 void addChangeListener(AnnotationChangeListener listener)
           
 java.util.List<Annotation> filterAnnotations(AnnotationFilter filter)
           
 java.util.List<Annotation> getAnnotations()
           
 AnnotationFilter getFilter()
           
 Annotation getNewAnnotation()
           
 java.util.List<Annotation> getUnfilteredAnnotations()
           
 void setAnnotations(java.util.List<Annotation> annotations)
           
 void setFilter(AnnotationFilter filter)
           
 void setNewAnnotation(Annotation newAnnotation)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationModel

public AnnotationModel()
Method Detail

addChangeListener

public void addChangeListener(AnnotationChangeListener listener)
Specified by:
addChangeListener in interface AnnotationChangeNotifier

getNewAnnotation

public Annotation getNewAnnotation()

setNewAnnotation

public void setNewAnnotation(Annotation newAnnotation)

getAnnotations

public java.util.List<Annotation> getAnnotations()

getUnfilteredAnnotations

public java.util.List<Annotation> getUnfilteredAnnotations()

setAnnotations

public void setAnnotations(java.util.List<Annotation> annotations)

filterAnnotations

public java.util.List<Annotation> filterAnnotations(AnnotationFilter filter)

setFilter

public void setFilter(AnnotationFilter filter)

getFilter

public AnnotationFilter getFilter()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.