public class SelectOneMenuWidgetTypeHandler extends AbstractSelectWidgetTypeHandler
Only edit mode is implemented for now.
AbstractSelectWidgetTypeHandler.SelectPropertyMappings
DEV_TEMPLATE_PROPERTY_NAME, DISABLE_DEV_PROPERTY_NAME, properties, tagConfig, widget, widgetAttr
Constructor and Description |
---|
SelectOneMenuWidgetTypeHandler(javax.faces.view.facelets.TagConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget)
Returns the facelet handler that will be applied for given widget and template in this context.
|
apply, apply, getBareOptionFaceletHandler, getComponentFaceletHandler, getExcludedProperties, getFirstHandler, getOptionComponentType, getOptionFaceletHandler, getOptionProperties, getOptionsFaceletHandler, getOptionsFaceletHandler, getWidgetPropsHandler, shouldAddWidgetPropsHandler
apply, getDevFaceletHandler, getDocumentConstraintValidatorHandler, getInputSlotHandler, getNextHandler, getNextHandler, getProperty, getRequiredProperty, setProperties, setWidget
public SelectOneMenuWidgetTypeHandler(javax.faces.view.facelets.TagConfig config)
public void apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent, Widget widget) throws WidgetException, IOException
WidgetTypeHandler
apply
in class AbstractWidgetTypeHandler
ctx
- the facelet context in which this handler will be applied.parent
- parent component in the JSF treewidget
- the widget giving properties the handler will take into account.WidgetException
IOException
Copyright © 2018 Nuxeo. All rights reserved.