All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
EditorRowConfiguration |
findConfigurationByPropertyDescriptor(List<EditorRowConfiguration> editors,
PropertyDescriptor propertyDescriptor) |
List<EditorRowConfiguration> |
getAllEditorRowConfigurations(EditorConfiguration editorConf) |
protected PropertyService |
getCockpitPropertyService() |
protected TypeService |
getCockpitTypeService() |
EditorConfiguration |
getEditorConfiguration(String configurationTypeCode,
String configurationCode) |
protected PropertyRendererHelper |
getPropertyRendererHelper() |
Set<String> |
getRelevantLanguages() |
List<PropertyDescriptor> |
getRelevantPropertyDescriptors(String configurationTypeCode,
String configurationCode) |
protected SystemService |
getSystemService() |
void |
renderEditor(org.zkoss.zk.ui.HtmlBasedComponent parent,
EditorRowConfiguration rowConfig,
ObjectValueContainer currentObjectValues,
PropertyDescriptor propertyDescriptor,
Widget widget,
String isoCode) |
void |
renderEditor(org.zkoss.zk.ui.HtmlBasedComponent parent,
EditorRowConfiguration rowConfig,
ObjectValueContainer currentObjectValues,
PropertyDescriptor propertyDescriptor,
Widget widget,
String isoCode,
boolean forceNotMandatory) |
void |
renderEditor(org.zkoss.zk.ui.HtmlBasedComponent parent,
EditorRowConfiguration rowConfig,
ObjectValueContainer currentObjectValues,
PropertyDescriptor propertyDescriptor,
Widget widget,
String isoCode,
EditorListener listener,
boolean includePropertyName) |
void |
renderEditor(org.zkoss.zk.ui.HtmlBasedComponent parent,
EditorRowConfiguration rowConfig,
ObjectValueContainer currentObjectValues,
PropertyDescriptor propertyDescriptor,
Widget widget,
String isoCode,
EditorListener listener,
boolean includePropertyName,
boolean forceNotMandatory) |
void |
setCockpitPropertyService(PropertyService cockpitPropertyService) |
void |
setCockpitTypeService(TypeService typeService) |
void |
setPropertyRendererHelper(PropertyRendererHelper propertyRendererHelper) |
void |
setSystemService(SystemService systemService) |