Nuxeo Enterprise Platform 5.4

org.nuxeo.theme.formats.styles
Class StyleFormat

java.lang.Object
  extended by org.nuxeo.theme.formats.DefaultFormat
      extended by org.nuxeo.theme.formats.styles.StyleFormat
All Implemented Interfaces:
Format, Style, PropertySheet, Relate, Identifiable

public class StyleFormat
extends DefaultFormat
implements Style


Constructor Summary
StyleFormat()
           
 
Method Summary
 void clearPropertiesFor(java.lang.String viewName)
           
 void clearPropertiesFor(java.lang.String viewName, java.lang.String path)
           
 void clonePropertiesOf(Format source)
           
 java.util.Properties getAllProperties()
           
 java.util.Set<java.lang.String> getPathsForView(java.lang.String viewName)
           
 java.util.Properties getPropertiesFor(java.lang.String viewName, java.lang.String path)
           
 java.lang.String getSelectorDescription(java.lang.String path, java.lang.String viewName)
           
 java.util.Set<java.lang.String> getSelectorViewNames()
           
 boolean isNamed()
           
 void setPropertiesFor(java.lang.String viewName, java.lang.String path, java.util.Properties properties)
           
 void setSelectorDescription(java.lang.String path, java.lang.String viewName, java.lang.String description)
           
 
Methods inherited from class org.nuxeo.theme.formats.DefaultFormat
getDescription, getFormatType, getName, getPredicate, getProperties, getProperty, getPropertyNames, getUid, hash, hasProperties, isCustomized, isRemote, setCustomized, setDescription, setFormatType, setName, setProperties, setProperty, setRemote, setUid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.theme.formats.Format
getDescription, getFormatType, getPredicate, isCustomized, 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
 

Constructor Detail

StyleFormat

public StyleFormat()
Method Detail

getPropertiesFor

public java.util.Properties getPropertiesFor(java.lang.String viewName,
                                             java.lang.String path)
Specified by:
getPropertiesFor in interface Style

setPropertiesFor

public void setPropertiesFor(java.lang.String viewName,
                             java.lang.String path,
                             java.util.Properties properties)
Specified by:
setPropertiesFor in interface Style

clearPropertiesFor

public void clearPropertiesFor(java.lang.String viewName)
Specified by:
clearPropertiesFor in interface Style

clearPropertiesFor

public void clearPropertiesFor(java.lang.String viewName,
                               java.lang.String path)
Specified by:
clearPropertiesFor in interface Style

getPathsForView

public java.util.Set<java.lang.String> getPathsForView(java.lang.String viewName)
Specified by:
getPathsForView in interface Style

getSelectorViewNames

public java.util.Set<java.lang.String> getSelectorViewNames()
Specified by:
getSelectorViewNames in interface Style

getSelectorDescription

public java.lang.String getSelectorDescription(java.lang.String path,
                                               java.lang.String viewName)
Specified by:
getSelectorDescription in interface Style

setSelectorDescription

public void setSelectorDescription(java.lang.String path,
                                   java.lang.String viewName,
                                   java.lang.String description)
Specified by:
setSelectorDescription in interface Style

getAllProperties

public java.util.Properties getAllProperties()
Specified by:
getAllProperties in interface Style

clonePropertiesOf

public void clonePropertiesOf(Format source)
Specified by:
clonePropertiesOf in interface Format
Overrides:
clonePropertiesOf in class DefaultFormat

isNamed

public boolean isNamed()
Specified by:
isNamed in interface Format
Overrides:
isNamed in class DefaultFormat

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.