Package org.javarosa.core.model
Interface FormElementStateListener
- All Known Implementing Classes:
FormEntryCaption,FormEntryPrompt
public interface FormElementStateListener
- Author:
- Drew Roos?
-
Field Summary
Fields Modifier and Type Field Description static intCHANGE_DATAstatic intCHANGE_ENABLEDstatic intCHANGE_INITstatic intCHANGE_LOCALEstatic intCHANGE_OTHERstatic intCHANGE_RELEVANTstatic intCHANGE_REQUIRED -
Method Summary
Modifier and Type Method Description voidformElementStateChanged(IFormElement question, int changeFlags)voidformElementStateChanged(TreeElement question, int changeFlags)
-
Field Details
-
CHANGE_INIT
static final int CHANGE_INIT- See Also:
- Constant Field Values
-
CHANGE_DATA
static final int CHANGE_DATA- See Also:
- Constant Field Values
-
CHANGE_LOCALE
static final int CHANGE_LOCALE- See Also:
- Constant Field Values
-
CHANGE_ENABLED
static final int CHANGE_ENABLED- See Also:
- Constant Field Values
-
CHANGE_RELEVANT
static final int CHANGE_RELEVANT- See Also:
- Constant Field Values
-
CHANGE_REQUIRED
static final int CHANGE_REQUIRED- See Also:
- Constant Field Values
-
CHANGE_OTHER
static final int CHANGE_OTHER- See Also:
- Constant Field Values
-
-
Method Details