org.xulfaces.component
Class XULInput

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.xulfaces.component.XULInput
All Implemented Interfaces:
javax.faces.component.ActionSource, javax.faces.component.EditableValueHolder, javax.faces.component.StateHolder, javax.faces.component.ValueHolder, MultiActionSource, SmoothlyUpdateable
Direct Known Subclasses:
TextboxComponent

public class XULInput
extends javax.faces.component.UIInput
implements SmoothlyUpdateable, MultiActionSource

Version:
$Id: XULInput.java,v 1.2 2007/05/20 07:34:14 kito31 Exp $
Author:
kito31

Field Summary
 
Fields inherited from class javax.faces.component.UIInput
COMPONENT_FAMILY, COMPONENT_TYPE, CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID
 
Constructor Summary
XULInput()
           
 
Method Summary
 void addActionListener(javax.faces.event.ActionListener listener)
          Add a new ActionListener to the set of listeners interested in being notified when ActionEvents occur.
 void broadcast(javax.faces.event.FacesEvent event)
          In addition to to the default UIComponent.broadcast(javax.faces.event.FacesEvent) processing, pass the ActionEvent being broadcast to the method referenced by actionListener (if any), and to the default ActionListener registered on the Application.
 void encodeBegin(javax.faces.context.FacesContext context)
           
 void encodeEnd(javax.faces.context.FacesContext context)
           
 javax.faces.el.MethodBinding getAction()
          Return the MethodBindingpointing at the application action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.
 javax.faces.el.MethodBinding getActionListener()
          Return the MethodBinding pointing at an action listener method to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending upon the value of the immediate property.
 javax.faces.event.ActionListener[] getActionListeners()
          Return the set of registered ActionListeners for this ActionSource instance.
 java.lang.String getAlign()
           
 java.lang.Boolean getAllowevents()
           
 java.lang.Boolean getAllownegativeassertions()
           
 java.util.List getAnnotatedAttributes()
          Get annotated attributes infos for rendering purpose.
 java.lang.String getCoalesceduplicatearcs()
           
 java.lang.Boolean getCollapsed()
           
 java.lang.Boolean getContainer()
           
 java.lang.String getContainment()
           
 java.lang.String getContext()
           
 java.lang.String getContextmenu()
           
 java.lang.String getDatasources()
           
 java.lang.String getDir()
           
 java.lang.Boolean getDisabled()
           
 java.lang.Boolean getEmpty()
           
 java.lang.String getEqualsize()
           
 java.lang.String getFamily()
           
 java.lang.String getFlags()
           
 java.lang.Integer getFlex()
           
 java.lang.Integer getHeight()
           
 java.lang.Boolean getHidden()
           
 java.lang.String getInsertafter()
           
 java.lang.String getInsertbefore()
           
 java.lang.Integer getLeft()
           
 java.lang.Integer getMaxheight()
           
 java.lang.Integer getMaxwidth()
           
 java.lang.String getMenu()
           
 javax.faces.el.MethodBinding getMethodBinding(java.lang.String name)
          Get method binding for name.
 java.lang.Integer getMinheight()
           
 java.lang.Integer getMinwidth()
           
 java.lang.String getMousethrough()
           
 java.lang.String getObserves()
           
 java.lang.String getOnblur()
           
 java.lang.String getOnclick()
           
 java.lang.String getOncommand()
           
 java.lang.String getOncommandupdate()
           
 java.lang.String getOncontextmenu()
           
 java.lang.String getOndblclick()
           
 java.lang.String getOndragdrop()
           
 java.lang.String getOndragenter()
           
 java.lang.String getOndragexit()
           
 java.lang.String getOndraggesture()
           
 java.lang.String getOndragover()
           
 java.lang.String getOnfocus()
           
 java.lang.String getOnkeydown()
           
 java.lang.String getOnkeypress()
           
 java.lang.String getOnkeyup()
           
 java.lang.String getOnmousedown()
           
 java.lang.String getOnmousemove()
           
 java.lang.String getOnmouseout()
           
 java.lang.String getOnmouseover()
           
 java.lang.String getOnmouseup()
           
 java.lang.String getOnunderflow()
           
 java.lang.String getOrdinal()
           
 java.lang.String getOrient()
           
 java.lang.String getPack()
           
 java.lang.String getPersist()
           
 java.lang.String getPopup()
           
 java.lang.String getPosition()
           
 java.lang.String getPreferenceeditable()
           
 java.lang.String getRef()
           
 java.lang.String getRemoveelement()
           
 java.lang.String getRenderKitId()
           
 java.lang.String getSortDirection()
           
 java.lang.String getSortResource()
           
 java.lang.String getSortResource2()
           
 java.lang.String getStatustext()
           
 java.lang.String getStyle()
           
 java.lang.String getStyleClass()
           
 java.lang.String getTemplate()
           
 java.lang.String getTooltip()
           
 java.lang.String getTooltiptext()
           
 java.lang.Integer getTop()
           
 java.lang.Boolean getUpdateSmoothly()
           
 java.lang.String getUri()
           
 java.lang.String getWaitcursor()
           
 java.lang.Integer getWidth()
           
