| java.lang.Object nextapp.echo2.webcontainer.partialupdate.ColorUpdate
ColorUpdate | public class ColorUpdate implements PartialUpdateParticipant(Code) | | A PartialUpdateParticipant to update a CSS property
representing a color, e.g., 'color' or 'background-color'.
|
CSS_BACKGROUND_COLOR | final public static String CSS_BACKGROUND_COLOR(Code) | | |
ColorUpdate | public ColorUpdate(String componentPropertyName, String idSuffix, String cssAttributeName)(Code) | | Creates a new ColorUpdate .
Parameters: componentPropertyName - the name of the property of the component Parameters: idSuffix - the suffix to append to the root client-side identifierof the component (should be null in typical case of no suffix) Parameters: cssAttributeName - the name of the CSS attribute to update (see CSS constants provided in this class) |
|
|