com.vaadin.client
Class VErrorMessage

java.lang.Object
  extended by FlowPanel
      extended by com.vaadin.client.VErrorMessage

public class VErrorMessage
extends FlowPanel


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

CLASSNAME

public static final java.lang.String CLASSNAME
See Also:
Constant Field Values
Constructor Detail

VErrorMessage

public VErrorMessage()
Method Detail

setOwner

public void setOwner(Widget owner)
Set the owner, i.e the Widget that created this VErrorMessage. The owner must be set if the VErrorMessage is created 'stand-alone' (not within a VOverlay), or theming might not work properly.

Parameters:
owner - the owner (creator Widget)
See Also:
VOverlay.setOwner(Widget)

updateMessage

public void updateMessage(java.lang.String htmlErrorMessage)

showAt

@Deprecated
public void showAt(com.google.gwt.user.client.Element indicatorElement)
Deprecated. As of 7.2, call and override showAt(Element) instead

Shows this error message next to given element.

Parameters:
indicatorElement -

showAt

public void showAt(Element indicatorElement)
Shows this error message next to given element.

Parameters:
indicatorElement -
Since:
7.2

hide

public void hide()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.