|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface BreadcrumbsDataProvider
Interface which defines a DataProvider class for use with the Breadcrumbs Builder. For advanced use of the Builder, the developer should create a class which implements this interface, and name the class in the advanced inputs section of the Breadcrumbs Builder.
| Method Summary | |
|---|---|
java.lang.String |
getText(WebAppAccess webAppAccess,
java.lang.Object key)
This optional method should get the display text associated with this key, to be used in the breadcrumbs. |
java.lang.String |
keyToSelector(WebAppAccess webAppAccess,
java.lang.Object key)
Converts a key to a selector string. |
java.lang.String |
preparePage(WebAppAccess webAppAccess,
java.lang.Object key)
This method should prepare any internal data structures which might be needed to display the page represented by this key. |
java.lang.Object |
selectorToKey(WebAppAccess webAppAccess,
java.lang.String selector)
Converts a selector string to a key. |
| Method Detail |
|---|
java.lang.String getText(WebAppAccess webAppAccess,
java.lang.Object key)
webAppAccess - key - selects a page (of data or an actual page)
java.lang.String keyToSelector(WebAppAccess webAppAccess,
java.lang.Object key)
webAppAccess - key - selects a page (of data or an actual page)
java.lang.String preparePage(WebAppAccess webAppAccess,
java.lang.Object key)
webAppAccess - key - selects a page (of data or an actual page)
java.lang.Object selectorToKey(WebAppAccess webAppAccess,
java.lang.String selector)
webAppAccess - selector - String which corresponds to a key -- will be encoded into URL of link
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||