Uses of Interface
to.etc.domui.util.IDraggable

Packages that use IDraggable
to.etc.domui.component.agenda   
to.etc.domui.component.delayed   
to.etc.domui.component.graph   
to.etc.domui.component.htmleditor   
to.etc.domui.component.input   
to.etc.domui.component.layout   
to.etc.domui.component.lookup   
to.etc.domui.component.menu   
to.etc.domui.component.misc   
to.etc.domui.component.ntbl   
to.etc.domui.component.tbl   
to.etc.domui.component.tree   
to.etc.domui.component.upload   
to.etc.domui.dom.html   
to.etc.domui.login   
to.etc.domui.pages.generic   
to.etc.domui.trouble   
to.etc.domui.util   
 

Uses of IDraggable in to.etc.domui.component.agenda
 

Classes in to.etc.domui.component.agenda that implement IDraggable
 class MonthPanel
          This is a small panel which contains all days in a given month as a calendar.
 class WeekAgendaComponent<T extends ScheduleItem>
           
 

Uses of IDraggable in to.etc.domui.component.delayed
 

Classes in to.etc.domui.component.delayed that implement IDraggable
 class AsyncContainer
           
 class PollingDiv
          This is a div whose content can be refreshed automatically because the client polls for changes every few seconds.
 

Uses of IDraggable in to.etc.domui.component.graph
 

Classes in to.etc.domui.component.graph that implement IDraggable
 class ColorPicker
          Color picker using the color picker from: http://www.eyecon.ro/colorpicker
 class ColorPickerButton
          This is a Small button which shows a selected color, and which opens a color selector to change that color when pressed.
 

Uses of IDraggable in to.etc.domui.component.htmleditor
 

Classes in to.etc.domui.component.htmleditor that implement IDraggable
 class DisplayHtml
          Mini component to display an HTML section.
 

Uses of IDraggable in to.etc.domui.component.input
 

Classes in to.etc.domui.component.input that implement IDraggable
 class AbstractDivControl<T>
          Abstract base class for a control that is implemented on top of a DIV.
 class AbstractFloatingLookup<T>
          Super class for floating window based lookups.
 class LookupInput<T>
          Lookup input field component.
 class SimpleLookup<T>
          Represents simple lookup dialog that enables single item selection.
 

Uses of IDraggable in to.etc.domui.component.layout
 

Classes in to.etc.domui.component.layout that implement IDraggable
 class BorderLayoutPanel
           
 class BreadCrumb
           
 class CaptionedPanel
          A panel with a beveled caption above it.
 class ErrorMessageDiv
          This is the default in-component error handling panel, for components that handle their own errors.
 class ErrorPanel
          This is a CaptionedPanel which captures and displays errors for the tree it is in.
 class FloatingWindow
          A simple floating window, non-blocking, with a title bar which can be dragged.
 class PopInPanel
          Pop-in panel and link functionality.
 class ScrollableTabPanel
          Customization of TabPanel that render tabs in single line, provide scroller buttons if needed.
 class SplitLine
          Experimental, do not use- Splitter which itself is just a DIV and which does not contain the controlled regions but just has a reference to them.
 class SplitterPanel
          Splitter control is just wrapper DIV around javascript baset splitter implementation based on jQuery.splitter.js - animated splitter plugin, version 1.0 (2010/01/02), author Kristaps Kukurs (contact@krikus.com)
 class TabPanel
          A panel containing multiple tabs.
 class TabPanelBase
           
 

Uses of IDraggable in to.etc.domui.component.lookup
 

Classes in to.etc.domui.component.lookup that implement IDraggable
 class LookupForm<T>
          Creates a search box to enter search criteria.
 class MultipleSelectionLookup<T>
          Dialog that enables multiple lookup selection.
 

Uses of IDraggable in to.etc.domui.component.menu
 

Classes in to.etc.domui.component.menu that implement IDraggable
 class SimplePopupMenu
          EXPERIMENTAL, INCOMPLETE A popup menu.
 

Uses of IDraggable in to.etc.domui.component.misc
 

Classes in to.etc.domui.component.misc that implement IDraggable
 class Explanation
           
 class InfoPanel
           
 class InternalParentTree
          This popup floater shows all parent nodes from a given node up, and selects one.
 class MsgBox
           
 class OddCharacters
           
 class PercentageCompleteRuler
           
 class ShelveBreadCrumb
          Shows the current shelved path has a breadcrumb, and allows the user to move up into that path.
 class VerticalSpacer
           
 

Uses of IDraggable in to.etc.domui.component.ntbl
 

Classes in to.etc.domui.component.ntbl that implement IDraggable
 class ExpandingEditTable<T>
          This component is a table, using a TableModel, which can also edit it's rows and expand them.
 

Uses of IDraggable in to.etc.domui.component.tbl
 

Classes in to.etc.domui.component.tbl that implement IDraggable
 class CheckBoxDataTable<T>
          Deprecated. 
 class DataCellTable
          A table-related component which shows all "rows" in a single cell instead of in a table.
 class DataPager
          A pager component for a DataTable-based table.
 class DataTable<T>
          POC for a datatable based on the live dom code.
 class ListShuttle
          The ListShuttle component contains a SOURCE list and a TARGET list, and allows the user to "shuttle" elements from the SOURCE list to the TARGET list, and v.v.
 class MultipleSelectionDataTable<T>
          DataTable customized to support multiple selection functionality.
 class TableModelTableBase<T>
           
 class TabularComponentBase<T>
           
 

Uses of IDraggable in to.etc.domui.component.tree
 

Classes in to.etc.domui.component.tree that implement IDraggable
 class Tree<T>
           
 class TreeSelect<T>
           
 class TreeSelectionWindow<T>
          A popup window that shows a tree and lets the user select one entry from it.
 

Uses of IDraggable in to.etc.domui.component.upload
 

Classes in to.etc.domui.component.upload that implement IDraggable
 class FileUpload
          Represents a file upload thingy which handles ajaxy uploads.
 

Uses of IDraggable in to.etc.domui.dom.html
 

Classes in to.etc.domui.dom.html that implement IDraggable
 class Div
           
 class ModificationFenceDiv
          This is DIV that is used as user input modified flag fence.
 class RadioGroup<T>
          This is a simple marker which groups radiobuttons together.
 class TR
           
 class UrlPage
          The base for all pages that can be accessed thru URL's.
 

Uses of IDraggable in to.etc.domui.login
 

Classes in to.etc.domui.login that implement IDraggable
 class AccessDeniedPage
           
 

Uses of IDraggable in to.etc.domui.pages.generic
 

Classes in to.etc.domui.pages.generic that implement IDraggable
 class BasicEditPage<T>
          Basic stuff to handle editing a simple entity.
 class BasicListPage<T>
          Generic page handling some cruddy stuff.
 class BasicPage<T>
           
 

Uses of IDraggable in to.etc.domui.trouble
 

Classes in to.etc.domui.trouble that implement IDraggable
 class ExpiredDataPage
           
 

Uses of IDraggable in to.etc.domui.util
 

Methods in to.etc.domui.util that return IDraggable
 IDraggable IDragArea.getDragHandle()
          Returns the handle for the drag and drop functionality.