Class TotalsControlsPointsEditProvider
- java.lang.Object
- 
- com._1c.g5.v8.dt.qw.ui.editproviders.AbstractQueryWizardEditProvider
- 
- com._1c.g5.v8.dt.qw.ui.editproviders.TotalsControlsPointsEditProvider
 
 
- 
 public class TotalsControlsPointsEditProvider extends AbstractQueryWizardEditProvider Totals controls points 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 intCOLUMN_NAMEstatic intCONTROL_POINT_TYPEstatic intNEW_ALIASstatic intPERIOD_ADDITION_BEGINstatic intPERIOD_ADDITION_ENDstatic intPERIOD_ADDITION_TYPEstatic intSET_NEW_SOURCE_ALIAS- 
Fields inherited from class com._1c.g5.v8.dt.qw.ui.editproviders.AbstractQueryWizardEditProvidersource
 
- 
 - 
Constructor SummaryConstructors Constructor Description TotalsControlsPointsEditProvider(QueryWizardSource source)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectadd(Object value)Add new valueintindexOf(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 itemvoidremoveAll()Remove all itemsbooleansetItemData(int itemFuture, Object item, Object newValue)- 
Methods inherited from class com._1c.g5.v8.dt.qw.ui.editproviders.AbstractQueryWizardEditProvideraddAll, clearRemoveNodesAdapter, copy, copy, get, getSource, isIndexValid, move, remove, replace, set
 
- 
 
- 
- 
- 
Field Detail- 
NEW_ALIASpublic static final int NEW_ALIAS - See Also:
- Constant Field Values
 
 - 
CONTROL_POINT_TYPEpublic static final int CONTROL_POINT_TYPE - See Also:
- Constant Field Values
 
 - 
COLUMN_NAMEpublic static final int COLUMN_NAME - See Also:
- Constant Field Values
 
 - 
PERIOD_ADDITION_TYPEpublic static final int PERIOD_ADDITION_TYPE - See Also:
- Constant Field Values
 
 - 
PERIOD_ADDITION_BEGINpublic static final int PERIOD_ADDITION_BEGIN - See Also:
- Constant Field Values
 
 - 
PERIOD_ADDITION_ENDpublic static final int PERIOD_ADDITION_END - See Also:
- Constant Field Values
 
 - 
SET_NEW_SOURCE_ALIASpublic static final int SET_NEW_SOURCE_ALIAS - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
TotalsControlsPointsEditProviderpublic TotalsControlsPointsEditProvider(QueryWizardSource source) - Parameters:
- source- - query wizard source
 
 
- 
 - 
Method Detail- 
addpublic Object add(Object value) Description copied from class:AbstractQueryWizardEditProviderAdd new value- Overrides:
- addin class- AbstractQueryWizardEditProvider
- Parameters:
- value- - new value
- Returns:
- - new added 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
 
 - 
removeAllpublic void removeAll() Description copied from class:AbstractQueryWizardEditProviderRemove all items- Overrides:
- removeAllin class- AbstractQueryWizardEditProvider
 
 - 
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
 
 - 
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
 
 
- 
 
-