|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XWikiGWTApp
See the NOTICE file distributed with this work for additional information regarding copyright ownership. This is free software;you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation;either version2.1of the License,or(at your option)any later version. This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this software;if not,write to the Free Software Foundation,Inc.,51 Franklin St,Fifth Floor,Boston,MA 02110-1301 USA,or see the FSF site:http://www.fsf.org.
| Method Summary | |
|---|---|
void |
finishLoading()
Close the loading dialog when the same amount of call to finishLoading are made than call to startLoading |
String |
getCSSPrefix()
Returns the css prefix of the app |
String |
getLocale()
Returns the locale of the app |
String |
getName()
Returns the name of the app |
String |
getSkinFile(String file)
Retrieves a url path from the current skin |
String |
getTranslation(String key)
Provides a translation of a text string |
String |
getTranslation(String key,
String[] args)
Provides a translation of a text string |
String |
getTranslationPage()
Returns the translation page to load |
XWikiServiceAsync |
getXWikiServiceInstance()
Retrieves an instance of an XWiki Remove Service |
boolean |
isTranslatorLoaded()
|
void |
showDialog(String message)
|
void |
showDialog(String title,
String message)
|
void |
showError(String text)
|
void |
showError(String code,
String text)
|
void |
showError(Throwable caught)
|
void |
startLoading()
Launch the loading dialog. |
| Method Detail |
|---|
String getName()
String getCSSPrefix()
String getLocale()
String getTranslationPage()
String getTranslation(String key)
key -
String getTranslation(String key,
String[] args)
key - args -
XWikiServiceAsync getXWikiServiceInstance()
String getSkinFile(String file)
file -
void startLoading()
void finishLoading()
void showDialog(String title,
String message)
title - message - void showDialog(String message)
message - void showError(Throwable caught)
void showError(String text)
void showError(String code,
String text)
boolean isTranslatorLoaded()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||