com.plumtree.portaluiinfrastructure.editor.commonpages.localizednames
Interface ILocNamesModel

All Superinterfaces:
IExpListModelRO, ILocNamesModelRO, IModelRO, IMVCObject, IPaginationModelRO
All Known Implementing Classes:
LocNamesModel

public interface ILocNamesModel
extends ILocNamesModelRO

Author:
josephc

Method Summary
 void SetIsLocalized(boolean bIsLocalized)
           
 void SetIsNoDescriptions(boolean bNoDescriptions)
          If this method is not called, then it will default to using descriptions unless the Object does not support it.
 void SetNameLabel(java.lang.String sNameLabel)
          Call this method if the default name label is not appropriate.
 void SetPopUpDisplayPageName(java.lang.String sPopUpDisplayPageName)
          Call this method if you want the popup display page to be something other than LocNamesPopUpDP.STR_MVC_CLASS_NAME
 void SetPrimaryLang(java.lang.String sPrimaryLang)
           
 void SetRowToEdit(int nRowToEdit)
           
 
Methods inherited from interface com.plumtree.portaluiinfrastructure.editor.commonpages.localizednames.ILocNamesModelRO
GetClassID, GetIsLocalized, GetMaxNameOverride, GetNameLabel, GetObjectID, GetObjectUUID, GetPopUpDisplayPageName, GetPrimaryDesc, GetPrimaryLang, GetPrimaryName, GetRowIcon, GetRowToEdit, HasMandatoryLang, IsNoDescriptions, IsUsingMaxNameOverride, SupportsLocalization
 
Methods inherited from interface com.plumtree.uiinfrastructure.expandablelist.IExpListModelRO
GetAddIcon, GetAddIconAlt, GetAddLabel, GetAlertMessageForEmptyList, GetArrExpListColInfo, GetDeleteIcon, GetDeleteIconAlt, GetDelRowConfirmMsg, GetEmptyListInstructions, GetEmptyListMainMessage, GetEnableMoveRowActions, GetIsListReadOnly, GetListKey, GetMainColumnSort, GetMainColumnSortDirection, GetModelStorageName, GetReadOnlyItems, GetSectionTitle, GetTableInstructions, GetUniqueInt, GetUniqueString, GetUnusedProperties, GetWrapColumnHeaders, IsAddButtonDisabled, IsCheckBoxesDisabled, IsPaginationEnabled
 
Methods inherited from interface com.plumtree.uiinfrastructure.form.pagination.IPaginationModelRO
GetCurrentLowerObjectCount, GetCurrentUpperObjectCount, GetNumObjects, GetPaginationSize
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

SetNameLabel

void SetNameLabel(java.lang.String sNameLabel)
Call this method if the default name label is not appropriate.

Parameters:
sNameLabel -

SetIsNoDescriptions

void SetIsNoDescriptions(boolean bNoDescriptions)
If this method is not called, then it will default to using descriptions unless the Object does not support it.

Parameters:
bNoDescriptions -

SetPopUpDisplayPageName

void SetPopUpDisplayPageName(java.lang.String sPopUpDisplayPageName)
Call this method if you want the popup display page to be something other than LocNamesPopUpDP.STR_MVC_CLASS_NAME

Parameters:
sPopUpDisplayPageName -

SetPrimaryLang

void SetPrimaryLang(java.lang.String sPrimaryLang)
Parameters:
sPrimaryLang -

SetIsLocalized

void SetIsLocalized(boolean bIsLocalized)
Parameters:
bIsLocalized -

SetRowToEdit

void SetRowToEdit(int nRowToEdit)
Parameters:
nRowToEdit -



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.