Plumtree Portal UI  
 

com.plumtree.portaluiinfrastructure.editor.commonpages.localizednames Namespace

Namespace hierarchy

Classes

Class Description
LocNamesDP LocNamesDP is the DisplayPage for Localized Names and Descriptions
LocNamesModel This is the implementation of the Expandable List framework for the Growable Array. The Growable Array is a list of input texts. On add, a new input text populated with the default value will be added at the bottom of the list.
LocNamesPopUpDP MES- The LocNamesPopUpDP class is a Display Page for the Localized Names popup. The popup is used to edit the name and description for a given language, or add a new name/description.
LocNamesPopUpView LocNamesPopUpView creates the HTML for the "popup" for editing name, description, and language for a given object.
LocNamesPrimaryNameView This is the implementation of the Expandable List framework for the Growable Array. Is constains the HTML to display the Growable Array. It gets the data to display from GrowableListModel.
LocNamesRepostControl MES- LocNamesRepostControl is the repost control for the Localized Names and Descriptions page. It controls what happens when the form posts to itself.
LocNamesView This is the implementation of the Expandable List framework for the Growable Array. Is constains the HTML to display the Growable Array. It gets the data to display from GrowableListModel.

Interfaces

Interface Description
ILocNamesModel  
ILocNamesModelRO This interface is implemented by the Model. It contains all the read-only methods of the Model accessed by the Views.