com.infragistics.faces.input.taglib.html
Class InputRegularExpressionTag

java.lang.Object
  extended byjavax.faces.webapp.UIComponentTag
      extended bycom.infragistics.faces.input.taglib.html.InputRegularExpressionTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag

public class InputRegularExpressionTag
extends javax.faces.webapp.UIComponentTag

JSP Tags For The inputRegularExpression Component.

Use

To use the component in a JSP page, declare the taglib:
 <%@ taglib prefix="ig" uri="http://www.infragistics.com/faces/netadvantage" %>
 
and instantiate:
 <ig:inputRegularExpression >
 

Attributes

Name Type Default Description
converter Converter "" Converter instance registered with this component.
disabled boolean "false" Input sensitivity status. Disabled components may not be selected by the user and are visibly disabled.
immediate boolean "" flag indicating that, if this component is activated by the user, notifications should be delivered to interested listeners and actions immediately (that is, during Apply Request Values phase) rather than waiting until Invoke Application phase
maximumLength int "" The maximum string length allowed for this field
minimumLength int "" The minimum string length allowed for this field
readOnly boolean "false" Input sensitivity status. Read-only components may not be editted by the user are not visibly disabled.
regularExpression String "" The regular expression used for value matching and validation.
required boolean "" Flag indicating that the user is required to provide a submitted value for this input component.
shortcut String "" Shorcut key associated with the component. A platform dependent modifier (alt, shift etc) is automatically added.
style String "" CSS style applied when this component is rendered.
styleClass String "" Space-separated list of CSS style class(es) applied when this component is rendered.
tooltip String "" Tooltip string associated with this component. The string is automatically displayed in the browser status bar or as a popup tooltip where appropriate.
validator Validator "" MethodBinding representing a validator method that will be called during Process Validations to perform correctness checks on the value of this component.
value Object "" The current value of this component
valueChangeListener MethodBinding "" MethodBinding representing a value change listener method that will be notified when a new value has been set for this input component. The expression must evaluate to a public method that takes a ValueChangeEvent parameter, with a return type of void.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
InputRegularExpressionTag()
          Constructor
 
Method Summary
 java.lang.String getComponentType()
           
 java.lang.String getRendererType()
           
 void release()
           
 void setConverter(java.lang.String newValue)
           
 void setDisabled(java.lang.String newValue)
           
 void setImmediate(java.lang.String newValue)
           
 void setMaximumLength(java.lang.String newValue)
           
 void setMinimumLength(java.lang.String newValue)
           
 void setReadOnly(java.lang.String newValue)
           
 void setRegularExpression(java.lang.String newValue)
           
 void setRequired(java.lang.String newValue)
           
 void setShortcut(java.lang.String newValue)
           
 void setStyle(java.lang.String newValue)
           
 void setStyleClass(java.lang.String newValue)
           
 void setTooltip(java.lang.String newValue)
           
 void setValidator(java.lang.String newValue)
           
 void setValue(java.lang.String newValue)
           
 void setValueChangeListener(java.lang.String newValue)
           
 
Methods inherited from class javax.faces.webapp.UIComponentTag
doEndTag, doStartTag, getComponentInstance, getCreated, getParent, getParentUIComponentTag, isValueReference, setBinding, setId, setPageContext, setParent, setRendered
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputRegularExpressionTag

public InputRegularExpressionTag()

Constructor

Method Detail

getComponentType

public java.lang.String getComponentType()

getRendererType

public java.lang.String getRendererType()

release

public void release()

setConverter

public void setConverter(java.lang.String newValue)

setDisabled

public void setDisabled(java.lang.String newValue)

setImmediate

public void setImmediate(java.lang.String newValue)

setMaximumLength

public void setMaximumLength(java.lang.String newValue)

setMinimumLength

public void setMinimumLength(java.lang.String newValue)

setReadOnly

public void setReadOnly(java.lang.String newValue)

setRegularExpression

public void setRegularExpression(java.lang.String newValue)

setRequired

public void setRequired(java.lang.String newValue)

setShortcut

public void setShortcut(java.lang.String newValue)

setStyle

public void setStyle(java.lang.String newValue)

setStyleClass

public void setStyleClass(java.lang.String newValue)

setTooltip

public void setTooltip(java.lang.String newValue)

setValidator

public void setValidator(java.lang.String newValue)

setValue

public void setValue(java.lang.String newValue)

setValueChangeListener

public void setValueChangeListener(java.lang.String newValue)