public class QueryConditionList extends ListPackManager
BaseManager.PackEntryChangeListener, BaseManager.RegistryEntry
TYPE_EJP, TYPE_NATIVE
Modifier and Type | Method and Description |
---|---|
QueryCondition |
appendQueryCondition() |
int |
countQueryConditions() |
void |
deleteQueryCondition(int row) |
QueryCondition |
getQueryCondition(int pos) |
java.util.List<java.lang.Integer> |
getQueryConditionPositions() |
java.util.List<QueryCondition> |
getQueryConditions() |
void |
moveDown(int row)
Moves the condition at the specified position one position down.
|
void |
moveDownToEnd(int row)
Moves the condition at the specified position to the last position.
|
void |
moveUp(int row)
Moves the condition at the specified position one position up.
|
void |
moveUpToTop(int row)
Moves the condition at the specified position to the first position.
|
addChangeListener, addChangeListener, addGlobalChangeListener, addPackListener, forgetPush, getPack, isShared, popPack, pushPack, removeChangeListener, removeChangeListener, removeGlobalChangeListener, removePackListener, save, save, toString, writeAsXML
public int countQueryConditions()
public java.util.List<java.lang.Integer> getQueryConditionPositions()
public java.util.List<QueryCondition> getQueryConditions()
public void deleteQueryCondition(int row)
public QueryCondition appendQueryCondition()
public QueryCondition getQueryCondition(int pos)
public void moveUp(int row) throws JPack.NoSuchElementException
row
- the position to move upJPack.NoSuchElementException
- in case of an invalid parameterpublic void moveUpToTop(int row) throws JPack.NoSuchElementException
row
- the position to move to the topJPack.NoSuchElementException
- in case of an invalid parameterpublic void moveDown(int row) throws JPack.NoSuchElementException
row
- the position to move downJPack.NoSuchElementException
- in case of an invalid parameterpublic void moveDownToEnd(int row) throws JPack.NoSuchElementException
row
- the position to move to the endJPack.NoSuchElementException
- in case of an invalid parameterwww.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.