Interface DraggableCellList.Style

  • All Superinterfaces:
    com.google.gwt.user.cellview.client.CellList.Style, com.google.gwt.resources.client.CssResource, com.google.gwt.resources.client.CssResourceBase, com.google.gwt.resources.client.ResourcePrototype
    Enclosing class:
    DraggableCellList<T>

    public static interface DraggableCellList.Style
    extends com.google.gwt.user.cellview.client.CellList.Style
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.google.gwt.resources.client.CssResource

        com.google.gwt.resources.client.CssResource.ClassName, com.google.gwt.resources.client.CssResource.Import, com.google.gwt.resources.client.CssResource.ImportedWithPrefix, com.google.gwt.resources.client.CssResource.NotStrict, com.google.gwt.resources.client.CssResource.Shared, com.google.gwt.resources.client.CssResource.Strict
    • Field Summary

      • Fields inherited from interface com.google.gwt.user.cellview.client.CellList.Style

        DEFAULT_CSS
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String dragging()  
      String dragHandle()  
      • Methods inherited from interface com.google.gwt.user.cellview.client.CellList.Style

        cellListEvenItem, cellListKeyboardSelectedItem, cellListOddItem, cellListSelectedItem, cellListWidget
      • Methods inherited from interface com.google.gwt.resources.client.CssResource

        ensureInjected, getText
      • Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype

        getName
    • Method Detail

      • dragHandle

        String dragHandle()