protected  boolean isAJAXRequest(javax.faces.context.FacesContext facesContext)
           
 boolean isImmediate()
          Return a flag indicating that the default ActionListener provided by the JavaServer Faces implementation should be executed immediately (that is, during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase.
protected  boolean mustEncode(javax.faces.context.FacesContext facesContext)
           
 boolean needsUpdate()
           
 void queueEvent(javax.faces.event.FacesEvent facesEvent)
          Intercept queueEvent and, for ActionEvents, mark the phaseId for the event to be PhaseId.APPLY_REQUEST_VALUES if the immediate flag is true, PhaseId.INVOKE_APPLICATION otherwise.
 void removeActionListener(javax.faces.event.ActionListener listener)
          Remove an existing ActionListener (if any) from the set of listeners interested in being notified when ActionEvents occur.
 void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext context)
           
 void setAction(javax.faces.el.MethodBinding action)
          Set the MethodBinding pointing at the appication action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.
 void setActionListener(javax.faces.el.MethodBinding actionListener)
          Set the MethodBinding pointing at an action listener method to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending upon the value of the immmediate property.
 void setAlign(java.lang.String value)
           
 void setAllowevents(java.lang.Boolean value)
           
 void setAllownegativeassertions(java.lang.Boolean value)
           
 void setCoalesceduplicatearcs(java.lang.String value)
           
 void setCollapsed(java.lang.Boolean value)
           
 void setContainer(java.lang.Boolean value)
           
 void setContainment(java.lang.String value)
           
 void setContext(java.lang.String value)
           
 void setContextmenu(java.lang.String value)
           
 void setDatasources(java.lang.String value)
           
 void setDir(java.lang.String value)
           
 void setDisabled(java.lang.Boolean value)
           
 void setEmpty(java.lang.Boolean value)
           
 void setEqualsize(java.lang.String value)
           
 void setFlags(java.lang.String value)
           
 void setFlex(java.lang.Integer value)
           
 void setHeight(java.lang.Integer value)
           
 void setHidden(java.lang.Boolean value)
           
 void setImmediate(boolean immediate)
          Set the "immediate execution" flag for this UIComponent.
 void setInsertafter(java.lang.String value)
           
 void setInsertbefore(java.lang.String value)
           
 void setLeft(java.lang.Integer value)
           
 void setMaxheight(java.lang.Integer value)
           
 void setMaxwidth(java.lang.Integer value)
           
 void setMenu(java.lang.String value)
           
 void setMethodBinding(java.lang.String name, javax.faces.el.MethodBinding binding)
          Put the method binding for attribute name in method bindings map.
 void setMinheight(java.lang.Integer value)
           
 void setMinwidth(java.lang.Integer value)
           
 void setMousethrough(java.lang.String value)
           
 void setObserves(java.lang.String value)
           
 void setOnblur(java.lang.String value)
           
 void setOnclick(java.lang.String value)
           
 void setOncommand(java.lang.String value)
           
 void setOncommandupdate(java.lang.String value)
           
 void setOncontextmenu(java.lang.String value)
           
 void setOndblclick(java.lang.String value)
           
 void setOndragdrop(java.lang.String value)
           
 void setOndragenter(java.lang.String value)
           
 void setOndragexit(java.lang.String value)
           
 void setOndraggesture(java.lang.String value)
           
 void setOndragover(java.lang.String value)
           
 void setOnfocus(java.lang.String value)
           
 void setOnkeydown(java.lang.String value)
           
 void setOnkeypress(java.lang.String value)
           
 void setOnkeyup(java.lang.String value)
           
 void setOnmousedown(java.lang.String value)
           
 void setOnmousemove(java.lang.String value)
           
 void setOnmouseout(java.lang.String value)
           
 void setOnmouseover(java.lang.String value)
           
 void setOnmouseup(java.lang.String value)
           
 void setOnunderflow(java.lang.String value)
           
 void setOrdinal(java.lang.String value)
           
 void setOrient(java.lang.String value)
           
 void setPack(java.lang.String value)
           
 void setPersist(java.lang.String value)
           
 void setPopup(java.lang.String value)
           
 void setPosition(java.lang.String value)
           
 void setPreferenceeditable(java.lang.String value)
           
 void setRef(java.lang.String value)
           
 void setRemoveelement(java.lang.String value)
           
 void setSortDirection(java.lang.String value)
           
 void setSortResource(java.lang.String value)
           
 void setSortResource2(java.lang.String value)
           
 void setStatustext(java.lang.String value)
           
 void setStyle(java.lang.String value)
           
 void setStyleClass(java.lang.String value)
           
 void setTemplate(java.lang.String value)
           
 void setTooltip(java.lang.String value)
           
 void setTooltiptext(java.lang.String value)
           
 void setTop(java.lang.Integer value)
           
 void setUpdateSmoothly(java.lang.Boolean value)
           
 void setUri(java.lang.String value)
           
 void setWaitcursor(java.lang.String value)
           
 void setWidth(java.lang.Integer value)
           
 
