org.wicketopia.builder.feature.validator
Class LengthFeature

java.lang.Object
  extended by org.wicketopia.builder.feature.NonContextualFeature<EditorBuilder>
      extended by 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

Constructor Summary
LengthFeature(int min, int max)
           
 
Method Summary
 void activate(EditorBuilder editor)
           
protected  org.apache.wicket.validation.IValidator<?> createValidator()
           
static void decorate(org.metastopheles.PropertyMetaData propertyMetaData, Length length)
           
 
Methods inherited from class org.wicketopia.builder.feature.NonContextualFeature
isActiveFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LengthFeature

public LengthFeature(int min,
                     int max)
Method Detail

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.