public abstract class AbstractBooleanEditorRenderer extends AbstractCockpitEditorRenderer<Boolean>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
SHOW_OPTIONAL_FIELD_PARAM |
HEADER_LABEL_TOOLTIP, ON_ADD_EVENT, ON_DELETE_EVENTINITIAL_EDIT_STRING| Constructor and Description |
|---|
AbstractBooleanEditorRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getBooleanLabel(EditorContext<Boolean> context,
Boolean bool)
Returns a string (label) representation of the given boolean value.
|
protected Boolean |
getShowOptionalFieldParamValue(EditorContext<Boolean> context)
Returns value of SHOW_OPTIONAL_FIELD_PARAM configuration parameter.
|
extractEmbeddedEditor, extractEmbeddedType, findAncestorEditor, findEmbeddedEditors, getInitialEditString, getL10nDecoratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrenderprotected static final String SHOW_OPTIONAL_FIELD_PARAM
protected String getBooleanLabel(EditorContext<Boolean> context, Boolean bool)
context - Various context parametersbool - A boolean value to labelprotected Boolean getShowOptionalFieldParamValue(EditorContext<Boolean> context)
null is returned.Copyright © 2018. All rights reserved.