public abstract class AbstractInstantEditorLabelRenderer extends AbstractEditorRendererWrapper
| Modifier and Type | Field and Description |
|---|---|
static String |
LABEL_KEY_NO_VALUE
Key of a label to be displayed when there is no value for given attribute
|
static String |
PARAM_LABEL_NO_VALUE_KEY
editor-parameter which can be used to change label key for no value case
|
static String |
PARAM_LABEL_NO_VALUE_STYLE
editor-parameter which can be used to add css class to no value label
|
protected static String |
SCLASS_ACCESS_DENIED |
protected static String |
SCLASS_NO_VALUE |
DECORATED_EDITORS_EMBEDDED_CONTENT, DECORATED_EDITORS_PATTERNHEADER_LABEL_TOOLTIP, ON_ADD_EVENT, ON_DELETE_EVENTINITIAL_EDIT_STRING| Constructor and Description |
|---|
AbstractInstantEditorLabelRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createValueLabel(org.zkoss.zk.ui.Component parent,
EditorContext<Object> context,
InstantEditorLabelProvider labelProvider) |
protected LabelService |
getLabelService() |
protected PermissionFacade |
getPermissionFacade() |
void |
setLabelService(LabelService labelService) |
void |
setPermissionFacade(PermissionFacade permissionFacade) |
protected void |
updateValueLabel(org.zkoss.zul.Label label,
EditorContext<Object> context,
InstantEditorLabelProvider labelProvider) |
createEditor, extractDecoratedEditorContent, extractDefinitions, getEditorTypeFromContext, prepareNestedContextextractEmbeddedEditor, extractEmbeddedType, findAncestorEditor, findEmbeddedEditors, getInitialEditString, getL10nDecoratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrenderpublic static final String PARAM_LABEL_NO_VALUE_KEY
public static final String PARAM_LABEL_NO_VALUE_STYLE
public static final String LABEL_KEY_NO_VALUE
protected static final String SCLASS_NO_VALUE
protected static final String SCLASS_ACCESS_DENIED
protected void createValueLabel(org.zkoss.zk.ui.Component parent,
EditorContext<Object> context,
InstantEditorLabelProvider labelProvider)
protected void updateValueLabel(org.zkoss.zul.Label label,
EditorContext<Object> context,
InstantEditorLabelProvider labelProvider)
protected LabelService getLabelService()
public void setLabelService(LabelService labelService)
protected PermissionFacade getPermissionFacade()
public void setPermissionFacade(PermissionFacade permissionFacade)
Copyright © 2018. All rights reserved.