Uses of Class
com.google.gwt.cell.client.Cell.Context
Packages that use Cell.Context
Package
Description
The "cellview" widget set.
Classes and interfaces used by the
cellview widget set.-
Uses of Cell.Context in com.google.gwt.cell.client
Methods in com.google.gwt.cell.client with parameters of type Cell.ContextModifier and TypeMethodDescriptionprotected voidEditTextCell.edit(Cell.Context context, Element parent, String value) Convert the cell to edit mode.booleanAbstractCell.isEditing(Cell.Context context, Element parent, C value) Returns false.abstract booleanAbstractEditableCell.isEditing(Cell.Context context, Element parent, C value) Returns true if the cell is currently editing the data identified by the given element and key.booleanAbstractInputCell.isEditing(Cell.Context context, Element parent, C value) booleanCell.isEditing(Cell.Context context, Element parent, C value) Returns true if the cell is currently editing the data identified by the given element and key.booleanCheckboxCell.isEditing(Cell.Context context, Element parent, Boolean value) booleanCompositeCell.isEditing(Cell.Context context, Element parent, C value) booleanDatePickerCell.isEditing(Cell.Context context, Element parent, Date value) booleanEditTextCell.isEditing(Cell.Context context, Element parent, String value) booleanIconCellDecorator.isEditing(Cell.Context context, Element parent, C value) voidAbstractCell.onBrowserEvent(Cell.Context context, Element parent, C value, NativeEvent event, ValueUpdater<C> valueUpdater) Handle a browser event that took place within the cell.voidAbstractInputCell.onBrowserEvent(Cell.Context context, Element parent, C value, NativeEvent event, ValueUpdater<C> valueUpdater) voidActionCell.onBrowserEvent(Cell.Context context, Element parent, C value, NativeEvent event, ValueUpdater<C> valueUpdater) voidButtonCell.onBrowserEvent(Cell.Context context, Element parent, String value, NativeEvent event, ValueUpdater<String> valueUpdater) voidButtonCellBase.onBrowserEvent(Cell.Context context, Element parent, C value, NativeEvent event, ValueUpdater<C> valueUpdater) voidCell.onBrowserEvent(Cell.Context context, Element parent, C value, NativeEvent event, ValueUpdater<C> valueUpdater) Handle a browser event that took place within the cell.voidCheckboxCell.onBrowserEvent(Cell.Context context, Element parent, Boolean value, NativeEvent event, ValueUpdater<Boolean> valueUpdater) voidClickableTextCell.onBrowserEvent(Cell.Context context, Element parent, String value, NativeEvent event, ValueUpdater<String> valueUpdater) voidCompositeCell.onBrowserEvent(Cell.Context context, Element parent, C value, NativeEvent event, ValueUpdater<C> valueUpdater) voidDatePickerCell.onBrowserEvent(Cell.Context context, Element parent, Date value, NativeEvent event, ValueUpdater<Date> valueUpdater) voidEditTextCell.onBrowserEvent(Cell.Context context, Element parent, String value, NativeEvent event, ValueUpdater<String> valueUpdater) voidIconCellDecorator.onBrowserEvent(Cell.Context context, Element parent, C value, NativeEvent event, ValueUpdater<C> valueUpdater) voidImageLoadingCell.onBrowserEvent(Cell.Context context, Element parent, String value, NativeEvent event, ValueUpdater<String> valueUpdater) voidSelectionCell.onBrowserEvent(Cell.Context context, Element parent, String value, NativeEvent event, ValueUpdater<String> valueUpdater) voidTextInputCell.onBrowserEvent(Cell.Context context, Element parent, String value, NativeEvent event, ValueUpdater<String> valueUpdater) protected voidAbstractCell.onEnterKeyDown(Cell.Context context, Element parent, C value, NativeEvent event, ValueUpdater<C> valueUpdater) Called when the user triggers akeydownevent with the ENTER key while focused on the cell.protected voidAbstractInputCell.onEnterKeyDown(Cell.Context context, Element parent, C value, NativeEvent event, ValueUpdater<C> valueUpdater) protected voidActionCell.onEnterKeyDown(Cell.Context context, Element parent, C value, NativeEvent event, ValueUpdater<C> valueUpdater) protected voidButtonCell.onEnterKeyDown(Cell.Context context, Element parent, String value, NativeEvent event, ValueUpdater<String> valueUpdater) protected voidButtonCellBase.onEnterKeyDown(Cell.Context context, Element parent, C value, NativeEvent event, ValueUpdater<C> valueUpdater) protected voidClickableTextCell.onEnterKeyDown(Cell.Context context, Element parent, String value, NativeEvent event, ValueUpdater<String> valueUpdater) protected voidDatePickerCell.onEnterKeyDown(Cell.Context context, Element parent, Date value, NativeEvent event, ValueUpdater<Date> valueUpdater) abstract voidAbstractCell.render(Cell.Context context, C value, SafeHtmlBuilder sb) protected abstract voidAbstractSafeHtmlCell.render(Cell.Context context, SafeHtml data, SafeHtmlBuilder sb) Render the cell contents after they have been converted toSafeHtmlform.voidAbstractSafeHtmlCell.render(Cell.Context context, C data, SafeHtmlBuilder sb) voidActionCell.render(Cell.Context context, C value, SafeHtmlBuilder sb) voidButtonCell.render(Cell.Context context, SafeHtml data, SafeHtmlBuilder sb) voidButtonCellBase.Appearance.render(ButtonCellBase<C> cell, Cell.Context context, C value, SafeHtmlBuilder sb) Render the button and its contents.voidButtonCellBase.DefaultAppearance.render(ButtonCellBase<C> cell, Cell.Context context, C value, SafeHtmlBuilder sb) voidButtonCellBase.render(Cell.Context context, C value, SafeHtmlBuilder sb) voidCell.render(Cell.Context context, C value, SafeHtmlBuilder sb) Render a cell as HTML into aSafeHtmlBuilder, suitable for passing toElement.setInnerHTML(String)on a container element.voidCheckboxCell.render(Cell.Context context, Boolean value, SafeHtmlBuilder sb) protected voidClickableTextCell.render(Cell.Context context, SafeHtml value, SafeHtmlBuilder sb) voidCompositeCell.render(Cell.Context context, C value, SafeHtmlBuilder sb) protected <X> voidCompositeCell.render(Cell.Context context, C value, SafeHtmlBuilder sb, HasCell<C, X> hasCell) Render the composite cell as HTML into aSafeHtmlBuilder, suitable for passing toElement.setInnerHTML(java.lang.String)on a container element.voidDateCell.render(Cell.Context context, Date value, SafeHtmlBuilder sb) voidDatePickerCell.render(Cell.Context context, Date value, SafeHtmlBuilder sb) voidEditTextCell.render(Cell.Context context, String value, SafeHtmlBuilder sb) voidIconCellDecorator.render(Cell.Context context, C value, SafeHtmlBuilder sb) voidImageCell.render(Cell.Context context, String value, SafeHtmlBuilder sb) voidImageLoadingCell.render(Cell.Context context, String value, SafeHtmlBuilder sb) voidImageResourceCell.render(Cell.Context context, ImageResource value, SafeHtmlBuilder sb) voidNumberCell.render(Cell.Context context, Number value, SafeHtmlBuilder sb) voidSafeHtmlCell.render(Cell.Context context, SafeHtml value, SafeHtmlBuilder sb) voidSafeImageCell.render(Cell.Context context, SafeUri value, SafeHtmlBuilder sb) voidSelectionCell.render(Cell.Context context, String value, SafeHtmlBuilder sb) voidTextCell.render(Cell.Context context, SafeHtml value, SafeHtmlBuilder sb) voidTextInputCell.render(Cell.Context context, String value, SafeHtmlBuilder sb) booleanAbstractCell.resetFocus(Cell.Context context, Element parent, C value) Reset focus on the Cell.booleanAbstractInputCell.resetFocus(Cell.Context context, Element parent, C value) booleanCell.resetFocus(Cell.Context context, Element parent, C value) Reset focus on the Cell.booleanCompositeCell.resetFocus(Cell.Context context, Element parent, C value) booleanEditTextCell.resetFocus(Cell.Context context, Element parent, String value) booleanIconCellDecorator.resetFocus(Cell.Context context, Element parent, C value) voidAbstractCell.setValue(Cell.Context context, Element parent, C value) voidCell.setValue(Cell.Context context, Element parent, C value) This method may be used by cell containers to set the value on a single cell directly, rather than usingElement.setInnerHTML(String).voidCompositeCell.setValue(Cell.Context context, Element parent, C object) voidIconCellDecorator.setValue(Cell.Context context, Element parent, C value) -
Uses of Cell.Context in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client that return Cell.ContextModifier and TypeMethodDescriptionfinal Cell.ContextAbstractCellTableBuilder.createContext(int column) Create the context for a column based on the current table building state.Methods in com.google.gwt.user.cellview.client with parameters of type Cell.ContextModifier and TypeMethodDescriptionprotected voidCellList.fireEventToCell(Cell.Context context, Event event, Element parent, T value) Fire an event to the cell.Column.getCellStyleNames(Cell.Context context, T object) Get extra style names that should be applied to a cell in this column.AbstractCellTableBuilder.getColumn(Cell.Context context, T rowValue, Element elem) Return the column containing an element.CellTableBuilder.getColumn(Cell.Context context, T rowValue, Element elem) Return the column containing an element.voidColumn.onBrowserEvent(Cell.Context context, Element elem, T object, NativeEvent event) Handle a browser event that took place within the column.voidHeader.onBrowserEvent(Cell.Context context, Element elem, NativeEvent event) Handle a browser event that took place within the header.booleanHeader.onPreviewColumnSortEvent(Cell.Context context, Element elem, NativeEvent event) Preview a browser event that may trigger a column sort event.voidColumn.render(Cell.Context context, T object, SafeHtmlBuilder sb) Render the object into the cell.voidHeader.render(Cell.Context context, SafeHtmlBuilder sb) Render the header.final <C> voidAbstractCellTableBuilder.renderCell(ElementBuilderBase<?> builder, Cell.Context context, HasCell<T, C> column, T rowValue) Render the cell into anElementBuilderBase.protected final <H> voidAbstractHeaderOrFooterBuilder.renderHeader(ElementBuilderBase<?> out, Cell.Context context, Header<H> header) Renders a given Header into a given ElementBuilderBase.protected final voidAbstractHeaderOrFooterBuilder.renderSortableHeader(ElementBuilderBase<?> out, Cell.Context context, Header<?> header, boolean isSorted, boolean isSortAscending) Render a header, including a sort icon if the column is sortable and sorted. -
Uses of Cell.Context in com.google.gwt.view.client
Methods in com.google.gwt.view.client that return Cell.ContextMethods in com.google.gwt.view.client with parameters of type Cell.ContextModifier and TypeMethodDescriptionstatic <T> CellPreviewEvent<T> CellPreviewEvent.fire(HasCellPreviewHandlers<T> source, NativeEvent nativeEvent, HasData<T> display, Cell.Context context, T value, boolean isCellEditing, boolean isSelectionHandled) Fires a cell preview event on all registered handlers in the handler manager.Constructors in com.google.gwt.view.client with parameters of type Cell.ContextModifierConstructorDescriptionprotectedCellPreviewEvent(NativeEvent nativeEvent, HasData<T> display, Cell.Context context, T value, boolean isCellEditing, boolean isSelectionHandled) Construct a newCellPreviewEvent.