org.wicketopia.builder.feature.validator
Class LengthFeature
java.lang.Object
org.wicketopia.builder.feature.NonContextualFeature<EditorBuilder>
org.wicketopia.builder.feature.validator.LengthFeature
- All Implemented Interfaces:
- Serializable, ComponentBuilderFeature<EditorBuilder>
public class LengthFeature
- extends NonContextualFeature<EditorBuilder>
- Author:
- James Carman
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LengthFeature
public LengthFeature(int min,
int max)
decorate
public static void decorate(org.metastopheles.PropertyMetaData propertyMetaData,
Length length)
createValidator
protected org.apache.wicket.validation.IValidator<?> createValidator()
activate
public final void activate(EditorBuilder editor)
Copyright © 2010-2013. All Rights Reserved.