Uses of Class
com.vaadin.terminal.gwt.client.ui.label.ContentMode

Packages that use ContentMode
com.vaadin.terminal.gwt.client.ui.label   
com.vaadin.ui   
 

Uses of ContentMode in com.vaadin.terminal.gwt.client.ui.label
 

Methods in com.vaadin.terminal.gwt.client.ui.label that return ContentMode
 ContentMode LabelState.getContentMode()
           
static ContentMode ContentMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContentMode[] ContentMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.vaadin.terminal.gwt.client.ui.label with parameters of type ContentMode
 void LabelState.setContentMode(ContentMode contentMode)
           
 

Uses of ContentMode in com.vaadin.ui
 

Fields in com.vaadin.ui declared as ContentMode
static ContentMode Label.CONTENT_DEFAULT
          Deprecated. From 7.0, use TEXT instead
static ContentMode Label.CONTENT_PREFORMATTED
          Deprecated. From 7.0, use PREFORMATTED instead
static ContentMode Label.CONTENT_RAW
          Deprecated. From 7.0, use RAW instead
static ContentMode Label.CONTENT_TEXT
          Deprecated. From 7.0, use TEXT instead
static ContentMode Label.CONTENT_XHTML
          Deprecated. From 7.0, use XHTML instead
static ContentMode Label.CONTENT_XML
          Deprecated. From 7.0, use XML instead
 

Methods in com.vaadin.ui that return ContentMode
 ContentMode Label.getContentMode()
          Gets the content mode of the Label.
 

Methods in com.vaadin.ui with parameters of type ContentMode
 void Label.setContentMode(ContentMode contentMode)
          Sets the content mode of the Label.
 

Constructors in com.vaadin.ui with parameters of type ContentMode
Label(Property contentSource, ContentMode contentMode)
          Creates a new instance of Label with text-contents read from given datasource.
Label(String content, ContentMode contentMode)
          Creates a new instance of Label with text-contents.
 



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