org.apache.wicket.bean.validation
Class Property
java.lang.Object
org.apache.wicket.bean.validation.Property
- All Implemented Interfaces:
- Serializable
public final class Property
- extends Object
- implements Serializable
A reference to a property that can be validated.
- Author:
- igor
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property
public Property(ClassReference<?> owner,
String name)
Property
public Property(Class<?> owner,
String name)
getOwner
public Class<?> getOwner()
getName
public String getName()
Copyright © 2006–2016 Apache Software Foundation. All rights reserved.