public class MultiValueSelectorRenderer extends BaseMultiValueRenderer
highlightedRow, MSG_ADD_TO_LIST_BUTTON, MSG_REMOVE, MSG_SELECT_BUTTON
Constructor and Description |
---|
MultiValueSelectorRenderer() |
Modifier and Type | Method and Description |
---|---|
protected void |
renderPostWrappedComponent(FacesContext context,
ResponseWriter out,
UIMultiValueEditor editor)
Renders the area of the component after the wrapped component but before the list
of currently selected values.
|
protected void |
renderPreWrappedComponent(FacesContext context,
ResponseWriter out,
UIMultiValueEditor editor)
Renders the area of the component before the wrapped component appears.
|
decode, encodeBegin, encodeEnd, generateFormSubmit, getHiddenFieldName, renderExistingItem
assertParmeters, getParameterComponents, outputAttribute
convertClientId, encodeChildren, getConvertedValue, getRendersChildren
protected void renderPreWrappedComponent(FacesContext context, ResponseWriter out, UIMultiValueEditor editor) throws IOException
BaseMultiValueRenderer
renderPreWrappedComponent
in class BaseMultiValueRenderer
context
- FacesContextout
- The ResponseWriter to write toeditor
- The multi value editor componentIOException
protected void renderPostWrappedComponent(FacesContext context, ResponseWriter out, UIMultiValueEditor editor) throws IOException
BaseMultiValueRenderer
renderPostWrappedComponent
in class BaseMultiValueRenderer
context
- FacesContextout
- The ResponseWriter to write toeditor
- The multi value editor componentIOException
Copyright © 2005–2017 Alfresco Software. All rights reserved.