org.efaps.ui.wicket.components
Interface IRecent

All Known Implementing Classes:
LogOutLink, RecentObjectLink, StandardLink

public interface IRecent

Interface that must be implemented from a component if is used to navigate back to a recent page or object.

Version:
$Id: IRecent.java 5814 2010-11-06 19:44:45Z jan.moxter $
Author:
The eFaps Team

Method Summary
 String getLabel(int _maxLength)
          The String presented to the User to open this Link.
 void open(org.apache.wicket.Component _openComponent)
          Open the Page the Link directs to.
 

Method Detail

open

void open(org.apache.wicket.Component _openComponent)
          throws org.efaps.util.EFapsException
Open the Page the Link directs to.

Parameters:
_openComponent - Component that class the open command
Throws:
org.efaps.util.EFapsException - on any error

getLabel

String getLabel(int _maxLength)
                throws org.efaps.util.EFapsException
The String presented to the User to open this Link.

Parameters:
_maxLength - maximum Length of the Label
Returns:
the label of the link
Throws:
org.efaps.util.EFapsException - on any error


Copyright © 2003-2011 The eFaps Team. All Rights Reserved.