org.apache.myfaces.custom.selectOneRow
Class AbstractSelectOneRow

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 org.apache.myfaces.custom.selectOneRow.AbstractSelectOneRow
All Implemented Interfaces:
javax.faces.component.EditableValueHolder, javax.faces.component.StateHolder, javax.faces.component.ValueHolder, AlignProperty
Direct Known Subclasses:
SelectOneRow

public abstract class AbstractSelectOneRow
extends javax.faces.component.UIInput
implements AlignProperty

Enhancement for a data-table to select one Row with a radio button. The row-index is stored in the vealu-binding

Since:
1.1.7

Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
static java.lang.String DEFAULT_RENDERER_TYPE
           
 
Fields inherited from class javax.faces.component.UIInput
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID
 
Constructor Summary
AbstractSelectOneRow()
           
 
Method Summary
abstract  java.lang.String getGroupName()
          The Name of the radio-button-group to use
abstract  java.lang.String getOnblur()
          HTML: Specifies a script to be invoked when the element loses focus.
abstract  java.lang.String getOnchange()
          HTML: Specifies a script to be invoked when the element is modified.
abstract  java.lang.String getOnclick()
          HTML: Script to be invoked when the element is clicked.
abstract  java.lang.String getOnfocus()
          HTML: Specifies a script to be invoked when the element receives focus.
abstract  java.lang.String getOnselect()
          HTML: Specifies a script to be invoked when the element is selected.
abstract  boolean isDisabled()
          HTML: When true, this element cannot receive focus.
abstract  boolean isReadonly()
          HTML: When true, indicates that this component cannot be modified by the user.
 
Methods inherited from class javax.faces.component.UIInput
addValidator, addValueChangeListener, broadcast, compareValues, decode, getConvertedValue, getFamily, getSubmittedValue, getValidator, getValidators, getValue, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, restoreState, saveState, setImmediate, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, updateModel, validate, validateValue
 
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, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.myfaces.component.AlignProperty
getAlign
 
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

COMPONENT_FAMILY

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

DEFAULT_RENDERER_TYPE

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

AbstractSelectOneRow

public AbstractSelectOneRow()
Method Detail

getGroupName

public abstract java.lang.String getGroupName()
The Name of the radio-button-group to use


isDisabled

public abstract boolean isDisabled()
HTML: When true, this element cannot receive focus.


isReadonly

public abstract boolean isReadonly()
HTML: When true, indicates that this component cannot be modified by the user. The element may receive focus unless it has also been disabled.


getOnblur

public abstract java.lang.String getOnblur()
HTML: Specifies a script to be invoked when the element loses focus.


getOnfocus

public abstract java.lang.String getOnfocus()
HTML: Specifies a script to be invoked when the element receives focus.


getOnchange

public abstract java.lang.String getOnchange()
HTML: Specifies a script to be invoked when the element is modified.


getOnselect

public abstract java.lang.String getOnselect()
HTML: Specifies a script to be invoked when the element is selected.


getOnclick

public abstract java.lang.String getOnclick()
HTML: Script to be invoked when the element is clicked.



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