Class PropertyEditorRowConfiguration
java.lang.Object
de.hybris.platform.cockpit.services.config.impl.PropertyEditorRowConfiguration
- All Implemented Interfaces:
EditorRowConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyEditorRowConfiguration(PropertyDescriptor propertyDescriptor, boolean visible, boolean editable) -
Method Summary
Modifier and TypeMethodDescriptiongetParameter(String name) booleanbooleanvoidsetEditable(boolean editable) voidvoidsetEditorDescriptor(PropertyEditorDescriptor editorDescriptor) voidsetParameter(String name, String value) voidsetPrintoutAs(String printoutAs) voidsetVisible(boolean visible) voidsetXmlDataProvider(String xmlDataProvider)
-
Constructor Details
-
PropertyEditorRowConfiguration
public PropertyEditorRowConfiguration(PropertyDescriptor propertyDescriptor, boolean visible, boolean editable)
-
-
Method Details
-
getPropertyDescriptor
- Specified by:
getPropertyDescriptorin interfaceEditorRowConfiguration
-
isVisible
public boolean isVisible()- Specified by:
isVisiblein interfaceEditorRowConfiguration
-
setVisible
public void setVisible(boolean visible) - Specified by:
setVisiblein interfaceEditorRowConfiguration
-
isEditable
public boolean isEditable()- Specified by:
isEditablein interfaceEditorRowConfiguration
-
setEditable
public void setEditable(boolean editable) - Specified by:
setEditablein interfaceEditorRowConfiguration
-
getEditorDescriptor
- Specified by:
getEditorDescriptorin interfaceEditorRowConfiguration
-
setEditorDescriptor
- Specified by:
setEditorDescriptorin interfaceEditorRowConfiguration
-
getEditor
- Specified by:
getEditorin interfaceEditorRowConfiguration
-
setEditor
- Specified by:
setEditorin interfaceEditorRowConfiguration
-
getParameters
- Specified by:
getParametersin interfaceEditorRowConfiguration
-
getParameter
- Specified by:
getParameterin interfaceEditorRowConfiguration
-
setParameter
- Specified by:
setParameterin interfaceEditorRowConfiguration
-
getPrintoutAs
- Specified by:
getPrintoutAsin interfaceEditorRowConfiguration- Returns:
- the name of attribute which holds collection used for printing
-
setPrintoutAs
- Specified by:
setPrintoutAsin interfaceEditorRowConfiguration- Parameters:
printoutAs- the attribute name that holds collection to be printed as reference table
-
getXmlDataProvider
- Specified by:
getXmlDataProviderin interfaceEditorRowConfiguration- Returns:
- object which handles generation of xml representation of this row e.g. for printing purposes.
-
setXmlDataProvider
- Specified by:
setXmlDataProviderin interfaceEditorRowConfiguration- Parameters:
xmlDataProvider- spring bean id of xmlDataProvider to set, if none provided default is taken.
-