Uses of Class
com.vaadin.shared.annotations.DelegateToWidget
-
Packages that use DelegateToWidget Package Description com.vaadin.shared.ui.colorpicker com.vaadin.shared.ui.grid com.vaadin.shared.ui.tabsheet com.vaadin.shared.ui.textarea -
-
Uses of DelegateToWidget in com.vaadin.shared.ui.colorpicker
Fields in com.vaadin.shared.ui.colorpicker with annotations of type DelegateToWidget Modifier and Type Field Description StringColorPickerState. colorbooleanColorPickerState. popupVisible -
Uses of DelegateToWidget in com.vaadin.shared.ui.grid
Fields in com.vaadin.shared.ui.grid with annotations of type DelegateToWidget Modifier and Type Field Description booleanGridState. columnReorderingAllowedWhether the columns can be reorderedbooleanGridState. editorBufferedBuffered editor modeStringGridState. editorCancelCaptionThe caption for the cancel button in the editorStringGridState. editorSaveCaptionThe caption for the save button in the editordoubleGridState. heightByRowsThe height of the Grid in terms of body rows.HeightModeGridState. heightModeThe mode by which Grid defines its height. -
Uses of DelegateToWidget in com.vaadin.shared.ui.tabsheet
Fields in com.vaadin.shared.ui.tabsheet with annotations of type DelegateToWidget Modifier and Type Field Description booleanTabsheetState. tabCaptionsAsHtml -
Uses of DelegateToWidget in com.vaadin.shared.ui.textarea
Fields in com.vaadin.shared.ui.textarea with annotations of type DelegateToWidget Modifier and Type Field Description intTextAreaState. rowsNumber of visible rows in the text area.booleanTextAreaState. wordwrapTells if word-wrapping should be used in the text area.
-