org.apache.cocoon.forms.formmodel
Interface DataWidget

All Superinterfaces:
org.apache.cocoon.util.location.Locatable, Widget
All Known Implementing Classes:
Field, MultiValueField, Output

public interface DataWidget
extends Widget

Version:
$Id: DataWidget.java 587759 2007-10-24 03:00:37Z vgritsenko $

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-2008 The Apache Software Foundation. All Rights Reserved.