com.vaadin.client.ui
Class VFormLayout.ErrorFlag

java.lang.Object
  extended by HTML
      extended by com.vaadin.client.ui.VFormLayout.ErrorFlag
Enclosing class:
VFormLayout

public class VFormLayout.ErrorFlag
extends HTML

For internal use only. May be removed or replaced in the future.


Constructor Summary
VFormLayout.ErrorFlag(ComponentConnector owner)
           
 
Method Summary
 ComponentConnector getOwner()
           
 void updateError(java.lang.String errorMessage, boolean hideErrors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VFormLayout.ErrorFlag

public VFormLayout.ErrorFlag(ComponentConnector owner)
Method Detail

getOwner

public ComponentConnector getOwner()

updateError

public void updateError(java.lang.String errorMessage,
                        boolean hideErrors)


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