org.apache.cocoon.forms.formmodel
Interface DataWidget

All Superinterfaces:
Locatable, Widget
All Known Implementing Classes:
Field, MultiValueField, Output

public interface DataWidget
extends Widget

Version:
$Id: DataWidget.java 56582 2004-11-04 10:16:22Z sylvain $

Field Summary
 
Fields inherited from interface org.apache.cocoon.forms.formmodel.Widget
PATH_SEPARATOR
 
Method Summary
 Datatype getDatatype()
           
 
Methods inherited from interface org.apache.cocoon.forms.formmodel.Widget
addValidator, broadcastEvent, generateLabel, generateSaxFragment, getAttribute, getCombinedState, getDefinition, getForm, getFullName, getId, getLocation, getName, getParent, getRequestParameterName, getState, getValue, getWidget, initialize, isRequired, isValid, lookupWidget, readFromRequest, removeAttribute, removeValidator, setAttribute, setParent, setState, setValue, validate
 

Method Detail

getDatatype

public Datatype getDatatype()


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.