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 int
AVAILABILITY_REST_COL_INDEX
static int
AVAILABLE_VALUES_COL_INDEX
static int
DISALLOW_INCOMPLETE_COL_INDEX
static int
EDIT_PARAMS_COL_INDEX
static int
EXPR_COL_INDEX
static int
FUNC_COL_INDEX
static int
INCLUDE_AVAILABLE_COL_INDEX
static int
LIST_COL_INDEX
static int
NAME_COL_INDEX
static int
TITLE_COL_INDEX
static int
TYPE_COL_INDEX
static int
USAGE_COL_INDEX
static int
VALUE_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:AbstractDcsContentProvider
Returns elements by the given input object.- Specified by:
getElements
in classAbstractDcsContentProvider
- Parameters:
input
- the input object.- Returns:
- elements
-
-