public class StyleFormat extends DefaultFormat implements Style
Constructor and Description |
---|
StyleFormat() |
Modifier and Type | Method and Description |
---|---|
void |
clearPropertiesFor(String viewName) |
void |
clearPropertiesFor(String viewName,
String path) |
void |
clonePropertiesOf(Format source) |
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 |
isNamed() |
void |
setCollection(String collectionName) |
void |
setPropertiesFor(String viewName,
String path,
Properties properties) |
void |
setSelectorDescription(String path,
String viewName,
String description) |
getDescription, getFormatType, getName, getPredicate, getProperties, getProperty, getPropertyNames, getUid, hash, hasProperties, isCustomized, isExternal, isRemote, setCustomized, setDescription, setExternal, setFormatType, setName, setProperties, setProperty, setRemote, setUid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isExternal, setExternal
getDescription, getFormatType, getPredicate, isCustomized, isRemote, setCustomized, setDescription, setFormatType, setRemote
getName, getUid, setName, setUid
getProperties, getProperty, getPropertyNames, hasProperties, setProperties, setProperty
public StyleFormat()
public Properties getPropertiesFor(String viewName, String path)
getPropertiesFor
in interface Style
public void setPropertiesFor(String viewName, String path, Properties properties)
setPropertiesFor
in interface Style
public void clearPropertiesFor(String viewName)
clearPropertiesFor
in interface Style
public void clearPropertiesFor(String viewName, String path)
clearPropertiesFor
in interface Style
public Set<String> getPathsForView(String viewName)
getPathsForView
in interface Style
public Set<String> getSelectorViewNames()
getSelectorViewNames
in interface Style
public String getSelectorDescription(String path, String viewName)
getSelectorDescription
in interface Style
public void setSelectorDescription(String path, String viewName, String description)
setSelectorDescription
in interface Style
public Properties getAllProperties()
getAllProperties
in interface Style
public void clonePropertiesOf(Format source)
clonePropertiesOf
in interface Format
clonePropertiesOf
in class DefaultFormat
public boolean isNamed()
isNamed
in interface Format
isNamed
in class DefaultFormat
public String getCollection()
getCollection
in interface Style
public void setCollection(String collectionName)
setCollection
in interface Style
Copyright © 2015 Nuxeo SA. All rights reserved.