Uses of Interface
to.etc.domui.component.form.IModelBinding

Packages that use IModelBinding
to.etc.domui.component.agenda   
to.etc.domui.component.buttons This package contains all kinds of action buttons. 
to.etc.domui.component.delayed   
to.etc.domui.component.dynaima   
to.etc.domui.component.form   
to.etc.domui.component.graph   
to.etc.domui.component.htmleditor   
to.etc.domui.component.input   
to.etc.domui.component.layout   
to.etc.domui.component.layout.title   
to.etc.domui.component.lookup   
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   
 

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

Classes in to.etc.domui.component.agenda that implement IModelBinding
 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 IModelBinding in to.etc.domui.component.buttons
 

Classes in to.etc.domui.component.buttons that implement IModelBinding
 class DefaultButton
          An HTML button containing a rendered image as the button content.
 class LinkButton
          A button which looks like a link.
 class NiceButton
          A simple example button class that uses a background image containing three graphical representations of the button.
 class SmallImgButton
          A Button tag containing a single, usually small, image.
 

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

Classes in to.etc.domui.component.delayed that implement IModelBinding
 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 IModelBinding in to.etc.domui.component.dynaima
 

Classes in to.etc.domui.component.dynaima that implement IModelBinding
 class DynaIma
          UNSTABLE INTERFACE Dynamic image component.
 

Uses of IModelBinding in to.etc.domui.component.form
 

Classes in to.etc.domui.component.form that implement IModelBinding
 class DisplayOnlyPropertyBinding<T>
          A property binding specific for display-only controls.
 class ModelBindings
           
 class SimpleComponentPropertyBinding<T>
           
 

Methods in to.etc.domui.component.form that return IModelBinding
 IModelBinding ModelBindings.get(int ix)
           
 IModelBinding ControlFactoryResult.getBinding()
           
 

Methods in to.etc.domui.component.form that return types with arguments of type IModelBinding
 java.util.Iterator<IModelBinding> ModelBindings.iterator()
           
 

Methods in to.etc.domui.component.form with parameters of type IModelBinding
 void ModelBindings.add(IModelBinding b)
           
 

Constructors in to.etc.domui.component.form with parameters of type IModelBinding
ControlFactoryResult(IControl<?> handle, NodeBase[] nodeList, NodeBase labelNode, IModelBinding binding)
           
ControlFactoryResult(IModelBinding binding, IControl<?> fc, NodeBase control)
           
 

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

Classes in to.etc.domui.component.graph that implement IModelBinding
 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 IModelBinding in to.etc.domui.component.htmleditor
 

Classes in to.etc.domui.component.htmleditor that implement IModelBinding
 class DisplayHtml
          Mini component to display an HTML section.
 class FCKEditor
          This represents a FCKEditor instance.
 class HtmlEditor
          This is a small but very fast html editor.
 

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

Subinterfaces of IModelBinding in to.etc.domui.component.input
 interface IBinder
          EXPERIMENTAL - DO NOT USE.
 

Classes in to.etc.domui.component.input that implement IModelBinding
 class AbstractDivControl<T>
          Abstract base class for a control that is implemented on top of a DIV.
 class ComboComponentBase<T,V>
           
 class ComboFixed<T>
          Simple combobox handling [String, Object] pairs where the string is the presented label value and the Object represents the values selected.
 class ComboFixedClientFilter<T>
          We use javascript to wrap addiotnal client side controls around ComboFixedClientFilter, for that we use jquery plugin: jquery.clientOptionFilter.js - client side filtering options select, author Vladimir Mijic (vmijic@execom.eu) Intended to be used for larger select boxes that need client side filtering by substring.
 class ComboLookup<T>
          Combobox component where the list type is the same as the value type, i.e.
 class DateInput
          Date input component: this is an INPUT component with a button attached; pressing the button shows a calendar which can be used to enter a date.
 class DisplayOnlyBinder
          This is a binder to be used when IDisplayControl's are to be bound to a model.
 class HiddenText<T>
          The input type="password" component.
 class LookupInput<T>
          Lookup input field component.
 class SelectBasedControl<T>
          Deprecated. 
 class SimpleBinder
          EXPERIMENTAL - DO NOT USE.
 class SimpleLookup<T>
          Represents simple lookup dialog that enables single item selection.
 class SpanBasedControl<T>
          Deprecated. 
 class Text<T>
          A single-line input box.
 class TextStr
          Shortcut class for Text<String>.
 

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

Classes in to.etc.domui.component.layout that implement IModelBinding
 class BreadCrumb
           
 class ButtonBar
           
 class Caption
           
 class CaptionedHeader
          Small header component to separate items vertically on a page.
 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 SplitPanel
          A simple two-column divider, where the widths of both columns can be set using table width specifications.
 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 IModelBinding in to.etc.domui.component.layout.title
 

Classes in to.etc.domui.component.layout.title that implement IModelBinding
 class AppPageTitleBar
          A page title bar.
 class BasePageTitleBar
           
 

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

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

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

Classes in to.etc.domui.component.misc that implement IModelBinding
 class ALink
          A hyperlink which allows for opening windows in a separate conversation from the link.
 class DisplayCheckbox
          Display-only checkbox which renders better than a disabled checkbox thingy.
 class DisplayValue<T>
          This is a special control which can be used to display all kinds of values.
 class Explanation
           
 class InfoPanel
           
 class InternalParentTree
          This popup floater shows all parent nodes from a given node up, and selects one.
 class LiteralXhtml
          Deprecated. 
 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 IModelBinding in to.etc.domui.component.ntbl
 

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

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

Classes in to.etc.domui.component.tbl that implement IModelBinding
 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 IModelBinding in to.etc.domui.component.tree
 

Classes in to.etc.domui.component.tree that implement IModelBinding
 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 IModelBinding in to.etc.domui.component.upload
 

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

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

Classes in to.etc.domui.dom.html that implement IModelBinding
 class ATag
           
 class BR
           
 class Button
          The HTML Button tag.
 class Checkbox
           
 class Div
           
 class FileInput
           
 class Form
           
 class HiddenInput
          A hidden input field.
 class HTag
           
 class Img
          The base tag for an Image.
 class Input
          The "input" tag as a base class.
 class InputNodeContainer
           
 class Label
           
 class Li
           
 class ModificationFenceDiv
          This is DIV that is used as user input modified flag fence.
 class NodeBase
          Base node for all non-container html dom nodes.
 class NodeContainer
          Base node for tags that can contain other nodes.
 class RadioButton
           
 class Select
          INCOMPLETE A full-coded select box: this is unsuitable for large amount of options.
 class SelectOption
           
 class Span
          A SPAN tag.
 class Table
           
 class TBody
           
 class TD
           
 class TextArea
           
 class TextNode
           
 class TH
          The TH node.
 class THead
          A THEAD node.
 class TR
           
 class Ul
          Represents an UL node.
 class UrlPage
          The base for all pages that can be accessed thru URL's.
 class XmlTextNode
          This special TextNode is treated by DomUI as a normal TextNode, but with one exception: it's content is not normal text but XML.
 

Uses of IModelBinding in to.etc.domui.login
 

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

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

Classes in to.etc.domui.pages.generic that implement IModelBinding
 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 IModelBinding in to.etc.domui.trouble
 

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