|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jsurveylib.gui.swing.renderer.QuestionRenderer
org.jsurveylib.gui.swing.renderer.CheckboxRenderer
public class CheckboxRenderer
FOR INTERNAL USE ONLY.
Copyright (c)2007, Daniel Kaplan
Field Summary |
---|
Fields inherited from class org.jsurveylib.gui.swing.renderer.QuestionRenderer |
---|
SPACE_BEFORE_VALIDATION |
Constructor Summary | |
---|---|
CheckboxRenderer(CheckboxQuestion type)
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
setEnabled(boolean editable)
Change the Editable property |
void |
updateRenderer()
Update the question state (i.e. |
Methods inherited from class org.jsurveylib.gui.swing.renderer.QuestionRenderer |
---|
answerChanged, enableStateChanged, getRowSpan, renderOn, shiftComponents, validationChanged, visibilityChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckboxRenderer(CheckboxQuestion type)
Method Detail |
---|
public void updateRenderer()
public void setEnabled(boolean editable)
editable
- if true, the question becomes editable, otherwise it becomes disabledpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |