org.chenillekit.tapestry.core.components
Class Element

java.lang.Object
  extended by org.chenillekit.tapestry.core.components.Element
All Implemented Interfaces:
ClientElement
Direct Known Subclasses:
Element

Deprecated. use Any component from tapestry 5

@SupportsInformalParameters
public class Element
extends Object
implements ClientElement

Helper component that will render a variable element type. Similar to the Any component in Tapestry3.

Version:
$Id: Element.java 674 2010-07-29 12:47:25Z homburgs $

Constructor Summary
Element()
          Deprecated.  
 
Method Summary
 String getClientId()
          Deprecated. Returns a unique id for the element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Element

public Element()
Deprecated. 
Method Detail

getClientId

public String getClientId()
Deprecated. 
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-2011 ChenilleKit. All Rights Reserved.