Class ParametersContentProvider
- java.lang.Object
- 
- com._1c.g5.v8.dt.dcs.ui.AbstractDcsContentProvider
- 
- com._1c.g5.v8.dt.dcs.ui.parameters.ParametersContentProvider
 
 
- 
- All Implemented Interfaces:
- IContentProvider,- IStructuredContentProvider
 
 public class ParametersContentProvider extends AbstractDcsContentProvider ContentProvider параметров
- 
- 
Field SummaryFields Modifier and Type Field Description static intAVAILABILITY_REST_COL_INDEXstatic intAVAILABLE_VALUES_COL_INDEXstatic intDISALLOW_INCOMPLETE_COL_INDEXstatic intEDIT_PARAMS_COL_INDEXstatic intEXPR_COL_INDEXstatic intFUNC_COL_INDEXstatic intINCLUDE_AVAILABLE_COL_INDEXstatic intLIST_COL_INDEXstatic intNAME_COL_INDEXstatic intTITLE_COL_INDEXstatic intTYPE_COL_INDEXstatic intUSAGE_COL_INDEXstatic intVALUE_COL_INDEX
 - 
Constructor SummaryConstructors Constructor Description ParametersContentProvider()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<?>getElements(DataCompositionSchema input)Returns elements by the given input object.- 
Methods inherited from class com._1c.g5.v8.dt.dcs.ui.AbstractDcsContentProviderdispose, getElements, inputChanged
 
- 
 
- 
- 
- 
Field Detail- 
NAME_COL_INDEXpublic static final int NAME_COL_INDEX - See Also:
- Constant Field Values
 
 - 
TITLE_COL_INDEXpublic static final int TITLE_COL_INDEX - See Also:
- Constant Field Values
 
 - 
TYPE_COL_INDEXpublic static final int TYPE_COL_INDEX - See Also:
- Constant Field Values
 
 - 
AVAILABLE_VALUES_COL_INDEXpublic static final int AVAILABLE_VALUES_COL_INDEX - See Also:
- Constant Field Values
 
 - 
LIST_COL_INDEXpublic static final int LIST_COL_INDEX - See Also:
- Constant Field Values
 
 - 
VALUE_COL_INDEXpublic static final int VALUE_COL_INDEX - See Also:
- Constant Field Values
 
 - 
EXPR_COL_INDEXpublic static final int EXPR_COL_INDEX - See Also:
- Constant Field Values
 
 - 
FUNC_COL_INDEXpublic static final int FUNC_COL_INDEX - See Also:
- Constant Field Values
 
 - 
INCLUDE_AVAILABLE_COL_INDEXpublic static final int INCLUDE_AVAILABLE_COL_INDEX - See Also:
- Constant Field Values
 
 - 
AVAILABILITY_REST_COL_INDEXpublic static final int AVAILABILITY_REST_COL_INDEX - See Also:
- Constant Field Values
 
 - 
DISALLOW_INCOMPLETE_COL_INDEXpublic static final int DISALLOW_INCOMPLETE_COL_INDEX - See Also:
- Constant Field Values
 
 - 
USAGE_COL_INDEXpublic static final int USAGE_COL_INDEX - See Also:
- Constant Field Values
 
 - 
EDIT_PARAMS_COL_INDEXpublic static final int EDIT_PARAMS_COL_INDEX - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getElementsprotected Collection<?> getElements(DataCompositionSchema input) Description copied from class:AbstractDcsContentProviderReturns elements by the given input object.- Specified by:
- getElementsin class- AbstractDcsContentProvider
- Parameters:
- input- the input object.
- Returns:
- elements
 
 
- 
 
-