|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRecent
Interface that must be implemented from a component if is used to navigate back to a recent page or object.
| 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 |
|---|
void open(org.apache.wicket.Component _openComponent)
throws org.efaps.util.EFapsException
_openComponent - Component that class the open command
org.efaps.util.EFapsException - on any error
String getLabel(int _maxLength)
throws org.efaps.util.EFapsException
_maxLength - maximum Length of the Label
org.efaps.util.EFapsException - on any error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||