Package com.opencloud.rem.client.ui
Interface FieldHelpView
-
- All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget
- All Known Implementing Classes:
FieldHelpPanel
public interface FieldHelpView extends com.google.gwt.user.client.ui.IsWidget
Interface for displaying help for individual fields or UI elements.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
adjustPosition()
void
displayHelp(com.google.gwt.dom.client.Element target, com.google.gwt.safehtml.shared.SafeHtml helpContent, com.google.gwt.dom.client.Element... autoHidePartners)
void
displayHelp(com.google.gwt.user.client.ui.Widget target, com.google.gwt.safehtml.shared.SafeHtml helpContent, com.google.gwt.dom.client.Element... autoHidePartners)
void
hideHelp()
-
-
-
Method Detail
-
displayHelp
void displayHelp(com.google.gwt.user.client.ui.Widget target, com.google.gwt.safehtml.shared.SafeHtml helpContent, com.google.gwt.dom.client.Element... autoHidePartners)
-
displayHelp
void displayHelp(com.google.gwt.dom.client.Element target, com.google.gwt.safehtml.shared.SafeHtml helpContent, com.google.gwt.dom.client.Element... autoHidePartners)
-
hideHelp
void hideHelp()
-
adjustPosition
void adjustPosition()
-
-