|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.component.lookup.AbstractLookupControlImpl
public abstract class AbstractLookupControlImpl
Abstract default implementation of a ILookupControlInstance. This merely keeps the list of Nodes representing the visual representation; concrete implementations must handle the other parts.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface to.etc.domui.component.lookup.ILookupControlInstance |
---|
ILookupControlInstance.AppendCriteriaResult |
Constructor Summary | |
---|---|
AbstractLookupControlImpl(NodeBase... nodes)
|
Method Summary | |
---|---|
abstract ILookupControlInstance.AppendCriteriaResult |
appendCriteria(QCriteria<?> crit)
Evaluate the contents of the input for this lookup line; if the user has added data there then add the values to the query. |
void |
clearInput()
Default implementation |
NodeBase[] |
getInputControls()
Return all of the nodes (input and otherwise) that together form the complete visual representation of this lookup line. |
NodeBase |
getLabelControl()
Returns the control where the label should be attached to. |
void |
setDisabled(boolean disabled)
Default implementation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractLookupControlImpl(NodeBase... nodes)
Method Detail |
---|
public abstract ILookupControlInstance.AppendCriteriaResult appendCriteria(QCriteria<?> crit) throws java.lang.Exception
ILookupControlInstance
appendCriteria
in interface ILookupControlInstance
ILookupControlInstance.AppendCriteriaResult
java.lang.Exception
public NodeBase[] getInputControls()
ILookupControlInstance
getInputControls
in interface ILookupControlInstance
public NodeBase getLabelControl()
ILookupControlInstance
getLabelControl
in interface ILookupControlInstance
public void clearInput()
clearInput
in interface ILookupControlInstance
ILookupControlInstance.clearInput()
public void setDisabled(boolean disabled)
setDisabled
in interface ILookupControlInstance
to.etc.domui.component.lookup.ILookupControlInstance#setDisabled(Boolean))
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |