|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.plumtree.portaluiinfrastructure.editor.commonpages.localizednames.LocNamesPopUpView
public class LocNamesPopUpView
LocNamesPopUpView creates the HTML for the "popup" for editing name, description, and language for a given object.
Field Summary | |
---|---|
static java.lang.String |
HTMLBUTTON_CANCEL
|
static java.lang.String |
HTMLBUTTON_DONE
|
static java.lang.String |
HTMLINPUT_DESCRIPTION
|
static java.lang.String |
HTMLINPUT_LANG
|
static java.lang.String |
HTMLINPUT_NAME
MES- The names of various HTML elements, such as inputs |
static java.lang.String |
STR_MVC_CLASS_NAME
MES- The name of this object |
Constructor Summary | |
---|---|
LocNamesPopUpView()
|
Method Summary | |
---|---|
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
HTMLElement |
Display()
Returns the HTML for the Section. |
HTMLScript |
DisplayJavascript()
This method returns the HTMLScript that encompasses the Javascript on the page. |
java.lang.String |
GetName()
Returns the Class name. |
void |
Init(IModelRO model,
AActivitySpace parent)
This method initializes the View with the read only model interface it is supposed to draw it's data from as well as it's parent ActivitySpace (necessary to create URLS). |
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
public static final java.lang.String HTMLINPUT_NAME
public static final java.lang.String HTMLINPUT_DESCRIPTION
public static final java.lang.String HTMLINPUT_LANG
public static final java.lang.String HTMLBUTTON_DONE
public static final java.lang.String HTMLBUTTON_CANCEL
Constructor Detail |
---|
public LocNamesPopUpView()
Method Detail |
---|
public java.lang.Object Create()
IManagedObject
Create
in interface IManagedObject
IManagedObject.Create()
public void Init(IModelRO model, AActivitySpace parent)
IView
Init
in interface IView
IView.Init(com.plumtree.uiinfrastructure.activityspace.IModelRO, com.plumtree.uiinfrastructure.activityspace.AActivitySpace)
public HTMLElement Display()
Display
in interface IView
XPException
public HTMLScript DisplayJavascript()
DisplayJavascript
in interface IView
IView.DisplayJavascript()
public java.lang.String GetName()
GetName
in interface IMVCObject
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |