|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectFlowPanel
com.vaadin.client.VErrorMessage
public class VErrorMessage
| Field Summary | |
|---|---|
static java.lang.String |
CLASSNAME
|
| Constructor Summary | |
|---|---|
VErrorMessage()
|
|
| Method Summary | |
|---|---|
void |
hide()
|
void |
setOwner(Widget owner)
Set the owner, i.e the Widget that created this VErrorMessage. |
void |
showAt(com.google.gwt.user.client.Element indicatorElement)
Deprecated. As of 7.2, call and override showAt(Element) instead |
void |
showAt(Element indicatorElement)
Shows this error message next to given element. |
void |
updateMessage(java.lang.String htmlErrorMessage)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLASSNAME
| Constructor Detail |
|---|
public VErrorMessage()
| Method Detail |
|---|
public void setOwner(Widget owner)
VErrorMessage.
The owner must be set if the VErrorMessage is created
'stand-alone' (not within a VOverlay), or theming might not work
properly.
owner - the owner (creator Widget)Overlay.setOwner(Widget)public void updateMessage(java.lang.String htmlErrorMessage)
@Deprecated public void showAt(com.google.gwt.user.client.Element indicatorElement)
showAt(Element) instead
indicatorElement - public void showAt(Element indicatorElement)
indicatorElement - public void hide()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||