Modifier and Type | Method and Description |
---|---|
void |
SelectManyListboxDirectoryAggregateWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
void |
SelectManyListboxAggregateWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
void |
SelectManyCheckboxDirectoryAggregateWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
void |
SelectManyCheckboxAggregateWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
Modifier and Type | Method and Description |
---|---|
abstract void |
WidgetTypeHandler.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.
|
abstract javax.faces.view.facelets.FaceletHandler |
WidgetTypeHandler.getDevFaceletHandler(javax.faces.view.facelets.TagConfig tagConfig,
Widget widget)
Returns the facelet handler used for dev mode.
|
Modifier and Type | Method and Description |
---|---|
void |
TextareaWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
void |
TextWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
void |
TemplateWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
void |
SelectOneRadioWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
void |
SelectOneMenuWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
void |
SelectOneListboxWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
void |
SelectManyMenuWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
void |
SelectManyListboxWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
void |
SelectManyCheckboxWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
void |
SecretWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
void |
LayoutWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
void |
IntWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
void |
HtmlTextWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
void |
HiddenWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
void |
FileWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
void |
DoubleWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
void |
DirectorySelectOneWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
void |
DirectorySelectManyWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
void |
DateTimeWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
void |
CheckboxWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
abstract void |
AbstractWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget) |
protected void |
AbstractSelectWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget,
String componentType) |
protected void |
AbstractSelectWidgetTypeHandler.apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
Widget widget,
String componentType,
String rendererType) |
javax.faces.view.facelets.FaceletHandler |
AbstractWidgetTypeHandler.getDevFaceletHandler(javax.faces.view.facelets.TagConfig tagConfig,
Widget widget) |
String |
AbstractWidgetTypeHandler.getRequiredProperty(String name)
Helper method, throws an exception if property value is null.
|
Modifier and Type | Method and Description |
---|---|
WidgetTypeHandler |
WebLayoutManagerImpl.getWidgetTypeHandler(javax.faces.view.facelets.TagConfig config,
String typeCategory,
String typeName) |
WidgetTypeHandler |
WebLayoutManager.getWidgetTypeHandler(javax.faces.view.facelets.TagConfig config,
String typeCategory,
String typeName)
Returns the widget type handler for the registered widget type with this type name and type category.
|
WidgetTypeHandler |
WebLayoutManagerImpl.getWidgetTypeHandler(javax.faces.view.facelets.TagConfig config,
Widget widget) |
WidgetTypeHandler |
WebLayoutManager.getWidgetTypeHandler(javax.faces.view.facelets.TagConfig config,
Widget widget)
Returns the widget type handler for the registered widget.
|
Copyright © 2018 Nuxeo. All rights reserved.