PCRuntimeUIConfigurator Class [AX 2012]

The PCRuntimeUIConfgurator class is a specialization of the runtime configurator which is bound to a UI.

class PCRuntimeUIConfigurator extends PCRuntimeConfigurator

Run On

Client

  MethodDescription
JJ766994.pubmethod(en-us,AX.60).gif assignAttributeValue Assigns an attribute a value. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif attributeFeasibilityEventHandler Handles attribute feasibility events invoked by the configurator. (Inherited from PCRuntimeConfigurator.)
JJ766994.protmethod(en-us,AX.60).gif attributeModifierChanged Executes when an attribute modifier changes value. (Overrides the attributeModifierChanged Method.)
JJ766994.pubmethod(en-us,AX.60).gif attributeModifierChangedEventHandler Handles attribute modifier changed events. (Inherited from PCRuntimeConfigurator.)
JJ766994.protmethod(en-us,AX.60).gif calculatedValue Calculated value. (Overrides the calculatedValue Method.)
JJ766994.pubmethod(en-us,AX.60).gif calculationSummaryEventHandler Handles calculation summary events invoked by the configurator. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ766994.protmethod(en-us,AX.60).gif clearPriceAndShipDate Clears the price and ship date values in the configuration form.
JJ766994.pubmethod(en-us,AX.60).gif clearUI Clears the input controls in the UI.
JJ766994.protmethod(en-us,AX.60).gif componentModifierChanged Executes when a component modifier changes value. (Overrides the componentModifierChanged Method.)
JJ766994.pubmethod(en-us,AX.60).gif componentModifierChangedEventHandler Handles component modifier changed events. (Inherited from PCRuntimeConfigurator.)
JJ766994.protmethod(en-us,AX.60).gif contradiction Executes when a configurator is in contradiction. (Overrides the contradiction Method.)
JJ766994.pubmethod(en-us,AX.60).gif contradictionEventHandler Handles contradiction events invoked by the configurator. (Inherited from PCRuntimeConfigurator.)
JJ766994.protmethod(en-us,AX.60).gif createWaitDialog Creates a wait dialog box. (Overrides the createWaitDialog Method.)
JJ766994.protmethod(en-us,AX.60).gif defaultedValue Defaulted value. (Overrides the defaultedValue Method.)
JJ766994.pubmethod(en-us,AX.60).gif dispose Disposes the configurator. (Inherited from PCRuntimeConfigurator.)
JJ766994.protmethod(en-us,AX.60).gif disposeConfigurator Disposes the internal configurator instance. (Inherited from PCRuntimeConfigurator.)
JJ766994.protmethod(en-us,AX.60).gif disposeWaitDialog Disposes a wait dialog box. (Overrides the disposeWaitDialog Method.)
JJ766994.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ766994.protmethod(en-us,AX.60).gif existsCalculationSummaryEvent This method is used to check if the .NET configurator class has a given event implemented. (Inherited from PCRuntimeConfigurator.)
JJ766994.protmethod(en-us,AX.60).gif existsEvent This method is used to check if the .NET configurator class has a given event implemented. (Inherited from PCRuntimeConfigurator.)
JJ766994.protmethod(en-us,AX.60).gif existsValueChangedEvent This method is used to check if the .NET configurator class has a given event implemented. (Inherited from PCRuntimeConfigurator.)
JJ766994.protmethod(en-us,AX.60).gif finishedHandlingBatchedEvent Finishes handling batched events. (Overrides the finishedHandlingBatchedEvent Method.)
JJ766994.pubmethod(en-us,AX.60).gif generatePriceModel Generates a runtime price model is applicable. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif getAllAssignedValues Gets all the assigned values, this includes assignments made by the user in addition to inferred assignments. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif getAttributeFeasibilityAsync Retrieves the feasibility of attribute values asynchronously. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif getAttributeValueFeasibility Retrieves the attribute value feasibility for a currently running attribute feasibility task. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif getRuntimeModel Gets an instance of the runtime model. (Inherited from PCRuntimeConfigurator.)
JJ766994.protmethod(en-us,AX.60).gif getSolverStrategy Retrieves the .Net solver strategy. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ766994.pubmethod(en-us,AX.60).gif getUserAssignedValues Gets the user assigned values. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ766994.protmethod(en-us,AX.60).gif hasSetSolverStrategy This method is used to check if the .NET configurator class has the SetSolverStrategy method implemented. (Inherited from PCRuntimeConfigurator.)
JJ766994.protmethod(en-us,AX.60).gif hasValueChangedEvent This method is used to check if the .NET configurator class has the ValueChanged event implemented. (Inherited from PCRuntimeConfigurator.)
JJ766994.protmethod(en-us,AX.60).gif inferredAttributeValue Executes when an attribute value has been inferred. (Overrides the inferredAttributeValue Method.)
JJ766994.pubmethod(en-us,AX.60).gif isConfigurationCompleteAsync Indicates whether the configuration is complete async. (Inherited from PCRuntimeConfigurator.)
JJ766994.protmethod(en-us,AX.60).gif isConfigurationCompleted Performs an action that is based on the result of a configuration completed event. (Overrides the isConfigurationCompleted Method.)
JJ766994.pubmethod(en-us,AX.60).gif isConfigurationCompletedEventHandler Handles the is configuration completed event. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif isConfigurationCompleteSync Indicates whether the configuration is complete sync. (Inherited from PCRuntimeConfigurator.)
JJ766994.protmethod(en-us,AX.60).gif loadAttributeValues Loads user assignments and default values for attributes. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif loadModel Loads the XML model into the managed configurator. (Inherited from PCRuntimeConfigurator.)
JJ766994.protmethod(en-us,AX.60).gif new Initializes a new instance of the PCRuntimeUIConfigurator class. (Overrides the new Method.)
JJ766994.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ766994.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ766994.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ766994.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ766994.pubmethod(en-us,AX.60).gif parmConfigurationUI Gets or sets the ConfigurationUI parameter.
JJ766994.pubmethod(en-us,AX.60).gif parmContradiction Gets or sets the Contradiction parameter. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif parmRuntimeModel Gets or sets the RuntimeModel parameter. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif parmRuntimePriceBreakdown Gets or sets the RuntimePriceBreakdown parameter. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif parmRuntimePriceModelInstance Gets or sets the RuntimePriceModelInstance parameter. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif parmRuntimeXmlParser Gets or sets the RuntimeXmlParser parameter. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif parmSolverStrategy Gets or sets the SolverStrategy parameter. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif parmUIMapper Gets or sets the UIMapper parameter.
JJ766994.pubmethod(en-us,AX.60).gif parseXmlModel Parses the runtime XML into a runtime data structure. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif processIsConfigurationCompleteResult Processes the result of the is-configuration-complete operation.
JJ766994.pubmethod(en-us,AX.60).gif propagate Propagates the model starting with focus on the assigned attributes. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif propagateAttribute Propagates with focus on the attributes in the component which contains the attribute identified by the given attribute instance ID. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif propagateComponent Propagates with focus on the attributes in a component identified by the given component instance ID. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif removeAttributeFeasibilityHandler Removes a feasibility handler from being invoked when events are received for it. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif savePriceBreakdown Saves a runtime price breakdown. (Inherited from PCRuntimeConfigurator.)
JJ766994.protmethod(en-us,AX.60).gif setAttributeValueInUI Sets an attribute value in the UI.
JJ766994.protmethod(en-us,AX.60).gif setConfiguratorParameters Sets parameters for the configurator. (Inherited from PCRuntimeConfigurator.)
JJ766994.protmethod(en-us,AX.60).gif setPrice Sets the price value in the configuration form. (Overrides the setPrice Method.)
JJ766994.protmethod(en-us,AX.60).gif setSolverStrategy Sets the solver strategy is applicable. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ766994.pubmethod(en-us,AX.60).gif showPriceBreakdown Generates a runtime price breakdown. (Inherited from PCRuntimeConfigurator.)
JJ766994.protmethod(en-us,AX.60).gif startHandlingBatchedEvent Starts handling batched events. (Overrides the startHandlingBatchedEvent Method.)
JJ766994.protmethod(en-us,AX.60).gif subscribeToEvents Subscribes to the events fired by the configurator (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ766994.pubmethod(en-us,AX.60).gif unhandledTaskExceptionEventHandler Handles an unhandled task exception event. (Inherited from PCRuntimeConfigurator.)
JJ766994.protmethod(en-us,AX.60).gif unSubscribeToEvents Unsubscribes to the events fired by the configurator (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ766994.protmethod(en-us,AX.60).gif userSelectedValue Executes when the user assigns a value. (Overrides the userSelectedValue Method.)
JJ766994.pubmethod(en-us,AX.60).gif userSelectedValueEventHandler Handles the user selected value to an attribute events. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif valueChangedEventHandler Handles value changed events invoked by the configurator. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif valueInferredEventHandler Handles value inferred events invoked by the configurator. (Inherited from PCRuntimeConfigurator.)
JJ766994.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ766994.pubmethod(en-us,AX.60).gif waitForIdleStateSync A synchronized method to wait to the configurator to become idle. (Inherited from PCRuntimeConfigurator.)
JJ766994.protmethod(en-us,AX.60).gif waitForIsComplete Waits for a result from the configurator. (Overrides the waitForIsComplete Method.)
JJ766994.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ766994.pubmethod(en-us,AX.60).gif JJ766994.static(en-us,AX.60).gif ::construct Initializes a new instance of the PCRuntimeUIConfigurator class.
Top

Object Class
  PCRuntimeConfigurator Class
    PCRuntimeUIConfigurator Class

Community Additions

ADD
Show: