|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.dom.css.CssBase
to.etc.domui.dom.html.NodeBase
to.etc.domui.dom.html.NodeContainer
to.etc.domui.dom.html.InputNodeContainer
to.etc.domui.dom.html.Select
to.etc.domui.component.input.ComboComponentBase<T,T>
to.etc.domui.component.input.ComboLookup<T>
public class ComboLookup<T>
Combobox component where the list type is the same as the value type, i.e. it
uses some List<T>
and getValue() returns T.
Constructor Summary | |
---|---|
ComboLookup()
|
|
ComboLookup(java.lang.Class<? extends IComboDataSet<T>> set,
INodeContentRenderer<T> r)
|
|
ComboLookup(IListMaker<T> maker)
Use the specified cached list maker to fill the combobox. |
|
ComboLookup(java.util.List<T> in)
|
|
ComboLookup(QCriteria<T> query)
Create a combo which fills it's list with the result of the query passed. |
|
ComboLookup(QCriteria<T> query,
INodeContentRenderer<T> cr)
Create a combo which fills it's list with the result of the query passed. |
|
ComboLookup(QCriteria<T> query,
java.lang.String... properties)
Create a combo which fills it's list with the result of the query. |
Method Summary | |
---|---|
protected T |
listToValue(T in)
This implements the identical conversion, i.e. |
Methods inherited from class to.etc.domui.component.input.ComboComponentBase |
---|
bind, createContent, getContentRenderer, getContentRendererClass, getData, getEmptyOption, getEmptyText, getListMaker, getPropertyMetaModel, getValue, getValueSafe, getValueTransformer, hasError, internalGetCurrentValue, internalOnUserInput, internalSetCurrentValue, isBound, provideData, renderOptionLabel, setContentRenderer, setContentRendererClass, setData, setEmptyOption, setEmptyText, setListMaker, setPropertyMetaModel, setValue, setValueTransformer |
Methods inherited from class to.etc.domui.dom.html.Select |
---|
acceptRequestParameter, addExtraButton, canContain, clearSelected, getOption, getSelectedIndex, getSize, internalSetSelectedIndex, isDisabled, isModified, isMultiple, onAddedToPage, onRemoveFromPage, setDisabled, setModified, setMultiple, setReadOnly, setSelectedIndex, setSize, visit |
Methods inherited from class to.etc.domui.dom.html.InputNodeContainer |
---|
callOnValueChanged, getOnValueChanged, isMandatory, isReadOnly, setMandatory, setOnValueChanged |
Methods inherited from class to.etc.domui.dom.html.NodeContainer |
---|
add, add, add, addTable, delegateTo, findChildIndex, forceRebuild, getChild, getChildCount, getChildren, getDeepChild, getDeepChildren, getErrorFence, internalCheckNotDirty, internalClearDelta, internalClearDeltaFully, internalGetOldChildren, internalShelve, internalUnshelve, iterator, moveControlToModel, moveModelToControl, onRefresh, removeAllChildren, removeChild, removeChild, replaceChild, setControlsEnabled, setErrorFence, setErrorFence, setText, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface to.etc.domui.dom.html.IControl |
---|
getErrorLocation, isDisabled, isMandatory, isReadOnly, setErrorLocation, setMandatory, setReadOnly |
Methods inherited from interface to.etc.domui.dom.html.IDisplayControl |
---|
setTestID |
Methods inherited from interface to.etc.domui.dom.html.IActionControl |
---|
setDisabled, setTestID |
Methods inherited from interface to.etc.domui.dom.html.IHasChangeListener |
---|
getOnValueChanged, setOnValueChanged |
Methods inherited from interface to.etc.domui.dom.errors.INodeErrorDelegate |
---|
clearMessage, getMessage, setMessage |
Methods inherited from interface to.etc.domui.dom.html.IHasModifiedIndication |
---|
isModified, setModified |
Constructor Detail |
---|
public ComboLookup()
public ComboLookup(IListMaker<T> maker)
maker
- public ComboLookup(java.util.List<T> in)
public ComboLookup(java.lang.Class<? extends IComboDataSet<T>> set, INodeContentRenderer<T> r)
public ComboLookup(QCriteria<T> query)
query
- public ComboLookup(QCriteria<T> query, INodeContentRenderer<T> cr)
query
- public ComboLookup(QCriteria<T> query, java.lang.String... properties)
query
- properties
- Method Detail |
---|
protected T listToValue(T in) throws java.lang.Exception
listToValue
in class ComboComponentBase<T,T>
java.lang.Exception
ComboComponentBase.listToValue(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |