to.etc.domui.dom.html
Interface IActionControl

All Known Subinterfaces:
IControl<T>, IInputNode<T>
All Known Implementing Classes:
AbstractDivControl, Checkbox, ComboComponentBase, ComboFixed, ComboFixedClientFilter, ComboLookup, DateInput, DisplayOnlyPropertyBinding, FCKEditor, HiddenText, HtmlEditor, LookupInput, SelectBasedControl, SimpleComponentPropertyBinding, SpanBasedControl, Text, TextArea, TextStr

public interface IActionControl

A non-input control that usually only controls some action, like a button or tab pane tab. They can only be enabled and disabled, and someone can listen to changes (button presses) on the component.

Author:
Frits Jalvingh Created on Dec 6, 2009

Method Summary
 void setDisabled(boolean d)
          Set the input to disabled mode.
 void setTestID(java.lang.String testID)
          Set the testID for external test software.
 

Method Detail

setDisabled

void setDisabled(boolean d)
Set the input to disabled mode.

Parameters:
d -

setTestID

void setTestID(java.lang.String testID)
Set the testID for external test software.

Parameters:
testID -