com.vaadin.shared.ui.label
Class LabelState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.AbstractComponentState
          extended by com.vaadin.shared.ui.label.LabelState
All Implemented Interfaces:
java.io.Serializable

public class LabelState
extends AbstractComponentState

See Also:
Serialized Form

Field Summary
 ContentMode contentMode
           
 java.lang.String text
           
 
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
LabelState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contentMode

public ContentMode contentMode

text

public java.lang.String text
Constructor Detail

LabelState

public LabelState()


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