| Package | Description |
|---|---|
| to.etc.domui.component.input | |
| to.etc.domui.dom | |
| to.etc.domui.dom.html |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Select |
DropDownPicker.getSelectControl() |
| Modifier and Type | Method and Description |
|---|---|
void |
HtmlTagRenderer.visitSelect(Select n) |
| Modifier and Type | Method and Description |
|---|---|
IReturnPressed<Select> |
Select.getReturnPressed()
Set or clear return press handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
INodeVisitor.visitSelect(Select n) |
void |
NodeVisitorBase.visitSelect(Select n) |
| Modifier and Type | Method and Description |
|---|---|
void |
Select.setReturnPressed(IReturnPressed<Select> returnPressed) |
Copyright © 2017 etc.to. All rights reserved.