org.apache.myfaces.custom.picklist
Class AbstractHtmlSelectManyPicklist

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by javax.faces.component.UIInput
                  extended by javax.faces.component.UISelectMany
                      extended by javax.faces.component.html.HtmlSelectManyListbox
                          extended by org.apache.myfaces.component.html.ext.AbstractHtmlSelectManyListbox
                              extended by org.apache.myfaces.component.html.ext.HtmlSelectManyListbox
                                  extended by org.apache.myfaces.custom.picklist.AbstractHtmlSelectManyPicklist
All Implemented Interfaces:
javax.faces.component.EditableValueHolder, javax.faces.component.StateHolder, javax.faces.component.ValueHolder, DataProperties, DisplayValueOnlyAware, EscapeAware, ForceIdAware, UserRoleAware, DisplayValueOnlyCapable, EscapeCapable
Direct Known Subclasses:
HtmlSelectManyPicklist

public abstract class AbstractHtmlSelectManyPicklist
extends HtmlSelectManyListbox

A picklist component that allows to select items from one list to another

In other words, is a selection component where a set of items can be selected from a list that contains all the available items to a list that contains the selected items.

The component is based on the t:selectManyListbox component, so it contains the same attributes. Soon, more specific attributes will be added.

Since:
1.1.7
Version:
$Revision: 667663 $ $Date: 2008-06-14 00:53:17 +0300 (Sat, 14 Jun 2008) $
Author:
Bruno Aranda (latest modification by $Author: lu4242 $)

Field Summary
static java.lang.String COMPONENT_TYPE
           
static java.lang.String DEFAULT_RENDERER_TYPE
           
 
Fields inherited from class org.apache.myfaces.component.html.ext.HtmlSelectManyListbox
COMPONENT_FAMILY
 
Fields inherited from class javax.faces.component.UISelectMany
INVALID_MESSAGE_ID
 
Fields inherited from class javax.faces.component.UIInput
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
Fields inherited from interface org.apache.myfaces.component.UserRoleAware
ENABLED_ON_USER_ROLE_ATTR, VISIBLE_ON_USER_ROLE_ATTR
 
Fields inherited from interface org.apache.myfaces.shared_tomahawk.component.DisplayValueOnlyCapable
DISPLAY_VALUE_ONLY_ATTR, DISPLAY_VALUE_ONLY_STYLE_ATTR, DISPLAY_VALUE_ONLY_STYLE_CLASS_ATTR
 
Constructor Summary
AbstractHtmlSelectManyPicklist()
           
 
Method Summary
abstract  java.lang.String getAddAllButtonStyle()
          CSS style to be applied to the add all button
abstract  java.lang.String getAddAllButtonStyleClass()
          CSS styleClass to be applied to the add all button
abstract  java.lang.String getAddAllButtonText()
          Define the text that goes inside the add all button
abstract  java.lang.String getAddButtonStyle()
          CSS style to be applied to the add button
abstract  java.lang.String getAddButtonStyleClass()
          CSS styleClass to be applied to the add button
abstract  java.lang.String getAddButtonText()
          Define the text that goes inside the add button
abstract  java.lang.String getRemoveAllButtonStyle()
          CSS style to be applied to the remove all button
abstract  java.lang.String getRemoveAllButtonStyleClass()
          CSS styleClass to be applied to the remove all button
abstract  java.lang.String getRemoveAllButtonText()
          Define the text that goes inside the remove all button
abstract  java.lang.String getRemoveButtonStyle()
          CSS style to be applied to the remove button
abstract  java.lang.String getRemoveButtonStyleClass()
          CSS styleClass to be applied to the remove button
abstract  java.lang.String getRemoveButtonText()
          Define the text that goes inside the remove button
 
Methods inherited from class org.apache.myfaces.component.html.ext.HtmlSelectManyListbox
getDatafld, getDataformatas, getDatasrc, getDisplayValueOnly, getDisplayValueOnlyStyle, getDisplayValueOnlyStyleClass, getEnabledOnUserRole, getFamily, getVisibleOnUserRole, isEscape, isForceId, isForceIdIndex, restoreState, saveState, setDatafld, setDataformatas, setDatasrc, setDisplayValueOnly, setDisplayValueOnlyStyle, setDisplayValueOnlyStyleClass, setEnabledOnUserRole, setEscape, setForceId, setForceIdIndex, setVisibleOnUserRole
 
Methods inherited from class org.apache.myfaces.component.html.ext.AbstractHtmlSelectManyListbox
getClientId, isDisplayValueOnly, isRendered, isSetDisplayValueOnly, setDisplayValueOnly
 
Methods inherited from class javax.faces.component.html.HtmlSelectManyListbox
getAccesskey, getDir, getDisabledClass, getEnabledClass, getLabel, getLang, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getSize, getStyle, getStyleClass, getTabindex, getTitle, isDisabled, isReadonly, setAccesskey, setDir, setDisabled, setDisabledClass, setEnabledClass, setLabel, setLang, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setSize, setStyle, setStyleClass, setTabindex, setTitle
 
Methods inherited from class javax.faces.component.UISelectMany
compareValues, getConvertedValue, getSelectedValues, getValueBinding, getValueExpression, setSelectedValues, setValueBinding, setValueExpression, validate, validateValue
 
Methods inherited from class javax.faces.component.UIInput
addValidator, addValueChangeListener, broadcast, decode, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValue, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValue, setValueChangeListener, updateModel
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getLocalValue, setConverter
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, invokeOnComponent, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.faces.component.ValueHolder
getConverter, getLocalValue, setConverter
 

Field Detail

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

DEFAULT_RENDERER_TYPE

public static final java.lang.String DEFAULT_RENDERER_TYPE
See Also:
Constant Field Values
Constructor Detail

AbstractHtmlSelectManyPicklist

public AbstractHtmlSelectManyPicklist()
Method Detail

getAddButtonText

public abstract java.lang.String getAddButtonText()
Define the text that goes inside the add button


getAddAllButtonText

public abstract java.lang.String getAddAllButtonText()
Define the text that goes inside the add all button


getRemoveButtonText

public abstract java.lang.String getRemoveButtonText()
Define the text that goes inside the remove button


getRemoveAllButtonText

public abstract java.lang.String getRemoveAllButtonText()
Define the text that goes inside the remove all button


getAddButtonStyle

public abstract java.lang.String getAddButtonStyle()
CSS style to be applied to the add button


getAddAllButtonStyle

public abstract java.lang.String getAddAllButtonStyle()
CSS style to be applied to the add all button


getRemoveButtonStyle

public abstract java.lang.String getRemoveButtonStyle()
CSS style to be applied to the remove button


getRemoveAllButtonStyle

public abstract java.lang.String getRemoveAllButtonStyle()
CSS style to be applied to the remove all button


getAddButtonStyleClass

public abstract java.lang.String getAddButtonStyleClass()
CSS styleClass to be applied to the add button


getAddAllButtonStyleClass

public abstract java.lang.String getAddAllButtonStyleClass()
CSS styleClass to be applied to the add all button


getRemoveButtonStyleClass

public abstract java.lang.String getRemoveButtonStyleClass()
CSS styleClass to be applied to the remove button


getRemoveAllButtonStyleClass

public abstract java.lang.String getRemoveAllButtonStyleClass()
CSS styleClass to be applied to the remove all button



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.