Methods inherited from class javax.faces.component.UIInput
addValidator, addValueChangeListener, compareValues, decode, getConvertedValue, getSubmittedValue, getValidator, getValidators, getValueChangeListener, getValueChangeListeners, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, 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
addFacesListener, encodeAll, encodeChildren, findComponent, getAttributes, getChildCount, getChildren, getClientId, getContainerClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, 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 javax.faces.component.ValueHolder
getConverter, getLocalValue, getValue, setConverter
 

Constructor Detail

XULInput

public XULInput()
Method Detail

getAnnotatedAttributes

public java.util.List getAnnotatedAttributes()

Get annotated attributes infos for rendering purpose.

Returns:
List of {Field,ATTRIBUTE}

getFamily

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

getRenderKitId

public java.lang.String getRenderKitId()

needsUpdate

public boolean needsUpdate()
Specified by:
needsUpdate in interface SmoothlyUpdateable

mustEncode

protected boolean mustEncode(javax.faces.context.FacesContext facesContext)

isAJAXRequest

protected boolean isAJAXRequest(javax.faces.context.FacesContext facesContext)

encodeBegin

public void encodeBegin(javax.faces.context.FacesContext context)
                 throws java.io.IOException
Overrides:
encodeBegin in class javax.faces.component.UIComponentBase
Throws:
java.io.IOException

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext context)
               throws java.io.IOException
Overrides:
encodeEnd in class javax.faces.component.UIComponentBase
Throws:
java.io.IOException

getMethodBinding

public javax.faces.el.MethodBinding getMethodBinding(java.lang.String name)

Get method binding for name.

Specified by:
getMethodBinding in interface MultiActionSource
Parameters:
Name - of the attribute
Returns:
The method binding for attribute or null.

setMethodBinding

public void setMethodBinding(java.lang.String name,
                             javax.faces.el.MethodBinding binding)

Put the method binding for attribute name in method bindings map.

null,id and parent attribute names are forbidden.

Specified by:
setMethodBinding in interface MultiActionSource
Parameters:
name - The attribute name
binding - The method binding
Throws:
java.lang.NullPointerException - if name is null
java.lang.IllegalArgumentException - if name is id or parent

addActionListener

public void addActionListener(javax.faces.event.ActionListener listener)

