Uses of Class
org.eclnt.util.valuemgmt.ValueManager.NameValue
Packages that use ValueManager.NameValue
-
Uses of ValueManager.NameValue in org.eclnt.jsfserver.elements
Methods in org.eclnt.jsfserver.elements that return types with arguments of type ValueManager.NameValueModifier and TypeMethodDescriptionprotected List<ValueManager.NameValue>
BaseComponent.findContentReplaceListDuringRendering
(boolean includeDrillDownReplacements, boolean withGridContentReplace) This method returns the current content replacement list that is built up during the recursive rendering of controls during the rendering phase.static List<ValueManager.NameValue>
BaseComponent.junit_buildContentRepleaceString
(String contentReplaceGrid, String contentReplace, String contentReplaceDrillDown) Method parameters in org.eclnt.jsfserver.elements with type arguments of type ValueManager.NameValueModifier and TypeMethodDescriptionvoid
BaseComponentTag.defineContentReplacements
(List<ValueManager.NameValue> contentReplacements) Internal use only.
Passes content replacements that are applied to all variable values when creating the component.BaseComponentTag.executeReplacement
(String v, List<ValueManager.NameValue> contentReplacements) BaseComponentTag.junit_executeReplacement
(String v, List<ValueManager.NameValue> contentReplacements) static void
BaseComponent.junit_removeDoubleReplacements
(List<ValueManager.NameValue> replacements) -
Uses of ValueManager.NameValue in org.eclnt.util.valuemgmt
Methods in org.eclnt.util.valuemgmt that return types with arguments of type ValueManager.NameValueModifier and TypeMethodDescriptionstatic List<ValueManager.NameValue>
ValueManager.decodeComplexValueIntoList
(String value) Method parameters in org.eclnt.util.valuemgmt with type arguments of type ValueManager.NameValueModifier and TypeMethodDescriptionstatic String
ValueManager.encodeComplexValue
(List<ValueManager.NameValue> nameValueList) Encodes a complex value string of the format: "name:value;name:value;name:value"static String
ValueManager.encodeComplexValue
(List<ValueManager.NameValue> nameValueList, boolean ignoreNullValues) Encodes a complex value string of the format: "name:value;name:value;name:value"