|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.editor.EditorHelperRepostControl
com.plumtree.uiinfrastructure.expandablelist.ExpListControl
public class ExpListControl
This class handles the repost actions for the Expandable List framework.
| Field Summary | |
|---|---|
static int |
POSTTOSELF_ACTION_ADD
Will add one or more items to the list. |
static int |
POSTTOSELF_ACTION_ADD_IPR
Will add one or more items to the list using IPR. |
static int |
POSTTOSELF_ACTION_DELETE
Will delete one or more items from the list. |
static int |
POSTTOSELF_ACTION_MODIFYROW
Will modify the corresponding row. |
static int |
POSTTOSELF_ACTION_MOVEROW
Will move the corresponding row. |
static int |
POSTTOSELF_ACTION_OPENTREE
Will open the tree to select some items. |
static int |
POSTTOSELF_ACTION_REVERSESORT
Will reverse the sort of the current sorted column. |
static int |
POSTTOSELF_ACTION_SORTBYCOLUMN
Will resort by the selected column. |
static java.lang.String |
STR_MVC_CLASS_NAME
Class name for the activity space |
| Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorHelperRepostControl |
|---|
m_asOwner, m_model |
| Constructor Summary | |
|---|---|
ExpListControl()
|
|
| 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. |
void |
PerformRepostAction(int _nAction,
XPHashtable _htFormData)
Calls the method associated to the repost action. |
| Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorHelperRepostControl |
|---|
CheckActionSecurityAndExecute, 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
public static final int POSTTOSELF_ACTION_ADD
public static final int POSTTOSELF_ACTION_DELETE
public static final int POSTTOSELF_ACTION_OPENTREE
public static final int POSTTOSELF_ACTION_MOVEROW
public static final int POSTTOSELF_ACTION_SORTBYCOLUMN
public static final int POSTTOSELF_ACTION_REVERSESORT
public static final int POSTTOSELF_ACTION_MODIFYROW
public static final int POSTTOSELF_ACTION_ADD_IPR
| Constructor Detail |
|---|
public ExpListControl()
| Method Detail |
|---|
public java.lang.Object Create()
EditorHelperRepostControl
Create in interface IManagedObjectCreate in class EditorHelperRepostControlIManagedObject.Create()public java.lang.String GetName()
GetName in interface IMVCObjectGetName in class EditorHelperRepostControl
public void PerformRepostAction(int _nAction,
XPHashtable _htFormData)
PerformRepostAction in class EditorHelperRepostControl_nAction - _htFormData -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||