Class MultiValueDOMElement<T,​W extends org.gwtbootstrap3.client.ui.ListBox>

  • Direct Known Subclasses:
    ListBoxDOMElement

    public abstract class MultiValueDOMElement<T,​W extends org.gwtbootstrap3.client.ui.ListBox>
    extends BaseDTDOMElement<T,​W>
    A DOMElement that can contain multiple values; e.g. a multi-select ListBox.
    • Constructor Detail

      • MultiValueDOMElement

        public MultiValueDOMElement​(W widget,
                                    org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer gridLayer,
                                    org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget gridWidget,
                                    boolean restrictEditorWidthToCell,
                                    boolean restrictEditorHeightToCell)
    • Method Detail

      • initialise

        public void initialise​(org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context)
        Specified by:
        initialise in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<T,​W extends org.gwtbootstrap3.client.ui.ListBox>
      • flush

        public void flush​(T value)
        Specified by:
        flush in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<T,​W extends org.gwtbootstrap3.client.ui.ListBox>