|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IRPTableLayout in com.telelogic.rhapsody.core |
---|
Methods in com.telelogic.rhapsody.core that return IRPTableLayout | |
---|---|
IRPTableLayout |
IRPTableLayout.getFromElementTypesQueryToUse()
For "relation tables", returns the query that was specified to determine the "from" element types. |
IRPTableLayout |
IRPMatrixLayout.getFromElementTypesQueryToUse()
Returns the query that was specified to determine the "from" element types. |
IRPTableLayout |
IRPTableView.getItsTableLayout()
method GetItsTableLayout |
IRPTableLayout |
IRPTableLayout.getToElementTypesQueryToUse()
For "relation tables", returns the query that was specified to determine the "to" element types. |
IRPTableLayout |
IRPMatrixLayout.getToElementTypesQueryToUse()
Returns the query that was specified to determine the "to" element types. |
IRPTableLayout |
IRPSearchQuery.saveAsQuery(IRPPackage queryOwner)
Saves the search query object that you defined as a query in your model. |
Methods in com.telelogic.rhapsody.core with parameters of type IRPTableLayout | |
---|---|
void |
IRPSearchQuery.addFilterSubQuery(IRPTableLayout subQuery,
int useWithNotOperator)
Adds a subquery to the list of subqueries specified for the search. |
int |
IRPSearchQuery.getFilterSubQueryUseWithNotOperator(IRPTableLayout subQuery)
Checks whether the NOT operator was specified for the specified subquery. |
void |
IRPSearchQuery.loadFromQuery(IRPTableLayout query)
Loads the settings from the specified query into the search query object. |
int |
IRPSearchQuery.removeFilterSubQuery(IRPTableLayout subQuery)
Removes the specified subquery from the search. |
void |
IRPTableLayout.setFromElementTypesQueryToUse(IRPTableLayout query)
For "relation tables", specifies the query to use to determine the "from" element types for the table layout. |
void |
IRPMatrixLayout.setFromElementTypesQueryToUse(IRPTableLayout query)
Specifies the query to use to determine the "from" element types for the matrix layout. |
void |
IRPTableView.setItsTableLayout(IRPTableLayout pVal)
Specifies the table layout to use for this table view. |
void |
IRPTableLayout.setToElementTypesQueryToUse(IRPTableLayout query)
For "relation tables", specifies the query to use to determine the "to" element types for the table layout. |
void |
IRPMatrixLayout.setToElementTypesQueryToUse(IRPTableLayout query)
Specifies the query to use to determine the "to" element types for the matrix layout. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |