Package org.hippoecm.frontend.validation
Class ModelPathElement
- java.lang.Object
-
- org.hippoecm.frontend.validation.ModelPathElement
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.model.IDetachable
,org.apache.wicket.util.io.IClusterable
public final class ModelPathElement extends Object implements org.apache.wicket.model.IDetachable
Path element in aModelPath
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelPathElement(IFieldDescriptor field, String name, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
detach()
boolean
equals(Object obj)
IFieldDescriptor
getField()
int
getIndex()
String
getName()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
ModelPathElement
public ModelPathElement(IFieldDescriptor field, String name, int index)
-
-
Method Detail
-
getField
public IFieldDescriptor getField()
-
getName
public String getName()
-
getIndex
public int getIndex()
-
detach
public void detach()
- Specified by:
detach
in interfaceorg.apache.wicket.model.IDetachable
-
-