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

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

public interface ILocNamesModelRO
extends IExpListModelRO

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

Author:
MichaelS

Method Summary
 int GetClassID()
           
 boolean GetIsLocalized()
           
 int GetMaxNameOverride()
           
 java.lang.String GetNameLabel()
           
 int GetObjectID()
           
 java.lang.String GetObjectUUID()
           
 java.lang.String GetPopUpDisplayPageName()
           
 java.lang.String GetPrimaryDesc()
           
 java.lang.String GetPrimaryLang()
           
 java.lang.String GetPrimaryName()
           
 PTImageType GetRowIcon()
           
 int GetRowToEdit()
           
 boolean HasMandatoryLang()
           
 boolean IsNoDescriptions()
           
 boolean IsUsingMaxNameOverride()
           
 boolean 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

GetRowIcon

PTImageType GetRowIcon()
See Also:
com.plumtree.uiinfrastructure.expandablelist.GrowableListModel#GetRowIcon()

GetNameLabel

java.lang.String GetNameLabel()
Returns:
Name label

IsNoDescriptions

boolean IsNoDescriptions()
Returns:
boolean - No Descriptions

GetPopUpDisplayPageName

java.lang.String GetPopUpDisplayPageName()
Returns:
Name of Pop Up Display Page

GetClassID

int GetClassID()
Returns:

GetObjectID

int GetObjectID()
Returns:

GetObjectUUID

java.lang.String GetObjectUUID()
Returns:

GetPrimaryName

java.lang.String GetPrimaryName()
Returns:

GetPrimaryDesc

java.lang.String GetPrimaryDesc()
Returns:

GetPrimaryLang

java.lang.String GetPrimaryLang()
Returns:

GetIsLocalized

boolean GetIsLocalized()
Returns:

GetRowToEdit

int GetRowToEdit()
Returns:

SupportsLocalization

boolean SupportsLocalization()
Returns:

HasMandatoryLang

boolean HasMandatoryLang()
Returns:

IsUsingMaxNameOverride

boolean IsUsingMaxNameOverride()
Returns:

GetMaxNameOverride

int GetMaxNameOverride()
Returns:



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