org.richfaces.component
Class UIInplaceInput

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.richfaces.component.AbstractInplaceInput
                      extended by org.richfaces.component.UIInplaceInput
All Implemented Interfaces:
EventListener, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.EditableValueHolder, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.ValueHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, org.richfaces.component.InplaceComponent

@Generated(value={"RichFaces CDK","4.0.0-SNAPSHOT"})
public class UIInplaceInput
extends AbstractInplaceInput
implements javax.faces.component.behavior.ClientBehaviorHolder

Author:
Anton Belevich

Nested Class Summary
protected static class UIInplaceInput.Properties
           
 
Field Summary
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
 
Fields inherited from class javax.faces.component.UIInput
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID, VALIDATE_EMPTY_FIELDS_PARAM_NAME
 
Fields inherited from class javax.faces.component.UIComponent
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY
 
Constructor Summary
UIInplaceInput()
           
 
Method Summary
 String getChangedStateClass()
           
 String getDefaultEventName()
           
 String getDefaultLabel()
           
 String getDisabledStateClass()
           
 String getEditClass()
           
 String getEditEvent()
           
 String getEditStateClass()
           
 Collection<String> getEventNames()
           
 String getFamily()
           
 String getInputWidth()
           
 String getNoneClass()
           
 String getOnblur()
           
 String getOnchange()
           
 String getOnclick()
           
 String getOndblclick()
           
 String getOnfocus()
           
 String getOninputclick()
           
 String getOninputdblclick()
           
 String getOninputkeydown()
           
 String getOninputkeypress()
           
 String getOninputkeyup()
           
 String getOninputmousedown()
           
 String getOninputmousemove()
           
 String getOninputmouseout()
           
 String getOninputmouseover()
           
 String getOninputmouseup()
           
 String getOninputselect()
           
 String getOnkeydown()
           
 String getOnkeypress()
           
 String getOnkeyup()
           
 String getOnmousedown()
           
 String getOnmousemove()
           
 String getOnmouseout()
           
 String getOnmouseover()
           
 String getOnmouseup()
           
 String getReadyStateClass()
           
 org.richfaces.component.InplaceState getState()
           
 String getStyle()
           
 String getStyleClass()
           
 int getTabindex()
           
 String getTitle()
           
 boolean isDisabled()
           
 boolean isSaveOnBlur()
           
 boolean isShowControls()
           
 void setChangedStateClass(String changedStateClass)
           
 void setDefaultLabel(String defaultLabel)
           
 void setDisabled(boolean disabled)
           
 void setDisabledStateClass(String disabledStateClass)
           
 void setEditClass(String editClass)
           
 void setEditEvent(String editEvent)
           
 void setEditStateClass(String editStateClass)
           
 void setInputWidth(String inputWidth)
           
 void setNoneClass(String noneClass)
           
 void setOnblur(String onblur)
           
 void setOnchange(String onchange)
           
 void setOnclick(String onclick)
           
 void setOndblclick(String ondblclick)
           
 void setOnfocus(String onfocus)
           
 void setOninputclick(String oninputclick)
           
 void setOninputdblclick(String oninputdblclick)
           
 void setOninputkeydown(String oninputkeydown)
           
 void setOninputkeypress(String oninputkeypress)
           
 void setOninputkeyup(String oninputkeyup)
           
 void setOninputmousedown(String oninputmousedown)
           
 void setOninputmousemove(String oninputmousemove)
           
 void setOninputmouseout(String oninputmouseout)
           
 void setOninputmouseover(String oninputmouseover)
           
 void setOninputmouseup(String oninputmouseup)
           
 void setOninputselect(String oninputselect)
           
 void setOnkeydown(String onkeydown)
           
 void setOnkeypress(String onkeypress)
           
 void setOnkeyup(String onkeyup)
           
 void setOnmousedown(String onmousedown)
           
 void setOnmousemove(String onmousemove)
           
 void setOnmouseout(String onmouseout)
           
 void setOnmouseover(String onmouseover)
           
 void setOnmouseup(String onmouseup)
           
 void setReadyStateClass(String readyStateClass)
           
 void setSaveOnBlur(boolean saveOnBlur)
           
 void setShowControls(boolean showControls)
           
 void setState(org.richfaces.component.InplaceState state)
           
 void setStyle(String style)
           
 void setStyleClass(String styleClass)
           
 void setTabindex(int tabindex)
           
 void setTitle(String title)
           
 
