LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.control.form
Class LyChoiceFieldConsultController

java.lang.Object
  extended by leon.control.LyController
      extended by leon.control.form.LyFieldController
          extended by leon.control.form.LyFieldConsultController
              extended by leon.control.form.LyChoiceFieldConsultController
All Implemented Interfaces:
LyGetSessionInterface, LyGuiListener, LyEvaluator, LyDemandListener

public class LyChoiceFieldConsultController
extends LyFieldConsultController

Field controller for consultation of LyChoiceFieldInfo.

See Also:
LyConsultController

Field Summary
static java.lang.String __VERSION
          File version
 
Fields inherited from class leon.control.form.LyFieldController
FORM_FIELD_SEP, OLD_FORM_FIELD_SEP
 
Fields inherited from class leon.control.LyController
_nbControllers, _nextId, CONTROLLER_ID_SEP, DEFAULT_IMAGE_FORMAT, DEMAND_HELP, ID_SEP
 
Constructor Summary
LyChoiceFieldConsultController(LyFormController parent, LyChoiceFieldInfo fieldInfo)
          Constructor.
 
Method Summary
 void propagate(java.lang.Object value)
          Impact of a value change of a fieldInfo.
 void updateValue(java.lang.Object newValue, java.lang.Object oldValue)
          Update the value of a fieldInfo shown in the view.
 
Methods inherited from class leon.control.form.LyFieldConsultController
getDefaultBuilder, getFieldValue, getTransverseActions, isHidden, setHidden, setLabel, update, updateFieldItem
 
Methods inherited from class leon.control.form.LyFieldController
actionDemand, clearViewCache, free, getAction, getAreaController, getBehavior, getClassInfo, getComponent, getDefaultFieldUnit, getDefaultFieldUnit, getEnvironment, getFieldController, getFieldInfo, getFormController, getFormField, getFormField, getImage, getInfoLabel, getInfoLabel, getLabel, getObject, getState, getViewController, hasMark, invokeTransverseAction, isIdle, menuDemand, resetFromValue, restore, save, setAreaNoScroll, setFieldValue, setFieldValue, setFormField, setState, toString
 
Methods inherited from class leon.control.LyController
activateViewDemand, demandPerformed, dragDropDemand, getApplication, getBehaviorInterface, getBuilder, getClassInfo, getId, getImage, getImage, getImage, getImageFromPrefix, getImageFromPrefix, getImageFromPrefix, getKeyValue, getLastModified, getName, getObjectId, getParent, getSession, getUserData, getView, getViewManager, hasViewController, helpDemand, hideView, hideView, isFreed, selectionDemand, setBuilder, setBuilderClass, setIdle, setLastModified, setName, setUserData, showError, showError, showView, showWarning, updateViewFromValues
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

__VERSION

public static final java.lang.String __VERSION
File version

See Also:
Constant Field Values
Constructor Detail

LyChoiceFieldConsultController

public LyChoiceFieldConsultController(LyFormController parent,
                                      LyChoiceFieldInfo fieldInfo)
Constructor.

Parameters:
parent - parent controller
fieldInfo - choice field handled by this controller
Method Detail

updateValue

public void updateValue(java.lang.Object newValue,
                        java.lang.Object oldValue)
Update the value of a fieldInfo shown in the view.

Parameters:
newValue - the new value of the field.
oldValue - former value of the field,or null if unknown.

propagate

public void propagate(java.lang.Object value)
Impact of a value change of a fieldInfo. The method invokes LyClassBehavior.propagate which may be used to implement specific impact on a value changed. This method is for internal use, application should use setFieldValue instead.

Overrides:
propagate in class LyFieldConsultController
Parameters:
value - new Value of the field.
See Also:
LyClassBehavior.propagate(leon.control.LySetController, leon.data.LyFieldInfoValue)

(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com