Interface EditorSectionConfiguration
- All Known Subinterfaces:
CustomEditorSectionConfiguration,UpdateAwareCustomSectionConfiguration
- All Known Implementing Classes:
ClassAttrEditorSectionConfiguration,CommentsSectionConfiguration,DefaultEditorSectionConfiguration,ExternalTaxesSectionConfiguration,InitialAttrEditorSectionConfiguration,LastChangesSectionConfiguration,MediaEditorSectionConfiguration,PageUrlCustomSection,ProductPDFDataSheetSectionConfiguration,UnassignedEditorSectionConfiguration,WidgetParamEditorSectionConfiguration
public interface EditorSectionConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionclone()getLabel()intbooleanbooleanbooleanisTabbed()booleanvoidsetAllLabel(Map<LanguageModel, String> label) voidsetInitiallyOpened(boolean opened) voidsetPosition(int position) voidsetPrintable(boolean printable) Set if this section shall be printable - whether it's pdf (or other) preview shall be generated.voidsetQualifier(String qualifier) voidvoidsetShowIfEmpty(boolean showIfEmoty) voidsetVisible(boolean visible) voidsetXmlDataProvider(String xmlDataProviderBeanName) booleanboolean
-
Method Details
-
getQualifier
String getQualifier() -
setQualifier
-
getLabel
String getLabel() -
getLabel
-
getAllLabel
Map<LanguageModel,String> getAllLabel() -
setAllLabel
-
isVisible
boolean isVisible() -
setVisible
void setVisible(boolean visible) -
isTabbed
boolean isTabbed() -
isInitiallyOpened
boolean isInitiallyOpened() -
setInitiallyOpened
void setInitiallyOpened(boolean opened) -
showIfEmpty
boolean showIfEmpty() -
setShowIfEmpty
void setShowIfEmpty(boolean showIfEmoty) -
showInCreateMode
boolean showInCreateMode() -
getPosition
int getPosition() -
setPosition
void setPosition(int position) -
getSectionRows
List<EditorRowConfiguration> getSectionRows() -
setSectionRows
-
clone
- Throws:
CloneNotSupportedException
-
isPrintable
boolean isPrintable()- Returns:
- true if this section can be used for generating pdf (or any other) printable document.
-
setPrintable
void setPrintable(boolean printable) Set if this section shall be printable - whether it's pdf (or other) preview shall be generated. -
getXmlDataProvider
XmlDataProvider getXmlDataProvider()- Returns:
- object which handles generation of xml representation of this section e.g. for printing purposes.
-
setXmlDataProvider
- Parameters:
xmlDataProviderBeanName- spring bean id of xmlDataProvider to set, if none provided default is taken.
-