Methods inherited from class javax.faces.component.UIInput
addValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isRequired, isValid, markInitialState, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, restoreState, saveState, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValue, setValueChangeListener, updateModel, validate, validateValue
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getLocalValue, getValue, setConverter
 
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
 
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.behavior.ClientBehaviorHolder
addClientBehavior, getClientBehaviors
 
Methods inherited from interface javax.faces.component.ValueHolder
getConverter, getLocalValue, getValue, setConverter
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
See Also:
Constant Field Values
Constructor Detail

UIInplaceInput

public UIInplaceInput()
Method Detail

getFamily

public String getFamily()
Overrides:
getFamily in class javax.faces.component.UIInput

getEventNames

public Collection<String> getEventNames()
Specified by:
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
getEventNames in class javax.faces.component.UIComponentBase

getDefaultEventName

public String getDefaultEventName()
Specified by:
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
getDefaultEventName in class javax.faces.component.UIComponentBase

getChangedStateClass

public String getChangedStateClass()
Specified by:
getChangedStateClass in interface org.richfaces.component.InplaceComponent
Specified by:
getChangedStateClass in class AbstractInplaceInput

setChangedStateClass

public void setChangedStateClass(String changedStateClass)

getDefaultLabel

public String getDefaultLabel()
Specified by:
getDefaultLabel in interface org.richfaces.component.InplaceComponent
Specified by:
getDefaultLabel in class AbstractInplaceInput

setDefaultLabel

public void setDefaultLabel(String defaultLabel)

isDisabled

public boolean isDisabled()
Specified by:
isDisabled in interface org.richfaces.component.InplaceComponent
Specified by:
isDisabled in class AbstractInplaceInput

setDisabled

public void setDisabled(boolean disabled)

getDisabledStateClass

public String getDisabledStateClass()
Specified by:
getDisabledStateClass in interface org.richfaces.component.InplaceComponent
Specified by:
getDisabledStateClass in class AbstractInplaceInput

setDisabledStateClass

public void setDisabledStateClass(String disabledStateClass)

getEditClass

public String getEditClass()
Specified by:
getEditClass in interface org.richfaces.component.InplaceComponent
Specified by:
getEditClass in class AbstractInplaceInput

setEditClass

public void setEditClass(String editClass)

getEditEvent

public String getEditEvent()
Specified by:
getEditEvent in interface org.richfaces.component.InplaceComponent
Specified by:
getEditEvent in class AbstractInplaceInput

setEditEvent

public void setEditEvent(String editEvent)

getEditStateClass

public String getEditStateClass()
Specified by:
getEditStateClass in interface org.richfaces.component.InplaceComponent
Specified by:
getEditStateClass in class AbstractInplaceInput

setEditStateClass

public void setEditStateClass(String editStateClass)

getInputWidth

public String getInputWidth()
Specified by:
getInputWidth in class AbstractInplaceInput

setInputWidth

public void setInputWidth(String inputWidth)

getNoneClass

public String getNoneClass()
Specified by:
getNoneClass in interface org.richfaces.component.InplaceComponent
Specified by:
getNoneClass in class AbstractInplaceInput

setNoneClass

public void setNoneClass(String noneClass)

getOnblur

public String getOnblur()
Specified by:
getOnblur in class AbstractInplaceInput

setOnblur

public void setOnblur(String onblur)

getOnchange

public String getOnchange()
Specified by:
getOnchange in class AbstractInplaceInput

setOnchange

public void setOnchange(String onchange)

getOnclick

public String getOnclick()
Specified by:
getOnclick in class AbstractInplaceInput

setOnclick

public void setOnclick(String onclick)

getOndblclick

public String getOndblclick()
Specified by:
getOndblclick in class AbstractInplaceInput

setOndblclick

public void setOndblclick(String ondblclick)

getOnfocus

public String getOnfocus()
Specified by:
getOnfocus in class AbstractInplaceInput

setOnfocus

public void setOnfocus(String onfocus)

getOninputclick

public String getOninputclick()
Specified by:
getOninputclick in class AbstractInplaceInput

setOninputclick

public void setOninputclick(String oninputclick)

getOninputdblclick

public String getOninputdblclick()
Specified by:
getOninputdblclick in class AbstractInplaceInput

setOninputdblclick

public void setOninputdblclick(String oninputdblclick)

getOninputkeydown

public String getOninputkeydown()
Specified by:
getOninputkeydown in class AbstractInplaceInput

setOninputkeydown

public void setOninputkeydown(String oninputkeydown)

