public interface FormElementStateListener
Modifier and Type | Field and Description |
---|---|
static int |
CHANGE_DATA |
static int |
CHANGE_ENABLED |
static int |
CHANGE_INIT |
static int |
CHANGE_LOCALE |
static int |
CHANGE_OTHER |
static int |
CHANGE_RELEVANT |
static int |
CHANGE_REQUIRED |
Modifier and Type | Method and Description |
---|---|
void |
formElementStateChanged(IFormElement question,
int changeFlags) |
void |
formElementStateChanged(TreeElement question,
int changeFlags) |
static final int CHANGE_INIT
static final int CHANGE_DATA
static final int CHANGE_LOCALE
static final int CHANGE_ENABLED
static final int CHANGE_RELEVANT
static final int CHANGE_REQUIRED
static final int CHANGE_OTHER
void formElementStateChanged(IFormElement question, int changeFlags)
void formElementStateChanged(TreeElement question, int changeFlags)