fferpcore.FeatureConsoleUpdateWithOptionsglobal inherited sharing class FeatureConsoleUpdateWithOptions Container for the classes that relate to the Lightning component that enables users to select items from a list in a feature step. Properties
fferpcore.FeatureConsoleUpdateWithOptions.DisplayDataglobal inherited sharing class DisplayData Data required by the Lightning component. Properties
MethodsDisplayDataglobal DisplayData() serializeglobal String serialize() fferpcore.FeatureConsoleUpdateWithOptions.DisplayItemglobal inherited sharing class DisplayItem Data for a single row in the component. Properties
Methods
DisplayItemglobal DisplayItem() DisplayItemglobal DisplayItem(String key) withCurrentValueglobal fferpcore.FeatureConsoleUpdateWithOptions.DisplayItem withCurrentValue(String value) Specify the current value. Input Parameters
Return ValueCurrent instance to enable chaining methods. withProposedValueglobal fferpcore.FeatureConsoleUpdateWithOptions.DisplayItem withProposedValue(String value) Specify the proposed value. Input Parameters
Return ValueCurrent instance to enable chaining methods. withSelectedglobal fferpcore.FeatureConsoleUpdateWithOptions.DisplayItem withSelected(Boolean value) Specify whether you want the checkbox of the row to be selected by default. Input Parameters
Return ValueCurrent instance to enable chaining methods. |