|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.editor.EditorView
com.plumtree.uiinfrastructure.approval.ApprovalView
public class ApprovalView
View class for approving items
| Field Summary | |
|---|---|
static java.lang.String |
COMMENT_PREFIX
Comment textarea |
static java.lang.String |
DESCRIPTION_PREFIX
Description text area |
static java.lang.String |
HTMLBUTTON_GOTORANGE
|
static java.lang.String |
HTMLINPUT_FROM
HTML navigation fields |
static java.lang.String |
HTMLINPUT_TO
|
static java.lang.String |
INSTANCE_RADIO_PREFIX
Instance radio button |
static java.lang.String |
ITEM_CLEAR_PREFIX
Item clear radio button |
static java.lang.String |
ITEM_RADIO_PREFIX
Item radio button |
static java.lang.String |
JAVASCRIPT_CARDRANGE
|
static java.lang.String |
NAME_PREFIX
Name text box |
static java.lang.String |
STR_MVC_CLASS_NAME
The unique identifier for the class |
static java.lang.String |
VAL_APPROVE
Approve constant |
static java.lang.String |
VAL_HOLD
Hold constant |
static java.lang.String |
VAL_REJECT
Reject constant |
| Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorView |
|---|
m_asOwner, m_model, SPACE |
| Constructor Summary | |
|---|---|
ApprovalView()
|
|
| Method Summary | |
|---|---|
void |
AddActionButtons(PTConstruct _actionConstruct,
PTBannerType _bannerType)
JHQ: This method will be called by AddActionBar() and will add action buttons to the action bar. |
void |
AddEditItemLink(HTMLTable myTable,
ApprovalItemType type,
java.lang.String strSelectedItems,
AItemDescriptor item)
|
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
HTMLElement |
Display()
Displays the HTML for the view |
HTMLElement |
Display(ApprovalItemType type)
|
HTMLScript |
DisplayJavascript()
This method returns the HTMLScript that encompasses the Javascript on the page. |
protected PTImageType |
GetItemURLImgType()
Returns the URL Image type |
java.lang.String |
GetName()
Returns the Class name. |
| Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorView |
|---|
AddEmptyCellToRow, AddEmptyCellToRow, AddEmptyRowToTable, AddEmptyRowToTable, GetHeaderView, GetHeaderViewHelper, GetShortSpacerTable, GetSpacerTable, Init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IView |
|---|
Init |
| Field Detail |
|---|
public static final java.lang.String STR_MVC_CLASS_NAME
public static final java.lang.String COMMENT_PREFIX
public static final java.lang.String NAME_PREFIX
public static final java.lang.String DESCRIPTION_PREFIX
public static final java.lang.String INSTANCE_RADIO_PREFIX
public static final java.lang.String ITEM_RADIO_PREFIX
public static final java.lang.String ITEM_CLEAR_PREFIX
public static final java.lang.String VAL_APPROVE
public static final java.lang.String VAL_REJECT
public static final java.lang.String VAL_HOLD
public static final java.lang.String HTMLINPUT_FROM
public static final java.lang.String HTMLINPUT_TO
public static final java.lang.String HTMLBUTTON_GOTORANGE
public static final java.lang.String JAVASCRIPT_CARDRANGE
| Constructor Detail |
|---|
public ApprovalView()
| Method Detail |
|---|
public java.lang.Object Create()
EditorView
Create in interface IManagedObjectCreate in class EditorViewIManagedObject.Create()public HTMLElement Display()
Display in interface IViewDisplay in class EditorViewpublic HTMLElement Display(ApprovalItemType type)
IView.Display()public HTMLScript DisplayJavascript()
EditorView
DisplayJavascript in interface IViewDisplayJavascript in class EditorViewIView.DisplayJavascript()public java.lang.String GetName()
EditorView
GetName in interface IMVCObjectGetName in class EditorViewIMVCObject.GetName()protected PTImageType GetItemURLImgType()
public void AddActionButtons(PTConstruct _actionConstruct,
PTBannerType _bannerType)
_actionBarConstruct -
public void AddEditItemLink(HTMLTable myTable,
ApprovalItemType type,
java.lang.String strSelectedItems,
AItemDescriptor item)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||