Uses of Class
com.vaadin.shared.ui.ContentMode
-
-
Uses of ContentMode in com.vaadin.client
Methods in com.vaadin.client that return ContentMode Modifier and Type Method Description ContentMode
TooltipInfo. getContentMode()
Gets the tooltip title's content mode.Methods in com.vaadin.client with parameters of type ContentMode Modifier and Type Method Description void
TooltipInfo. setContentMode(ContentMode contentMode)
Sets the tooltip title's content mode.Constructors in com.vaadin.client with parameters of type ContentMode Constructor Description TooltipInfo(String tooltip, ContentMode mode)
Constructs a new tooltip info instance.TooltipInfo(String tooltip, ContentMode mode, String errorMessage)
Constructs a new tooltip info instance.TooltipInfo(String tooltip, ContentMode mode, String errorMessage, Object identifier)
Constructs a new tooltip info instance.TooltipInfo(String tooltip, ContentMode mode, String errorMessage, Object identifier, ErrorLevel errorLevel)
Constructs a new tooltip info instance. -
Uses of ContentMode in com.vaadin.client.connectors.grid
Methods in com.vaadin.client.connectors.grid that return ContentMode Modifier and Type Method Description ContentMode
ColumnConnector.CustomColumn. getTooltipContentMode()
Gets the content mode for tooltips in this column.Methods in com.vaadin.client.connectors.grid with parameters of type ContentMode Modifier and Type Method Description void
ColumnConnector.CustomColumn. setTooltipContentMode(ContentMode tooltipContentMode)
Sets the content mode for tooltips in this column. -
Uses of ContentMode in com.vaadin.client.ui
Fields in com.vaadin.client.ui declared as ContentMode Modifier and Type Field Description protected ContentMode
VMenuBar.CustomMenuItem. descriptionContentMode
Methods in com.vaadin.client.ui with parameters of type ContentMode Modifier and Type Method Description void
VMenuBar.CustomMenuItem. setDescriptionContentMode(ContentMode descriptionContentMode)
-
Uses of ContentMode in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets that return ContentMode Modifier and Type Method Description ContentMode
Grid.StaticSection.StaticCell. getDescriptionContentMode()
Gets the content mode for the tooltip.Methods in com.vaadin.client.widgets with parameters of type ContentMode Modifier and Type Method Description void
Grid.StaticSection.StaticCell. setDescription(String description, ContentMode descriptionContentMode)
Sets the tooltip for the cell to be shown with the given content mode.void
Grid.StaticSection.StaticCell. setDescriptionContentMode(ContentMode descriptionContentMode)
Sets the content mode for the tooltip. -
Uses of ContentMode in com.vaadin.shared
Fields in com.vaadin.shared declared as ContentMode Modifier and Type Field Description ContentMode
AbstractComponentState. descriptionContentMode
-
Uses of ContentMode in com.vaadin.shared.ui
Methods in com.vaadin.shared.ui that return ContentMode Modifier and Type Method Description 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. -
Uses of ContentMode in com.vaadin.shared.ui.grid
Fields in com.vaadin.shared.ui.grid declared as ContentMode Modifier and Type Field Description ContentMode
SectionState.CellState. descriptionContentMode
The content mode for the tooltip for the cellContentMode
GridState. rowDescriptionContentMode
The content mode for row descriptions.ContentMode
ColumnState. tooltipContentMode
The content mode for tooltips. -
Uses of ContentMode in com.vaadin.shared.ui.label
Fields in com.vaadin.shared.ui.label declared as ContentMode Modifier and Type Field Description ContentMode
LabelState. contentMode
-
Uses of ContentMode in com.vaadin.shared.ui.tabsheet
Fields in com.vaadin.shared.ui.tabsheet declared as ContentMode Modifier and Type Field Description ContentMode
TabState. descriptionContentMode
-
Uses of ContentMode in com.vaadin.shared.ui.tree
Fields in com.vaadin.shared.ui.tree declared as ContentMode Modifier and Type Field Description ContentMode
TreeRendererState. mode
-
Uses of ContentMode in com.vaadin.ui
Methods in com.vaadin.ui that return ContentMode Modifier and Type Method Description ContentMode
Label. getContentMode()
Gets the content mode of the label.ContentMode
Tree. getContentMode()
Gets the currently set content mode of the item captions of this Tree.ContentMode
MenuBar.MenuItem. getDescriptionContentMode()
Gets the content mode of the description of the menu item.Methods in com.vaadin.ui with parameters of type ContentMode Modifier and Type Method Description void
Label. setContentMode(ContentMode contentMode)
Sets the content mode of the label.void
Tree. setContentMode(ContentMode contentMode)
Sets the content mode of the item caption.void
AbstractComponent. setDescription(String description, ContentMode mode)
Sets the component's description using given contentmode
.void
Composite. setDescription(String description, ContentMode mode)
void
MenuBar.MenuItem. setDescription(String description, ContentMode mode)
Analogous method toAbstractComponent.setDescription(String, ContentMode)
.void
TabSheet.Tab. setDescription(String description, ContentMode mode)
Sets the description for the tab.void
TabSheet.TabSheetTabImpl. setDescription(String description, ContentMode mode)
void
Tree. setDescription(String description, ContentMode mode)
Grid.Column<T,V>
Grid.Column. setDescriptionGenerator(DescriptionGenerator<T> cellDescriptionGenerator, ContentMode tooltipContentMode)
Sets the description generator that is used for generating descriptions for cells in this column.void
Grid. setDescriptionGenerator(DescriptionGenerator<T> descriptionGenerator, ContentMode contentMode)
Sets the description generator that is used for generating descriptions for rows.void
Tree. setItemDescriptionGenerator(DescriptionGenerator<T> descriptionGenerator, ContentMode contentMode)
Sets the description generator that is used for generating HTML tooltip descriptions for items.Constructors in com.vaadin.ui with parameters of type ContentMode Constructor Description Label(String text, ContentMode contentMode)
Creates a new instance with the given text and content mode. -
Uses of ContentMode in com.vaadin.ui.components.grid
Methods in com.vaadin.ui.components.grid that return ContentMode Modifier and Type Method Description ContentMode
FooterCell. getDescriptionContentMode()
Gets the content mode for the tooltip.ContentMode
HeaderCell. getDescriptionContentMode()
Gets the content mode for the tooltip.Methods in com.vaadin.ui.components.grid with parameters of type ContentMode Modifier and Type Method Description void
FooterCell. setDescription(String description, ContentMode descriptionContentMode)
Sets the tooltip for the cell to be shown with the given content mode.void
HeaderCell. setDescription(String description, ContentMode descriptionContentMode)
Sets the tooltip for the cell to be shown with the given content mode.void
FooterCell. setDescriptionContentMode(ContentMode descriptionContentMode)
Sets the content mode for the tooltip.void
HeaderCell. setDescriptionContentMode(ContentMode descriptionContentMode)
Sets the content mode for the tooltip.
-