org.chenillekit.tapestry.core.components
Class InPlaceEditor

java.lang.Object
  extended by org.chenillekit.tapestry.core.components.InPlaceEditor
All Implemented Interfaces:
ClientElement

@SupportsInformalParameters
@Import(library={"${tapestry.scriptaculous}/controls.js","InPlaceEditor.js"})
public class InPlaceEditor
extends Object
implements ClientElement

a "just in place" edit component that dont must emmbedded in a form.

Version:
$Id: InPlaceEditor.java 704 2010-10-16 10:17:41Z homburgs $

Field Summary
static String SAVE_EVENT
           
 
Constructor Summary
InPlaceEditor()
           
 
Method Summary
 String getClientId()
          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
 

Field Detail

SAVE_EVENT

public static final String SAVE_EVENT
See Also:
Constant Field Values
Constructor Detail

InPlaceEditor

public InPlaceEditor()
Method Detail

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.