|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIData
org.ajax4jsf.component.UIDataAdaptor
org.richfaces.component.UIOrderingBaseComponent
org.richfaces.component.UIListShuttle
org.richfaces.component.html.HtmlListShuttle
public class HtmlListShuttle
Component-Type org.richfaces.ListShuttle Component-Family org.richfaces.ListShuttle Renderer-Type org.richfaces.ListShuttleRenderer
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.richfaces.component.UIListShuttle |
---|
UIListShuttle.SubmittedValue, UIListShuttle.ValueHolder |
Nested classes/interfaces inherited from class org.richfaces.component.UIOrderingBaseComponent |
---|
UIOrderingBaseComponent.DataAdder, UIOrderingBaseComponent.ItemState, UIOrderingBaseComponent.UpdateModelCommand |
Nested classes/interfaces inherited from class org.ajax4jsf.component.UIDataAdaptor |
---|
org.ajax4jsf.component.UIDataAdaptor.ComponentVisitor, org.ajax4jsf.component.UIDataAdaptor.IndexedEvent |
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Fields inherited from class org.richfaces.component.UIListShuttle |
---|
updateActiveItemCommand, updateSourceSelectionCommand, updateTargetSelectionCommand |
Fields inherited from class org.richfaces.component.UIOrderingBaseComponent |
---|
isColumn |
Fields inherited from class org.ajax4jsf.component.UIDataAdaptor |
---|
COMPONENT_STATE_ATTRIBUTE, decodeVisitor, EMPTY_MODEL, updateVisitor, validateVisitor |
Fields inherited from interface javax.faces.component.NamingContainer |
---|
SEPARATOR_CHAR |
Constructor Summary | |
---|---|
HtmlListShuttle()
Constructor to init default renderers |
Method Summary | |
---|---|
java.lang.String |
getBottomControlLabel()
Defines a label for a bottom control Getter for bottomControlLabel |
java.lang.String |
getColumnClasses()
${prop.xmlEncodedDescription} Getter for columnClasses |
javax.faces.convert.Converter |
getConverter()
Id of Converter to be used or reference to a Converter Getter for converter |
java.lang.String |
getCopyAllControlLabel()
Defines a label for a copyAll control Getter for copyAllControlLabel |
java.lang.String |
getCopyControlLabel()
Defines a label for a copy control Getter for copyControlLabel |
java.lang.String |
getDownControlLabel()
Defines a label for a down control Getter for downControlLabel |
java.lang.String |
getFamily()
|
java.lang.String |
getListsHeight()
Defines height of the list Getter for listsHeight |
java.lang.String |
getOnlistchanged()
${prop.xmlEncodedDescription} Getter for onlistchanged |
java.lang.String |
getOnorderchanged()
HTML: script expression; called after ordering action Getter for onorderchanged |
java.lang.String |
getRemoveAllControlLabel()
Defines a label for a removeAll control Getter for removeAllControlLabel |
java.lang.String |
getRemoveControlLabel()
Defines a label for a remove control Getter for removeControlLabel |
java.lang.String |
getRowClasses()
${prop.xmlEncodedDescription} Getter for rowClasses |
java.lang.String |
getSourceCaptionLabel()
Defines source list caption representation text Getter for sourceCaptionLabel |
java.lang.String |
getSourceListWidth()
Defines width of a source list Getter for sourceListWidth |
java.lang.String |
getStyle()
CSS style(s) is/are to be applied when this component is rendered Getter for style |
java.lang.String |
getStyleClass()
Corresponds to the HTML class attribute Getter for styleClass |
java.lang.String |
getTargetCaptionLabel()
Defines target list caption representation text Getter for targetCaptionLabel |
java.lang.String |
getTargetListWidth()
Defines width of a target list Getter for targetListWidth |
java.lang.String |
getTopControlLabel()
Defines a label for a "Top" control Getter for topControlLabel |
java.lang.String |
getUpControlLabel()
Defines a label for an "Up" control Getter for upControlLabel |
javax.faces.el.MethodBinding |
getValueChangeListener()
Listener for value changes Getter for valueChangeListener |
boolean |
isFastMoveControlsVisible()
If "false", 'Copy All' and 'Remove All' controls aren't displayed Getter for fastMoveControlsVisible |
boolean |
isFastOrderControlsVisible()
If "false", 'Top' and 'Bottom' controls aren't displayed. |
boolean |
isImmediate()
True means, that the default ActionListener should be executed immediately (i.e. |
boolean |
isMoveControlsVisible()
If "false", 'Copy' and 'Remove' controls aren't displayed Getter for moveControlsVisible |
boolean |
isOrderControlsVisible()
If "false", 'Up' and 'Down' controls aren't displayed. |
boolean |
isRequired()
If "true", this component is checked for non-empty input Getter for required |
boolean |
isShowButtonLabels()
Shows a label for a button Getter for showButtonLabels |
boolean |
isSwitchByClick()
If "true", dragging between lists realized by click Getter for switchByClick |
boolean |
isValid()
valid Getter for valid |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setBottomControlLabel(java.lang.String __bottomControlLabel)
Defines a label for a bottom control Setter for bottomControlLabel |
void |
setColumnClasses(java.lang.String __columnClasses)
${prop.xmlEncodedDescription} Setter for columnClasses |
void |
setConverter(javax.faces.convert.Converter __converter)
Id of Converter to be used or reference to a Converter Setter for converter |
void |
setCopyAllControlLabel(java.lang.String __copyAllControlLabel)
Defines a label for a copyAll control Setter for copyAllControlLabel |
void |
setCopyControlLabel(java.lang.String __copyControlLabel)
Defines a label for a copy control Setter for copyControlLabel |
void |
setDownControlLabel(java.lang.String __downControlLabel)
Defines a label for a down control Setter for downControlLabel |
void |
setFastMoveControlsVisible(boolean __fastMoveControlsVisible)
If "false", 'Copy All' and 'Remove All' controls aren't displayed Setter for fastMoveControlsVisible |
void |
setFastOrderControlsVisible(boolean __fastOrderControlsVisible)
If "false", 'Top' and 'Bottom' controls aren't displayed. |
void |
setImmediate(boolean __immediate)
True means, that the default ActionListener should be executed immediately (i.e. |
void |
setListsHeight(java.lang.String __listsHeight)
Defines height of the list Setter for listsHeight |
void |
setMoveControlsVisible(boolean __moveControlsVisible)
If "false", 'Copy' and 'Remove' controls aren't displayed Setter for moveControlsVisible |
void |
setOnlistchanged(java.lang.String __onlistchanged)
${prop.xmlEncodedDescription} Setter for onlistchanged |
void |
setOnorderchanged(java.lang.String __onorderchanged)
HTML: script expression; called after ordering action Setter for onorderchanged |
void |
setOrderControlsVisible(boolean __orderControlsVisible)
If "false", 'Up' and 'Down' controls aren't displayed. |
void |
setRemoveAllControlLabel(java.lang.String __removeAllControlLabel)
Defines a label for a removeAll control Setter for removeAllControlLabel |
void |
setRemoveControlLabel(java.lang.String __removeControlLabel)
Defines a label for a remove control Setter for removeControlLabel |
void |
setRequired(boolean __required)
If "true", this component is checked for non-empty input Setter for required |
void |
setRowClasses(java.lang.String __rowClasses)
${prop.xmlEncodedDescription} Setter for rowClasses |
void |
setShowButtonLabels(boolean __showButtonLabels)
Shows a label for a button Setter for showButtonLabels |
void |
setSourceCaptionLabel(java.lang.String __sourceCaptionLabel)
Defines source list caption representation text Setter for sourceCaptionLabel |
void |
setSourceListWidth(java.lang.String __sourceListWidth)
Defines width of a source list Setter for sourceListWidth |
void |
setStyle(java.lang.String __style)
CSS style(s) is/are to be applied when this component is rendered Setter for style |
void |
setStyleClass(java.lang.String __styleClass)
Corresponds to the HTML class attribute Setter for styleClass |
void |
setSwitchByClick(boolean __switchByClick)
If "true", dragging between lists realized by click Setter for switchByClick |
void |
setTargetCaptionLabel(java.lang.String __targetCaptionLabel)
Defines target list caption representation text Setter for targetCaptionLabel |
void |
setTargetListWidth(java.lang.String __targetListWidth)
Defines width of a target list Setter for targetListWidth |
void |
setTopControlLabel(java.lang.String __topControlLabel)
Defines a label for a "Top" control Setter for topControlLabel |
void |
setUpControlLabel(java.lang.String __upControlLabel)
Defines a label for an "Up" control Setter for upControlLabel |
void |
setValid(boolean __valid)
valid Setter for valid |
void |
setValueChangeListener(javax.faces.el.MethodBinding __valueChangeListener)
Listener for value changes Setter for valueChangeListener |
Methods inherited from class org.richfaces.component.UIOrderingBaseComponent |
---|
addConversionErrorMessage, addValidator, columns, compareValues, createComponentState, createContainer, createDataModel, dataChildren, decode, executeValidate, fixedChildren, getConverterForValue, getValidator, getValidators, isEmpty, isLocalValueSet, isSuitableValue, processDecodes, processUpdates, processValidators, removeValidator, setLocalValueSet, setValidator, updateModel, validateValue |
Methods inherited from class org.ajax4jsf.component.UIDataAdaptor |
---|
addRequestKey, broadcast, broadcastLocal, captureOrigValue, captureOrigValue, clearRequestKeysSet, containsRequestKey, encodeAjaxChild, encodeBegin, getAjaxKeys, getAllAjaxKeys, getBaseClientId, getChildrenRenderer, getChildState, getClientId, getComponentState, getEncodedIds, getExtendedDataModel, getRowCount, getRowData, getRowIndex, getRowKey, getRowKeyVar, getStateVar, getValue, isRowAvailable, iterate, processUpdates, processValidators, queueEvent, removeRequestKey, resetComponent, restoreChildState, restoreOrigValue, restoreOrigValue, saveChildState, setAjaxKeys, setComponentState, setExtendedDataModel, setId, setParent, setRowIndex, setRowKey, setRowKey, setRowKeyVar, setStateVar, setupVariable, walk |
Methods inherited from class javax.faces.component.UIData |
---|
getFirst, getFooter, getHeader, getRows, getVar, setFirst, setFooter, setHeader, setRows, setValueBinding, setVar |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setRendered, setRendererType, setTransient |
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 |
---|
getValue |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
Constructor Detail |
---|
public HtmlListShuttle()
Method Detail |
---|
public void setMoveControlsVisible(boolean __moveControlsVisible)
setMoveControlsVisible
in class UIListShuttle
moveControlsVisible
- - new valuepublic boolean isMoveControlsVisible()
isMoveControlsVisible
in class UIListShuttle
public void setOrderControlsVisible(boolean __orderControlsVisible)
setOrderControlsVisible
in class UIListShuttle
orderControlsVisible
- - new valuepublic boolean isOrderControlsVisible()
isOrderControlsVisible
in class UIListShuttle
public void setSourceListWidth(java.lang.String __sourceListWidth)
sourceListWidth
- - new valuepublic java.lang.String getSourceListWidth()
public void setRemoveControlLabel(java.lang.String __removeControlLabel)
removeControlLabel
- - new valuepublic java.lang.String getRemoveControlLabel()
public void setStyle(java.lang.String __style)
style
- - new valuepublic java.lang.String getStyle()
public void setCopyControlLabel(java.lang.String __copyControlLabel)
copyControlLabel
- - new valuepublic java.lang.String getCopyControlLabel()
public void setConverter(javax.faces.convert.Converter __converter)
converter
- - new valuepublic javax.faces.convert.Converter getConverter()
public void setColumnClasses(java.lang.String __columnClasses)
columnClasses
- - new valuepublic java.lang.String getColumnClasses()
public void setShowButtonLabels(boolean __showButtonLabels)
showButtonLabels
- - new valuepublic boolean isShowButtonLabels()
public void setValid(boolean __valid)
valid
- - new valuepublic boolean isValid()
public void setTargetCaptionLabel(java.lang.String __targetCaptionLabel)
setTargetCaptionLabel
in class UIListShuttle
targetCaptionLabel
- - new valuepublic java.lang.String getTargetCaptionLabel()
getTargetCaptionLabel
in class UIListShuttle
public void setSourceCaptionLabel(java.lang.String __sourceCaptionLabel)
setSourceCaptionLabel
in class UIListShuttle
sourceCaptionLabel
- - new valuepublic java.lang.String getSourceCaptionLabel()
getSourceCaptionLabel
in class UIListShuttle
public void setUpControlLabel(java.lang.String __upControlLabel)
upControlLabel
- - new valuepublic java.lang.String getUpControlLabel()
public void setRowClasses(java.lang.String __rowClasses)
rowClasses
- - new valuepublic java.lang.String getRowClasses()
public void setTargetListWidth(java.lang.String __targetListWidth)
targetListWidth
- - new valuepublic java.lang.String getTargetListWidth()
public void setListsHeight(java.lang.String __listsHeight)
listsHeight
- - new valuepublic java.lang.String getListsHeight()
public void setStyleClass(java.lang.String __styleClass)
styleClass
- - new valuepublic java.lang.String getStyleClass()
public void setOnorderchanged(java.lang.String __onorderchanged)
onorderchanged
- - new valuepublic java.lang.String getOnorderchanged()
public void setCopyAllControlLabel(java.lang.String __copyAllControlLabel)
copyAllControlLabel
- - new valuepublic java.lang.String getCopyAllControlLabel()
public void setBottomControlLabel(java.lang.String __bottomControlLabel)
bottomControlLabel
- - new valuepublic java.lang.String getBottomControlLabel()
public void setRemoveAllControlLabel(java.lang.String __removeAllControlLabel)
removeAllControlLabel
- - new valuepublic java.lang.String getRemoveAllControlLabel()
public void setRequired(boolean __required)
required
- - new valuepublic boolean isRequired()
public void setOnlistchanged(java.lang.String __onlistchanged)
onlistchanged
- - new valuepublic java.lang.String getOnlistchanged()
public void setValueChangeListener(javax.faces.el.MethodBinding __valueChangeListener)
valueChangeListener
- - new valuepublic javax.faces.el.MethodBinding getValueChangeListener()
getValueChangeListener
in interface javax.faces.component.EditableValueHolder
getValueChangeListener
in class UIListShuttle
public void setTopControlLabel(java.lang.String __topControlLabel)
topControlLabel
- - new valuepublic java.lang.String getTopControlLabel()
public void setSwitchByClick(boolean __switchByClick)
switchByClick
- - new valuepublic boolean isSwitchByClick()
public void setFastMoveControlsVisible(boolean __fastMoveControlsVisible)
setFastMoveControlsVisible
in class UIListShuttle
fastMoveControlsVisible
- - new valuepublic boolean isFastMoveControlsVisible()
isFastMoveControlsVisible
in class UIListShuttle
public void setImmediate(boolean __immediate)
immediate
- - new valuepublic boolean isImmediate()
public void setDownControlLabel(java.lang.String __downControlLabel)
downControlLabel
- - new valuepublic java.lang.String getDownControlLabel()
public void setFastOrderControlsVisible(boolean __fastOrderControlsVisible)
setFastOrderControlsVisible
in class UIListShuttle
fastOrderControlsVisible
- - new valuepublic boolean isFastOrderControlsVisible()
isFastOrderControlsVisible
in class UIListShuttle
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIData
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class UIListShuttle
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class UIListShuttle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |