public class SelectOneListboxWidgetTypeHandler extends AbstractSelectWidgetTypeHandler
Only edit mode is implemented for now.
Constructor and Description |
---|
SelectOneListboxWidgetTypeHandler() |
Modifier and Type | Method and Description |
---|---|
com.sun.facelets.FaceletHandler |
getFaceletHandler(com.sun.facelets.FaceletContext ctx,
com.sun.facelets.tag.TagConfig tagConfig,
Widget widget,
com.sun.facelets.FaceletHandler[] subHandlers)
Returns the facelet handler that will be applied for given widget and
template in this context.
|
getProperty, getRequiredProperty, setProperties
public com.sun.facelets.FaceletHandler getFaceletHandler(com.sun.facelets.FaceletContext ctx, com.sun.facelets.tag.TagConfig tagConfig, Widget widget, com.sun.facelets.FaceletHandler[] subHandlers) throws WidgetException
WidgetTypeHandler
getFaceletHandler
in interface WidgetTypeHandler
getFaceletHandler
in class AbstractWidgetTypeHandler
ctx
- the facelet context in which this handler will be applied.tagConfig
- the tag configuration this facelet will be applied for.widget
- the widget giving properties the handler will take into
account.subHandlers
- facelet handlers for sub widgets.WidgetException
Copyright © 2011 Nuxeo SA. All Rights Reserved.