org.apache.cocoon.woody.formmodel
Interface SelectableWidget
- All Superinterfaces:
- Widget
- All Known Implementing Classes:
- AggregateField, Field, MultiValueField
public interface SelectableWidget
- extends Widget
- Version:
- $Id: SelectableWidget.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Methods inherited from interface org.apache.cocoon.woody.formmodel.Widget |
broadcastEvent, generateLabel, generateSaxFragment, getForm, getFullyQualifiedId, getId, getLocation, getNamespace, getParent, getValue, getWidget, isRequired, readFromRequest, setParent, setValue, validate |
setSelectionList
void setSelectionList(SelectionList selectionList)
setSelectionList
void setSelectionList(String uri)
setSelectionList
void setSelectionList(Object model,
String valuePath,
String labelPath)
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.