Class QueryBatchEditProvider
java.lang.Object
com._1c.g5.v8.dt.qw.ui.editproviders.AbstractQueryWizardEditProvider
com._1c.g5.v8.dt.qw.ui.editproviders.QueryBatchEditProvider
Query batch edit provider
-
Nested Class Summary
Nested classes/interfaces inherited from class com._1c.g5.v8.dt.qw.ui.editproviders.AbstractQueryWizardEditProvider
AbstractQueryWizardEditProvider.MoveType -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intFields inherited from class com._1c.g5.v8.dt.qw.ui.editproviders.AbstractQueryWizardEditProvider
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdd new valuecopy(int index) Copy value at indexintLooking index of valuebooleanMove itembooleanMove item downbooleanMove item upbooleanRemove itembooleansetItemData(int itemFuture, Object item, Object newValue) Methods inherited from class com._1c.g5.v8.dt.qw.ui.editproviders.AbstractQueryWizardEditProvider
addAll, clearRemoveNodesAdapter, copy, get, getSource, isIndexValid, move, remove, removeAll, replace, set
-
Field Details
-
ALLOWED
public static final int ALLOWED- See Also:
-
TEMP_TABLE_DROP_QUERY_NAME
public static final int TEMP_TABLE_DROP_QUERY_NAME- See Also:
-
AUTOORDER
public static final int AUTOORDER- See Also:
-
OVERALL
public static final int OVERALL- See Also:
-
-
Constructor Details
-
QueryBatchEditProvider
- Parameters:
source- - query wizard source
-
-
Method Details
-
add
Description copied from class:AbstractQueryWizardEditProviderAdd new value- Overrides:
addin classAbstractQueryWizardEditProvider- Parameters:
value- - new value- Returns:
- - new added value
-
copy
Description copied from class:AbstractQueryWizardEditProviderCopy value at index- Overrides:
copyin classAbstractQueryWizardEditProvider- Parameters:
index- - index of value- Returns:
- new copied value
-
remove
Description copied from class:AbstractQueryWizardEditProviderRemove item- Overrides:
removein classAbstractQueryWizardEditProvider- Parameters:
value- - value which need to be removed- Returns:
- true if successfully else false
-
indexOf
Description copied from class:AbstractQueryWizardEditProviderLooking index of value- Overrides:
indexOfin classAbstractQueryWizardEditProvider- Parameters:
value- - value- Returns:
- index of value. Return -1 if value not found
-
move
Description copied from class:AbstractQueryWizardEditProviderMove item- Overrides:
movein classAbstractQueryWizardEditProvider- Parameters:
value- - value need to be movedtargetValue- - target value- Returns:
- true if successfully else false
-
moveUp
Description copied from class:AbstractQueryWizardEditProviderMove item up- Overrides:
moveUpin classAbstractQueryWizardEditProvider- Parameters:
value- - value need to be moved- Returns:
- true if successfully else false
-
moveDown
Description copied from class:AbstractQueryWizardEditProviderMove item down- Overrides:
moveDownin classAbstractQueryWizardEditProvider- Parameters:
value- - value need to be moved- Returns:
- true if successfully else false
-
setItemData
- Overrides:
setItemDatain classAbstractQueryWizardEditProvider- Parameters:
itemFuture- which item future changeitem- item at which data need to changednewValue- new future value- Returns:
- true if future was changed
-