Class InfoIconsLabels
- java.lang.Object
-
- org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.utils.InfoIconsLabels
-
public class InfoIconsLabels extends Object
Labels and texts for core ckan information- Author:
- Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description InfoIconsLabels()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcloseDialogBox(List<String> popupOpenedIds)Close any dialog box openedstatic com.google.gwt.user.client.ui.IsWidgetgetWidget(com.google.gwt.dom.client.Element element)Check if an element of such type is actually a widgetstatic voidpreparePopupPanelAndPopover(String popupId, String text, String captionText, com.github.gwtbootstrap.client.ui.Icon iconElement, com.github.gwtbootstrap.client.ui.Popover popover, com.google.gwt.user.client.ui.FocusPanel focusPanel, List<String> popupOpenedIds)Prepare the popover and the gcube popup panel for information.
-
-
-
Field Detail
-
TAGS_INFO_ID_POPUP
public static final String TAGS_INFO_ID_POPUP
- See Also:
- Constant Field Values
-
TAGS_INFO_CAPTION
public static final String TAGS_INFO_CAPTION
- See Also:
- Constant Field Values
-
TAGS_INFO_TEXT
public static final String TAGS_INFO_TEXT
- See Also:
- Constant Field Values
-
LICENSES_INFO_ID_POPUP
public static final String LICENSES_INFO_ID_POPUP
- See Also:
- Constant Field Values
-
LICENSES_INFO_CAPTION
public static final String LICENSES_INFO_CAPTION
- See Also:
- Constant Field Values
-
LICENSES_INFO_TEXT
public static final String LICENSES_INFO_TEXT
- See Also:
- Constant Field Values
-
VISIBILITY_INFO_ID_POPUP
public static final String VISIBILITY_INFO_ID_POPUP
- See Also:
- Constant Field Values
-
VISIBILITY_INFO_CAPTION
public static final String VISIBILITY_INFO_CAPTION
- See Also:
- Constant Field Values
-
VISIBILITY_INFO_TEXT
public static final String VISIBILITY_INFO_TEXT
- See Also:
- Constant Field Values
-
AUTHOR_INFO_ID_POPUP
public static final String AUTHOR_INFO_ID_POPUP
- See Also:
- Constant Field Values
-
AUTHOR_INFO_CAPTION
public static final String AUTHOR_INFO_CAPTION
- See Also:
- Constant Field Values
-
AUTHOR_INFO_TEXT
public static final String AUTHOR_INFO_TEXT
- See Also:
- Constant Field Values
-
AUTHOR_EMAIL_INFO_ID_POPUP
public static final String AUTHOR_EMAIL_INFO_ID_POPUP
- See Also:
- Constant Field Values
-
AUTHOR_EMAIL_INFO_CAPTION
public static final String AUTHOR_EMAIL_INFO_CAPTION
- See Also:
- Constant Field Values
-
AUTHOR_EMAIL_INFO_TEXT
public static final String AUTHOR_EMAIL_INFO_TEXT
- See Also:
- Constant Field Values
-
MAINTAINER_INFO_ID_POPUP
public static final String MAINTAINER_INFO_ID_POPUP
- See Also:
- Constant Field Values
-
MAINTAINER_INFO_CAPTION
public static final String MAINTAINER_INFO_CAPTION
- See Also:
- Constant Field Values
-
MAINTAINER_INFO_TEXT
public static final String MAINTAINER_INFO_TEXT
- See Also:
- Constant Field Values
-
MAINTAINER_EMAIL_INFO_ID_POPUP
public static final String MAINTAINER_EMAIL_INFO_ID_POPUP
- See Also:
- Constant Field Values
-
MAINTAINER_EMAIL_INFO_CAPTION
public static final String MAINTAINER_EMAIL_INFO_CAPTION
- See Also:
- Constant Field Values
-
MAINTAINER_EMAIL_INFO_TEXT
public static final String MAINTAINER_EMAIL_INFO_TEXT
- See Also:
- Constant Field Values
-
PROFILES_INFO_ID_POPUP
public static final String PROFILES_INFO_ID_POPUP
- See Also:
- Constant Field Values
-
PROFILES_INFO_CAPTION
public static final String PROFILES_INFO_CAPTION
- See Also:
- Constant Field Values
-
PROFILES_INFO_TEXT
public static final String PROFILES_INFO_TEXT
- See Also:
- Constant Field Values
-
RESOURCES_INFO_ID_POPUP
public static final String RESOURCES_INFO_ID_POPUP
- See Also:
- Constant Field Values
-
RESOURCES_INFO_CAPTION
public static final String RESOURCES_INFO_CAPTION
- See Also:
- Constant Field Values
-
RESOURCES_INFO_TEXT
public static final String RESOURCES_INFO_TEXT
- See Also:
- Constant Field Values
-
CUSTOM_FIELDS_INFO_ID_POPUP
public static final String CUSTOM_FIELDS_INFO_ID_POPUP
- See Also:
- Constant Field Values
-
CUSTOM_FIELDS_INFO_CAPTION
public static final String CUSTOM_FIELDS_INFO_CAPTION
- See Also:
- Constant Field Values
-
CUSTOM_FIELDS_INFO_TEXT
public static final String CUSTOM_FIELDS_INFO_TEXT
- See Also:
- Constant Field Values
-
TITLE_INFO_ID_POPUP
public static final String TITLE_INFO_ID_POPUP
- See Also:
- Constant Field Values
-
TITLE_INFO_TEXT
public static final String TITLE_INFO_TEXT
- See Also:
- Constant Field Values
-
TITLE_INFO_CAPTION
public static final String TITLE_INFO_CAPTION
- See Also:
- Constant Field Values
-
DESCRIPTION_INFO_ID_POPUP
public static final String DESCRIPTION_INFO_ID_POPUP
- See Also:
- Constant Field Values
-
DESCRIPTION_INFO_TEXT
public static final String DESCRIPTION_INFO_TEXT
- See Also:
- Constant Field Values
-
DESCRIPTION_INFO_CAPTION
public static final String DESCRIPTION_INFO_CAPTION
- See Also:
- Constant Field Values
-
GROUPS_INFO_ID_POPUP
public static final String GROUPS_INFO_ID_POPUP
- See Also:
- Constant Field Values
-
GROUPS_INFO_TEXT
public static final String GROUPS_INFO_TEXT
- See Also:
- Constant Field Values
-
GROUPS_INFO_CAPTION
public static final String GROUPS_INFO_CAPTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
preparePopupPanelAndPopover
public static void preparePopupPanelAndPopover(String popupId, String text, String captionText, com.github.gwtbootstrap.client.ui.Icon iconElement, com.github.gwtbootstrap.client.ui.Popover popover, com.google.gwt.user.client.ui.FocusPanel focusPanel, List<String> popupOpenedIds)
Prepare the popover and the gcube popup panel for information.- Parameters:
text-captionText-iconElement-popover-focusPanel-
-
getWidget
public static com.google.gwt.user.client.ui.IsWidget getWidget(com.google.gwt.dom.client.Element element)
Check if an element of such type is actually a widget- Parameters:
element-- Returns:
-
-