Class ProgressColumn.Attributes
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.extension.columns.ProgressColumn.Attributes
-
- Enclosing interface:
- ProgressColumn<C extends ProgressColumn<C>>
public static final class ProgressColumn.Attributes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
STROKE_COLOR
static String
STROKE_LINECAP
static String
STROKE_WIDTH
static String
TOTAL_KEY
static String
TRAIL_WIDTH
-
-
-
Field Detail
-
STROKE_COLOR
public static final String STROKE_COLOR
- See Also:
- Constant Field Values
-
STROKE_LINECAP
public static final String STROKE_LINECAP
- See Also:
- Constant Field Values
-
STROKE_WIDTH
public static final String STROKE_WIDTH
- See Also:
- Constant Field Values
-
TRAIL_WIDTH
public static final String TRAIL_WIDTH
- See Also:
- Constant Field Values
-
TOTAL_KEY
public static final String TOTAL_KEY
- See Also:
- Constant Field Values
-
-