org.apache.tapestry.dojo.form
Interface IFormWidget

All Superinterfaces:
IComponent, IDirectEvent, IRender, IWidget, org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
All Known Implementing Classes:
AbstractFormWidget, Autocompleter, DropdownDatePicker, DropdownTimePicker, GTimePicker

public interface IFormWidget
extends IWidget

Represents an html input field managed by a dojo widget.

Author:
jkuhnert

Method Summary
 
Methods inherited from interface org.apache.tapestry.dojo.IWidget
renderWidget
 
Methods inherited from interface org.apache.tapestry.IDirectEvent
isStateful, triggerEvent
 
Methods inherited from interface org.apache.tapestry.IComponent
addAsset, addBody, addComponent, enterActiveState, finishLoad, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getClientId, getComponent, getComponents, getContainedComponent, getContainer, getEventInvoker, getExtendedId, getId, getIdPath, getListeners, getMessages, getNamespace, getPage, getSpecification, getSpecifiedId, getTemplateTagName, isRendering, peekClientId, renderBody, setBinding, setClientId, setContainedComponent, setContainer, setId, setNamespace, setPage, setTemplateTagName
 
Methods inherited from interface org.apache.tapestry.IRender
render
 
Methods inherited from interface org.apache.hivemind.LocationHolder
setLocation
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.