public class FlexColorFunctions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SETCOLOR_KEYWORD
"SetColor"
|
Modifier and Type | Method and Description |
---|---|
static FlexColorFunctions |
getInstance()
public Singleton to access class static methods via instance
|
static ComponentFunction |
setColor(java.lang.String winname,
java.lang.String compname,
java.lang.String colorValue)
Action to set a color according to its color value.
|
public static final java.lang.String SETCOLOR_KEYWORD
public static FlexColorFunctions getInstance()
public static ComponentFunction setColor(java.lang.String winname, java.lang.String compname, java.lang.String colorValue)
Action to set a color according to its color value. Currently, this component function is for Flex ColorPicker only.Supporting Engines:
winname
- Optional:NO
The name of the window to act upon.compname
- Optional:NO
The name of the component to act upon.colorValue
- Optional:NO
ColorValue to set.Copyright © SAS Institute. All Rights Reserved.