| java.lang.Object nextapp.echo2.webcontainer.partialupdate.InsetsUpdate
InsetsUpdate | public class InsetsUpdate implements PartialUpdateParticipant(Code) | | A PartialUpdateParticipant to update a CSS property
representing an inset property, e.g., 'padding' or 'margin'.
|
InsetsUpdate | public InsetsUpdate(String componentPropertyName, String idSuffix, String cssAttributeName)(Code) | | Creates a new InsetsUpdate .
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) |
|
|