|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.editor.EditorHelperModel
com.plumtree.portalpages.common.editpage.PageNamePlugInModel
public class PageNamePlugInModel
This Model contains the state of the page name plug-in section.
| Field Summary | |
|---|---|
static java.lang.String |
STR_MVC_CLASS_NAME
|
| Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorHelperModel |
|---|
m_asOwner |
| Constructor Summary | |
|---|---|
PageNamePlugInModel()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
java.lang.String |
GetName()
Returns the Class name. |
java.lang.String |
GetNameLabel()
Returns the label for the page name input box. |
int |
GetOpenerObjectID()
Gets the Object ID of the object that opened this layout page. |
java.lang.String |
GetPageName()
Returns the value of the page name. |
void |
InitializePlugIn(java.lang.String _strPageName,
java.lang.String _strNameLabel,
int _nOpenerObjectID)
To initialize this plug-in you need to set the DP name and the default value of the plug-in setting. |
boolean |
IsValidPageName(java.lang.String _strPageName)
Method IsValidPageName. |
int |
SaveSection(XPHashtable _htFormData)
Saves the data on the Main page. |
void |
SetPageName(java.lang.String _strPageName)
Sets the value of the page name. |
| Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorHelperModel |
|---|
CleanupAllData, CleanupTempData, Init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String STR_MVC_CLASS_NAME
| Constructor Detail |
|---|
public PageNamePlugInModel()
| Method Detail |
|---|
public java.lang.Object Create()
EditorHelperModel
Create in interface IManagedObjectCreate in class EditorHelperModelIManagedObject.Create()public java.lang.String GetName()
GetName in interface IMVCObjectGetName in class EditorHelperModelpublic java.lang.String GetNameLabel()
IPageNameModelRO
GetNameLabel in interface IPageNameModelROIPageNameModelRO.GetNameLabel()public int GetOpenerObjectID()
IPageNameModelRO
GetOpenerObjectID in interface IPageNameModelROIPageNameModelRO.GetOpenerObjectID()public java.lang.String GetPageName()
GetPageName in interface IPageNameModelRO
public void InitializePlugIn(java.lang.String _strPageName,
java.lang.String _strNameLabel,
int _nOpenerObjectID)
_dpName - This is the name of the DP that will display SamplePlugInView.String - _strPageNamepublic int SaveSection(XPHashtable _htFormData)
SaveSection in class EditorHelperModel_htFormData -
public boolean IsValidPageName(java.lang.String _strPageName)
_strPageName -
public void SetPageName(java.lang.String _strPageName)
String - _strPageName
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||