Add a new ActionListener to the set of listeners interested in being notified when ActionEvents occur.

Specified by:
addActionListener in interface javax.faces.component.ActionSource
Parameters:
listener - The ActionListener to be added
Throws:
java.lang.NullPointerException - if listener is null

getActionListeners

public javax.faces.event.ActionListener[] getActionListeners()

Return the set of registered ActionListeners for this ActionSource instance. If there are no registered listeners, a zero-length array is returned.

Specified by:
getActionListeners in interface javax.faces.component.ActionSource

removeActionListener

public void removeActionListener(javax.faces.event.ActionListener listener)

Remove an existing ActionListener (if any) from the set of listeners interested in being notified when ActionEvents occur.

Specified by:
removeActionListener in interface javax.faces.component.ActionSource
Parameters:
listener - The ActionListener to be removed
Throws:
java.lang.NullPointerException - if listener is null

getAction

public javax.faces.el.MethodBinding getAction()

Return the MethodBindingpointing at the application action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.

Specified by:
getAction in interface javax.faces.component.ActionSource

isImmediate

public boolean isImmediate()

Return a flag indicating that the default ActionListener provided by the JavaServer Faces implementation should be executed immediately (that is, during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase. The default value for this property must be false.

Specified by:
isImmediate in interface javax.faces.component.ActionSource
Specified by:
isImmediate in interface javax.faces.component.EditableValueHolder
Overrides:
isImmediate in class javax.faces.component.UIInput

setAction

public void setAction(javax.faces.el.MethodBinding action)

Set the MethodBinding pointing at the appication action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.

Any method referenced by such an expression must be public, with a return type of String, and accept no parameters.

Specified by:
setAction in interface javax.faces.component.ActionSource
Parameters:
action - The new MethodBinding expression

setActionListener

public void setActionListener(javax.faces.el.MethodBinding actionListener)

Set the MethodBinding pointing at an action listener method to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending upon the value of the immmediate property.

Any method referenced by such an expression must be public, with a return type of void, and accept a single parameter of type ActionEvent.

Specified by:
setActionListener in interface javax.faces.component.ActionSource
Parameters:
actionListener - The new method binding expression

getActionListener

public javax.faces.el.MethodBinding getActionListener()

Return the MethodBinding pointing at an action listener method to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending upon the value of the immediate property.

Specified by:
getActionListener in interface javax.faces.component.ActionSource

setImmediate

public void setImmediate(boolean immediate)

Set the "immediate execution" flag for this UIComponent.

Specified by:
setImmediate in interface javax.faces.component.ActionSource
Specified by:
setImmediate in interface javax.faces.component.EditableValueHolder
Overrides:
setImmediate in class javax.faces.component.UIInput
Parameters:
immediate - The new immediate execution flag

queueEvent

public void queueEvent(javax.faces.event.FacesEvent facesEvent)

Intercept queueEvent and, for ActionEvents, mark the phaseId for the event to be PhaseId.APPLY_REQUEST_VALUES if the immediate flag is true, PhaseId.INVOKE_APPLICATION otherwise.

Overrides:
queueEvent in class javax.faces.component.UIComponentBase

broadcast

public void broadcast(javax.faces.event.FacesEvent event)
               throws javax.faces.event.AbortProcessingException

In addition to to the default UIComponent.broadcast(javax.faces.event.FacesEvent) processing, pass the ActionEvent being broadcast to the method referenced by actionListener (if any), and to the default ActionListener registered on the Application.

Overrides:
broadcast in class javax.faces.component.UIInput
Parameters:
event - FacesEvent to be broadcast
Throws:
javax.faces.event.AbortProcessingException - Signal the JavaServer Faces implementation that no further processing on the current event should be performed
java.lang.IllegalArgumentException - if the implementation class of this FacesEvent is not supported by this component
java.lang.NullPointerException - if event is null

getAlign

public java.lang.String getAlign()

setAlign

public void setAlign(java.lang.String value)

getAllowevents

public java.lang.Boolean getAllowevents()

setAllowevents

public void setAllowevents(java.lang.Boolean value)

getAllownegativeassertions

public java.lang.Boolean getAllownegativeassertions()

setAllownegativeassertions

public void setAllownegativeassertions(java.lang.Boolean value)

getCoalesceduplicatearcs

public java.lang.String getCoalesceduplicatearcs()

setCoalesceduplicatearcs

public void setCoalesceduplicatearcs(java.lang.String value)

getCollapsed

public java.lang.Boolean getCollapsed()

setCollapsed

public void setCollapsed(java.lang.Boolean value)

getContainer

public java.lang.Boolean getContainer()

setContainer

public void setContainer(java.lang.Boolean value)

getContainment

public java.lang.String getContainment()

setContainment

public void setContainment(java.lang.String value)

getContext

public java.lang.String getContext()

setContext

public void setContext(java.lang.String value)

getContextmenu

public java.lang.String getContextmenu()

setContextmenu

public void setContextmenu(java.lang.String value)

getDatasources

public java.lang.String getDatasources()

setDatasources

public void setDatasources(java.lang.String value)

getDir

public java.lang.String getDir()

setDir

public void setDir(java.lang.String value)

getDisabled

public java.lang.Boolean getDisabled()

setDisabled

public void setDisabled(java.lang.Boolean value)

getEmpty

public java.lang.Boolean getEmpty()

setEmpty

public void setEmpty(java.lang.Boolean value)

getEqualsize

public java.lang.String getEqualsize()

setEqualsize

public void setEqualsize(java.lang.String value)

getFlags

public java.lang.String getFlags()

setFlags

public void setFlags(java.lang.String value)

getFlex

public java.lang.Integer getFlex()

setFlex

public void setFlex(java.lang.Integer value)

getHeight

public java.lang.Integer getHeight()

setHeight

public void setHeight(java.lang.Integer value)

getHidden

public java.lang.Boolean getHidden()

setHidden

public void setHidden(java.lang.Boolean value)

getInsertafter

public java.lang.String getInsertafter()

setInsertafter

public void setInsertafter(java.lang.String value)

getInsertbefore

public java.lang.String getInsertbefore()

setInsertbefore

public void setInsertbefore(java.lang.String value)

getLeft

public java.lang.Integer getLeft()

setLeft

public void setLeft(java.lang.Integer value)

getMaxheight

public java.lang.Integer getMaxheight()

setMaxheight

public void setMaxheight(java.lang.Integer value)

getMaxwidth

public java.lang.Integer getMaxwidth()

setMaxwidth

public void setMaxwidth(java.lang.Integer value)

getMenu

public java.lang.String getMenu()

setMenu

public void setMenu(java.lang.String value)

getMinheight

public java.lang.Integer getMinheight()

setMinheight

public void setMinheight(java.lang.Integer value)

getMinwidth

public java.lang.Integer getMinwidth()

setMinwidth

public void setMinwidth(java.lang.Integer value)

getMousethrough

public java.lang.String getMousethrough()

setMousethrough

public void setMousethrough(java.lang.String value)

getObserves

public java.lang.String getObserves()

setObserves

public void setObserves(java.lang.String value)

getOnblur

public java.lang.String getOnblur()

setOnblur

public void setOnblur(java.lang.String value)

getOnclick

public java.lang.String getOnclick()

setOnclick

public void setOnclick(java.lang.String value)

getOncommand

public java.lang.String getOncommand()

setOncommand

public void setOncommand(java.lang.String value)

getOncommandupdate

public java.lang.String getOncommandupdate()

setOncommandupdate

public void setOncommandupdate(java.lang.String value)

getOncontextmenu

public java.lang.String getOncontextmenu()

setOncontextmenu

public void setOncontextmenu(java.lang.String value)

getOndblclick

public java.lang.String getOndblclick()

setOndblclick

public void setOndblclick(java.lang.String value)

getOndragdrop

public java.lang.String getOndragdrop()

setOndragdrop

public void setOndragdrop(java.lang.String value)

getOndragenter

public java.lang.String getOndragenter()

setOndragenter

public void setOndragenter(java.lang.String value)

getOndragexit

public java.lang.String getOndragexit()

setOndragexit

public void setOndragexit(java.lang.String value)

getOndraggesture

public java.lang.String getOndraggesture()

setOndraggesture

public void setOndraggesture(java.lang.String value)

getOndragover

public java.lang.String getOndragover()

setOndragover

public void setOndragover(java.lang.String value)

getOnfocus

public java.lang.String getOnfocus()

setOnfocus

public void setOnfocus(java.lang.String value)

getOnkeydown

public java.lang.String getOnkeydown()

setOnkeydown

public void setOnkeydown(java.lang.String value)

getOnkeypress

public java.lang.String getOnkeypress()

setOnkeypress

public void setOnkeypress(java.lang.String value)

getOnkeyup

public java.lang.String getOnkeyup()

setOnkeyup

public void setOnkeyup(java.lang.String value)

getOnmousedown

public java.lang.String getOnmousedown()

setOnmousedown

public void setOnmousedown(java.lang.String value)

getOnmousemove

public java.lang.String getOnmousemove()

setOnmousemove

public void setOnmousemove(java.lang.String value)

getOnmouseout

public java.lang.String getOnmouseout()

setOnmouseout

public void setOnmouseout(java.lang.String value)

getOnmouseover

public java.lang.String getOnmouseover()

setOnmouseover

public void setOnmouseover(java.lang.String value)

getOnmouseup

public java.lang.String getOnmouseup()

setOnmouseup

public void setOnmouseup(java.lang.String value)

getOnunderflow

public java.lang.String getOnunderflow()

setOnunderflow

public void setOnunderflow(java.lang.String value)

getOrdinal

public java.lang.String getOrdinal()

setOrdinal

public void setOrdinal(java.lang.String value)

getOrient

public java.lang.String getOrient()

setOrient

public void setOrient(java.lang.String value)

getPack

public java.lang.String getPack()

setPack

public void setPack(java.lang.String value)

getPersist

public java.lang.String getPersist()

setPersist

public void setPersist(java.lang.String value)

getPopup

public java.lang.String getPopup()

setPopup

public void setPopup(java.lang.String value)

getPosition

public java.lang.String getPosition()

setPosition

public void setPosition(java.lang.String value)

getPreferenceeditable

public java.lang.String getPreferenceeditable()

setPreferenceeditable

public void setPreferenceeditable(java.lang.String value)

getRef

public java.lang.String getRef()

setRef

public void setRef(java.lang.String value)

getRemoveelement

public java.lang.String getRemoveelement()

setRemoveelement

public void setRemoveelement(java.lang.String value)

getSortDirection

public java.lang.String getSortDirection()

setSortDirection

public void setSortDirection(java.lang.String value)

getSortResource

public java.lang.String getSortResource()

setSortResource

public void setSortResource(java.lang.String value)

getSortResource2

public java.lang.String getSortResource2()

setSortResource2

public void setSortResource2(java.lang.String value)

getStatustext

public java.lang.String getStatustext()

setStatustext

public void setStatustext(java.lang.String value)

getStyle

public java.lang.String getStyle()

setStyle

public void setStyle(java.lang.String value)

getStyleClass

public java.lang.String getStyleClass()

setStyleClass

public void setStyleClass(java.lang.String value)

getTemplate

public java.lang.String getTemplate()

setTemplate

public void setTemplate(java.lang.String value)

getTooltip

public java.lang.String getTooltip()

setTooltip

public void setTooltip(java.lang.String value)

getTooltiptext

public java.lang.String getTooltiptext()

setTooltiptext

public void setTooltiptext(java.lang.String value)

getTop

public java.lang.Integer getTop()

setTop

public void setTop(java.lang.Integer value)

getUpdateSmoothly

public java.lang.Boolean getUpdateSmoothly()

setUpdateSmoothly

public void setUpdateSmoothly(java.lang.Boolean value)

getUri

public java.lang.String getUri()

setUri

public void setUri(java.lang.String value)

getWaitcursor

public java.lang.String getWaitcursor()

setWaitcursor

public void setWaitcursor(java.lang.String value)

getWidth

public java.lang.Integer getWidth()

setWidth

public void setWidth(java.lang.Integer value)

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class javax.faces.component.UIInput

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         java.lang.Object state)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class javax.faces.component.UIInput


Copyright © 2007 null. All Rights Reserved.