|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Checkable
Simple interface to detect objects, which support a "checked" aka selected state. We use this to get not into trouble with components, which already have a "select" state, which might be used in another sense than this state.
Method Summary | |
---|---|
boolean |
isChecked()
Ask the object, whether it is in a checked state. |
void |
setChecked(boolean check)
Set the checkable state of an object. |
Method Detail |
---|
boolean isChecked()
isSelected()
would be the equivalent.
true
if the object is in a checked aka selected
state.void setChecked(boolean check)
setSelected(boolean select)
woulde be the equivalent.
check
- true
if the object should be marked as
checked aka selected.
|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |