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 Summary
Fields 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 Summary
Constructors Constructor Description ParametersContentProvider()
-
Method Summary
All 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.AbstractDcsContentProvider
dispose, getElements, inputChanged
-
-
-
-
Field Detail
-
NAME_COL_INDEX
public static final int NAME_COL_INDEX
- See Also:
- Constant Field Values
-
TITLE_COL_INDEX
public static final int TITLE_COL_INDEX
- See Also:
- Constant Field Values
-
TYPE_COL_INDEX
public static final int TYPE_COL_INDEX
- See Also:
- Constant Field Values
-
AVAILABLE_VALUES_COL_INDEX
public static final int AVAILABLE_VALUES_COL_INDEX
- See Also:
- Constant Field Values
-
LIST_COL_INDEX
public static final int LIST_COL_INDEX
- See Also:
- Constant Field Values
-
VALUE_COL_INDEX
public static final int VALUE_COL_INDEX
- See Also:
- Constant Field Values
-
EXPR_COL_INDEX
public static final int EXPR_COL_INDEX
- See Also:
- Constant Field Values
-
FUNC_COL_INDEX
public static final int FUNC_COL_INDEX
- See Also:
- Constant Field Values
-
INCLUDE_AVAILABLE_COL_INDEX
public static final int INCLUDE_AVAILABLE_COL_INDEX
- See Also:
- Constant Field Values
-
AVAILABILITY_REST_COL_INDEX
public static final int AVAILABILITY_REST_COL_INDEX
- See Also:
- Constant Field Values
-
DISALLOW_INCOMPLETE_COL_INDEX
public static final int DISALLOW_INCOMPLETE_COL_INDEX
- See Also:
- Constant Field Values
-
USAGE_COL_INDEX
public static final int USAGE_COL_INDEX
- See Also:
- Constant Field Values
-
EDIT_PARAMS_COL_INDEX
public static final int EDIT_PARAMS_COL_INDEX
- See Also:
- Constant Field Values
-
-
Method Detail
-
getElements
protected Collection<?> getElements(DataCompositionSchema input)
Description copied from class:AbstractDcsContentProviderReturns elements by the given input object.- Specified by:
getElementsin classAbstractDcsContentProvider- Parameters:
input- the input object.- Returns:
- elements
-
-