org.chenillekit.tapestry.core.components
Class RoundCornerContainer
java.lang.Object
org.chenillekit.tapestry.core.components.RoundCornerContainer
- All Implemented Interfaces:
- ClientElement
@SupportsInformalParameters
@Import(library={"../Chenillekit.js","RoundCornerContainer.js"},
stylesheet="RoundCornerContainer.css")
public class RoundCornerContainer- extends Object
- implements ClientElement
displays a colored container with rounded corners without pics or any mozilla-css goodies.
- Version:
- $Id: RoundCornerContainer.java 674 2010-07-29 12:47:25Z homburgs $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RENDER_BOTH
public static final String RENDER_BOTH
- See Also:
- Constant Field Values
RENDER_TOP
public static final String RENDER_TOP
- See Also:
- Constant Field Values
RENDER_BOTTOM
public static final String RENDER_BOTTOM
- See Also:
- Constant Field Values
RoundCornerContainer
public RoundCornerContainer()
getClientId
public String getClientId()
- Returns a unique id for the element. This value will be unique for any given rendering of a
page. This value is intended for use as the id attribute of the client-side element, and will
be used with any DHTML/Ajax related JavaScript.
- Specified by:
getClientId in interface ClientElement
Copyright © 2008-2010 ChenilleKit. All Rights Reserved.