Class QueryBatchEditProvider
- java.lang.Object
- 
- com._1c.g5.v8.dt.qw.ui.editproviders.AbstractQueryWizardEditProvider
- 
- com._1c.g5.v8.dt.qw.ui.editproviders.QueryBatchEditProvider
 
 
- 
 public class QueryBatchEditProvider extends AbstractQueryWizardEditProvider Query batch edit provider
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com._1c.g5.v8.dt.qw.ui.editproviders.AbstractQueryWizardEditProviderAbstractQueryWizardEditProvider.MoveType
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static intALLOWEDstatic intAUTOORDERstatic intOVERALLstatic intTEMP_TABLE_DROP_QUERY_NAME- 
Fields inherited from class com._1c.g5.v8.dt.qw.ui.editproviders.AbstractQueryWizardEditProvidersource
 
- 
 - 
Constructor SummaryConstructors Constructor Description QueryBatchEditProvider(QueryWizardSource source)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractQuerySchemaQueryadd(Object value)Add new valueObjectcopy(int index)Copy value at indexintindexOf(Object value)Looking index of valuebooleanmove(Object value, Object targetValue)Move itembooleanmoveDown(Object value)Move item downbooleanmoveUp(Object value)Move item upbooleanremove(Object value)Remove itembooleansetItemData(int itemFuture, Object item, Object newValue)- 
Methods inherited from class com._1c.g5.v8.dt.qw.ui.editproviders.AbstractQueryWizardEditProvideraddAll, clearRemoveNodesAdapter, copy, get, getSource, isIndexValid, move, remove, removeAll, replace, set
 
- 
 
- 
- 
- 
Field Detail- 
ALLOWEDpublic static final int ALLOWED - See Also:
- Constant Field Values
 
 - 
TEMP_TABLE_DROP_QUERY_NAMEpublic static final int TEMP_TABLE_DROP_QUERY_NAME - See Also:
- Constant Field Values
 
 - 
AUTOORDERpublic static final int AUTOORDER - See Also:
- Constant Field Values
 
 - 
OVERALLpublic static final int OVERALL - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
QueryBatchEditProviderpublic QueryBatchEditProvider(QueryWizardSource source) - Parameters:
- source- - query wizard source
 
 
- 
 - 
Method Detail- 
addpublic AbstractQuerySchemaQuery add(Object value) Description copied from class:AbstractQueryWizardEditProviderAdd new value- Overrides:
- addin class- AbstractQueryWizardEditProvider
- Parameters:
- value- - new value
- Returns:
- - new added value
 
 - 
copypublic Object copy(int index) Description copied from class:AbstractQueryWizardEditProviderCopy value at index- Overrides:
- copyin class- AbstractQueryWizardEditProvider
- Parameters:
- index- - index of value
- Returns:
- new copied value
 
 - 
removepublic boolean remove(Object value) Description copied from class:AbstractQueryWizardEditProviderRemove item- Overrides:
- removein class- AbstractQueryWizardEditProvider
- Parameters:
- value- - value which need to be removed
- Returns:
- true if successfully else false
 
 - 
indexOfpublic int indexOf(Object value) Description copied from class:AbstractQueryWizardEditProviderLooking index of value- Overrides:
- indexOfin class- AbstractQueryWizardEditProvider
- Parameters:
- value- - value
- Returns:
- index of value. Return -1 if value not found
 
 - 
movepublic boolean move(Object value, Object targetValue) Description copied from class:AbstractQueryWizardEditProviderMove item- Overrides:
- movein class- AbstractQueryWizardEditProvider
- Parameters:
- value- - value need to be moved
- targetValue- - target value
- Returns:
- true if successfully else false
 
 - 
moveUppublic boolean moveUp(Object value) Description copied from class:AbstractQueryWizardEditProviderMove item up- Overrides:
- moveUpin class- AbstractQueryWizardEditProvider
- Parameters:
- value- - value need to be moved
- Returns:
- true if successfully else false
 
 - 
moveDownpublic boolean moveDown(Object value) Description copied from class:AbstractQueryWizardEditProviderMove item down- Overrides:
- moveDownin class- AbstractQueryWizardEditProvider
- Parameters:
- value- - value need to be moved
- Returns:
- true if successfully else false
 
 - 
setItemDatapublic boolean setItemData(int itemFuture, Object item, Object newValue)- Overrides:
- setItemDatain class- AbstractQueryWizardEditProvider
- Parameters:
- itemFuture- which item future change
- item- item at which data need to changed
- newValue- new future value
- Returns:
- true if future was changed
 
 
- 
 
-