wicket.util.profile
Class ArrayIndexLink

java.lang.Object
  extended bywicket.util.profile.ArrayIndexLink
All Implemented Interfaces:
ILink

final class ArrayIndexLink
extends java.lang.Object
implements ILink

An ILinkimplementation for tree links created by array fields.

Author:
(C) Vlad Roubtsov , 2003

Constructor Summary
(package private) ArrayIndexLink(ILink container, int index)
           
 
Method Summary
 java.lang.String name()
          Returns the string that will be used for a IObjectProfileNode.name() implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayIndexLink

ArrayIndexLink(ILink container,
               int index)
Method Detail

name

public java.lang.String name()
Description copied from interface: ILink
Returns the string that will be used for a IObjectProfileNode.name() implementation. It is expected that the implementation will generate the return on every call to this method and not keep in memory.

Specified by:
name in interface ILink
Returns:
the name of the link
See Also:
ILink.name()


Copyright © 2004-2006 Wicket developers. All Rights Reserved.