public interface ITableViewDirectory
Secondary IDs are used to open Views multiple times. The secondary ID is defined in the AWM model as attribute of ElementListStructures.
| Modifier and Type | Method and Description |
|---|---|
IElementList |
getNextElementList(IElementList pElementList)
Get the element list which follows the given element list.
|
IElementList |
getPreviousElementList(IElementList pElementList)
Get the element list which precedes the given element list.
|
java.lang.String |
getTableViewSecondaryId(IElementList pElementList)
Get the secondary id of the table view in which the given element list
exists.
|
void |
removeElementList(IElementList pElementList)
Remove the given element list from the table view where it exists.
|
void |
removeElementLists()
Clear the table view directory (remove all table views and its element
lists).
|
void |
removeElementLists(java.util.LinkedList<IElementList> pElementLists)
Remove the given element lists from the table views where they exist.
|
void |
removeElementLists(java.lang.String pTableViewSecondaryId)
Remove the table view (with the giving secondary id) and its element
lists from the table view directory.
|
void |
showList(IElementList pElementList,
java.lang.String pTableViewSecondaryId,
boolean pActivate)
Show the given element list in the table view with the given secondary
id.
|
IElementList getPreviousElementList(IElementList pElementList)
pElementList - the element list. null for the following reasons.
IElementList getNextElementList(IElementList pElementList)
pElementList - the element list.null for the following reasons.
void removeElementList(IElementList pElementList)
pElementList - the element list to be removed.void removeElementLists(java.util.LinkedList<IElementList> pElementLists)
pElementLists - the element lists to be removed.void removeElementLists(java.lang.String pTableViewSecondaryId)
pTableViewSecondaryId - the secondary id of the table view which element lists will be
delete, if null all the element lists in the main
view will be deleted.void removeElementLists()
void showList(IElementList pElementList, java.lang.String pTableViewSecondaryId, boolean pActivate)
pElementList - the element list to show.pTableViewSecondaryId - the secondary id of the table view in which the given element
list will be shown, if null the given element
list will be shown in the main table view.pActivate - whether the view will be activate.java.lang.String getTableViewSecondaryId(IElementList pElementList)
pElementList - the element list.null if the given element list cannot be
found in any table viewCopyright © 2015 Micro Focus GmbH. All rights reserved.