Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.formats.styles
Interface Style

All Superinterfaces:
Format, Identifiable, PropertySheet, Relate
All Known Implementing Classes:
StyleFormat

public interface Style
extends Format


Method Summary
 void clearPropertiesFor(String viewName)
           
 void clearPropertiesFor(String viewName, String path)
           
 Properties getAllProperties()
           
 String getCollection()
           
 Set<String> getPathsForView(String viewName)
           
 Properties getPropertiesFor(String viewName, String path)
           
 String getSelectorDescription(String path, String viewName)
           
 Set<String> getSelectorViewNames()
           
 boolean isExternal()
           
 void setCollection(String collectionName)
           
 void setExternal(boolean external)
           
 void setPropertiesFor(String viewName, String path, Properties properties)
           
 void setSelectorDescription(String path, String viewName, String description)
           
 
Methods inherited from interface org.nuxeo.theme.formats.Format
clonePropertiesOf, getDescription, getFormatType, getPredicate, isCustomized, isNamed, isRemote, setCustomized, setDescription, setFormatType, setRemote
 
Methods inherited from interface org.nuxeo.theme.relations.Relate
hash
 
Methods inherited from interface org.nuxeo.theme.uids.Identifiable
getName, getUid, setName, setUid
 
Methods inherited from interface org.nuxeo.theme.properties.PropertySheet
getProperties, getProperty, getPropertyNames, hasProperties, setProperties, setProperty
 

Method Detail

getPropertiesFor

Properties getPropertiesFor(String viewName,
                            String path)

setPropertiesFor

void setPropertiesFor(String viewName,
                      String path,
                      Properties properties)

clearPropertiesFor

void clearPropertiesFor(String viewName)

clearPropertiesFor

void clearPropertiesFor(String viewName,
                        String path)

getPathsForView

Set<String> getPathsForView(String viewName)

getSelectorViewNames

Set<String> getSelectorViewNames()

getSelectorDescription

String getSelectorDescription(String path,
                              String viewName)

setSelectorDescription

void setSelectorDescription(String path,
                            String viewName,
                            String description)

getAllProperties

Properties getAllProperties()

setCollection

void setCollection(String collectionName)

getCollection

String getCollection()

setExternal

void setExternal(boolean external)

isExternal

boolean isExternal()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.