Plumtree Portal UI  
 

AConditionType.InitializeMyConditionsList Method 

This method initializes the expandable list registered by the RegisterMyConditionsList method. This method simply calls the expandable list's initialize method located in the list's model. The name of the initialize method depends on which type of expandable list was registered. Initializing the expandable list simply involves specifying display items like the list's title, or the add label. Use the methods above: GetMyConditionsListSectionTitle(), GetMyConditionsListSectionSubTitle(), GetMyConditionsListAddLabel(), GetMyConditionsListIcon() to help initialize the list.

public virtual void InitializeMyConditionsList(
   ExpListModel myListModel,
   string strLanguage
);

Parameters

myListModel
- the model of the expandable list registered with this condition type. The list's initialization method resides in the model. To be able to call the correct initialization method, casting the ExpListModel to the correct type may be needed.
strLanguage
- this is the laguange of the current user that is trying to create or edit an expression.

See Also

AConditionType Class | com.plumtree.portaluiinfrastructure.condition Namespace