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 ContentModeTooltipInfo. getContentMode()Gets the tooltip title's content mode.Methods in com.vaadin.client with parameters of type ContentMode Modifier and Type Method Description voidTooltipInfo. 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 ContentModeColumnConnector.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 voidColumnConnector.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 ContentModeVMenuBar.CustomMenuItem. descriptionContentModeMethods in com.vaadin.client.ui with parameters of type ContentMode Modifier and Type Method Description voidVMenuBar.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 ContentModeGrid.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 voidGrid.StaticSection.StaticCell. setDescription(String description, ContentMode descriptionContentMode)Sets the tooltip for the cell to be shown with the given content mode.voidGrid.StaticSection.StaticCell. setDescriptionContentMode(ContentMode descriptionContentMode)Sets the content mode for the tooltip. -
Uses of ContentMode in com.vaadin.event
Methods in com.vaadin.event with parameters of type ContentMode Modifier and Type Method Description voidAction. setCaption(String caption, ContentMode contentMode)Sets the caption.Constructors in com.vaadin.event with parameters of type ContentMode Constructor Description Action(String caption, ContentMode contentMode)Constructs a new action with the given caption and caption content mode.Action(String caption, ContentMode contentMode, Resource icon)Constructs a new action with the given caption, caption content mode and icon. -
Uses of ContentMode in com.vaadin.shared
Fields in com.vaadin.shared declared as ContentMode Modifier and Type Field Description ContentModeAbstractComponentState. descriptionContentMode -
Uses of ContentMode in com.vaadin.shared.ui
Methods in com.vaadin.shared.ui that return ContentMode Modifier and Type Method Description static ContentModeContentMode. 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 ContentModeSectionState.CellState. descriptionContentModeThe content mode for the tooltip for the cellContentModeGridState. rowDescriptionContentModeThe content mode for row descriptions.ContentModeColumnState. tooltipContentModeThe 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 ContentModeLabelState. 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 ContentModeTabState. 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 ContentModeTreeRendererState. mode -
Uses of ContentMode in com.vaadin.ui
Methods in com.vaadin.ui that return ContentMode Modifier and Type Method Description ContentModeLabel. getContentMode()Gets the content mode of the label.ContentModeTree. getContentMode()Gets the currently set content mode of the item captions of this Tree.ContentModeMenuBar.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 voidLabel. setContentMode(ContentMode contentMode)Sets the content mode of the label.voidTree. setContentMode(ContentMode contentMode)Sets the content mode of the item caption.voidAbstractComponent. setDescription(String description, ContentMode mode)Sets the component's description using given contentmode.voidComposite. setDescription(String description, ContentMode mode)voidMenuBar.MenuItem. setDescription(String description, ContentMode mode)Analogous method toAbstractComponent.setDescription(String, ContentMode).voidTabSheet.Tab. setDescription(String description, ContentMode mode)Sets the description for the tab.voidTabSheet.TabSheetTabImpl. setDescription(String description, ContentMode mode)voidTree. 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.voidGrid. setDescriptionGenerator(DescriptionGenerator<T> descriptionGenerator, ContentMode contentMode)Sets the description generator that is used for generating descriptions for rows.voidTree. 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 ContentModeFooterCell. getDescriptionContentMode()Gets the content mode for the tooltip.ContentModeHeaderCell. 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 voidFooterCell. setDescription(String description, ContentMode descriptionContentMode)Sets the tooltip for the cell to be shown with the given content mode.voidHeaderCell. setDescription(String description, ContentMode descriptionContentMode)Sets the tooltip for the cell to be shown with the given content mode.voidFooterCell. setDescriptionContentMode(ContentMode descriptionContentMode)Sets the content mode for the tooltip.voidHeaderCell. setDescriptionContentMode(ContentMode descriptionContentMode)Sets the content mode for the tooltip.
-