org.chenillekit.tapestry.core.components.RoundCornerContainer

displays a colored container with rounded corners without pics or any mozilla-css goodies.

[JavaDoc]

Component Parameters

Name Type Flags Default Default Prefix Description
bgcolor String NOT Allow Null #FFFFFF literal the corners background color.
clientId String NOT Allow Null prop:componentResources.id literal The id used to generate a page-unique client-side identifier for the component. If a component renders multiple times, a suffix will be appended to the to id to ensure uniqueness.
fgcolor String NOT Allow Null #9BD1FA literal the corners foreground color.
renderPart String NOT Allow Null both literal parameter let component know, wich part of the container should rendered. possible values arr "both" by default, "top" or "bottom".
size String NOT Allow Null literal the corners radius size (maybe "small" or "big")

Informal parameters: supported


Back to index