getOninputkeypress

public String getOninputkeypress()
Specified by:
getOninputkeypress in class AbstractInplaceInput

setOninputkeypress

public void setOninputkeypress(String oninputkeypress)

getOninputkeyup

public String getOninputkeyup()
Specified by:
getOninputkeyup in class AbstractInplaceInput

setOninputkeyup

public void setOninputkeyup(String oninputkeyup)

getOninputmousedown

public String getOninputmousedown()
Specified by:
getOninputmousedown in class AbstractInplaceInput

setOninputmousedown

public void setOninputmousedown(String oninputmousedown)

getOninputmousemove

public String getOninputmousemove()
Specified by:
getOninputmousemove in class AbstractInplaceInput

setOninputmousemove

public void setOninputmousemove(String oninputmousemove)

getOninputmouseout

public String getOninputmouseout()
Specified by:
getOninputmouseout in class AbstractInplaceInput

setOninputmouseout

public void setOninputmouseout(String oninputmouseout)

getOninputmouseover

public String getOninputmouseover()
Specified by:
getOninputmouseover in class AbstractInplaceInput

setOninputmouseover

public void setOninputmouseover(String oninputmouseover)

getOninputmouseup

public String getOninputmouseup()
Specified by:
getOninputmouseup in class AbstractInplaceInput

setOninputmouseup

public void setOninputmouseup(String oninputmouseup)

getOninputselect

public String getOninputselect()
Specified by:
getOninputselect in class AbstractInplaceInput

setOninputselect

public void setOninputselect(String oninputselect)

getOnkeydown

public String getOnkeydown()
Specified by:
getOnkeydown in class AbstractInplaceInput

setOnkeydown

public void setOnkeydown(String onkeydown)

getOnkeypress

public String getOnkeypress()
Specified by:
getOnkeypress in class AbstractInplaceInput

setOnkeypress

public void setOnkeypress(String onkeypress)

getOnkeyup

public String getOnkeyup()
Specified by:
getOnkeyup in class AbstractInplaceInput

setOnkeyup

public void setOnkeyup(String onkeyup)

getOnmousedown

public String getOnmousedown()
Specified by:
getOnmousedown in class AbstractInplaceInput

setOnmousedown

public void setOnmousedown(String onmousedown)

getOnmousemove

public String getOnmousemove()
Specified by:
getOnmousemove in class AbstractInplaceInput

setOnmousemove

public void setOnmousemove(String onmousemove)

getOnmouseout

public String getOnmouseout()
Specified by:
getOnmouseout in class AbstractInplaceInput

setOnmouseout

public void setOnmouseout(String onmouseout)

getOnmouseover

public String getOnmouseover()
Specified by:
getOnmouseover in class AbstractInplaceInput

setOnmouseover

public void setOnmouseover(String onmouseover)

getOnmouseup

public String getOnmouseup()
Specified by:
getOnmouseup in class AbstractInplaceInput

setOnmouseup

public void setOnmouseup(String onmouseup)

getReadyStateClass

public String getReadyStateClass()
Specified by:
getReadyStateClass in interface org.richfaces.component.InplaceComponent
Specified by:
getReadyStateClass in class AbstractInplaceInput

setReadyStateClass

public void setReadyStateClass(String readyStateClass)

isSaveOnBlur

public boolean isSaveOnBlur()
Specified by:
isSaveOnBlur in interface org.richfaces.component.InplaceComponent
Specified by:
isSaveOnBlur in class AbstractInplaceInput

setSaveOnBlur

public void setSaveOnBlur(boolean saveOnBlur)

isShowControls

public boolean isShowControls()
Specified by:
isShowControls in interface org.richfaces.component.InplaceComponent
Specified by:
isShowControls in class AbstractInplaceInput

setShowControls

public void setShowControls(boolean showControls)

getState

public org.richfaces.component.InplaceState getState()
Specified by:
getState in interface org.richfaces.component.InplaceComponent
Specified by:
getState in class AbstractInplaceInput

setState

public void setState(org.richfaces.component.InplaceState state)

getStyle

public String getStyle()

setStyle

public void setStyle(String style)

getStyleClass

public String getStyleClass()

setStyleClass

public void setStyleClass(String styleClass)

getTabindex

public int getTabindex()
Specified by:
getTabindex in interface org.richfaces.component.InplaceComponent
Specified by:
getTabindex in class AbstractInplaceInput

setTabindex

public void setTabindex(int tabindex)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.