public abstract class InputMaskBehavior
extends org.apache.wicket.behavior.Behavior
An input mask consists of a mask and placeholder.
The possible characters for the mask are:
| Constructor and Description |
|---|
InputMaskBehavior() |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(org.apache.wicket.Component component) |
protected abstract String |
getMask() |
protected String |
getPlaceholder() |
void |
renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse response) |
public void bind(org.apache.wicket.Component component)
bind in class org.apache.wicket.behavior.Behaviorpublic void renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse response)
renderHead in interface org.apache.wicket.markup.html.IComponentAwareHeaderContributorrenderHead in class org.apache.wicket.behavior.Behaviorprotected abstract String getMask()
protected String getPlaceholder()
Copyright © 2013 agilecoders.de. All Rights Reserved.