public class WorkflowColumnConfiguration extends DefaultCustomColumnConfiguration
editable, editor, name, selectable, sortable, visible| Constructor and Description |
|---|
WorkflowColumnConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Map<LanguageModel,String> |
getAllLabels() |
UIEditor |
getCellEditor() |
CellRenderer |
getCellRenderer() |
DefaultColumnDescriptor |
getColumnDescriptor() |
String |
getLabel() |
String |
getLabel(String iso) |
String |
getName() |
ValueHandler |
getValueHandler() |
void |
setAllLabels(Map<LanguageModel,String> createLabels) |
void |
setCellEditor(UIEditor editor) |
void |
setLanguages(List<LanguageModel> languages) |
getEditor, getLanguages, getParameter, getParameters, getPosition, getWidth, isEditable, isLocalized, isSelectable, isSortable, isVisible, setCellRenderer, setEditable, setEditor, setName, setParameter, setParameters, setPosition, setSelectable, setSortable, setVisible, setWidthpublic void setAllLabels(Map<LanguageModel,String> createLabels)
setAllLabels in class DefaultCustomColumnConfigurationpublic Map<LanguageModel,String> getAllLabels()
getAllLabels in class DefaultCustomColumnConfigurationpublic DefaultColumnDescriptor getColumnDescriptor()
getColumnDescriptor in interface ColumnConfigurationgetColumnDescriptor in class DefaultCustomColumnConfigurationpublic ValueHandler getValueHandler()
getValueHandler in interface ColumnConfigurationgetValueHandler in class DefaultCustomColumnConfigurationpublic CellRenderer getCellRenderer()
getCellRenderer in interface ColumnConfigurationgetCellRenderer in class AbstractColumnConfigurationpublic String getLabel()
getLabel in class DefaultCustomColumnConfigurationpublic String getName()
getName in interface ColumnConfigurationgetName in class DefaultCustomColumnConfigurationpublic String getLabel(String iso)
getLabel in class DefaultCustomColumnConfigurationpublic UIEditor getCellEditor()
getCellEditor in interface ColumnConfigurationgetCellEditor in class DefaultCustomColumnConfigurationpublic void setCellEditor(UIEditor editor)
setCellEditor in interface ColumnConfigurationsetCellEditor in class DefaultCustomColumnConfigurationpublic void setLanguages(List<LanguageModel> languages)
setLanguages in interface ColumnConfigurationsetLanguages in class DefaultCustomColumnConfigurationCopyright © 2017 SAP SE. All Rights Reserved.