|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtensionSubTab
This interface must be implementation by sub tabs.
| Method Summary | |
|---|---|
java.lang.Class<?> |
getDelegatedControllerClass()
Returns the class of the delegated controller. |
java.lang.String |
getEditPresentation()
Returns the name of the edit presentation JSP that should be used to render this subtab. |
java.lang.String |
getLabelId()
Returns the label id of the resource containing the label of the subtab. |
int |
getRank()
Returns the rank of this extension. |
void |
initialize(ComponentController controller,
FormBackingObject fbo,
javax.servlet.http.HttpServletRequest request,
java.lang.String tabId)
Initializes the extension. |
| Method Detail |
|---|
java.lang.String getEditPresentation()
java.lang.String getLabelId()
java.lang.Class<?> getDelegatedControllerClass()
void initialize(ComponentController controller,
FormBackingObject fbo,
javax.servlet.http.HttpServletRequest request,
java.lang.String tabId)
controller - The controller of the extensionfbo - The FBO of the extensionrequest - the requesttabId - The tab id assigned to the extensionint getRank()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||