Class DummyHomePage.TestLink

All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IGenericComponent<Void,Link<Void>>, IMetadataContext<Serializable,Component>, IRequestListener, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable
Enclosing class:
DummyHomePage

public class DummyHomePage.TestLink extends Link<Void>
TestLink class.
See Also:
  • Constructor Details

    • TestLink

      public TestLink(String id)
      Constructor.
      Parameters:
      id - Component id of the TestLink
  • Method Details

    • onClick

      public void onClick()
      Description copied from class: Link
      Called when a link is clicked.
      Specified by:
      onClick in class Link<Void>